summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
* | rcu: Convert ->completedqs to ->gp_seqPaul E. McKenney2018-07-122-4/+4
* | rcu: Convert ->rcu_iw_gpnum to ->gp_seqPaul E. McKenney2018-07-123-8/+8
* | rcu: Move rcu_gp_in_progress() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Move rcu_nocb_gp_get() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Move rcu_try_advance_all_cbs() to ->gp_seqPaul E. McKenney2018-07-121-1/+2
* | rcu: Move rcu_implicit_dynticks_qs() to ->gp_seqPaul E. McKenney2018-07-121-1/+1
* | rcu: Convert rcu_gpnum_ovf() to ->gp_seqPaul E. McKenney2018-07-121-2/+3
* | rcu: Move RCU's grace-period-change code to ->gp_seqPaul E. McKenney2018-07-122-23/+33
* | rcu: Convert conditional grace-period primitives to ->gp_seqPaul E. McKenney2018-07-121-32/+10
* | rcu: Make quiescent-state reporting use ->gp_seqPaul E. McKenney2018-07-121-9/+9
* | rcu: Convert rcu_check_gp_kthread_starvation() to GP sequence numberPaul E. McKenney2018-07-121-2/+2
* | rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney2018-07-124-100/+45
* | rcu: Move rcu_gp_slow() to ->gp_seqPaul E. McKenney2018-07-121-1/+2
* | rcu: Introduce grace-period sequence numbersPaul E. McKenney2018-07-122-1/+18
| |
| \
| \
| \
*---. \ Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25...Paul E. McKenney2018-07-126-34/+144
|\ \ \ \
| | | * | torture: Keep old-school dmesg formatPaul E. McKenney2018-06-252-0/+6
| | | * | torture: Make online/offline messages appear only for verbose=2Paul E. McKenney2018-06-252-2/+2
| | | |/
| | * | srcu: Add address of first callback to rcutorture outputPaul E. McKenney2018-06-251-7/+8
| | * | srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney2018-06-251-0/+3
| | * | srcu: Fix typos in __call_srcu() header commentPaul E. McKenney2018-06-251-4/+4
| | |/
| * | rcu: Make rcu_gp_cleanup() write only once to ->gp_flagsPaul E. McKenney2018-07-121-1/+2
| * | rcu: Diagnostics for grace-period startup hangsPaul E. McKenney2018-07-122-2/+66
| * | rcu: Exclude near-simultaneous RCU CPU stall warningsPaul E. McKenney2018-06-261-15/+11
| * | rcu: Use the proper lockdep annotation in dump_blkd_tasks()Boqun Feng2018-06-261-1/+1
| * | rcu: Add debugging info to assertionPaul E. McKenney2018-06-263-3/+42
| |/
* | rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng2018-07-121-1/+8
* | rcu: Make expedited grace period use direct call on last leafPaul E. McKenney2018-06-252-2/+6
|/
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-2/+3
* rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-221-0/+9
*---. Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney2018-05-1512-376/+250
|\ \ \
| | | * rcutorture: Print end-of-test statePaul E. McKenney2018-05-151-0/+8
| | * | rcu: Drop early GP request check from rcu_gp_kthread()Paul E. McKenney2018-05-151-6/+0
| | * | rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney2018-05-153-57/+3
| | * | rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()Paul E. McKenney2018-05-151-4/+2
| | * | rcu: Make rcu_start_this_gp() check for out-of-range requestsPaul E. McKenney2018-05-151-0/+2
| | * | rcu: Add funnel locking to rcu_start_this_gp()Paul E. McKenney2018-05-151-57/+35
| | * | rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney2018-05-152-35/+27
| | * | rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()Paul E. McKenney2018-05-151-44/+12
| | * | rcu: Clear request other than RCU_GP_FLAG_INIT at GP endPaul E. McKenney2018-05-151-0/+1
| | * | rcu: Cleanup, don't put ->completed into an intPaul E. McKenney2018-05-151-1/+1
| | * | rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs()Paul E. McKenney2018-05-151-38/+15
| | * | rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisitionPaul E. McKenney2018-05-151-4/+4
| | * | rcu: Make rcu_migrate_callbacks wake GP kthread when neededPaul E. McKenney2018-05-151-2/+6
| | * | rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney2018-05-152-4/+4
| | * | rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney2018-05-152-2/+3
| | * | rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney2018-05-151-2/+1
| | * | rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney2018-05-153-24/+10
| | * | rcu: Make rcu_gp_kthread() check for early-boot activityPaul E. McKenney2018-05-151-0/+6
| | * | rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney2018-05-153-10/+23
| | * | rcu: Make rcu_start_future_gp()'s grace-period check more precisePaul E. McKenney2018-05-151-13/+5
OpenPOWER on IntegriCloud