summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2019-06-14Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)
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-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-05kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu
2019-03-27Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)
2019-03-23rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-01-14Merge tag 'v4.19.15' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-01-13srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein
2018-12-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-01rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney
2018-11-09rcu: make RCU_BOOST default on RT without EXPERTSebastian Andrzej Siewior
2018-10-29irqwork: push most work into softirq contextSebastian Andrzej Siewior
2018-10-29rcu: enable rcu_normal_after_boot by default for RTJulia Cartwright
2018-10-29srcu: replace local_irqsave() with a locallockSebastian Andrzej Siewior
2018-10-29srcu: use cpu_online() instead custom checkSebastian Andrzej Siewior
2018-10-29rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2018-10-29rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2018-10-29rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2018-10-29rcu: Frob softirq testPeter Zijlstra
2018-10-29rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2018-10-29rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior
2018-10-29rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner
2018-10-29EXP 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
2018-07-12rcu: Check the range of jiffies_till_{first,next}_fqs when setting themByungchul Park
2018-07-12rcu: Add diagnostics for rcutorture writer stall warningPaul E. McKenney
2018-07-12rcu: Add comment to the last sleep in the rcu tasks loopSteven Rostedt (VMware)
2018-07-12rcu: Speed up calling of RCU tasks callbacksSteven Rostedt (VMware)
2018-07-12rcu: Add comment documenting how rcu_seq_snap worksJoel Fernandes (Google)
2018-07-12rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall()Paul E. McKenney