aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-4/+4
|\
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-139/+77
| |\
| * \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-2/+4
| |\ \
| * | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-4/+4
* | | | x86: convert Dprintk to pr_debugThomas Gleixner2008-07-211-26/+26
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*---------. \ \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-32/+22
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | | * | | x86_64: unstatic get_local_pdaJeremy Fitzhardinge2008-07-161-1/+1
| | |_|_|_|/ / / | |/| | | | | |
| | | * | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-07-181-139/+77
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | x86: smpboot maxcpus - add checking for NULL early paramCyrill Gorcunov2008-07-091-1/+2
| | * | | | | | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-30/+19
| |/ / / / / /
* | | | | | | x86: use cpu_clear in remove_cpu_from_mapsYinghai Lu2008-07-181-1/+1
|/ / / / / /
* | | | | | 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
| | |_|/ | |/| |
| * | | x86: fix cpu hotplug crashZhang, Yanmin2008-06-301-1/+0
| | |/ | |/|
| * | x86: disable preemption in native_smp_prepare_cpusIngo Molnar2008-06-041-1/+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