aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAge
* x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-13
* rcutorture: Don't do busted forward-progress testingPaul E. McKenney2018-12-01
* rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney2018-12-01
* rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney2018-12-01
* rcutorture: Print forward-progress test age upon failurePaul E. McKenney2018-12-01
* rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney2018-12-01
* rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney2018-12-01
* rcutorture: Print GP age upon forward-progress failurePaul E. McKenney2018-12-01
* rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney2018-12-01
* rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney2018-12-01
* rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney2018-12-01
* rcutorture: Prepare for asynchronous access to rcu_fwd_startatPaul E. McKenney2018-12-01
* rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney2018-12-01
* rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney2018-12-01
* rcutorture: Remove cbflood facilityPaul E. McKenney2018-12-01
* rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney2018-12-01
*-----. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-01
|\ \ \ \
| | | | * srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2018-11-27
| | | | * srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein2018-11-27
| | | | * srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney2018-11-09
| | | |/ | | |/|
| | | * rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney2018-11-12
| | | * rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney2018-11-12
| | | * rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2018-11-12
| | | * rcu: Trace end of grace period before end of grace periodPaul E. McKenney2018-11-12
| | | * rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou2018-11-12
| | | * rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney2018-11-12
| | | * rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney2018-11-12
| | | * rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney2018-11-12
| | | * rcu: Avoid double multiply by HZPaul E. McKenney2018-11-12
| | | * rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney2018-11-11
| | |/
| * | rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney2018-11-09
| * | rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2018-11-09
| * | rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)2018-11-09
| * | rcu: Remove unused rcu_state externsJoel Fernandes (Google)2018-11-09
| |/
* | rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney2018-11-12
* | rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney2018-11-12
* | rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney2018-11-09
* | rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney2018-11-09
|/
*---. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-30
|\ \ \
| | | * rcutorture: Maintain self-propagating CB only during forward-progress testPaul E. McKenney2018-08-29
| | | * rcutorture: Check GP completion at stutter endPaul E. McKenney2018-08-29
| | | * rcutorture: Print forward-progress test interval on errorPaul E. McKenney2018-08-29
| | | * rcutorture: Adjust number of reader kthreads per CPU-hotplug operationsPaul E. McKenney2018-08-29
| | | * rcutorture: Reduce priority of forward-progress testingPaul E. McKenney2018-08-29
| | | * rcutorture: Limit reader duration if irq or bh disabledPaul E. McKenney2018-08-29
| | | * rcutorture: Increase rcu_read_delay() longdelay_msPaul E. McKenney2018-08-29
| | | * rcutorture: Add self-propagating callback to forward-progress testingPaul E. McKenney2018-08-29
| | | * rcutorture: Vary forward-progress test intervalPaul E. McKenney2018-08-29
| | | * rcutorture: Avoid no-test complaint if too few forward-progress triesPaul E. McKenney2018-08-29
| | | * rcutorture: Also use GP sequence to judge forward progressPaul E. McKenney2018-08-29