summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reportingFrederic Weisbecker
2024-07-29rcu/nocb: Remove halfway (de-)offloading handling from bypassFrederic Weisbecker
2024-07-29rcu/nocb: (De-)offload callbacks on offline CPUs onlyFrederic Weisbecker
2024-07-29rcu/nocb: Introduce nocb mutexFrederic Weisbecker
2024-07-29rcu/nocb: Assert no callbacks while nocb kthread allocation failsFrederic Weisbecker
2024-07-29rcu/nocb: Move nocb field at the end of state structFrederic Weisbecker
2024-07-29rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN()Frederic Weisbecker
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...Valentin Schneider
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()Valentin Schneider
2024-07-29context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()Valentin Schneider
2024-07-29context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHINGValentin Schneider
2024-07-04Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc...Paul E. McKenney
2024-07-04rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocationFrederic Weisbecker
2024-07-04rcu: Eliminate lockless accesses to rcu_sync->gp_countOleg Nesterov
2024-07-04rcu: Add rcutree.nohz_full_patience_delay to reduce nohz_full OS jitterPaul E. McKenney
2024-06-28rcu/exp: Remove redundant full memory barrier at the end of GPFrederic Weisbecker
2024-06-28rcu: Remove full memory barrier on RCU stall printoutFrederic Weisbecker
2024-06-28rcu: Remove full memory barrier on boot time eqs sanity checkFrederic Weisbecker
2024-06-28rcu/exp: Remove superfluous full memory barrier upon first EQS snapshotFrederic Weisbecker
2024-06-28rcu: Remove superfluous full memory barrier upon first EQS snapshotFrederic Weisbecker
2024-06-28rcu: Remove full ordering on second EQS snapshotFrederic Weisbecker
2024-06-18srcu: Fill out polled grace-period APIsPaul E. McKenney
2024-06-18srcu: Update cleanup_srcu_struct() commentPaul E. McKenney
2024-06-18srcu: Disable interrupts directly in srcu_gp_end()Paul E. McKenney
2024-06-18rcu: Disable interrupts directly in rcu_gp_init()Paul E. McKenney
2024-06-18rcu/tree: Reduce wake up for synchronize_rcu() common caseJoel Fernandes (Google)
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-06-06rcutorture: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-06rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney
2024-06-03rcutorture: Make rcutorture support srcu double call testZqiang
2024-06-03Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker
2024-06-03rcu/nocb: Remove buggy bypass lock contention mitigationFrederic Weisbecker
2024-06-03rcu/nocb: Use kthread parking instead of ad-hoc implementationFrederic Weisbecker
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)
2024-04-16rcutorture: Use rcu_gp_slow_register/unregister() only for rcutype testZqiang
2024-04-16rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang
2024-04-16rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang
2024-04-16rcutorture: Removing redundant function pointer initializationZqiang
2024-04-16rcutorture: Make rcutorture support print rcu-tasks gp stateZqiang
2024-04-16rcutorture: Use the gp_kthread_dbg operation specified by cur_opsZqiang
2024-04-16rcutorture: Re-use value stored to ->rtort_pipe_count instead of re-readinglinke li
2024-04-16rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-04-16rcutorture: Remove extraneous rcu_torture_pipe_update_one() READ_ONCE()Paul E. McKenney
2024-04-15rcu: Allocate WQ with WQ_MEM_RECLAIM bit setUladzislau Rezki (Sony)
2024-04-15rcu: Support direct wake-up of synchronize_rcu() usersUladzislau Rezki (Sony)
2024-04-15rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)
2024-04-15rcu: Reduce synchronize_rcu() latencyUladzislau Rezki (Sony)
2024-04-15rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin
2024-04-15rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin
2024-04-15rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timerZqiang