index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: 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
*
cpu/hotplug: Restructure FROZEN state handling
Thomas Gleixner
2016-03-01
1
-40
/
+29
*
kernel/cpu.c: make set_cpu_* static inlines
Rasmus Villemoes
2016-01-20
1
-34
/
+0
*
kernel/cpu.c: eliminate cpu_*_mask
Rasmus Villemoes
2016-01-20
1
-8
/
+0
*
kernel/cpu.c: export __cpu_*_mask
Rasmus Villemoes
2016-01-20
1
-5
/
+9
*
kernel/cpu.c: change type of cpu_possible_bits and friends
Rasmus Villemoes
2016-01-20
1
-22
/
+22
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-11-03
1
-5
/
+5
|
\
|
*
sched: Start stopper early
Peter Zijlstra
2015-10-20
1
-1
/
+0
|
*
stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...
Oleg Nesterov
2015-10-20
1
-0
/
+1
|
*
stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...
Oleg Nesterov
2015-10-20
1
-1
/
+1
|
*
cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs
Oleg Nesterov
2015-09-12
1
-4
/
+4
*
|
cpu: Remove try_get_online_cpus()
Paul E. McKenney
2015-10-07
1
-13
/
+0
|
/
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-08-31
1
-1
/
+1
|
\
|
*
stop_machine: Unexport __stop_machine()
Oleg Nesterov
2015-08-03
1
-1
/
+1
*
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-08-31
1
-5
/
+5
|
\
\
|
*
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2015-08-12
1
-5
/
+5
|
|
\
\
|
|
*
|
cpu: Wait for RCU grace periods concurrently
Paul E. McKenney
2015-07-22
1
-5
/
+5
|
|
|
/
*
|
|
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-08-31
1
-8
/
+8
|
\
\
\
|
*
|
|
kernel, cpu: Remove bogus __ref annotations
Mathias Krause
2015-08-05
1
-8
/
+8
|
|
/
/
*
|
|
cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
Vitaly Kuznetsov
2015-08-05
1
-1
/
+2
*
|
|
cpu-hotplug: convert cpu_hotplug_disabled to a counter
Vitaly Kuznetsov
2015-08-05
1
-8
/
+13
|
/
/
*
|
genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now
Thomas Gleixner
2015-07-15
1
-9
/
+0
*
|
hotplug: Prevent alloc/free of irq descriptors during cpu up/down
Thomas Gleixner
2015-07-08
1
-1
/
+21
|
/
*
cpu: Remove new instance of __cpuinit that crept back in
Paul Gortmaker
2015-05-27
1
-1
/
+1
*
cpu: Handle smpboot_unpark_threads() uniformly
Paul E. McKenney
2015-05-27
1
-1
/
+1
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-04-14
1
-4
/
+34
|
\
|
*
cpu: Defer smpboot kthread unparking until CPU known to scheduler
Paul E. McKenney
2015-04-13
1
-3
/
+31
|
*
cpu: Make CPU-offline idle-loop transition point more precise
Paul E. McKenney
2015-03-12
1
-1
/
+3
*
|
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
2015-04-03
1
-0
/
+1
*
|
clockevents: Make tick handover explicit
Thomas Gleixner
2015-04-03
1
-0
/
+2
*
|
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
2015-04-02
1
-0
/
+2
|
/
[next]