summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2018-05-15rcu: Drop early GP request check from rcu_gp_kthread()Paul E. McKenney
2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney
2018-05-15rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()Paul E. McKenney
2018-05-15rcu: Make rcu_start_this_gp() check for out-of-range requestsPaul E. McKenney
2018-05-15rcu: Add funnel locking to rcu_start_this_gp()Paul E. McKenney
2018-05-15rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney
2018-05-15rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()Paul E. McKenney
2018-05-15rcu: Clear request other than RCU_GP_FLAG_INIT at GP endPaul E. McKenney
2018-05-15rcu: Cleanup, don't put ->completed into an intPaul E. McKenney
2018-05-15rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs()Paul E. McKenney
2018-05-15rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisitionPaul E. McKenney
2018-05-15rcu: Make rcu_migrate_callbacks wake GP kthread when neededPaul E. McKenney
2018-05-15rcu: Convert ->need_future_gp[] array to booleanPaul E. McKenney
2018-05-15rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elementsPaul E. McKenney
2018-05-15rcu: Avoid losing ->need_future_gp[] values due to GP start/end racesPaul E. McKenney
2018-05-15rcu: Make rcu_gp_cleanup() more accurately predict need for new GPPaul E. McKenney
2018-05-15rcu: Make rcu_gp_kthread() check for early-boot activityPaul E. McKenney
2018-05-15rcu: Add accessor macros for the ->need_future_gp[] arrayPaul E. McKenney
2018-05-15rcu: Make rcu_start_future_gp()'s grace-period check more precisePaul E. McKenney
2018-05-15rcu: Improve non-root rcu_cbs_completed() accuracyPaul E. McKenney
2018-02-23Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney
2018-02-20torture: Provide more sensible nreader/nwriter defaults for rcuperfPaul E. McKenney
2018-02-20rcutorture: Record which grace-period primitives are testedPaul E. McKenney
2018-02-20rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney
2018-02-20rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney
2018-02-20rcutorture: Abstract function and module namesPaul E. McKenney
2018-02-20rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney
2018-02-20rcu: Remove SRCU throttlingPaul E. McKenney
2018-02-20srcu: Remove dead code in srcu_gp_end()Byungchul Park
2018-02-20srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov
2018-02-20srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov
2018-02-20srcu: Abstract function namePaul E. McKenney
2018-02-20rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney
2018-02-20rcu: Trace expedited GP delays due to transitioning CPUsPaul E. McKenney
2018-02-20rcu: Add more tracing of expedited grace periodsPaul E. McKenney
2018-02-20rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox
2018-02-20rcu: Remove redundant nxttail index macro defineLiu, Changcheng
2018-02-20rcu: Consolidate rcu.h #ifdefsPaul E. McKenney
2018-02-20rcu: More clearly identify grace-period kthread stack dumpPaul E. McKenney
2018-02-20rcu: Remove obsolete force-quiescent-state statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete __rcu_pending() statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney
2018-02-20rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney
2018-02-20rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo
2018-02-20rcu: Fix CPU offload boot message when no CPUs are offloadedPaul E. McKenney
2018-02-15rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data()Lihao Liang
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney