summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Use generic idle loopThomas Gleixner2013-04-081-1/+1
* x86, smpboot: Remove unused variableBorislav Petkov2013-03-061-2/+1Star
* x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown2013-02-101-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-121-1/+1
|\
| * x86: Add cpu_has_topoextAndreas Herrmann2012-11-131-1/+1
* | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-121-27/+122
|\ \
| * | x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPIFenghua Yu2012-11-151-7/+104
| * | x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu2012-11-141-20/+18Star
| |/
* / x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2012-11-301-0/+5
|/
* x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-231-18/+2Star
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-4/+4
|\
| * x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-141-4/+4
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-221-52/+45Star
|\ \
| * \ Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-201-2/+14
| |\ \
| * | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-52/+45Star
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-221-9/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang2012-06-051-9/+0Star
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-161-2/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/smp: Fix topology checks on AMD MCM CPUsBorislav Petkov2012-06-131-2/+5
| | |/ | |/|
* / | sched/x86: Calculate booted cores after construction of sibling_maskKamalesh Babulal2012-06-061-0/+9
|/ /
* / sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra2012-05-301-9/+1Star
|/
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-301-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-231-39/+69
|\ \
| * | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-2/+1Star
| * | 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/+10Star
* | 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-311-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/+0Star
|\ \
| * | sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra2012-03-271-5/+0Star
* | | 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/+0Star
|\ \| | | |_|/ |/| |
| * | x86: Remove some noise from boot log when starting cpusLuck, Tony2012-02-221-2/+0Star
| |/
* / sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-13/+0Star
|/
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-121-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-121-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
|/