index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
2020-04-27
rcu: Add per-task state to RCU CPU stall warnings
Paul E. McKenney
2020-04-27
rcu-tasks: Use context-switch hook for PREEMPT=y kernels
Paul E. McKenney
2020-04-27
rcu: Add comments marking transitions between RCU watching and not
Paul E. McKenney
2020-04-27
rcutorture: Add test of holding scheduler locks across rcu_read_unlock()
Paul E. McKenney
2020-04-27
rcu: Don't use negative nesting depth in __rcu_read_unlock()
Lai Jiangshan
2020-04-27
rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs field
Lai Jiangshan
2020-04-27
rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()
Lai Jiangshan
2020-04-27
rcu: Make rcu_read_unlock_special() safe for rq/pi locks
Paul E. McKenney
2020-04-27
rcu: Add KCSAN stubs to update.c
Paul E. McKenney
2020-04-27
rcu: Add rcu_gp_might_be_stalled()
Paul E. McKenney
2020-04-27
rcu/tree: Count number of batched kfree_rcu() locklessly
Joel Fernandes (Google)
2020-04-27
rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
Joel Fernandes (Google)
2020-04-27
rcuperf: Add ability to increase object allocation size
Joel Fernandes (Google)
2020-04-27
rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()
Paul E. McKenney
2020-04-27
rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()
Paul E. McKenney
2020-04-27
rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison
Paul E. McKenney
2020-04-27
rcu: Replace 1 by true
Jules Irenge
2020-04-27
rcu: Replace assigned pointer ret value by corresponding boolean value
Jules Irenge
2020-04-27
rcu: Mark rcu_state.gp_seq to detect more concurrent writes
Paul E. McKenney
2020-04-27
rcu: Get rid of some doc warnings in update.c
Mauro Carvalho Chehab
2020-04-27
rcu: Fix the (t=0 jiffies) false positive
Zhaolong Zhang
2020-04-27
rcu: Expedite first two FQS scans under callback-overload conditions
Paul E. McKenney
2020-04-27
rcu: Use data_race() for RCU CPU stall-warning prints
Paul E. McKenney
2020-04-27
rcu: Add WRITE_ONCE() to rcu_node ->boost_tasks
Paul E. McKenney
2020-04-27
srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays
Paul E. McKenney
2020-04-27
rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasks
Paul E. McKenney
2020-04-27
rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus locking
Paul E. McKenney
2020-04-27
rcu: Mark rcu_state.ncpus to detect concurrent writes
Paul E. McKenney
2020-04-27
srcu: Add KCSAN stubs
Paul E. McKenney
2020-04-27
rcu: Add KCSAN stubs
Paul E. McKenney
2020-04-14
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2020-04-05
rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
Paul E. McKenney
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-21
Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...
Paul E. McKenney
2020-03-21
rcu: Make rcu_barrier() account for offline no-CBs CPUs
Paul E. McKenney
2020-03-21
rcu: Mark rcu_state.gp_seq to detect concurrent writes
Paul E. McKenney
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
2020-02-20
rcutorture: Manually clean up after rcu_barrier() failure
Paul E. McKenney
2020-02-20
rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPU
Paul E. McKenney
2020-02-20
rcuperf: Measure memory footprint during kfree_rcu() test
Joel Fernandes (Google)
2020-02-20
rcutorture: Annotation lockless accesses to rcu_torture_current
Paul E. McKenney
2020-02-20
rcutorture: Add READ_ONCE() to rcu_torture_count and rcu_torture_batch
Paul E. McKenney
2020-02-20
rcutorture: Fix stray access to rcu_fwd_cb_nodelay
Paul E. McKenney
2020-02-20
rcutorture: Fix rcu_torture_one_read()/rcu_torture_writer() data race
Paul E. McKenney
2020-02-20
rcutorture: Suppress boottime bad-sequence warnings
Paul E. McKenney
2020-02-20
rcutorture: Allow boottime stall warnings to be suppressed
Paul E. McKenney
2020-02-20
rcutorture: Refrain from callback flooding during boot
Paul E. McKenney
2020-02-20
rcutorture: Suppress forward-progress complaints during early boot
Paul E. McKenney
2020-02-20
srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seq
Paul E. McKenney
[prev]
[next]