aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot_64.c
AgeCommit message (Expand)Author
2008-04-17x86: include smpboot_hooks.h in smpboot_64.cGlauber de Oliveira Costa
2008-04-17x86: include mach_wakecpu.h in smpboot_64Glauber de Oliveira Costa
2008-04-17x86: move impress_friends and smp_check to cpus_doneGlauber de Oliveira Costa
2008-04-17x86: add barriers statementGlauber de Oliveira Costa
2008-04-17x86: use APIC_INTEGRATED tests in x86_64Glauber de Oliveira Costa
2008-04-17x86: move state update out of ipi_lockGlauber de Oliveira Costa
2008-04-17x86: merge smp_store_cpu_infoGlauber de Oliveira Costa
2008-04-17x86: call identify_secondary_cpu in smp_store_cpu_infoGlauber de Oliveira Costa
2008-04-17x86: decouple call to print_cpu_info from smp_store_cpu_infoGlauber de Oliveira Costa
2008-04-17x86: use start_ipi_hook in x86_64Glauber de Oliveira Costa
2008-04-17x86: use apic_*_around instead of apic_write in x86_64Glauber de Oliveira Costa
2008-04-17x86: use wait_for_init_deassert in x86_64Glauber Costa
2008-04-17x86: unify setup_trampolineGlauber Costa
2008-04-17x86: move trampoline arrays extern definition to smp.hGlauber Costa
2008-04-17x86: merge __cpu_disable and cpu_dieGlauber Costa
2008-04-17x86: use remove_from_maps in cpu_disableGlauber Costa
2008-04-17x86: remove vector_lock around cpu_online_mapGlauber Costa
2008-04-17x86: move cpu_coregroup_map to common fileGlauber Costa
2008-04-17x86: move sibling functions to common fileGlauber Costa
2008-04-17x86: make remove_siblinginfo non-staticGlauber Costa
2008-04-17x86: make set_cpu_sibling_map nonstaticGlauber Costa
2008-04-17x86: move equal types to common fileGlauber Costa
2008-04-17x86: move prefill_possible_map to common fileGlauber Costa
2008-04-17x86: unify smp_cpus_doneGlauber Costa
2008-04-17x86: unify smp_prepare_cpusGlauber Costa
2008-04-17x86: unify prepare_boot_cpuGlauber Costa
2008-04-17x86: unify __cpu_up.Glauber Costa
2008-02-26x86: make c_idle.work have a static address.Glauber Costa
2008-02-01x86: silence section mismatch warning in smpboot_64.cSam Ravnborg
2008-01-30x86: not set boot cpu in cpu_online_map in smp_prepare_boot_cpu()Yinghai Lu
2008-01-30x86: change NR_CPUS arrays in numa_64 fixuptravis@sgi.com
2008-01-30x86: change bios_cpu_apicid to percpu data variabletravis@sgi.com
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com
2008-01-30x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com
2008-01-30x86: change NR_CPUS arrays in smpboot_64travis@sgi.com
2008-01-30x86: change size of APICIDs from u8 to u16travis@sgi.com
2008-01-30x86: provide 64-bit with a load_sp0 function.Glauber de Oliveira Costa
2008-01-30x86: unify tss_structGlauber de Oliveira Costa
2008-01-30x86: adjust enable_NMI_through_LVT0()Jan Beulich
2008-01-30x86: prepare 64-bit architecture initialization for paravirtGlauber de Oliveira Costa
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: clean up bitops-related warningsJeremy Fitzhardinge
2008-01-30x86: set cpu_index to nr_cpus instead of 0Yinghai Lu
2008-01-30x86: untable __init references between IO dataAndi Kleen
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner
2008-01-30x86: use u32 for safe_apic_wait_icr_idle()Thomas Gleixner
2008-01-30x86: rename get_maxlvt to lapic_get_maxlvtThomas Gleixner
2008-01-08x86: fix do_fork_idle section mismatchThomas Gleixner
2007-12-25Revert "x86: fix show cpuinfo cpu number always zero"Linus Torvalds
2007-12-19x86: fix show cpuinfo cpu number always zeroMike Travis