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
/
rcu
/
tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Convert rcutree to hotplug state machine
Thomas Gleixner
2016-07-15
1
-53
/
+52
*
rcu: Correctly handle sparse possible cpus
Mark Rutland
2016-06-15
1
-12
/
+9
*
rcu: sysctl: Panic on RCU Stall
Daniel Bristot de Oliveira
2016-06-15
1
-0
/
+12
*
rcu: Move expedited code from tree.c to tree_exp.h
Paul E. McKenney
2016-06-14
1
-543
/
+2
*
rcu: Remove some superfluous lines
Peter Zijlstra
2016-06-14
1
-3
/
+0
*
rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()
Paul E. McKenney
2016-06-14
1
-2
/
+1
*
rcu: Fix outdated rcu_scheduler_active comment
Paul E. McKenney
2016-06-14
1
-1
/
+1
*
-
-
-
.
Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...
Paul E. McKenney
2016-04-21
1
-87
/
+211
|
\
\
\
|
|
|
*
rcutorture: Expedited-GP batch progress access to torturing
Paul E. McKenney
2016-03-31
1
-0
/
+22
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Dump ftrace buffer when kicking grace-period kthread
Paul E. McKenney
2016-03-31
1
-0
/
+1
|
|
*
rcu: Awaken grace-period kthread if too long since FQS
Paul E. McKenney
2016-03-31
1
-2
/
+37
|
|
*
rcu: Make FQS schedule advance only if FQS happened
Paul E. McKenney
2016-03-31
1
-8
/
+15
|
|
*
rcu: Awaken grace-period kthread when stalled
Paul E. McKenney
2016-03-31
1
-1
/
+3
|
|
/
|
/
|
|
*
rcu: Overlap wakeups with next expedited grace period
Paul E. McKenney
2016-03-31
1
-3
/
+14
|
*
rcu: Consolidate expedited GP code into exp_funnel_lock()
Paul E. McKenney
2016-03-31
1
-3
/
+2
|
*
rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()
Paul E. McKenney
2016-03-31
1
-3
/
+5
|
*
rcu: Consolidate expedited GP code into rcu_exp_wait_wake()
Paul E. McKenney
2016-03-31
1
-9
/
+9
|
*
rcu: Add exp_funnel_lock() fastpath
Paul E. McKenney
2016-03-31
1
-0
/
+10
|
*
rcu: Enforce expedited-GP fairness via funnel wait queue
Paul E. McKenney
2016-03-31
1
-74
/
+81
|
*
rcu: Shorten expedited_workdone* to exp_workdone*
Paul E. McKenney
2016-03-31
1
-5
/
+3
|
*
rcu: Force boolean subscript for expedited stall warnings
Paul E. McKenney
2016-03-31
1
-1
/
+1
|
*
rcu: Remove expedited GP funnel-lock bypass
Paul E. McKenney
2016-03-31
1
-19
/
+0
|
*
rcu: Add expedited-grace-period event tracing
Paul E. McKenney
2016-03-31
1
-7
/
+13
|
*
rcu: Add funnel-locking tracing for expedited grace periods
Paul E. McKenney
2016-03-31
1
-4
/
+27
|
*
rcu: Make cond_resched_rcu_qs() supply RCU-sched expedited QS
Paul E. McKenney
2016-03-31
1
-0
/
+15
|
*
rcu: Make expedited RCU-preempt stall warnings count accurately
Paul E. McKenney
2016-03-31
1
-2
/
+2
|
*
rcu: Make expedited RCU-sched grace period immediately detect idle
Paul E. McKenney
2016-03-31
1
-0
/
+5
|
/
*
rcu: Consolidate dumping of ftrace buffer
Paul E. McKenney
2016-03-31
1
-2
/
+2
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-15
1
-33
/
+40
|
\
|
*
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
2016-03-01
1
-33
/
+37
*
|
Merge commit 'fixes.2015.02.23a' into core/rcu
Ingo Molnar
2016-03-15
1
-73
/
+70
|
\
\
|
*
|
rcu: Catch up rcu_report_qs_rdp() comment with reality
Paul E. McKenney
2016-02-23
1
-6
/
+1
|
*
|
RCU: Privatize rcu_node::lock
Boqun Feng
2016-02-23
1
-51
/
+52
|
*
|
rcu: Remove useless rcu_data_p when !PREEMPT_RCU
Chen Gang
2016-02-23
1
-1
/
+0
|
*
|
rcu: Set rdp->gpwrap when CPU is idle
Paul E. McKenney
2016-02-23
1
-3
/
+2
|
*
|
rcu: Stop treating in-kernel CPU-bound workloads as errors
Paul E. McKenney
2016-02-23
1
-6
/
+7
|
*
|
rcu: Update rcu_report_qs_rsp() comment
Paul E. McKenney
2016-02-23
1
-5
/
+7
|
*
|
rcu: Assign false instead of 0 for ->core_needs_qs
Paul E. McKenney
2016-02-23
1
-1
/
+1
|
|
/
*
|
rcu: Use simple wait queues where possible in rcutree
Paul Gortmaker
2016-02-25
1
-11
/
+11
*
|
rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock
Daniel Wagner
2016-02-25
1
-1
/
+3
|
/
*
-
-
-
.
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...
Paul E. McKenney
2015-12-07
1
-82
/
+135
|
\
\
\
|
|
|
*
rcutorture: Print symbolic name for ->gp_state
Paul E. McKenney
2015-12-05
1
-2
/
+13
|
|
|
*
rcutorture: Dump stack when GP kthread stalls
Paul E. McKenney
2015-12-05
1
-1
/
+4
|
|
|
*
rcutorture: Flag nonexistent RCU GP kthread
Paul E. McKenney
2015-12-05
1
-1
/
+1
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Make rcu_gp_init() be bool rather than int
Paul E. McKenney
2015-12-07
1
-5
/
+5
|
|
*
rcu: Move wakeup out from under rnp->lock
Peter Zijlstra
2015-12-07
1
-1
/
+1
|
|
*
rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()
Paul E. McKenney
2015-12-07
1
-6
/
+26
|
|
*
rcu: Make cpu_needs_another_gp() be bool
Paul E. McKenney
2015-12-07
1
-7
/
+7
|
|
*
rcu: Eliminate unused rcu_init_one() argument
Paul E. McKenney
2015-12-07
1
-4
/
+3
|
|
*
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
2015-12-04
1
-15
/
+12
[next]