summaryrefslogtreecommitdiff
path: root/include/asm-x86_64
AgeCommit message (Expand)AuthorFilesLines
2006-01-16[PATCH] x86_64: Increase NR_IRQ_VECTORS to 32 * NR_CPUSAndi Kleen1-1/+1
2006-01-16[PATCH] x86_64: Allow nesting of int3 by default for kprobesAndi Kleen2-7/+7
2006-01-14[PATCH] mark several functions __always_inlineIngo Molnar2-4/+4
2006-01-12[PATCH] death of get_thread_info/put_thread_infoAl Viro1-2/+0
2006-01-12[PATCH] amd64: task_pt_regs()Al Viro2-3/+3
2006-01-12[PATCH] amd64: task_thread_info()Al Viro1-5/+5
2006-01-12[PATCH] scheduler cache-hot-autodetectakpm@osdl.org1-1/+0
2006-01-12[PATCH] sched: add cacheflush() asmIngo Molnar1-0/+9
2006-01-11[PATCH] x86_64: Some housekeeping in local APIC codeAndi Kleen1-5/+1
2006-01-11[PATCH] x86_64: Display meaningful part of filename during BUG()Jan Beulich1-0/+1
2006-01-11[PATCH] x86_64: Remove unused AMD K8 C stepping flagAndi Kleen1-1/+1
2006-01-11[PATCH] x86_64: sparse warning cleanupsStephen Hemminger1-2/+2
2006-01-11[PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of lineAndi Kleen1-13/+3
2006-01-11[PATCH] x86_64: Remove unused segmentsAndi Kleen1-3/+1
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_archRavikiran G Thirumalai1-0/+18
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_alignRavikiran G Thirumalai2-0/+18
2006-01-11[PATCH] x86_64: Make sure BITS_PER_ATOMIC is defined in asm-generic/atomic.hAndi Kleen1-0/+1
2006-01-11[PATCH] x86_64: cleanup enter_lazy_tlb()Brian Gerst1-7/+2
2006-01-11[PATCH] x86_64: Remove useless KDB vectorAndi Kleen2-5/+2
2006-01-11[PATCH] x86_64: Don't claim too many vectors for TLB flushingJason Uhlenkott1-4/+3
2006-01-11[PATCH] x86_64: Allocate PDAs in the local nodeRavikiran G Thirumalai1-2/+3
2006-01-11[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai2-2/+4
2006-01-11[PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai1-0/+5
2006-01-11[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSCAndi Kleen2-0/+17
2006-01-11[PATCH] x86_64: Support alternative() with a output argument.Andi Kleen1-0/+15
2006-01-11[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...Andi Kleen1-0/+2
2006-01-11[PATCH] x86_64: Fix compile error with !CONFIG_COMPATAndi Kleen2-2/+1
2006-01-11[PATCH] x86_64: x86_64 write apic id fixVivek Goyal1-0/+1
2006-01-11[PATCH] x86_64: Remove unused apic_write_atomicAndi Kleen1-5/+0
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda5-112/+163
2006-01-11[PATCH] x86_64: Add idle notifiersAndi Kleen1-0/+14
2006-01-11[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi1-0/+6
2006-01-11[PATCH] x86_64: "extern inline" -> "static inline" in pgtable.hAdrian Bunk1-16/+16
2006-01-11[PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2-0/+6
2006-01-11[PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai1-5/+8
2006-01-11[PATCH] x86_64: Fix 64bit FXSAVE encodingJan Beulich1-10/+48
2006-01-11[PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen1-0/+5
2006-01-11[PATCH] x86_64: fls in asm for x86_64Stephen Hemminger1-3/+16
2006-01-11[PATCH] x86_64: don't save eflags in x86-64 switch_to()Benjamin LaHaise1-2/+2
2006-01-11[PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich4-11/+19
2006-01-11[PATCH] x86_64: Remove enable/disable_hltAndi Kleen1-7/+0
2006-01-11[PATCH] i386/x86-64: Use input/output dependencies for bitopsAndi Kleen1-12/+12
2006-01-11[PATCH] x86_64: make trap information available to die notification handlersJan Beulich1-3/+10
2006-01-11[PATCH] x86_64: Separate CONFIG_UNWIND_INFO from CONFIG_DEBUG_INFOJan Beulich1-1/+1
2006-01-11[PATCH] x86_64: More CFI fixes for 32bit entry codeJan Beulich1-0/+2
2006-01-11Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)Linus Torvalds1-1/+1
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli1-1/+2
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy1-0/+1
2006-01-10[PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy1-0/+2
2006-01-10[PATCH] Generic ioctl.hBrian Gerst1-75/+1