summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()Mike Galbraith2015-01-011-1/+1
* cpu_down: move migrate_enable() backTiejun Chen2015-01-011-1/+1
* kernel/hotplug: restore original cpu mask oncpu/downSebastian Andrzej Siewior2015-01-011-1/+12
* kernel/cpu: fix cpu down problem if kthread's cpu is going downSebastian Andrzej Siewior2015-01-011-2/+13
* cpu hotplug: Document why PREEMPT_RT uses a spinlockSteven Rostedt2015-01-011-0/+8
* cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt2015-01-011-46/+198
* cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt2015-01-011-9/+29
* hotplug: Use migrate disable on unplugThomas Gleixner2015-01-011-3/+3
* hotplug: Reread hotplug_pcp on pin_current_cpu() retryYong Zhang2015-01-011-1/+3
* hotplug: sync_unplug: No "\n" in task nameYong Zhang2015-01-011-1/+1
* hotplug: Lightweight get online cpusThomas Gleixner2015-01-011-1/+118
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-4/+34
|\
| * cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-131-3/+31
| * cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-121-1/+3
* | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-031-0/+1
* | clockevents: Make tick handover explicitThomas Gleixner2015-04-031-0/+2
* | clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-021-0/+2
|/
* hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand2015-01-061-33/+23
* cpu: Avoid puts_pending overflowPaul E. McKenney2014-11-031-6/+13
* rcu: More on deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-10-231-1/+13
* rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-181-1/+15
* sched: Rework check_for_tasks()Kirill Tkhai2014-07-051-13/+20
* Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-06-121-0/+5
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2014-06-121-0/+5
| |\
| | * PM / sleep: trace events for suspend/resumeTodd E Brandt2014-06-071-0/+5
* | | kernel/cpu.c: convert printk to pr_foo()Fabian Frederick2014-06-041-17/+14
|/ /
* | sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-221-2/+4
|/
* CPU hotplug: Provide lockless versions of callback registration functionsSrivatsa S. Bhat2014-03-201-2/+19
* CPU hotplug: Add lockdep annotations to get/put_online_cpus()Gautham R. Shenoy2014-03-201-0/+17
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-1/+4
|\
| * sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Michael wang2013-11-131-1/+4
* | cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani2013-11-131-26/+3
|/
* sched: Remove get_online_cpus() usagePeter Zijlstra2013-10-161-0/+17
* ACPI / processor: Acquire writer lock to update CPU mapsToshi Kani2013-08-131-6/+3
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-3/+3
* CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-121-32/+23
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-191-0/+2
|\
| * stop_machine: Use smpboot threadsThomas Gleixner2013-02-141-0/+2
* | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-1/+3
|/
* Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-111-0/+5
|\
| * kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu2012-11-141-0/+5
* | ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu2012-11-151-3/+5
|/
* CPU hotplug, debug: detect imbalance between get_online_cpus() and put_online...Srivatsa S. Bhat2012-10-091-0/+4
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-11/+0
|\
| * x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-231-11/+0
* | smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2012-08-131-1/+9
|/
* mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-1/+1
* kernel/cpu.c: document clear_tasks_mm_cpumask()Anton Vorontsov2012-05-311-0/+18
* cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2012-05-311-0/+26
* smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-031-3/+6