summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
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
2009-01-28x86, smp: refactor ->wait_for_init_deassert()Ingo Molnar
2009-01-28x86: refactor ->check_phys_apicid_present() subarch methodsIngo Molnar
2009-01-28x86: refactor ->setup_portio_remap() subarch methodsIngo Molnar
2009-01-28x86, apic: clean up ->cpu_present_to_apicid()Ingo Molnar
2009-01-28x86, apic: clean up ->apicid_to_node()Ingo Molnar
2009-01-28x86, apic: clean up ->setup_apic_routing()Ingo Molnar
2009-01-28x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar
2009-01-28x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst
2009-01-21x86: uv cleanupTejun Heo
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-16x86: misc clean up after the percpu updateTejun Heo
2009-01-16x86: fold pda into percpu area on SMPTejun Heo
2009-01-16x86: load pointer to pda into %gs while brining up a CPUTejun Heo