summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra2012-05-301-9/+1
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-8/+10
|\
| * x86, realmode: header for trampoline codeJarkko Sakkinen2012-05-081-1/+1
| * x86, realmode: don't copy real_mode_headerJarkko Sakkinen2012-05-081-2/+2
| * x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen2012-05-081-8/+10
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-221-39/+69
|\ \
| * | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-2/+1
| * | sched/x86: Rewrite set_cpu_sibling_map()Peter Zijlstra2012-05-141-46/+66
| * | x86/numa: Check for nonsensical topologies on real hw as wellIngo Molnar2012-05-091-6/+6
| * | x86/numa: Hard partition cpu topology masks on node boundariesPeter Zijlstra2012-05-091-0/+11
| |/
* | x86: Use generic idle thread allocationThomas Gleixner2012-04-261-71/+10
* | x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner2012-04-261-1/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-1/+3
|\
| * idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-301-1/+3
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-5/+0
|\ \
| * | sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra2012-03-271-5/+0
* | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-0/+1
|\ \ \
| * | | x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-051-0/+1
| | |/ | |/|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-221-1/+1
|\ \ \
| * | | x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman2012-03-141-1/+1
| |/ /
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-2/+3
|\ \ \
| * | | x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu2012-02-121-2/+3
| |/ /
| | |
| \ \
*-. | | Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...Linus Torvalds2012-03-221-2/+0
|\ \| | | |_|/ |/| |
| * | x86: Remove some noise from boot log when starting cpusLuck, Tony2012-02-221-2/+0
| |/
* / sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-13/+0
|/
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-111-5/+11
|\
| * x86: Reduce clock calibration time during slave cpu startupJack Steiner2011-12-051-5/+11
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-111-0/+1
|\ \
| * | x86, NMI: Add NMI IPI selftestDon Zickus2011-12-051-0/+1
| |/
* / x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha2011-12-231-1/+2
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-221-1/+1
|\
| * x86, smpboot: Mark the names[] array in __inquire_remote_apic() as constGreg Dietsche2011-07-211-1/+1
* | x86: cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner2011-06-081-0/+13
* | x86: Fix mwait_play_dead() faulting on mwait-incapable cpusAvi Kivity2011-05-301-1/+1
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-291-1/+1
|\ \ | |/ |/|
| * x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-291-1/+1
* | x86: A fast way to check capabilities of the current cpuChristoph Lameter2011-03-291-2/+2
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-161-4/+6
|\ \
| * | x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin2011-02-171-4/+6
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-151-67/+2
|\ \
| * | Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-151-2/+2
| |\|
| * | Merge branch 'x86/amd-nb' into x86/mmIngo Molnar2011-02-161-0/+1
| |\ \
| | * | x86, amd: Normalize compute unit IDs on multi-node processorsAndreas Herrmann2011-01-261-0/+1
| * | | Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar2011-02-141-2/+2
| |\ \ \
| * | | | x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo2011-01-281-47/+0
| * | | | x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-6/+0
| * | | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-5/+1
| * | | | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-281-2/+1
| * | | | x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo2011-01-281-4/+3
| * | | | x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-281-5/+2