summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
9 daysMerge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
9 daysMerge tag 'rcu.release.v7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-02sched/cputime: Remove superfluous and error prone kcpustat_field() parameterFrederic Weisbecker
2026-06-02Merge branches 'rcutorture.2026.05.24' and 'misc.2026.05.24' into rcu-merge.2...Uladzislau Rezki (Sony)
2026-06-02rcu/nocb: reduce stack usage in nocb_gp_wait()Arnd Bergmann
2026-05-24rcu-tasks: Fix possible boot-time tests failed for the call_rcu_tasks()Zqiang
2026-05-24rcu: Latch normal synchronize_rcu() path on floodUladzislau Rezki (Sony)
2026-05-24rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()Paul E. McKenney
2026-05-24rcu: Simplify rcu_do_batch() by applying clamp()Paul E. McKenney
2026-05-24rcutorture: Fully test lazy RCUPaul E. McKenney
2026-05-18srcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney
2026-04-13Merge tag 'rcu.2026.03.31a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-30rcutorture: Test call_srcu() with preemption disabled and notPaul E. McKenney
2026-03-30rcu: Add BOOTPARAM_RCU_STALL_PANIC Kconfig optionGustavo Luiz Duarte
2026-03-30rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplicationJoel Fernandes
2026-03-30rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functionsJoel Fernandes
2026-03-30rcu-tasks: Remove unnecessary smp_store_release() in cblist_init_generic()Zqiang
2026-03-30rcuscale: Ditch rcu_scale_shutdown in favor of torture_shutdown_init()Paul E. McKenney
2026-03-30refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()Paul E. McKenney
2026-03-30rcutorture: Add a textbook-style trivial preemptible RCUPaul E. McKenney
2026-03-25srcu: Use irq_work to start GP in tiny SRCUJoel Fernandes
2026-03-25rcu: Use an intermediate irq_work to start process_srcu()Boqun Feng
2026-03-25srcu: Push srcu_node allocation to GP when non-preemptiblePaul E. McKenney
2026-03-25srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()Paul E. McKenney
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney
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