aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2020-05-25Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-21rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2020-05-21rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney
2020-05-21rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)
2020-05-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-15rcu: Allow only one expedited GP to run concurrently with wakeupsNeeraj Upadhyay
2020-05-15rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver
2020-05-15rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2020-05-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-04srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney
2020-05-04rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet
2020-05-04rcu: Use *_ONCE() to protect lockless ->expmask accessesPaul E. McKenney
2019-10-10Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-10-05rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra
2019-10-05rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli
2019-10-02rcutorture: Avoid problematic critical section nesting on RTScott Wood
2019-10-02rcu: Use rcuc threads on PREEMPT_RT as we didScott Wood
2019-07-22irqwork: push most work into softirq contextSebastian Andrzej Siewior
2019-07-22rcu: enable rcu_normal_after_boot by default for RTJulia Cartwright
2019-07-22srcu: replace local_irqsave() with a locallockSebastian Andrzej Siewior
2019-07-22rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior
2019-07-22rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2019-07-22rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao
2019-03-26rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix expected forward progress duration in OOM notifierNeeraj Upadhyay
2019-03-26rcutorture: Remove ->ext_irq_conflict fieldPaul E. McKenney
2019-03-26rcutorture: Make rcutorture_extend_mask() comment match the codePaul E. McKenney
2019-03-26rcu: Fix nohz status in stall warningNeeraj Upadhyay
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney
2019-03-26rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-03-26srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney
2019-03-26rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney
2019-03-26rcu: Fix typo in tree_exp.h commentPaul E. McKenney
2019-03-26rcu: Eliminate redundant NULL-pointer checkPaul E. McKenney