aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+122
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin1-0/+5
2012-11-14x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPIFenghua Yu1-7/+104
2012-11-14x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu1-20/+18
2012-11-13x86: Add cpu_has_topoextAndreas Herrmann1-1/+1
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-18/+2
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-52/+45
2012-07-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+0
2012-06-20Merge commit 'v3.5-rc3' into x86/debugIngo Molnar1-2/+14
2012-06-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov1-4/+4
2012-06-13x86/smp: Fix topology checks on AMD MCM CPUsBorislav Petkov1-2/+5
2012-06-06sched/x86: Calculate booted cores after construction of sibling_maskKamalesh Babulal1-0/+9
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-52/+45
2012-06-05x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang1-9/+0
2012-05-30sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra1-9/+1
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+10
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-39/+69
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra1-2/+1
2012-05-14sched/x86: Rewrite set_cpu_sibling_map()Peter Zijlstra1-46/+66
2012-05-09x86/numa: Check for nonsensical topologies on real hw as wellIngo Molnar1-6/+6
2012-05-09x86/numa: Hard partition cpu topology masks on node boundariesPeter Zijlstra1-0/+11
2012-05-08x86, realmode: header for trampoline codeJarkko Sakkinen1-1/+1
2012-05-08x86, realmode: don't copy real_mode_headerJarkko Sakkinen1-2/+2
2012-05-08x86, realmode: Move SMP trampoline to unified realmode codeJarkko Sakkinen1-8/+10
2012-04-26x86: Use generic idle thread allocationThomas Gleixner1-71/+10
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner1-1/+1
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-1/+3
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-1/+3
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-03-27sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra1-5/+0
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2012-03-22Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman1-1/+1
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra1-13/+0
2012-03-05x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov1-0/+1
2012-02-22x86: Remove some noise from boot log when starting cpusLuck, Tony1-2/+0
2012-02-12x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu1-2/+3
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+11
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2011-12-23x86: Skip cpus with apic-ids >= 255 in !x2apic_modeSuresh Siddha1-1/+2
2011-12-05x86: Reduce clock calibration time during slave cpu startupJack Steiner1-5/+11
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus1-0/+1
2011-07-22Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-07-21x86, smpboot: Mark the names[] array in __inquire_remote_apic() as constGreg Dietsche1-1/+1
2011-06-08x86: cpu-hotplug: Prevent softirq wakeup on wrong CPUThomas Gleixner1-0/+13