aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-06sched/hotplug: Make activate() the last hotplug stepThomas Gleixner1-6/+9
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner1-1/+1
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra1-15/+0
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner1-2/+6
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner1-0/+6
2016-04-22cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior1-7/+26
2016-03-12cpu/hotplug: Document states betterThomas Gleixner1-1/+46
2016-03-10cpu/hotplug: Fix smpboot thread orderingThomas Gleixner1-2/+3
2016-03-06cpu/hotplug: Remove redundant state checkThomas Gleixner1-2/+0
2016-03-03cpu/hotplug: Plug death reporting raceThomas Gleixner1-2/+14
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner1-0/+1
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner1-4/+12
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner1-29/+37
2016-03-01cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner1-48/+96
2016-03-01cpu/hotplug: Create hotplug threadsThomas Gleixner1-1/+144
2016-03-01cpu/hotplug: Split out the state walk into functionsThomas Gleixner1-43/+68
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner1-34/+5
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner1-0/+18
2016-03-01cpu/hotplug: Implement setup/removal interfaceThomas Gleixner1-0/+224
2016-03-01cpu/hotplug: Make target state writeableThomas Gleixner1-8/+65
2016-03-01cpu/hotplug: Add sysfs state interfaceThomas Gleixner1-0/+100
2016-03-01cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner1-11/+20
2016-03-01cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner1-15/+66
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner1-26/+176
2016-03-01cpu/hotplug: Split out cpu down functionsThomas Gleixner1-30/+53
2016-03-01cpu/hotplug: Restructure cpu_up codeThomas Gleixner1-22/+47