summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smp_32.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: get rid of smp_32.c and smp_64.cGlauber Costa1-106/+0
2008-04-17x86: create tlb filesGlauber Costa1-235/+0
2008-04-17x86: create ipi.cGlauber Costa1-153/+0
2008-04-17x86: create smp.cGlauber Costa1-223/+0
2008-04-17x86: add reboot_force test to native_smp_send_stopGlauber Costa1-2/+7
2008-04-17x86: make stop_this_cpu looks exactly equal in both archesGlauber Costa1-1/+1
2008-04-17x86: change x86_64 smp_call_function_mask to look alike i386Glauber Costa1-1/+1
2008-01-30x86: voluntary leave_mm before entering ACPI C3Venki Pallipadi1-1/+2
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-4/+4
2008-01-30x86: prevent dereferencing non-allocated per_cpu variablesMike Travis1-2/+2
2007-10-27x86: export smp_ops to allow modular build of KVMThomas Gleixner1-0/+1
2007-10-27Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner1-7/+0
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2007-10-20spelling fixes: arch/i386/Simon Arlott1-2/+2
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis1-1/+1
2007-10-19x86: convert cpu_to_apicid to be a per cpu variableMike Travis1-1/+1
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty1-0/+3
2007-10-17i386: export i386 smp_call_function_mask() to modulesLaurent Vivier1-0/+7
2007-10-11i386: move kernelThomas Gleixner1-0/+707