summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-181/+331
|\
| * slab: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-0/+6
| * relayfs: Convert to hotplug state machineRichard Weinberger2016-09-061-0/+6
| * cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-28/+2
| * cpu/hotplug: Make state names consistentThomas Gleixner2016-09-061-7/+7
| * cpu/hotplug: Replace anon unionThomas Gleixner2016-09-051-71/+74
| * cpu/hotplug: Handle unbalanced hotplug enable/disableLianwei Wang2016-09-021-2/+9
| * cpu/hotplug: Add multi instance supportThomas Gleixner2016-09-021-35/+183
| * cpu/hotplug: Rework callback invocation logicThomas Gleixner2016-09-021-82/+80
| * cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky2016-08-101-0/+8
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-0/+1
|\ \
| * | cpu/hotplug: Get rid of CPU_STARTING referenceSebastian Andrzej Siewior2016-08-221-1/+1
| * | rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney2016-08-221-0/+1
| |/
* | cpu/hotplug: Allow suspend/resume CPU to be specifiedJames Morse2016-08-261-4/+5
|/
* timers/core: Correct callback order during CPU hot plugRichard Cochran2016-07-281-5/+10
* rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-151-0/+14
* smp/cfd: Convert core to hotplug state machineRichard Weinberger2016-07-151-0/+9
* timers/core: Convert to hotplug state machineRichard Cochran2016-07-151-0/+5
* hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-151-0/+5
* workqueue: Convert to state machine callbacksThomas Gleixner2016-07-141-0/+10
* perf/core: Convert to hotplug state machineThomas Gleixner2016-07-141-0/+11
* cpu/hotplug: Handle early registration gracefullyThomas Gleixner2016-07-141-0/+7
* cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Thomas Gleixner2016-07-131-0/+2
* sched/hotplug: Make activate() the last hotplug stepThomas Gleixner2016-05-061-6/+9
* sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-061-1/+1
* sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra2016-05-061-15/+0
* sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-061-2/+6
* sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-061-0/+6
* cpu/hotplug: Fix rollback during error-out in __cpu_disable()Sebastian Andrzej Siewior2016-04-221-7/+26
* cpu/hotplug: Document states betterThomas Gleixner2016-03-121-1/+46
* cpu/hotplug: Fix smpboot thread orderingThomas Gleixner2016-03-101-2/+3
* cpu/hotplug: Remove redundant state checkThomas Gleixner2016-03-061-2/+0
* cpu/hotplug: Plug death reporting raceThomas Gleixner2016-03-031-2/+14
* rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-011-0/+1
* cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2016-03-011-4/+12
* cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner2016-03-011-29/+37
* cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner2016-03-011-48/+96
* cpu/hotplug: Create hotplug threadsThomas Gleixner2016-03-011-1/+144
* cpu/hotplug: Split out the state walk into functionsThomas Gleixner2016-03-011-43/+68
* cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-011-34/+5
* cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-011-0/+18
* cpu/hotplug: Implement setup/removal interfaceThomas Gleixner2016-03-011-0/+224
* cpu/hotplug: Make target state writeableThomas Gleixner2016-03-011-8/+65
* cpu/hotplug: Add sysfs state interfaceThomas Gleixner2016-03-011-0/+100
* cpu/hotplug: Hand in target state to _cpu_up/downThomas Gleixner2016-03-011-11/+20
* cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner2016-03-011-15/+66
* cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-011-26/+176
* cpu/hotplug: Split out cpu down functionsThomas Gleixner2016-03-011-30/+53
* cpu/hotplug: Restructure cpu_up codeThomas Gleixner2016-03-011-22/+47
* cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner2016-03-011-40/+29
OpenPOWER on IntegriCloud