summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpcommon.c
Commit message (Expand)AuthorAgeFilesLines
* x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-271-25/+0
* x86: move this_cpu_offsetBrian Gerst2009-01-271-7/+0
* x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-2/+0
* x86_64: initialize this_cpu_off to __per_cpu_loadTejun Heo2009-01-161-0/+5
* x86: merge 64 and 32 SMP percpu handlingTejun Heo2009-01-161-2/+1
* x86: change init_gdt to update the gdt via write_gdt, rather than a direct wr...Alex Nixon2008-08-151-7/+10
* x86: convert to generic helpers for IPI function callsJens Axboe2008-06-261-56/+0
* x86: create smpcommon.cGlauber Costa2008-04-171-0/+83