summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2011-12-26cpu-hotplug: CPUx should be active before it is marked onlineVarun Wadekar
2011-07-22Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-07-21x86, smpboot: Mark the names[] array in __inquire_remote_apic() as constGreg Dietsche
2011-06-08x86: cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner
2011-05-30x86: Fix mwait_play_dead() faulting on mwait-incapable cpusAvi Kivity
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown
2011-03-29x86: A fast way to check capabilities of the current cpuChristoph Lameter
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-15Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar
2011-02-23x86: Rework arch_disable_smp_support() for x86Henrik Kretzschmar
2011-02-17x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin
2011-02-16Merge branch 'x86/amd-nb' into x86/mmIngo Molnar
2011-02-14Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar
2011-02-14Merge commit 'v2.6.38-rc4' into x86/cpuIngo Molnar
2011-02-10x86: Fix section mismatch in LAPIC initializationJan Beulich
2011-02-04x86-32: Make sure the stack is set up before we use itH. Peter Anvin
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo
2011-01-28x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo
2011-01-28x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo
2011-01-28x86: Drop x86_32 MAX_APICIDTejun Heo
2011-01-28x86: Kill unused static boot_cpu_logical_apicid in smpboot.cTejun Heo
2011-01-26x86: Don't copy per_cpu cpuinfo for BSP two timesYinghai Lu
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu
2011-01-26x86, amd: Normalize compute unit IDs on multi-node processorsAndreas Herrmann
2011-01-21x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov
2011-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-09x86: Fix sparse non-ANSI function warnings in smpboot.cRandy Dunlap
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-...Linus Torvalds
2010-12-30x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo
2010-12-13x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resumeSuresh Siddha
2010-11-26x86: Set cpu masks before calling CPU_STARTING notifiersAndi Kleen
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus
2010-10-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-27x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst
2010-10-26workqueues: s/ON_STACK/ONSTACK/Andrew Morton
2010-10-22Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-21Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-21Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-20x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov