aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+8
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-5/+5
2015-08-05kernel, cpu: Remove bogus __ref annotationsMathias Krause1-8/+8
2015-08-05cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disableVitaly Kuznetsov1-1/+2
2015-08-05cpu-hotplug: convert cpu_hotplug_disabled to a counterVitaly Kuznetsov1-8/+13
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov1-1/+1
2015-07-22cpu: Wait for RCU grace periods concurrentlyPaul E. McKenney1-5/+5
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner1-9/+0
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner1-1/+21
2015-05-27cpu: Remove new instance of __cpuinit that crept back inPaul Gortmaker1-1/+1
2015-05-27cpu: Handle smpboot_unpark_threads() uniformlyPaul E. McKenney1-1/+1
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+34
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-3/+31
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner1-0/+1
2015-04-03clockevents: Make tick handover explicitThomas Gleixner1-0/+2
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy1-0/+2
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney1-1/+3
2015-01-06hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand1-33/+23
2014-11-03cpu: Avoid puts_pending overflowPaul E. McKenney1-6/+13
2014-10-23rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney1-1/+13
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney1-1/+15
2014-07-05sched: Rework check_for_tasks()Kirill Tkhai1-13/+20
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+5
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+5
2014-06-07PM / sleep: trace events for suspend/resumeTodd E Brandt1-0/+5
2014-06-04kernel/cpu.c: convert printk to pr_foo()Fabian Frederick1-17/+14
2014-05-22sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan1-2/+4
2014-03-20CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat1-2/+19
2014-03-20CPU hotplug: Add lockdep annotations to get/put_online_cpus()Gautham R. Shenoy1-0/+17
2013-11-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2013-11-13sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Michael wang1-1/+4
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani1-26/+3
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra1-0/+17
2013-08-13ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani1-6/+3
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-3/+3
2013-06-12CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat1-32/+23
2013-02-19Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-02-14stop_machine: Use smpboot threadsThomas Gleixner1-0/+2
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-1/+3
2012-12-11Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2012-11-15ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu1-3/+5
2012-11-14kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu1-0/+5
2012-10-09CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online_cpus()Srivatsa S. Bhat1-0/+4
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-11/+0
2012-08-13smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner1-1/+9
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-05-31kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov1-0/+18