summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2019-08-13rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney
2019-08-13rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney
2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_empty()Paul E. McKenney
2019-08-13rcu/nocb: Allow lockless use of rcu_segcblist_restempty()Paul E. McKenney
2019-08-13rcu/nocb: Remove deferred wakeup checks for extended quiescent statesPaul E. McKenney
2019-08-13rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney
2019-08-13rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney
2019-08-13rcu/nocb: Add checks for offloaded callback processingPaul E. McKenney
2019-08-13rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney
2019-08-13rcu/nocb: Use separate flag to indicate disabled ->cblistPaul E. McKenney
2019-08-13rcu/nocb: Print gp/cb kthread hierarchy if dump_treePaul E. McKenney
2019-08-13rcu/nocb: Rename rcu_nocb_leader_stride kernel boot parameterPaul E. McKenney
2019-08-13rcu/nocb: Rename and document no-CB CB kthread sleep trace eventPaul E. McKenney
2019-08-13rcu/nocb: Rename rcu_organize_nocb_kthreads() local variablePaul E. McKenney
2019-08-13rcu/nocb: Rename wake_nocb_leader_defer() to wake_nocb_gp_defer()Paul E. McKenney
2019-08-13rcu/nocb: Rename __wake_nocb_leader() to __wake_nocb_gp()Paul E. McKenney
2019-08-13rcu/nocb: Rename wake_nocb_leader() to wake_nocb_gp()Paul E. McKenney
2019-08-13rcu/nocb: Rename nocb_follower_wait() to nocb_cb_wait()Paul E. McKenney
2019-08-13rcu/nocb: Provide separate no-CBs grace-period kthreadsPaul E. McKenney
2019-08-13rcu/nocb: Update comments to prepare for forward-progress workPaul E. McKenney
2019-08-13rcu/nocb: Rename rcu_data fields to prepare for forward-progress workPaul E. McKenney
2019-08-13Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney
2019-08-12rcu: Fix spelling mistake "greate"->"great"Mukesh Ojha
2019-08-12rcu: Remove redundant "if" condition from rcu_gp_is_expedited()Paul E. McKenney
2019-08-09rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)
2019-08-08rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra
2019-08-01rcutorture: Aggressive forward-progress tests shouldn't block shutdownPaul E. McKenney
2019-08-01rcuperf: Make rcuperf kernel test more robust for !expedited modeJoel Fernandes (Google)
2019-08-01rcutorture: Emulate userspace sojourn during call_rcu() floodsPaul E. McKenney
2019-08-01rcuperf: Fix perf_type module-parameter descriptionXiao Yang
2019-08-01rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()Joel Fernandes (Google)
2019-08-01rcu: Change return type of rcu_spawn_one_boost_kthread()Byungchul Park
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney
2019-08-01rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney
2019-08-01rcu: Simplify rcu_note_context_switch exit from critical sectionJoel Fernandes (Google)
2019-08-01rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()Paul E. McKenney
2019-08-01rcu: Simplify rcu_read_unlock_special() deferred wakeupsPaul E. McKenney
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-25rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney
2019-06-13rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney
2019-05-28rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney
2019-05-28rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney
2019-05-28rcutorture: Halt forward-progress checks at end of runPaul E. McKenney
2019-05-28rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney
2019-05-28rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney