summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot_32.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: use cpu_relax instead of rep_nopGlauber Costa1-2/+2
2008-04-17x86: unify setup_trampolineGlauber Costa1-29/+0
2008-04-17x86: move trampoline arrays extern definition to smp.hGlauber Costa1-6/+0
2008-04-17x86: make x86_64 accept the max_cpus parameterGlauber Costa1-13/+0
2008-04-17x86: merge __cpu_disable and cpu_dieGlauber Costa1-67/+0
2008-04-17x86: do not clear cpu_online_mapGlauber Costa1-2/+1
2008-04-17x86: use remove_from_maps in cpu_disableGlauber Costa1-1/+6
2008-04-17x86: move cpu_coregroup_map to common fileGlauber Costa1-14/+0
2008-04-17x86: move sibling functions to common fileGlauber Costa1-88/+0
2008-04-17x86: move equal types to common fileGlauber Costa1-27/+0
2008-04-17x86: adjust types in smpcommon_32.cGlauber Costa1-3/+3
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk1-2/+0
2008-01-30x86: remove set_kernel_exec()Andi Kleen1-11/+0
2008-01-30x86: remove unneded castsJan Engelhardt1-1/+1
2008-01-30x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com1-1/+1
2008-01-30x86: change NR_CPUS arrays in numa_64 fixuptravis@sgi.com1-1/+1
2008-01-30x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com1-7/+2
2008-01-30x86: adjust enable_NMI_through_LVT0()Jan Beulich1-1/+1
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-4/+4
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-5/+5
2008-01-30x86: prevent dereferencing non-allocated per_cpu variablesMike Travis1-2/+2
2008-01-30x86: adjust numa 32 namespaceThomas Gleixner1-8/+8
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
2007-12-20x86 smpboot_32.c section fixesAdrian Bunk1-3/+3
2007-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-10-20spelling fixes: arch/i386/Simon Arlott1-1/+1
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis1-25/+26
2007-10-19x86: convert cpu_llc_id to be a per cpu variableMike Travis1-3/+3
2007-10-19x86: convert cpu_to_apicid to be a per cpu variableMike Travis1-7/+15
2007-10-19x86: fix CONFIG_NUMA and nosmp | maxcpus=0/1 crashIngo Molnar1-0/+2
2007-10-17x86: misc. constificationsJan Beulich1-2/+2
2007-10-17x86: enable NMI watchdog on nosmpIngo Molnar1-0/+6
2007-10-17i386: setup_trampoline() must be __cpuinitAdrian Bunk1-1/+1
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-18/+18
2007-10-16x86: Convert cpu_core_map to be a per cpu variableMike Travis1-17/+17
2007-10-11i386: move kernelThomas Gleixner1-0/+1322