aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'rcu.2026.03.31a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-147/+210
2026-03-30rcutorture: Test call_srcu() with preemption disabled and notPaul E. McKenney1-0/+7
2026-03-30rcu: Add BOOTPARAM_RCU_STALL_PANIC Kconfig optionGustavo Luiz Duarte2-1/+25
2026-03-30rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplicationJoel Fernandes1-14/+37
2026-03-30rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functionsJoel Fernandes1-35/+35
2026-03-30rcu-tasks: Remove unnecessary smp_store_release() in cblist_init_generic()Zqiang1-3/+3
2026-03-30rcuscale: Ditch rcu_scale_shutdown in favor of torture_shutdown_init()Paul E. McKenney1-57/+21
2026-03-30refscale: Ditch ref_scale_shutdown in favor of torture_shutdown_init()Paul E. McKenney1-37/+14
2026-03-30rcutorture: Add a textbook-style trivial preemptible RCUPaul E. McKenney4-1/+93
2026-03-25srcu: Use irq_work to start GP in tiny SRCUJoel Fernandes1-1/+18
2026-03-25rcu: Use an intermediate irq_work to start process_srcu()Boqun Feng1-2/+28
2026-03-25srcu: Push srcu_node allocation to GP when non-preemptiblePaul E. McKenney1-2/+5
2026-03-25srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()Paul E. McKenney2-105/+78
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-7/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-6/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-37/+39
2026-02-13Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+2
2026-01-30srcu: Fix warning to permit SRCU-fast readers in NMI handlersPaul E. McKenney1-1/+2
2026-01-23Merge branch 'rcu-nocb.20260123a'Boqun Feng3-56/+29
2026-01-23rcu/nocb: Extract nocb_defer_wakeup_cancel() helperJoel Fernandes1-8/+11
2026-01-23rcu/nocb: Remove dead callback overload handlingJoel Fernandes1-12/+0
2026-01-23rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake pathJoel Fernandes3-36/+18
2026-01-11Merge branch 'rcu-misc.20260111a'Boqun Feng6-11/+31
2026-01-11rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS earlyJoel Fernandes1-0/+12
2026-01-07srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()Zqiang1-1/+1
2026-01-07rcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai2-7/+10
2026-01-07rcutorture: Correctly compute probability to invoke ->exp_current()Paul E. McKenney1-2/+2
2026-01-07rcu: Make expedited RCU CPU stall warnings detect stall-end racesPaul E. McKenney1-1/+6
2026-01-04Merge branch 'rcu-torture.20260104a' into rcu-nextBoqun Feng1-0/+3
2026-01-01rcutorture: Add context checks to rcu_torture_timer()Paul E. McKenney1-0/+3
2026-01-01rcutorture: Test rcu_tasks_trace_expedite_current()Paul E. McKenney1-0/+1
2026-01-01rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIsPaul E. McKenney1-0/+23
2026-01-01rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERICPaul E. McKenney2-30/+14
2026-01-01rcu: Clean up after the SRCU-fastification of RCU Tasks TracePaul E. McKenney5-114/+1
2026-01-01rcu: Re-implement RCU Tasks Trace in terms of SRCU-fastPaul E. McKenney1-602/+19
2025-12-03Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-36/+587
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker2-3/+16
2025-11-28Merge branch 'rcu/refscale' into nextFrederic Weisbecker1-9/+321
2025-11-28refscale: Add SRCU-fast-updown readersPaul E. McKenney1-1/+39
2025-11-27refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney1-1/+8
2025-11-27rcutorture: Make srcu{,d}_torture_init() announce the SRCU typePaul E. McKenney1-6/+23
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney2-9/+42
2025-11-20sched: Provide and use set_need_resched_current()Peter Zijlstra5-24/+13
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney1-4/+10
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney1-2/+153
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney1-4/+32
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney1-1/+32
2025-11-07refscale: Add local_bh_disable() readersPaul E. McKenney1-1/+33
2025-11-07refscale: Add local_irq_disable() and local_irq_save() readersPaul E. McKenney1-1/+65