summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-139/+77
|\
| * Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-2/+2
| |\
| | * x86: convert to generic helpers for IPI function callsJens Axboe2008-06-261-2/+2
| * | arch/x86/kernel/smpboot.c: fix warningAndrew Morton2008-07-091-2/+2
| * | x86: move prefill_possible_map calling earlyYinghai Lu2008-07-081-0/+8
| * | x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov2008-07-081-1/+0
| * | x86: take load_sp0 out of smpboot.cGlauber Costa2008-07-081-1/+0
| * | x86: move cpu_exit_clear to process_32.cGlauber Costa2008-07-081-18/+1
| * | x86: remove cpu from mapsGlauber Costa2008-07-081-2/+0
| * | x86: change naming to match x86_64Glauber Costa2008-07-081-6/+2
| * | x86: provide connect_bsp_APIC for x86_64Glauber Costa2008-07-081-4/+1
| * | x86: change __setup_vector_irq with setup_vector_irqGlauber Costa2008-07-081-9/+2
| * | x86: remove ifdef from steppingGlauber Costa2008-07-081-2/+0
| * | x86: clearing io_apic harmless for x86_64Glauber Costa2008-07-081-2/+1
| * | x86: boot secondary cpus through initial_codeGlauber Costa2008-07-081-24/+1
| * | x86: move x86_64 gdt closer to i386Glauber Costa2008-07-081-9/+3
| * | x86: use stack_start in x86_64Glauber Costa2008-07-081-6/+1
| * | Merge branch 'x86/uv' into x86/develIngo Molnar2008-07-081-3/+2
| |\ \
| | * | x86: fix stack overflow for large values of MAX_APICSJack Steiner2008-07-081-3/+2
| * | | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-081-31/+50
| |\ \ \
| | * | | x86: compile error fix for smpboot.cJeremy Fitzhardinge2008-07-081-0/+2
| | * | | x86: remove static boot_cpu_pda array v2Mike Travis2008-07-081-13/+46
| | * | | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-081-18/+2
| | |/ /
| * | | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-081-17/+0
| |\ \ \
| | * \ \ Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-081-2/+4
| | |\ \ \ | | | |/ /
| | * | | x86: extend e820 ealy_res support 32bitYinghai Lu2008-05-251-17/+0
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-081-5/+8
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | | | | |/ / | | | | | |/| / | | | | | | |/
| | | | * | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-06-161-1/+4
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | x86: smpboot.c: removed duplicated includeHuang Weiyi2008-05-251-1/+0
| | |_|/ / / | |/| | | |
| | * | | | x86: APIC/SMP: Downgrade the NMI watchdog for "nosmp"Maciej W. Rozycki2008-07-081-0/+3
| | * | | | Revert "x86: APIC/SMP: downgrade the NMI watchdog for "nosmp""Ingo Molnar2008-07-081-4/+0
| | * | | | x86: APIC/SMP: downgrade the NMI watchdog for "nosmp"Maciej W. Rozycki2008-07-081-0/+4
| | * | | | x86: APIC/SMP: correct the message for "nosmp"Maciej W. Rozycki2008-07-081-2/+1
| | | |_|/ | | |/| |
* | | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-2/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | x86: fix cpu hotplug crashZhang, Yanmin2008-06-301-1/+0
| | |_|/ | |/| |
| * | | x86: disable preemption in native_smp_prepare_cpusIngo Molnar2008-06-041-1/+4
| |/ /
* | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-4/+4
|/ /
* | 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/+3
* 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/+0
* 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
OpenPOWER on IntegriCloud