summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-30x86: fix cpu hotplug crashZhang, Yanmin1-1/+0
2008-06-04x86: disable preemption in native_smp_prepare_cpusIngo Molnar1-1/+4
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins1-7/+17
2008-05-04x86: make additional_cpus staticAdrian Bunk1-1/+1
2008-05-04x86: make start_secondary() staticAdrian Bunk1-1/+1
2008-04-29x86: fix PCI MSI breaks when booting with nosmpJesse Barnes1-7/+3
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita1-2/+2
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-2/+2
2008-04-25x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge1-2/+2
2008-04-25"make namespacecheck" fixesIngo Molnar1-6/+6
2008-04-19x86: UV startup of slave cpusJack Steiner1-9/+20
2008-04-17x86: standalone trampoline codeIngo Molnar1-15/+0
2008-04-17x86: move suspend wakeup code to CPavel Machek1-3/+3
2008-04-17x86: section mismatch fixes, #1Jacek Luczak1-1/+1
2008-04-17x86: fix paranoia about using BIOS quickboot mechanism.Alok Kataria1-5/+5
2008-04-17x86: move up & smp variables to setup.cAlexey Starikovskiy1-5/+0
2008-04-17x86: move x86_bios_cpu_apicid_init to smpboot.cAlexey Starikovskiy1-1/+1
2008-04-17x86: move x86_cpu_to_apicid_init to smpboot.cAlexey Starikovskiy1-1/+2
2008-04-17x86: move phys_cpu_present_map to setup.cAlexey Starikovskiy1-3/+0
2008-04-17x86: move x86_cpu_to_apicid to setup.cAlexey Starikovskiy1-2/+0
2008-04-17x86: support for new UV apicJack Steiner1-0/+5
2008-04-17x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner1-3/+3
2008-04-17x86: move disabled_cpus to smpboot.c (64bit)Alexey Starikovskiy1-2/+2
2008-04-17x86: move num_processors to smpboot.c (64 bit)Alexey Starikovskiy1-2/+3
2008-04-17x86: move phys_cpu_present_map to smpboot.c (64bit)Alexey Starikovskiy1-3/+3
2008-04-17x86: move x86_bios_cpu_apicid to apic_32.cAlexey Starikovskiy1-2/+0
2008-04-17x86: move disabled_cpus to smpboot.cAlexey Starikovskiy1-0/+1
2008-04-17x86: move num_processors to smpboot.cAlexey Starikovskiy1-0/+3
2008-04-17x86: move phys_cpu_present_map to smpboot.cAlexey Starikovskiy1-0/+4
2008-04-17x86: remove smpboot_32.c and smpboot_64.cGlauber de Oliveira Costa1-0/+42
2008-04-17x86: move apicid mappings to smpboot.cGlauber de Oliveira Costa1-0/+21
2008-04-17x86: merge cpu_exit_clearGlauber de Oliveira Costa1-0/+18
2008-04-17x86: merge native_smp_prepare_cpusGlauber de Oliveira Costa1-0/+170
2008-04-17x86: merge native_smp_cpus_doneGlauber de Oliveira Costa1-1/+20
2008-04-17x86: merge smp_prepare_boot_cpuGlauber de Oliveira Costa1-0/+18
2008-04-17x86: integrate start_secondaryGlauber de Oliveira Costa1-1/+85
2008-04-17x86: integrate do_boot_cpuGlauber de Oliveira Costa1-0/+588
2008-04-17x86: move {un}map_cpu_to_logical_apicid to smpboot.cGlauber de Oliveira Costa1-0/+60
2008-04-17x86: include mach_apic.h in smpboot_64.c and smpboot.cGlauber de Oliveira Costa1-0/+2
2008-04-17x86: move impress_friends and smp_check to cpus_doneGlauber de Oliveira Costa1-2/+2
2008-04-17x86: do smp tainting checks in a separate functionGlauber de Oliveira Costa1-2/+19
2008-04-17x86: allow user to impress friends.Glauber de Oliveira Costa1-0/+20
2008-04-17x86: merge smp_store_cpu_infoGlauber de Oliveira Costa1-0/+77
2008-04-17x86: unify setup_trampolineGlauber Costa1-0/+33
2008-04-17x86: make x86_64 accept the max_cpus parameterGlauber Costa1-0/+12
2008-04-17x86: merge __cpu_disable and cpu_dieGlauber Costa1-0/+85
2008-04-17x86: move cpu_coregroup_map to common fileGlauber Costa1-0/+16
2008-04-17x86: move sibling functions to common fileGlauber Costa1-0/+88
2008-04-17x86: move equal types to common fileGlauber Costa1-0/+28
2008-04-17x86: move prefill_possible_map to common fileGlauber Costa1-0/+53