summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | [PATCH] x86_64: Make sure BITS_PER_ATOMIC is defined in asm-generic/atomic.hAndi Kleen2006-01-121-0/+1
* | | | | [PATCH] x86_64: cleanup enter_lazy_tlb()Brian Gerst2006-01-121-7/+2Star
* | | | | [PATCH] x86_64: Remove useless KDB vectorAndi Kleen2006-01-122-5/+2Star
* | | | | [PATCH] x86_64: Don't claim too many vectors for TLB flushingJason Uhlenkott2006-01-121-4/+3Star
* | | | | [PATCH] x86_64: Allocate PDAs in the local nodeRavikiran G Thirumalai2006-01-121-2/+3
* | | | | [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai2006-01-122-2/+4
* | | | | [PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai2006-01-121-0/+5
* | | | | [PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSCAndi Kleen2006-01-122-0/+17
* | | | | [PATCH] x86_64: Support alternative() with a output argument.Andi Kleen2006-01-121-0/+15
* | | | | [PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...Andi Kleen2006-01-121-0/+2
* | | | | [PATCH] x86_64: Fix compile error with !CONFIG_COMPATAndi Kleen2006-01-122-2/+1Star
* | | | | [PATCH] x86_64: x86_64 write apic id fixVivek Goyal2006-01-121-0/+1
* | | | | [PATCH] x86_64: Remove unused apic_write_atomicAndi Kleen2006-01-121-5/+0Star
* | | | | [PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda2006-01-125-112/+163
* | | | | [PATCH] x86_64: Add idle notifiersAndi Kleen2006-01-121-0/+14
* | | | | [PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2006-01-121-0/+6
* | | | | [PATCH] x86_64: "extern inline" -> "static inline" in pgtable.hAdrian Bunk2006-01-121-16/+16
* | | | | [PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2006-01-122-0/+6
* | | | | [PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai2006-01-121-5/+8
* | | | | [PATCH] x86_64: Fix 64bit FXSAVE encodingJan Beulich2006-01-121-10/+48
* | | | | [PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen2006-01-121-0/+5
* | | | | [PATCH] x86_64: fls in asm for x86_64Stephen Hemminger2006-01-121-3/+16
* | | | | [PATCH] x86_64: don't save eflags in x86-64 switch_to()Benjamin LaHaise2006-01-121-2/+2
* | | | | [PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich2006-01-124-11/+19
* | | | | [PATCH] x86_64: Remove enable/disable_hltAndi Kleen2006-01-121-7/+0Star
* | | | | [PATCH] i386/x86-64: Use input/output dependencies for bitopsAndi Kleen2006-01-121-12/+12
* | | | | [PATCH] x86_64: make trap information available to die notification handlersJan Beulich2006-01-121-3/+10
* | | | | [PATCH] x86_64: Separate CONFIG_UNWIND_INFO from CONFIG_DEBUG_INFOJan Beulich2006-01-121-1/+1
* | | | | [PATCH] x86_64: More CFI fixes for 32bit entry codeJan Beulich2006-01-121-0/+2
* | | | | Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)Linus Torvalds2006-01-121-1/+1
* | | | | [PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli2006-01-101-1/+2
* | | | | [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-101-0/+1
* | | | | [PATCH] kprobes: enable funcions only for required archAnil S Keshavamurthy2006-01-101-0/+2
* | | | | [PATCH] Generic ioctl.hBrian Gerst2006-01-101-75/+1Star
* | | | | [PATCH] kdump: x86_64 save cpu registers upon crashVivek Goyal2006-01-101-0/+36
* | | | | [PATCH] kdump: x86_64: add memmmap command line optionakpm@osdl.org2006-01-101-0/+1
* | | | | [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal2006-01-101-3/+0Star
* | | | | [PATCH] mutex subsystem, add include/asm-x86_64/mutex.hIngo Molnar2006-01-101-0/+113
* | | | | [PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar2006-01-101-0/+1
* | | | | [PATCH] Kill L1_CACHE_SHIFT_MAXRavikiran G Thirumalai2006-01-091-1/+0Star
* | | | | [PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter2006-01-092-2/+5
|/ / / /
* | | | [PATCH] cpu hotplug/x86_64: disable interrupt in play_deadShaohua Li2006-01-061-0/+2
* | | | [PATCH] mpspec: remove unneeded packed attributeBrian Gerst2006-01-061-1/+1
* | | | [PATCH] x86/x86_64: mark rodata section read-only: x86-64 supportArjan van de Ven2006-01-061-0/+4
* | | | [PATCH] x86/x86_64: mark rodata section read only: generic x86-64 bugfixArjan van de Ven2006-01-061-0/+2
* | | | [PATCH] atomic_long_t & include/asm-generic/atomic.h V2Christoph Lameter2006-01-061-0/+1
* | | | [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty2006-01-061-0/+1
* | | | [FLS64]: x86_64 versionStephen Hemminger2006-01-031-1/+27
* | | | [FLS64]: generic versionStephen Hemminger2006-01-031-0/+1
| |/ / |/| |
* | | [PATCH] Avoid namespace pollution in <asm/param.h>Dag-Erling Smørgrav2006-01-021-2/+1Star
| |/ |/|