aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-14cpu/hotplug: Serialize callback invocations properGravatar Sebastian Andrzej Siewior 1-14/+14
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-01-18cpu/hotplug: Remove unused but set variable in _cpu_down()Gravatar Tobias Klauser 1-2/+0
2017-01-16cpu/hotplug: Provide dynamic range for prepare stageGravatar Thomas Gleixner 1-4/+18
2016-12-26smp/hotplug: Undo tglxs brainfartGravatar Thomas Gleixner 1-1/+8
2016-12-25cpu/hotplug: Remove obsolete cpu hotplug register/unregister functionsGravatar Thomas Gleixner 1-138/+1
2016-12-25cpu/hotplug: Prevent overwriting of callbacksGravatar Thomas Gleixner 1-46/+50
2016-12-15cpu/hotplug: Clarify description of __cpuhp_setup_state() return valueGravatar Boris Ostrovsky 1-1/+5
2016-12-08hotplug: Make register and unregister notifier API symmetricGravatar Michal Hocko 1-1/+1
2016-10-16cpu/hotplug: Use distinct name for cpu_hotplug.dep_mapGravatar Joonas Lahtinen 1-1/+1
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-181/+331
2016-10-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2016-09-06slab: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-0/+6
2016-09-06relayfs: Convert to hotplug state machineGravatar Richard Weinberger 1-0/+6
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierGravatar Thomas Gleixner 1-28/+2
2016-09-06cpu/hotplug: Make state names consistentGravatar Thomas Gleixner 1-7/+7
2016-09-05cpu/hotplug: Replace anon unionGravatar Thomas Gleixner 1-71/+74
2016-09-02cpu/hotplug: Handle unbalanced hotplug enable/disableGravatar Lianwei Wang 1-2/+9
2016-09-02cpu/hotplug: Add multi instance supportGravatar Thomas Gleixner 1-35/+183
2016-09-02cpu/hotplug: Rework callback invocation logicGravatar Thomas Gleixner 1-82/+80
2016-08-26cpu/hotplug: Allow suspend/resume CPU to be specifiedGravatar James Morse 1-4/+5
2016-08-22cpu/hotplug: Get rid of CPU_STARTING referenceGravatar Sebastian Andrzej Siewior 1-1/+1
2016-08-22rcu: Provide exact CPU-online tracking for RCUGravatar Paul E. McKenney 1-0/+1
2016-08-10cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Gravatar Boris Ostrovsky 1-0/+8
2016-07-28timers/core: Correct callback order during CPU hot plugGravatar Richard Cochran 1-5/+10
2016-07-15rcu: Convert rcutree to hotplug state machineGravatar Thomas Gleixner 1-0/+14
2016-07-15smp/cfd: Convert core to hotplug state machineGravatar Richard Weinberger 1-0/+9
2016-07-15timers/core: Convert to hotplug state machineGravatar Richard Cochran 1-0/+5
2016-07-15hrtimer: Convert to hotplug state machineGravatar Thomas Gleixner 1-0/+5
2016-07-14workqueue: Convert to state machine callbacksGravatar Thomas Gleixner 1-0/+10
2016-07-14perf/core: Convert to hotplug state machineGravatar Thomas Gleixner 1-0/+11
2016-07-14cpu/hotplug: Handle early registration gracefullyGravatar Thomas Gleixner 1-0/+7
2016-07-13cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...Gravatar Thomas Gleixner 1-0/+2
2016-05-06sched/hotplug: Make activate() the last hotplug stepGravatar Thomas Gleixner 1-6/+9
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Gravatar Thomas Gleixner 1-1/+1
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Gravatar Peter Zijlstra 1-15/+0
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineGravatar Thomas Gleixner 1-2/+6
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateGravatar Thomas Gleixner 1-0/+6
2016-04-22cpu/hotplug: Fix rollback during error-out in __cpu_disable()Gravatar Sebastian Andrzej Siewior 1-7/+26
2016-03-12cpu/hotplug: Document states betterGravatar Thomas Gleixner 1-1/+46
2016-03-10cpu/hotplug: Fix smpboot thread orderingGravatar Thomas Gleixner 1-2/+3
2016-03-06cpu/hotplug: Remove redundant state checkGravatar Thomas Gleixner 1-2/+0
2016-03-03cpu/hotplug: Plug death reporting raceGravatar Thomas Gleixner 1-2/+14
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callGravatar Thomas Gleixner 1-0/+1
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedGravatar Thomas Gleixner 1-4/+12
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upGravatar Thomas Gleixner 1-29/+37
2016-03-01cpu/hotplug: Move online calls to hotplugged cpuGravatar Thomas Gleixner 1-48/+96
2016-03-01cpu/hotplug: Create hotplug threadsGravatar Thomas Gleixner 1-1/+144