aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/basev4.19/standard/preempt-rt/baseBruce Ashfield
2023-03-11rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-09-26rcu: Fix missed wakeup of exp_wq waitersNeeraj Upadhyay
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-02-11rcu: Avoid data-race in rcu_gp_fqs_check_wake()Eric Dumazet
2019-11-17rcu: Don't allow to change rcu_normal_after_boot on RTSebastian Andrzej Siewior
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-31rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney
2019-05-31rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-05kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu
2019-03-23rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-02-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-01-13srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein
2018-12-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-01rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney
2018-11-28irqwork: push most work into softirq contextSebastian Andrzej Siewior
2018-11-28rcu: enable rcu_normal_after_boot by default for RTJulia Cartwright
2018-11-28srcu: replace local_irqsave() with a locallockSebastian Andrzej Siewior
2018-11-28srcu: use cpu_online() instead custom checkSebastian Andrzej Siewior
2018-11-28rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2018-11-28rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2018-11-28rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2018-11-28rcu: Frob softirq testPeter Zijlstra
2018-11-28rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2018-11-28rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior
2018-11-28rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner
2018-11-28EXP rcu: Revert expedited GP parallelization clevernessPaul E. McKenney
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney
2018-07-12rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)
2018-07-12rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann
2018-07-12rcutorture: Make boost test more robustJoel Fernandes (Google)
2018-07-12rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)
2018-07-12rcutorture: Emphasize testing of single reader protection typePaul E. McKenney
2018-07-12rcutorture: Handle extended read-side critical sectionsPaul E. McKenney
2018-07-12rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney
2018-07-12rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney
2018-07-12rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney
2018-07-12rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney
2018-07-12rcuperf: Remove unused torturing_tasks() functionPaul E. McKenney
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney
2018-07-12rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney
2018-07-12rcu: Assign higher prio to RCU threads if rcutorture is built-inJoel Fernandes (Google)
2018-07-12srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney
2018-07-12rcu: Print stall-warning NMI dyntick state in hexadecimalPaul E. McKenney
2018-07-12rcu: Make rcu_seq_diff() more exactPaul E. McKenney