summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-30x86: allow more than 8 cpus to be used on 32-bitYinghai Lu1-1/+1
2009-01-29x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar1-1/+1
2009-01-29x86: generalize boot_cpu_idIngo Molnar1-12/+0
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-29x86, smp: refactor ->wake_cpuIngo Molnar1-2/+2
2009-01-29x86, smp: eliminate asm/mach-default/mach_wakecpu.hIngo Molnar1-1/+0
2009-01-29x86, smp: refactor ->inquire_remote_apic() methodsIngo Molnar1-2/+2
2009-01-29x86, smp: refactor ->store/restore_NMI_vector() methodsIngo Molnar1-1/+2
2009-01-29x86, smp: refactor ->smp_callin_clear_local_apic() methodsIngo Molnar1-1/+2
2009-01-29x86, smp: refactor ->wait_for_init_deassert()Ingo Molnar1-1/+2
2009-01-29x86: refactor ->check_phys_apicid_present() subarch methodsIngo Molnar1-1/+6
2009-01-29x86: refactor ->setup_portio_remap() subarch methodsIngo Molnar1-1/+2
2009-01-29x86, apic: clean up ->cpu_present_to_apicid()Ingo Molnar1-1/+8
2009-01-29x86, apic: clean up ->apicid_to_node()Ingo Molnar1-1/+1
2009-01-29x86, apic: clean up ->setup_apic_routing()Ingo Molnar1-1/+1
2009-01-29x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar1-1/+1
2009-01-29x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar1-1/+1
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-4/+0
2009-01-21x86: uv cleanupTejun Heo1-0/+1
2009-01-18x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-0/+3
2009-01-18x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+1
2009-01-16x86: misc clean up after the percpu updateTejun Heo1-1/+1
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-59/+1
2009-01-16x86: load pointer to pda into %gs while brining up a CPUTejun Heo1-0/+1
2009-01-15Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar1-1/+1
2009-01-15x86: fully honor "nolapic"Jan Beulich1-0/+1
2009-01-11x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.hJaswinder Singh Rajput1-1/+0
2009-01-11x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput1-0/+1
2009-01-11Merge branch 'linus' into x86/cleanupsIngo Molnar1-63/+65
2009-01-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2009-01-07x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput1-1/+0
2009-01-06Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar1-4/+11
2009-01-05x86: update Alan Cox's email addressesAlan Cox1-1/+1
2009-01-04x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis1-63/+65
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis1-1/+1
2009-01-03x86: enable cpus display of kernel_max and offlined cpusMike Travis1-0/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis1-6/+13
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+22
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-15/+12
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2008-12-26cpumask: cpu_coregroup_mask(): x86Rusty Russell1-3/+8
2008-12-25tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3Frederic Weisbecker1-1/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar1-12/+11
2008-12-18x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis1-4/+21
2008-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis...Ingo Molnar1-1/+1
2008-12-17Merge branch 'linus' into cpus4096Ingo Molnar1-2/+0
2008-12-17x86: fixup_irqs() doesnt need an argument.Mike Travis1-1/+1
2008-12-15x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden1-2/+0
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-10/+7