index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_plugin.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Narrow early boot window of illegal synchronous grace periods
Paul E. McKenney
2017-01-15
1
-1
/
+1
*
rcu: Fix soft lockup for rcu_nocb_kthread
Ding Tianhong
2016-08-22
1
-0
/
+1
*
-
.
Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...
Paul E. McKenney
2016-06-16
1
-92
/
+3
|
\
\
|
|
*
torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code
Paul E. McKenney
2016-06-15
1
-2
/
+0
|
|
/
|
/
|
|
*
rcu: Correctly handle sparse possible cpus
Mark Rutland
2016-06-16
1
-2
/
+3
|
*
rcu: Move expedited code from tree_plugin.h to tree_exp.h
Paul E. McKenney
2016-06-15
1
-88
/
+0
|
/
*
rcu: Consolidate expedited GP code into exp_funnel_lock()
Paul E. McKenney
2016-03-31
1
-3
/
+0
*
rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap()
Paul E. McKenney
2016-03-31
1
-2
/
+0
*
rcu: Consolidate expedited GP code into rcu_exp_wait_wake()
Paul E. McKenney
2016-03-31
1
-8
/
+2
*
rcu: Enforce expedited-GP fairness via funnel wait queue
Paul E. McKenney
2016-03-31
1
-11
/
+5
*
rcu: Add expedited-grace-period event tracing
Paul E. McKenney
2016-03-31
1
-0
/
+3
*
rcu: Add funnel-locking tracing for expedited grace periods
Paul E. McKenney
2016-03-31
1
-0
/
+3
*
rcu: Fix synchronize_rcu_expedited() header comment
Paul E. McKenney
2016-03-31
1
-7
/
+13
*
Merge commit 'fixes.2015.02.23a' into core/rcu
Ingo Molnar
2016-03-15
1
-14
/
+13
|
\
|
*
RCU: Privatize rcu_node::lock
Boqun Feng
2016-02-24
1
-13
/
+13
|
*
rcu: Remove useless rcu_data_p when !PREEMPT_RCU
Chen Gang
2016-02-24
1
-1
/
+0
*
|
rcu: Use simple wait queues where possible in rcutree
Paul Gortmaker
2016-02-25
1
-13
/
+13
*
|
rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock
Daniel Wagner
2016-02-25
1
-3
/
+13
|
/
*
-
.
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...
Paul E. McKenney
2015-12-08
1
-28
/
+22
|
\
\
|
|
*
rcu: Eliminate unused rcu_init_one() argument
Paul E. McKenney
2015-12-08
1
-1
/
+1
|
|
*
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
2015-12-04
1
-8
/
+6
|
|
*
rcu: Avoid tick_nohz_active checks on NOCBs CPUs
Paul E. McKenney
2015-12-04
1
-5
/
+2
|
|
*
rcu: Fix obsolete rcu_bootup_announce_oddness() comment
Paul E. McKenney
2015-12-04
1
-2
/
+1
|
|
*
rcu: Remove lock-acquisition loop from rcu_read_unlock_special()
Paul E. McKenney
2015-12-04
1
-12
/
+6
|
|
/
|
/
|
|
*
rcu: Add rcu_normal kernel parameter to suppress expediting
Paul E. McKenney
2015-12-04
1
-0
/
+6
|
/
*
rcu: Add transitivity to remaining rcu_node ->lock acquisitions
Paul E. McKenney
2015-11-23
1
-1
/
+1
*
rcu: Create transitive rnp->lock acquisition functions
Peter Zijlstra
2015-11-23
1
-12
/
+6
*
Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD
Paul E. McKenney
2015-10-08
1
-193
/
+234
|
\
|
*
rcu: Enable stall warnings for synchronize_rcu_expedited()
Paul E. McKenney
2015-10-08
1
-2
/
+1
|
*
rcu: Add online/offline info to expedited stall warning message
Paul E. McKenney
2015-10-08
1
-0
/
+31
|
*
rcu: Consolidate expedited CPU selection
Paul E. McKenney
2015-10-08
1
-60
/
+1
|
*
rcu: Make ->cpu_no_qs be a union for aggregate OR
Paul E. McKenney
2015-09-21
1
-3
/
+3
|
*
rcu: Invert passed_quiesce and rename to cpu_no_qs
Paul E. McKenney
2015-09-21
1
-3
/
+3
|
*
rcu: Rename qs_pending to core_needs_qs
Paul E. McKenney
2015-09-21
1
-1
/
+1
|
*
rcu: Use single-stage IPI algorithm for RCU expedited grace period
Paul E. McKenney
2015-09-21
1
-46
/
+250
|
*
rcu: Consolidate tree setup for synchronize_rcu_expedited()
Paul E. McKenney
2015-09-21
1
-84
/
+18
|
*
rcu: Move rcu_report_exp_rnp() to allow consolidation
Paul E. McKenney
2015-09-21
1
-66
/
+0
|
*
rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq
Paul E. McKenney
2015-09-21
1
-4
/
+2
*
|
rcu: Add online/offline info to stall warning message
Paul E. McKenney
2015-10-06
1
-2
/
+6
*
|
rcu: Use rcu_callback_t in call_rcu*() and friends
Boqun Feng
2015-10-06
1
-1
/
+1
|
/
*
Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD
Paul E. McKenney
2015-08-04
1
-102
/
+15
|
\
|
*
rcu: Consolidate last open-coded expedited memory barrier
Paul E. McKenney
2015-07-17
1
-1
/
+0
|
*
rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop
Paul E. McKenney
2015-07-17
1
-26
/
+10
|
*
rcu: Make synchronize_rcu_expedited() use sequence-counter scheme
Paul E. McKenney
2015-07-17
1
-10
/
+6
|
*
rcu: Remove CONFIG_RCU_CPU_STALL_INFO
Paul E. McKenney
2015-07-17
1
-45
/
+0
|
*
rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()
Paul E. McKenney
2015-07-17
1
-23
/
+2
|
*
rcu: Simplify arithmetic to calculate number of RCU nodes
Alexander Gordeev
2015-07-15
1
-2
/
+2
*
|
rcu: Don't disable CPU hotplug during OOM notifiers
Paul E. McKenney
2015-07-23
1
-2
/
+0
*
|
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
2015-07-23
1
-4
/
+4
*
|
rcu: Fix obsolete priority-boosting comment
Paul E. McKenney
2015-07-23
1
-2
/
+1
|
/
[next]