aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2010-02-09x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha
2010-01-29x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online...Suresh Siddha
2009-12-11x86: Limit the number of processor bootup messagesMike Travis
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2009-12-02x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha
2009-11-16workqueue: Add debugobjects supportThomas Gleixner
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-03x86, sched: Workaround broken sched domain creation for AMD Magny-CoursAndreas Herrmann
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner
2009-08-21x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha
2009-07-21x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov
2009-04-19x86: smpboot - wakeup_secondary should be done via __cpuinit sectionCyrill Gorcunov
2009-04-08x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APICYinghai Lu
2009-04-08x86: make wakeup_secondary_cpu_via_init staticYinghai Lu
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu
2009-02-26x86: apic: simplify secondary CPU wakeup methodsIngo Molnar
2009-02-26x86: remove update_apic from x86_quirksYinghai Lu
2009-02-17x86, apic: remove ->store_NMI_vector()Ingo Molnar
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-02-17x86: add x2apic configYinghai Lu
2009-02-15x86: make 32bit to call enable_IO_APIC early like 64bitYinghai Lu
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst
2009-01-31x86: update copyrightsIngo Molnar
2009-01-30x86: don't treat bigsmp as non-standardYinghai Lu
2009-01-30x86: fix compiling with 64bit with def_to_bigsmpYinghai Lu
2009-01-30x86: allow more than 8 cpus to be used on 32-bitYinghai Lu
2009-01-29x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar
2009-01-29x86: generalize boot_cpu_idIngo Molnar
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar
2009-01-29x86: remove mach_apic.hIngo Molnar
2009-01-28x86, smp: refactor ->wake_cpuIngo Molnar
2009-01-28x86, smp: eliminate asm/mach-default/mach_wakecpu.hIngo Molnar
2009-01-28x86, smp: refactor ->inquire_remote_apic() methodsIngo Molnar
2009-01-28x86, smp: refactor ->store/restore_NMI_vector() methodsIngo Molnar
2009-01-28x86, smp: refactor ->smp_callin_clear_local_apic() methodsIngo Molnar