summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2020-04-27rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney1-24/+30
2020-04-27rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney1-4/+7
2020-04-27rcu-tasks: Add count for idle tasks on offline CPUsPaul E. McKenney1-1/+5
2020-04-27rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statisticsPaul E. McKenney1-2/+11
2020-04-27rcu-tasks: Make RCU tasks trace also wait for idle tasksPaul E. McKenney1-5/+13
2020-04-27rcu-tasks: Handle the running-offline idle-task special casePaul E. McKenney1-2/+6
2020-04-27rcu-tasks: Disable CPU hotplug across RCU tasks trace scansPaul E. McKenney1-4/+14
2020-04-27rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locksPaul E. McKenney2-1/+12
2020-04-27rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney5-10/+72
2020-04-27rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPIPaul E. McKenney2-1/+20
2020-04-27rcu-tasks: Add grace-period and IPI counts to statisticsPaul E. McKenney1-1/+9
2020-04-27rcu-tasks: Split ->trc_reader_need_endPaul E. McKenney1-13/+20
2020-04-27rcu-tasks: Provide boot parameter to delay IPIs until late in grace periodPaul E. McKenney1-4/+9
2020-04-27rcu-tasks: Add a grace-period start time for throttling and debugPaul E. McKenney1-0/+2
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney2-6/+5
2020-04-27rcu-tasks: Make rcutorture writer stall output include GP statePaul E. McKenney1-5/+72
2020-04-27rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney3-3/+45
2020-04-27rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney2-4/+5
2020-04-27rcu-tasks: Add stall warnings for RCU Tasks TracePaul E. McKenney1-4/+66
2020-04-27rcutorture: Add torture tests for RCU Tasks TracePaul E. McKenney3-1/+46
2020-04-27rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooksPaul E. McKenney2-5/+367
2020-04-27rcu-tasks: Code movement to allow more Tasks RCU variantsPaul E. McKenney1-59/+63
2020-04-27rcu-tasks: Further refactor RCU-tasks to allow adding more variantsPaul E. McKenney1-58/+108
2020-04-27rcu-tasks: Use unique names for RCU-Tasks kthreads and messagesPaul E. McKenney1-9/+16
2020-04-27rcutorture: Add torture tests for RCU Tasks RudePaul E. McKenney3-2/+32
2020-04-27rcu-tasks: Add an RCU-tasks rude variantPaul E. McKenney2-1/+108
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney3-236/+269
2020-04-27rcutorture: Add a test for synchronize_rcu_mult()Paul E. McKenney1-2/+7
2020-04-27rcu-tasks: Create struct to hold state informationPaul E. McKenney1-27/+46
2020-04-27rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney2-364/+372
2020-04-27rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney1-2/+36
2020-04-27rcu-tasks: Use context-switch hook for PREEMPT=y kernelsPaul E. McKenney1-0/+2
2020-04-27rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney1-4/+25
2020-04-27rcutorture: Add test of holding scheduler locks across rcu_read_unlock()Paul E. McKenney1-1/+9
2020-04-27rcu: Don't use negative nesting depth in __rcu_read_unlock()Lai Jiangshan2-41/+12
2020-04-27rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs fieldLai Jiangshan1-1/+0
2020-04-27rcu: Don't set nesting depth negative in rcu_preempt_deferred_qs()Lai Jiangshan1-5/+0
2020-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney1-9/+8
2020-04-27rcu: Add KCSAN stubs to update.cPaul E. McKenney1-0/+13
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney1-4/+36
2020-04-27rcu/tree: Count number of batched kfree_rcu() locklesslyJoel Fernandes (Google)1-6/+4
2020-04-27rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batchingJoel Fernandes (Google)1-0/+60
2020-04-27rcuperf: Add ability to increase object allocation sizeJoel Fernandes (Google)1-1/+4
2020-04-27rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()Paul E. McKenney1-1/+1
2020-04-27rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()Paul E. McKenney1-1/+1
2020-04-27rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparisonPaul E. McKenney1-1/+1
2020-04-27rcu: Replace 1 by trueJules Irenge1-1/+1
2020-04-27rcu: Replace assigned pointer ret value by corresponding boolean valueJules Irenge1-3/+3
2020-04-27rcu: Mark rcu_state.gp_seq to detect more concurrent writesPaul E. McKenney1-1/+3
2020-04-27rcu: Get rid of some doc warnings in update.cMauro Carvalho Chehab1-4/+4