aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-11smp/hotplug: Replace BUG_ON and react usefulThomas Gleixner1-1/+2
2017-07-06smp/hotplug: Move unparking of percpu threads to the control CPUThomas Gleixner1-18/+19
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-148/+93
2017-06-30cpu/hotplug: Constify attribute_group structuresArvind Yadav1-2/+2
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner1-0/+5
2017-06-12cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann1-24/+0
2017-06-03cpu/hotplug: Drop the device lock on errorSebastian Andrzej Siewior1-2/+2
2017-05-26cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner1-0/+13
2017-05-26cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner1-94/+13
2017-05-26cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior1-1/+1
2017-05-26cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner1-3/+15
2017-05-26cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior1-11/+36
2017-05-26cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner1-18/+18
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-14/+14
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra1-0/+6
2017-03-14cpu/hotplug: Serialize callback invocations properSebastian Andrzej Siewior1-14/+14
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-18cpu/hotplug: Remove unused but set variable in _cpu_down()Tobias Klauser1-2/+0
2017-01-16cpu/hotplug: Provide dynamic range for prepare stageThomas Gleixner1-4/+18
2016-12-26smp/hotplug: Undo tglxs brainfartThomas Gleixner1-1/+8
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsThomas Gleixner1-138/+1
2016-12-25cpu/hotplug: Prevent overwriting of callbacksThomas Gleixner1-46/+50
2016-12-15cpu/hotplug: Clarify description of __cpuhp_setup_state() return valueBoris Ostrovsky1-1/+5
2016-12-08hotplug: Make register and unregister notifier API symmetricMichal Hocko1-1/+1
2016-10-16cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapJoonas Lahtinen1-1/+1
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-181/+331
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior1-0/+6
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger1-0/+6
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner1-28/+2
2016-09-06cpu/hotplug: Make state names consistentThomas Gleixner1-7/+7
2016-09-05cpu/hotplug: Replace anon unionThomas Gleixner1-71/+74
2016-09-02cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang1-2/+9
2016-09-02cpu/hotplug: Add multi instance supportThomas Gleixner1-35/+183
2016-09-02cpu/hotplug: Rework callback invocation logicThomas Gleixner1-82/+80
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse1-4/+5
2016-08-22cpu/hotplug: Get rid of CPU_STARTING referenceSebastian Andrzej Siewior1-1/+1
2016-08-22rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney1-0/+1
2016-08-10cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky1-0/+8
2016-07-28timers/core: Correct callback order during CPU hot plugRichard Cochran1-5/+10
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner1-0/+14
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger1-0/+9
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran1-0/+5
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner1-0/+5
2016-07-14workqueue: Convert to state machine callbacksThomas Gleixner1-0/+10
2016-07-14perf/core: Convert to hotplug state machineThomas Gleixner1-0/+11
2016-07-14cpu/hotplug: Handle early registration gracefullyThomas Gleixner1-0/+7
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribbleThomas Gleixner1-0/+2