index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/hotplug: Use distinct name for cpu_hotplug.dep_map
Joonas Lahtinen
2016-10-16
1
-1
/
+1
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-10-03
1
-181
/
+331
|
\
|
*
slab: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-06
1
-0
/
+6
|
*
relayfs: Convert to hotplug state machine
Richard Weinberger
2016-09-06
1
-0
/
+6
|
*
cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier
Thomas Gleixner
2016-09-06
1
-28
/
+2
|
*
cpu/hotplug: Make state names consistent
Thomas Gleixner
2016-09-06
1
-7
/
+7
|
*
cpu/hotplug: Replace anon union
Thomas Gleixner
2016-09-05
1
-71
/
+74
|
*
cpu/hotplug: Handle unbalanced hotplug enable/disable
Lianwei Wang
2016-09-02
1
-2
/
+9
|
*
cpu/hotplug: Add multi instance support
Thomas Gleixner
2016-09-02
1
-35
/
+183
|
*
cpu/hotplug: Rework callback invocation logic
Thomas Gleixner
2016-09-02
1
-82
/
+80
|
*
cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)
Boris Ostrovsky
2016-08-10
1
-0
/
+8
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-10-03
1
-0
/
+1
|
\
\
|
*
|
cpu/hotplug: Get rid of CPU_STARTING reference
Sebastian Andrzej Siewior
2016-08-22
1
-1
/
+1
|
*
|
rcu: Provide exact CPU-online tracking for RCU
Paul E. McKenney
2016-08-22
1
-0
/
+1
|
|
/
*
|
cpu/hotplug: Allow suspend/resume CPU to be specified
James Morse
2016-08-26
1
-4
/
+5
|
/
*
timers/core: Correct callback order during CPU hot plug
Richard Cochran
2016-07-28
1
-5
/
+10
*
rcu: Convert rcutree to hotplug state machine
Thomas Gleixner
2016-07-15
1
-0
/
+14
*
smp/cfd: Convert core to hotplug state machine
Richard Weinberger
2016-07-15
1
-0
/
+9
*
timers/core: Convert to hotplug state machine
Richard Cochran
2016-07-15
1
-0
/
+5
*
hrtimer: Convert to hotplug state machine
Thomas Gleixner
2016-07-15
1
-0
/
+5
*
workqueue: Convert to state machine callbacks
Thomas Gleixner
2016-07-14
1
-0
/
+10
*
perf/core: Convert to hotplug state machine
Thomas Gleixner
2016-07-14
1
-0
/
+11
*
cpu/hotplug: Handle early registration gracefully
Thomas Gleixner
2016-07-14
1
-0
/
+7
*
cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...
Thomas Gleixner
2016-07-13
1
-0
/
+2
*
sched/hotplug: Make activate() the last hotplug step
Thomas Gleixner
2016-05-06
1
-6
/
+9
*
sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()
Thomas Gleixner
2016-05-06
1
-1
/
+1
*
sched/hotplug: Move sync_rcu to be with set_cpu_active(false)
Peter Zijlstra
2016-05-06
1
-15
/
+0
*
sched/hotplug: Convert cpu_[in]active notifiers to state machine
Thomas Gleixner
2016-05-06
1
-2
/
+6
*
sched: Make set_cpu_rq_start_time() a built in hotplug state
Thomas Gleixner
2016-05-06
1
-0
/
+6
*
cpu/hotplug: Fix rollback during error-out in __cpu_disable()
Sebastian Andrzej Siewior
2016-04-22
1
-7
/
+26
*
cpu/hotplug: Document states better
Thomas Gleixner
2016-03-12
1
-1
/
+46
*
cpu/hotplug: Fix smpboot thread ordering
Thomas Gleixner
2016-03-10
1
-2
/
+3
*
cpu/hotplug: Remove redundant state check
Thomas Gleixner
2016-03-06
1
-2
/
+0
*
cpu/hotplug: Plug death reporting race
Thomas Gleixner
2016-03-03
1
-2
/
+14
*
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
2016-03-01
1
-0
/
+1
*
cpu/hotplug: Make wait for dead cpu completion based
Thomas Gleixner
2016-03-01
1
-4
/
+12
*
cpu/hotplug: Let upcoming cpu bring itself fully up
Thomas Gleixner
2016-03-01
1
-29
/
+37
*
cpu/hotplug: Move online calls to hotplugged cpu
Thomas Gleixner
2016-03-01
1
-48
/
+96
*
cpu/hotplug: Create hotplug threads
Thomas Gleixner
2016-03-01
1
-1
/
+144
*
cpu/hotplug: Split out the state walk into functions
Thomas Gleixner
2016-03-01
1
-43
/
+68
*
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
2016-03-01
1
-34
/
+5
*
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
2016-03-01
1
-0
/
+18
*
cpu/hotplug: Implement setup/removal interface
Thomas Gleixner
2016-03-01
1
-0
/
+224
*
cpu/hotplug: Make target state writeable
Thomas Gleixner
2016-03-01
1
-8
/
+65
*
cpu/hotplug: Add sysfs state interface
Thomas Gleixner
2016-03-01
1
-0
/
+100
*
cpu/hotplug: Hand in target state to _cpu_up/down
Thomas Gleixner
2016-03-01
1
-11
/
+20
*
cpu/hotplug: Convert the hotplugged cpu work to a state machine
Thomas Gleixner
2016-03-01
1
-15
/
+66
*
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
2016-03-01
1
-26
/
+176
*
cpu/hotplug: Split out cpu down functions
Thomas Gleixner
2016-03-01
1
-30
/
+53
*
cpu/hotplug: Restructure cpu_up code
Thomas Gleixner
2016-03-01
1
-22
/
+47
[next]