aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAge
* Merge branch 'x86/cleanups' into x86/signalIngo Molnar2008-09-06
|\
| * Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2008-08-25
| |\
| * \ Merge branch 'linus' into x86/cleanupsIngo Molnar2008-08-20
| |\ \
| * | | x86: remove nesting CONFIG_HOTPLUG_CPULi Zefan2008-08-15
| | | |
| \ \ \
*-. \ \ \ Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar2008-09-06
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | * | | Merge commit 'v2.6.27-rc3' into x86/prototypesIngo Molnar2008-08-14
| | |\ \ \
| | * | | | X86_SMP: smpboot.c declare idle_thread_array and smp_b_stepping as staticJaswinder Singh2008-07-25
| * | | | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-04
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-25
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-22
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-18
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-18
| |\ \ \ \ \ \
| * | | | | | | x86: make read_apic_id return final apicidYinghai Lu2008-07-12
| * | | | | | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-12
| * | | | | | | x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha2008-07-12
* | | | | | | | x86: fix section mismatch warning - uv_cpu_initMarcin Slusarz2008-08-22
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | x86: silence section mismatch warning - get_local_pdaMarcin Slusarz2008-08-18
* | | | | | | x86: check bigsmp in smp_sanity_check instead of cpu_upYinghai Lu2008-08-14
* | | | | | | x86: resurrect proper handling of maxcpus= kernel option (v2)Max Krasnyansky2008-08-14
| |_|_|_|_|/ |/| | | | |
* | | | | | x86: fix 2.6.27rc1 cannot boot more than 8CPUsYinghai Lu2008-08-11
* | | | | | x86: Restore proper vector locking during cpu hotplugEric W. Biederman2008-08-11
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-23
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-15
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-06
| |\ \ \ \
| * | | | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
* | | | | | x86: convert Dprintk to pr_debugThomas Gleixner2008-07-21
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---------. \ \ \ \ \ Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-21
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | / / | | | | | |_|_|_|/ / | | | | |/| | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | | | | * | | x86_64: unstatic get_local_pdaJeremy Fitzhardinge2008-07-16
| | |_|_|_|/ / / | |/| | | | | |
| | | * | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-07-18
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | x86: smpboot maxcpus - add checking for NULL early paramCyrill Gorcunov2008-07-09
| | * | | | | | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-18
| |/ / / / / /
* / / / / / / x86: use cpu_clear in remove_cpu_from_mapsYinghai Lu2008-07-18
|/ / / / / /
* | | | | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86: convert to generic helpers for IPI function callsJens Axboe2008-06-26
| | |/ / / | |/| | |
* | | | | arch/x86/kernel/smpboot.c: fix warningAndrew Morton2008-07-09
* | | | | x86: move prefill_possible_map calling earlyYinghai Lu2008-07-08
* | | | | x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov2008-07-08
* | | | | x86: take load_sp0 out of smpboot.cGlauber Costa2008-07-08
* | | | | x86: move cpu_exit_clear to process_32.cGlauber Costa2008-07-08
* | | | | x86: remove cpu from mapsGlauber Costa2008-07-08
* | | | | x86: change naming to match x86_64Glauber Costa2008-07-08
* | | | | x86: provide connect_bsp_APIC for x86_64Glauber Costa2008-07-08
* | | | | x86: change __setup_vector_irq with setup_vector_irqGlauber Costa2008-07-08
* | | | | x86: remove ifdef from steppingGlauber Costa2008-07-08
* | | | | x86: clearing io_apic harmless for x86_64Glauber Costa2008-07-08
* | | | | x86: boot secondary cpus through initial_codeGlauber Costa2008-07-08
* | | | | x86: move x86_64 gdt closer to i386Glauber Costa2008-07-08
* | | | | x86: use stack_start in x86_64Glauber Costa2008-07-08
* | | | | Merge branch 'x86/uv' into x86/develIngo Molnar2008-07-08
|\ \ \ \ \