summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | rcu: Improve non-root rcu_cbs_completed() accuracyPaul E. McKenney2018-05-151-0/+15
| | |/
| * | rcu: Add leaf-node macrosPaul E. McKenney2018-05-153-7/+12
| * | srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney2018-05-153-17/+29
| * | rcu: Declare rcu_eqs_special_set() in public headerYury Norov2018-05-151-1/+0
| * | rcu: Update rcu_bind_gp_kthread() header commentPaul E. McKenney2018-05-151-2/+1
| * | rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.hPaul E. McKenney2018-05-152-48/+44
| * | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-154-14/+14
| * | rcu: Remove deprecated RCU debugfs tracing codeByungchul Park2018-05-152-12/+5
| * | rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is highByungchul Park2018-05-151-1/+1
| * | rcu: Don't allocate rcu_nocb_mask if no one needs itPaul E. McKenney2018-05-151-2/+2
| * | rcu: Inline rcu_preempt_do_callback() into its sole callerByungchul Park2018-05-152-11/+1
| |/
* | rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng2018-05-151-3/+25
* | rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng2018-05-151-7/+3
* | rcu: Parallelize expedited grace-period initializationPaul E. McKenney2018-05-154-78/+120
|/
*-. Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney2018-02-233-40/+70
|\ \
| | * torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney2018-02-201-1/+20
| | * rcutorture: Record which grace-period primitives are testedPaul E. McKenney2018-02-201-8/+16
| | * rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney2018-02-201-6/+9
| | * rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney2018-02-201-4/+4
| | * rcutorture: Abstract function and module namesPaul E. McKenney2018-02-201-8/+8
| | * rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney2018-02-201-5/+4
| * | rcu: Remove SRCU throttlingPaul E. McKenney2018-02-201-3/+1
| * | srcu: Remove dead code in srcu_gp_end()Byungchul Park2018-02-201-2/+0
| * | srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov2018-02-201-2/+4
| * | srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov2018-02-201-0/+3
| * | srcu: Abstract function namePaul E. McKenney2018-02-201-1/+1
| |/
* | rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney2018-02-234-6/+11
* | rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney2018-02-202-10/+27
* | rcu: Trace expedited GP delays due to transitioning CPUsPaul E. McKenney2018-02-201-1/+2
* | rcu: Add more tracing of expedited grace periodsPaul E. McKenney2018-02-202-1/+19
* | rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov2018-02-201-1/+1
* | rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-204-16/+19
* | rcu: Remove redundant nxttail index macro defineLiu, Changcheng2018-02-201-7/+0
* | rcu: Consolidate rcu.h #ifdefsPaul E. McKenney2018-02-201-6/+2
* | rcu: More clearly identify grace-period kthread stack dumpPaul E. McKenney2018-02-201-0/+1
* | rcu: Remove obsolete force-quiescent-state statistics for debugfsPaul E. McKenney2018-02-202-8/+1
* | rcu: Remove obsolete __rcu_pending() statistics for debugfsPaul E. McKenney2018-02-202-39/+9
OpenPOWER on IntegriCloud