aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: get rid of smp_32.c and smp_64.cGlauber Costa1-10/+0
2008-04-17x86: create tlb filesGlauber Costa1-275/+0
2008-04-17x86: create smp.cGlauber Costa1-205/+0
2008-04-17x86: unify smp_send_stopGlauber Costa1-1/+2
2008-04-17x86: make stop_this_cpu looks exactly equal in both archesGlauber Costa1-2/+3
2008-04-17x86: change x86_64 smp_call_function_mask to look alike i386Glauber Costa1-41/+16
2008-04-17x86: provide __smp_call_functionGlauber Costa1-1/+33
2008-04-17x86: create smpcommon.cGlauber Costa1-56/+0
2008-04-17x86: remove irqs disabled warning.Glauber Costa1-3/+0
2008-04-17x86: remove export for smp_call_function_mask.Glauber Costa1-1/+0
2008-04-17x86: unify smp_cpus_doneGlauber Costa1-0/+2
2008-04-17x86: unify smp_prepare_cpusGlauber Costa1-0/+1
2008-04-17x86: unify prepare_boot_cpuGlauber Costa1-0/+1
2008-04-17x86: unify __cpu_up.Glauber Costa1-0/+1
2008-04-17x86: unify smp_call_function_maskGlauber Costa1-3/+4
2008-04-17x86: merge smp_send_rescheduleGlauber Costa1-2/+5
2008-04-17x86: move smp_ops extern declaration to common headerGlauber Costa1-0/+2
2008-01-30x86: voluntary leave_mm before entering ACPI C3Venki Pallipadi1-1/+2
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-1/+1
2008-01-30x86: cleanup tlbflush.h variantsThomas Gleixner1-6/+6
2008-01-30x86: smp_64.c: remove unused exports and cleanup while at itThomas Gleixner1-39/+35
2007-10-19x86: implement missing x86_64 function smp_call_function_mask()Laurent Vivier1-56/+63
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty1-0/+3
2007-10-11x86_64: move kernelThomas Gleixner1-0/+523