summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-01rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney
2018-12-01rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney
2018-12-01rcutorture: Print forward-progress test age upon failurePaul E. McKenney
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney
2018-12-01rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney
2018-12-01rcutorture: Print GP age upon forward-progress failurePaul E. McKenney
2018-12-01rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney
2018-12-01rcutorture: Prepare for asynchronous access to rcu_fwd_startatPaul E. McKenney
2018-12-01torture: Remove unnecessary "ret" variablesPierce Griffiths
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney
2018-12-01rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney
2018-12-01rcutorture: Remove cbflood facilityPaul E. McKenney
2018-12-01torture: Bring any extra CPUs online during kernel startupPaul E. McKenney
2018-12-01rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein
2018-11-27events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney
2018-11-27modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-11-27sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds