index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fields
Paul E. McKenney
2019-08-13
2
-3
/
+0
*
|
rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fields
Paul E. McKenney
2019-08-13
3
-20
/
+3
*
|
rcu/nocb: Remove obsolete nocb_head and nocb_tail fields
Paul E. McKenney
2019-08-13
2
-4
/
+0
*
|
rcu/nocb: Use rcu_segcblist for no-CBs CPUs
Paul E. McKenney
2019-08-13
5
-383
/
+270
*
|
rcu/nocb: Leave ->cblist enabled for no-CBs CPUs
Paul E. McKenney
2019-08-13
5
-35
/
+11
*
|
rcu/nocb: Allow lockless use of rcu_segcblist_empty()
Paul E. McKenney
2019-08-13
2
-3
/
+3
*
|
rcu/nocb: Allow lockless use of rcu_segcblist_restempty()
Paul E. McKenney
2019-08-13
2
-16
/
+16
*
|
rcu/nocb: Remove deferred wakeup checks for extended quiescent states
Paul E. McKenney
2019-08-13
1
-10
/
+0
*
|
rcu/nocb: Check for deferred nocb wakeups before nohz_full early exit
Paul E. McKenney
2019-08-13
1
-4
/
+4
*
|
rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structure
Paul E. McKenney
2019-08-13
1
-5
/
+6
*
|
rcu/nocb: Add checks for offloaded callback processing
Paul E. McKenney
2019-08-13
1
-3
/
+8
*
|
rcu/nocb: Use separate flag to indicate offloaded ->cblist
Paul E. McKenney
2019-08-13
4
-8
/
+32
*
|
rcu/nocb: Use separate flag to indicate disabled ->cblist
Paul E. McKenney
2019-08-13
3
-3
/
+4
*
|
rcu/nocb: Print gp/cb kthread hierarchy if dump_tree
Paul E. McKenney
2019-08-13
1
-0
/
+6
*
|
rcu/nocb: Rename rcu_nocb_leader_stride kernel boot parameter
Paul E. McKenney
2019-08-13
1
-4
/
+4
*
|
rcu/nocb: Rename and document no-CB CB kthread sleep trace event
Paul E. McKenney
2019-08-13
1
-1
/
+1
*
|
rcu/nocb: Rename rcu_organize_nocb_kthreads() local variable
Paul E. McKenney
2019-08-13
1
-3
/
+3
*
|
rcu/nocb: Rename wake_nocb_leader_defer() to wake_nocb_gp_defer()
Paul E. McKenney
2019-08-13
1
-6
/
+6
*
|
rcu/nocb: Rename __wake_nocb_leader() to __wake_nocb_gp()
Paul E. McKenney
2019-08-13
1
-9
/
+9
*
|
rcu/nocb: Rename wake_nocb_leader() to wake_nocb_gp()
Paul E. McKenney
2019-08-13
1
-3
/
+3
*
|
rcu/nocb: Rename nocb_follower_wait() to nocb_cb_wait()
Paul E. McKenney
2019-08-13
1
-2
/
+2
*
|
rcu/nocb: Provide separate no-CBs grace-period kthreads
Paul E. McKenney
2019-08-13
2
-60
/
+61
*
|
rcu/nocb: Update comments to prepare for forward-progress work
Paul E. McKenney
2019-08-13
2
-32
/
+33
*
|
rcu/nocb: Rename rcu_data fields to prepare for forward-progress work
Paul E. McKenney
2019-08-13
2
-46
/
+46
|
|
|
\
|
\
|
\
*
-
-
-
.
\
Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...
Paul E. McKenney
2019-08-13
10
-91
/
+134
|
\
\
\
\
|
|
|
*
|
rcutorture: Aggressive forward-progress tests shouldn't block shutdown
Paul E. McKenney
2019-08-01
1
-1
/
+16
|
|
|
*
|
rcuperf: Make rcuperf kernel test more robust for !expedited mode
Joel Fernandes (Google)
2019-08-01
1
-0
/
+8
|
|
|
*
|
rcutorture: Emulate userspace sojourn during call_rcu() floods
Paul E. McKenney
2019-08-01
1
-5
/
+7
|
|
|
*
|
rcuperf: Fix perf_type module-parameter description
Xiao Yang
2019-08-01
1
-1
/
+1
|
|
|
|
/
|
|
*
|
rcu: Add support for consolidated-RCU reader checking
Joel Fernandes (Google)
2019-08-09
2
-33
/
+74
|
|
*
|
rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()
Joel Fernandes (Google)
2019-08-01
1
-5
/
+1
|
|
|
/
|
*
|
rcu: Fix spelling mistake "greate"->"great"
Mukesh Ojha
2019-08-12
1
-1
/
+1
|
*
|
rcu: Remove redundant "if" condition from rcu_gp_is_expedited()
Paul E. McKenney
2019-08-12
1
-2
/
+1
|
*
|
rcu: Change return type of rcu_spawn_one_boost_kthread()
Byungchul Park
2019-08-01
1
-9
/
+11
|
*
|
srcu: Avoid srcutorture security-based pointer obfuscation
Paul E. McKenney
2019-08-01
2
-23
/
+3
|
*
|
rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()
Paul E. McKenney
2019-08-01
1
-1
/
+5
|
*
|
rcu: Add kernel parameter to dump trace after RCU CPU stall warning
Paul E. McKenney
2019-08-01
3
-0
/
+7
|
*
|
rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()
Paul E. McKenney
2019-08-01
1
-11
/
+0
|
|
/
*
|
rcu: Simplify rcu_note_context_switch exit from critical section
Joel Fernandes (Google)
2019-08-01
1
-9
/
+0
*
|
rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()
Paul E. McKenney
2019-08-01
1
-2
/
+3
*
|
rcu: Simplify rcu_read_unlock_special() deferred wakeups
Paul E. McKenney
2019-08-01
1
-6
/
+1
|
/
*
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-06-28
10
-305
/
+514
|
\
|
*
-
-
-
-
-
-
-
.
Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...
Paul E. McKenney
2019-06-19
9
-137
/
+276
|
|
\
\
\
\
\
|
|
|
|
|
|
*
rcutorture: Upper case solves the case of the vanishing NULL pointer
Paul E. McKenney
2019-05-28
1
-1
/
+2
|
|
|
|
|
|
*
rcutorture: Dump trace buffer for callback pipe drain failures
Paul E. McKenney
2019-05-28
1
-1
/
+3
|
|
|
|
|
|
*
rcutorture: Add trivial RCU implementation
Paul E. McKenney
2019-05-28
3
-1
/
+62
|
|
|
|
|
|
*
rcutorture: Halt forward-progress checks at end of run
Paul E. McKenney
2019-05-28
1
-1
/
+2
|
|
|
|
|
|
*
rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernels
Paul E. McKenney
2019-05-28
1
-3
/
+14
|
|
|
|
|
|
*
rcutorture: Exempt tasks RCU from timely draining of grace periods
Paul E. McKenney
2019-05-28
1
-1
/
+4
|
|
|
|
|
|
*
torture: Allow inter-stutter interval to be specified
Paul E. McKenney
2019-05-28
1
-1
/
+4
[prev]
[next]