aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18x86: use cpu_clear in remove_cpu_from_mapsYinghai Lu1-1/+1
2008-07-16x86_64: unstatic get_local_pdaJeremy Fitzhardinge1-1/+1
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-139/+77
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-12x86: make read_apic_id return final apicidYinghai Lu1-3/+3
2008-07-12x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-remappingSuresh Siddha1-0/+5
2008-07-12x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha1-17/+11
2008-07-09x86: smpboot maxcpus - add checking for NULL early paramCyrill Gorcunov1-1/+2
2008-07-09arch/x86/kernel/smpboot.c: fix warningAndrew Morton1-2/+2
2008-07-08x86: move prefill_possible_map calling earlyYinghai Lu1-0/+8
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov1-1/+0
2008-07-08x86: take load_sp0 out of smpboot.cGlauber Costa1-1/+0
2008-07-08x86: move cpu_exit_clear to process_32.cGlauber Costa1-18/+1
2008-07-08x86: remove cpu from mapsGlauber Costa1-2/+0
2008-07-08x86: change naming to match x86_64Glauber Costa1-6/+2
2008-07-08x86: provide connect_bsp_APIC for x86_64Glauber Costa1-4/+1
2008-07-08x86: change __setup_vector_irq with setup_vector_irqGlauber Costa1-9/+2
2008-07-08x86: remove ifdef from steppingGlauber Costa1-2/+0
2008-07-08x86: clearing io_apic harmless for x86_64Glauber Costa1-2/+1
2008-07-08x86: boot secondary cpus through initial_codeGlauber Costa1-24/+1
2008-07-08x86: move x86_64 gdt closer to i386Glauber Costa1-9/+3
2008-07-08x86: use stack_start in x86_64Glauber Costa1-6/+1
2008-07-08Merge branch 'x86/uv' into x86/develIngo Molnar1-3/+2
2008-07-08x86: fix stack overflow for large values of MAX_APICSJack Steiner1-3/+2
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-31/+50
2008-07-08x86: compile error fix for smpboot.cJeremy Fitzhardinge1-0/+2
2008-07-08x86: remove static boot_cpu_pda array v2Mike Travis1-13/+46
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-18/+2
2008-07-08Merge branch 'x86/mpparse' into x86/develIngo Molnar1-17/+0
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-2/+4
2008-07-08Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/thr...Ingo Molnar1-5/+8
2008-07-08x86: APIC/SMP: Downgrade the NMI watchdog for "nosmp"Maciej W. Rozycki1-0/+3
2008-07-08Revert "x86: APIC/SMP: downgrade the NMI watchdog for "nosmp""Ingo Molnar1-4/+0
2008-07-08x86: APIC/SMP: downgrade the NMI watchdog for "nosmp"Maciej W. Rozycki1-0/+4
2008-07-08x86: APIC/SMP: correct the message for "nosmp"Maciej W. Rozycki1-2/+1
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-2/+4
2008-06-30x86: fix cpu hotplug crashZhang, Yanmin1-1/+0
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe1-2/+2
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar1-1/+4
2008-06-04x86: disable preemption in native_smp_prepare_cpusIngo Molnar1-1/+4
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu1-17/+0
2008-05-25x86: smpboot.c: removed duplicated includeHuang Weiyi1-1/+0
2008-05-23x86: use performance variant for_each_cpu_mask_nrMike Travis1-4/+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/linux-2.6-xen-nextLinus Torvalds1-2/+2
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge1-2/+2