summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
Commit message (Expand)AuthorAgeFilesLines
* Use the APIC to determine the hardware processor id - x86_64Fernando Luis Vazquez Cao2007-05-091-8/+6Star
* Remove hardcoding of hard_smp_processor_id on UP systemsFernando Luis Vazquez Cao2007-05-091-1/+3
* Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-05-081-0/+11
|\
| * i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpuRudolf Marek2007-05-081-0/+11
* | x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas2007-05-081-16/+0Star
* | x86: create asm/cmpxchg.hJeff Dike2007-05-083-130/+136
* | Remove tas()Jeff Dike2007-05-081-2/+0Star
* | local_t: x86_64 extensionMathieu Desnoyers2007-05-082-31/+201
* | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe...Mathieu Desnoyers2007-05-081-28/+31
* | atomic.h: add atomic64 cmpxchg, xchg and add_unless to x86_64Mathieu Desnoyers2007-05-081-4/+32
* | utimensat implementationUlrich Drepper2007-05-081-0/+2
* | x86_64: kill 19000+ sparse warningsRandy Dunlap2007-05-082-8/+9
* | consolidate asm/const.h to linux/const.hRandy Dunlap2007-05-084-23/+2Star
* | Clean up mostly unused IOSPACE macrosDavid Gibson2007-05-081-4/+0Star
* | kdump/kexec: calculate note size at compile timeSimon Horman2007-05-081-2/+0Star
* | move die notifier handling to common codeChristoph Hellwig2007-05-082-25/+0Star
* | tty: i386/x86_64 arbitary speed supportAlan Cox2007-05-081-1/+1
* | ipmi: add new IPMI nmi watchdog handlingCorey Minyard2007-05-081-0/+1
|/
* Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2007-05-072-13/+9Star
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-0531-523/+184Star
|\
| * [PATCH] x86-64: Use the 32bit wd_ops for 64bit too.Andi Kleen2007-05-021-0/+9
| * [PATCH] x86-64: Auto compute __NR_syscall_max at compile timeAndi Kleen2007-05-021-2/+0Star
| * [PATCH] x86-64: Use safe_apic_wait_icr_idle in __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-021-1/+4
| * [PATCH] x86-64: __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-021-22/+32
| * [PATCH] x86-64: safe_apic_wait_icr_idle - x86_64Fernando Luis VazquezCao2007-05-021-5/+3Star
| * [PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl2007-05-021-0/+2
| * [PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl2007-05-021-0/+2
| * [PATCH] x86-64: Move mtrr prototypes from proto.h to mtrr.hAndi Kleen2007-05-022-7/+8
| * [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge2007-05-021-2/+2
| * [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge2007-05-021-0/+1
| * [PATCH] x86: Clean up x86 control register and MSR macros (corrected)H. Peter Anvin2007-05-025-327/+9Star
| * [PATCH] x86: Don't use MWAIT on AMD Family 10Andi Kleen2007-05-021-0/+2
| * [PATCH] x86-64: Clean up asm-x86_64/bugs.hJeremy Fitzhardinge2007-05-022-26/+5Star
| * [PATCH] x86-64: fix arithmetic in commentAvi Kivity2007-05-021-1/+1
| * [PATCH] x86-64: Use X86_EFLAGS_IF in x86-64/irqflags.h.Andi Kleen2007-05-023-25/+32
| * [PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge2007-05-021-10/+0Star
| * [PATCH] x86: sys_ioperm() prototype cleanupAdrian Bunk2007-05-021-1/+0Star
| * [PATCH] x86-64: use lru instead of page->index and page->private for pgd list...Christoph Lameter2007-05-022-12/+4Star
| * [PATCH] x86-64: Introduce load_TLS to the "for" loop.Rusty Russell2007-05-021-7/+4Star
| * [PATCH] x86-64: configurable fake numa node sizesDavid Rientjes2007-05-021-1/+1
| * [PATCH] x86: Log reason why TSC was marked unstablejohn stultz2007-05-021-1/+1
| * [PATCH] x86-64: build-time checkingVivek Goyal2007-05-021-0/+1
| * [PATCH] x86-64: Relocatable Kernel SupportVivek Goyal2007-05-021-2/+4
| * [PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal2007-05-022-6/+4Star
| * [PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal2007-05-022-3/+0Star
| * [PATCH] x86-64: wakeup.S rename registers to reflect right namesVivek Goyal2007-05-021-6/+6
| * [PATCH] x86-64: Add EFER to the register set saved by save_processor_stateVivek Goyal2007-05-021-0/+1
| * [PATCH] x86-64: cleanup segmentsVivek Goyal2007-05-021-1/+1
| * [PATCH] x86-64: Clean up the early boot page tableVivek Goyal2007-05-021-1/+0Star
| * [PATCH] x86-64: Assembly safe page.h and pgtable.hVivek Goyal2007-05-024-30/+52