summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86: fix app crashes after SMP resumeHugh Dickins2008-05-131-7/+17
* x86: make additional_cpus staticAdrian Bunk2008-05-041-1/+1
* x86: make start_secondary() staticAdrian Bunk2008-05-041-1/+1
* x86: fix PCI MSI breaks when booting with nosmpJesse Barnes2008-04-291-7/+3Star
* x86: use cpumask function for present, possible, and online cpusAkinobu Mita2008-04-261-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-251-2/+2
|\
| * x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-241-2/+2
* | "make namespacecheck" fixesIngo Molnar2008-04-241-6/+6
|/
* x86: UV startup of slave cpusJack Steiner2008-04-191-9/+20
* x86: standalone trampoline codeIngo Molnar2008-04-171-15/+0Star
* x86: move suspend wakeup code to CPavel Machek2008-04-171-3/+3
* x86: section mismatch fixes, #1Jacek Luczak2008-04-171-1/+1
* x86: fix paranoia about using BIOS quickboot mechanism.Alok Kataria2008-04-171-5/+5
* x86: move up & smp variables to setup.cAlexey Starikovskiy2008-04-171-5/+0Star
* x86: move x86_bios_cpu_apicid_init to smpboot.cAlexey Starikovskiy2008-04-171-1/+1
* x86: move x86_cpu_to_apicid_init to smpboot.cAlexey Starikovskiy2008-04-171-1/+2
* x86: move phys_cpu_present_map to setup.cAlexey Starikovskiy2008-04-171-3/+0Star
* x86: move x86_cpu_to_apicid to setup.cAlexey Starikovskiy2008-04-171-2/+0Star
* x86: support for new UV apicJack Steiner2008-04-171-0/+5
* x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner2008-04-171-3/+3
* x86: move disabled_cpus to smpboot.c (64bit)Alexey Starikovskiy2008-04-171-2/+2
* x86: move num_processors to smpboot.c (64 bit)Alexey Starikovskiy2008-04-171-2/+3
* x86: move phys_cpu_present_map to smpboot.c (64bit)Alexey Starikovskiy2008-04-171-3/+3
* x86: move x86_bios_cpu_apicid to apic_32.cAlexey Starikovskiy2008-04-171-2/+0Star
* x86: move disabled_cpus to smpboot.cAlexey Starikovskiy2008-04-171-0/+1
* x86: move num_processors to smpboot.cAlexey Starikovskiy2008-04-171-0/+3
* x86: move phys_cpu_present_map to smpboot.cAlexey Starikovskiy2008-04-171-0/+4
* x86: remove smpboot_32.c and smpboot_64.cGlauber de Oliveira Costa2008-04-171-0/+42
* x86: move apicid mappings to smpboot.cGlauber de Oliveira Costa2008-04-171-0/+21
* x86: merge cpu_exit_clearGlauber de Oliveira Costa2008-04-171-0/+18
* x86: merge native_smp_prepare_cpusGlauber de Oliveira Costa2008-04-171-0/+170
* x86: merge native_smp_cpus_doneGlauber de Oliveira Costa2008-04-171-1/+20
* x86: merge smp_prepare_boot_cpuGlauber de Oliveira Costa2008-04-171-0/+18
* x86: integrate start_secondaryGlauber de Oliveira Costa2008-04-171-1/+85
* x86: integrate do_boot_cpuGlauber de Oliveira Costa2008-04-171-0/+588
* x86: move {un}map_cpu_to_logical_apicid to smpboot.cGlauber de Oliveira Costa2008-04-171-0/+60
* x86: include mach_apic.h in smpboot_64.c and smpboot.cGlauber de Oliveira Costa2008-04-171-0/+2
* x86: move impress_friends and smp_check to cpus_doneGlauber de Oliveira Costa2008-04-171-2/+2
* x86: do smp tainting checks in a separate functionGlauber de Oliveira Costa2008-04-171-2/+19
* x86: allow user to impress friends.Glauber de Oliveira Costa2008-04-171-0/+20
* x86: merge smp_store_cpu_infoGlauber de Oliveira Costa2008-04-171-0/+77
* x86: unify setup_trampolineGlauber Costa2008-04-171-0/+33
* x86: make x86_64 accept the max_cpus parameterGlauber Costa2008-04-171-0/+12
* x86: merge __cpu_disable and cpu_dieGlauber Costa2008-04-171-0/+85
* x86: move cpu_coregroup_map to common fileGlauber Costa2008-04-171-0/+16
* x86: move sibling functions to common fileGlauber Costa2008-04-171-0/+88
* x86: move equal types to common fileGlauber Costa2008-04-171-0/+28
* x86: move prefill_possible_map to common fileGlauber Costa2008-04-171-0/+53