summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2026-01-23Merge branch 'rcu-nocb.20260123a'Boqun Feng
2026-01-23rcu/nocb: Extract nocb_defer_wakeup_cancel() helperJoel Fernandes
2026-01-23rcu/nocb: Remove dead callback overload handlingJoel Fernandes
2026-01-23rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake pathJoel Fernandes
2026-01-11Merge branch 'rcu-misc.20260111a'Boqun Feng
2026-01-11rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS earlyJoel Fernandes
2026-01-07srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()Zqiang
2026-01-07rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai
2026-01-07rcutorture: Correctly compute probability to invoke ->exp_current()Paul E. McKenney
2026-01-07rcu: Make expedited RCU CPU stall warnings detect stall-end racesPaul E. McKenney
2026-01-04Merge branch 'rcu-torture.20260104a' into rcu-nextBoqun Feng
2026-01-01rcutorture: Add context checks to rcu_torture_timer()Paul E. McKenney
2026-01-01rcutorture: Test rcu_tasks_trace_expedite_current()Paul E. McKenney
2026-01-01rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIsPaul E. McKenney
2026-01-01rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERICPaul E. McKenney
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney
2026-01-01rcu: Re-implement RCU Tasks Trace in terms of SRCU-fastPaul E. McKenney
2025-12-03Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker
2025-11-28Merge branch 'rcu/refscale' into nextFrederic Weisbecker
2025-11-28refscale: Add SRCU-fast-updown readersPaul E. McKenney
2025-11-27refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney
2025-11-27rcutorture: Make srcu{,d}_torture_init() announce the SRCU typePaul E. McKenney
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney
2025-11-20sched: Provide and use set_need_resched_current()Peter Zijlstra
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney
2025-11-07refscale: Add local_bh_disable() readersPaul E. McKenney
2025-11-07refscale: Add local_irq_disable() and local_irq_save() readersPaul E. McKenney
2025-11-07srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macroPaul E. McKenney
2025-11-07rcu: Mark diagnostic functions as notracePaul E. McKenney
2025-11-06rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()Paul E. McKenney
2025-11-05srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney
2025-11-05rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney
2025-11-05srcu: Make grace-period determination use ssp->srcu_reader_flavorPaul E. McKenney
2025-11-05srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney
2025-11-05rcutorture: Test srcu_expedite_current()Paul E. McKenney
2025-11-05srcu: Create an srcu_expedite_current() functionPaul E. McKenney
2025-11-05srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabledPaul E. McKenney
2025-10-28rcu: Add a small-width RCU watching counter debug optionValentin Schneider
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson
2025-09-23Merge branch 'torture.2025.08.14a' into HEADPaul E. McKenney
2025-09-23Merge branch 'srcu-next.2025.08.21a' into HEADPaul E. McKenney
2025-09-23rcu: WQ_UNBOUND added to sync_wq workqueueMarco Crivellari
2025-09-23rcu: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-23rcu: replace use of system_wq with system_percpu_wqMarco Crivellari