summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2018-12-01rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney-119/+135
2018-12-01rcutorture: Remove cbflood facilityPaul E. McKenney-85/+1
2018-12-01rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney-2/+127
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney-361/+373
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney-304/+304
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein-0/+2
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney-8/+13
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney-1/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney-4/+14
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney-2/+2
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou-3/+3
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney-3/+5
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney-12/+13
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney-4/+4
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney-1/+1
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney-1/+2
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney-3/+6
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney-2/+4
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney-0/+3
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney-6/+6
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney-4/+2
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)-2/+2
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)-11/+0
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney-2/+3
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney-7/+6
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney-2385/+2004
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney-11/+10
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney-4/+68
2018-08-30rcu: Convert rcu_state.ofl_lock to raw_spinlock_tMike Galbraith-7/+7
2018-08-30rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completedPaul E. McKenney-10/+3
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney-80/+56
2018-08-30rcu: Switch dyntick nesting counters to rcu_data structurePaul E. McKenney-40/+43
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney-16/+14
2018-08-30rcu: Switch lazy counts to rcu_data structurePaul E. McKenney-20/+10
2018-08-30rcu: Switch last accelerate/advance to rcu_data structurePaul E. McKenney-13/+8
2018-08-30rcu: Switch ->tick_nohz_enabled_snap to rcu_data structurePaul E. McKenney-6/+5
2018-08-30rcu: Merge rcu_dynticks structure into rcu_data structurePaul E. McKenney-0/+17
2018-08-30rcu: Convert "1UL << x" to "BIT(x)"Paul E. McKenney-2/+2
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney-13/+21
2018-08-30rcu: More aggressively enlist scheduler aid for nohz_full CPUsPaul E. McKenney-6/+28
2018-08-30rcu: Compute jiffies_till_sched_qs from other kernel parametersPaul E. McKenney-16/+49
2018-08-30rcu: Provide functions for determining if call_rcu() has been invokedPaul E. McKenney-1/+4
2018-08-30rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structurePaul E. McKenney-45/+15
2018-08-30rcu: Motivate Tiny RCU forward progressPaul E. McKenney-1/+5
2018-08-30rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney-23/+96
2018-08-30rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()Paul E. McKenney-1/+1
2018-08-30rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney-0/+9
2018-08-30rcu: Inline _rcu_barrier() into its sole remaining callerPaul E. McKenney-35/+29
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney-40/+40
2018-08-30rcu: Clean up flavor-related definitions and comments in update.cPaul E. McKenney-10/+10