summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2012-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra
2012-05-14sched/x86: Rewrite set_cpu_sibling_map()Peter Zijlstra
2012-05-09x86/numa: Check for nonsensical topologies on real hw as wellIngo Molnar
2012-05-09x86/numa: Hard partition cpu topology masks on node boundariesPeter Zijlstra
2012-04-26x86: Use generic idle thread allocationThomas Gleixner
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-27sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-03-22Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...Linus Torvalds
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra
2012-03-05x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov
2012-02-22x86: Remove some noise from boot log when starting cpusLuck, Tony
2012-02-12x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu
2012-01-12Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-01-12Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-12-23x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha
2011-12-05x86: Reduce clock calibration time during slave cpu startupJack Steiner
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus
2011-07-23Merge 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-16Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-16Merge 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-18x86, 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-05x86-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