aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-6/+3
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+14
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-09-03x86, sched: Workaround broken sched domain creation for AMD Magny-CoursAndreas Herrmann1-1/+2
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang1-1/+1
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner1-2/+2
2009-08-21x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha1-0/+14
2009-07-21x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula1-0/+2
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu1-1/+1
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov1-3/+5
2009-04-19x86: smpboot - wakeup_secondary should be done via __cpuinit sectionCyrill Gorcunov1-2/+2
2009-04-08x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APICYinghai Lu1-4/+6
2009-04-08x86: make wakeup_secondary_cpu_via_init staticYinghai Lu1-1/+1
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell1-6/+5
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell1-7/+26
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-2/+2
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell1-5/+0
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell1-2/+10
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell1-5/+0
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu1-78/+0
2009-02-26x86: apic: simplify secondary CPU wakeup methodsIngo Molnar1-3/+8
2009-02-26x86: remove update_apic from x86_quirksYinghai Lu1-7/+1
2009-02-17x86, apic: remove ->store_NMI_vector()Ingo Molnar1-8/+5
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-1/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-2/+2
2009-02-17x86: add x2apic configYinghai Lu1-1/+1
2009-02-15x86: make 32bit to call enable_IO_APIC early like 64bitYinghai Lu1-2/+1
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar1-1/+1
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup()Ingo Molnar1-1/+1
2009-01-31x86: pass in cpu number to switch_to_new_gdt()Brian Gerst1-1/+1
2009-01-31x86: update copyrightsIngo Molnar1-1/+1
2009-01-30x86: don't treat bigsmp as non-standardYinghai Lu1-1/+1
2009-01-30x86: fix compiling with 64bit with def_to_bigsmpYinghai Lu1-1/+1
2009-01-30x86: allow more than 8 cpus to be used on 32-bitYinghai Lu1-1/+1
2009-01-29x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar1-1/+1
2009-01-29x86: generalize boot_cpu_idIngo Molnar1-12/+0
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-28x86, smp: refactor ->wake_cpuIngo Molnar1-2/+2
2009-01-28x86, smp: eliminate asm/mach-default/mach_wakecpu.hIngo Molnar1-1/+0
2009-01-28x86, smp: refactor ->inquire_remote_apic() methodsIngo Molnar1-2/+2
2009-01-28x86, smp: refactor ->store/restore_NMI_vector() methodsIngo Molnar1-1/+2
2009-01-28x86, smp: refactor ->smp_callin_clear_local_apic() methodsIngo Molnar1-1/+2
2009-01-28x86, smp: refactor ->wait_for_init_deassert()Ingo Molnar1-1/+2
2009-01-28x86: refactor ->check_phys_apicid_present() subarch methodsIngo Molnar1-1/+6
2009-01-28x86: refactor ->setup_portio_remap() subarch methodsIngo Molnar1-1/+2
2009-01-28x86, apic: clean up ->cpu_present_to_apicid()Ingo Molnar1-1/+8
2009-01-28x86, apic: clean up ->apicid_to_node()Ingo Molnar1-1/+1
2009-01-28x86, apic: clean up ->setup_apic_routing()Ingo Molnar1-1/+1