summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpcommon.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-25/+0
2009-01-27x86: move this_cpu_offsetBrian Gerst1-7/+0
2009-01-19x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+0
2009-01-16x86_64: initialize this_cpu_off to __per_cpu_loadTejun Heo1-0/+5
2009-01-16x86: merge 64 and 32 SMP percpu handlingTejun Heo1-2/+1
2008-08-15x86: change init_gdt to update the gdt via write_gdt, rather than a direct wr...Alex Nixon1-7/+10
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe1-56/+0
2008-04-17x86: create smpcommon.cGlauber Costa1-0/+83