summaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-11rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker3-2/+9
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-185/+502
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+31
2025-07-23Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...Neeraj Upadhyay (AMD)8-132/+487
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados1-2/+31
2025-07-22rcu: Document concurrent quiescent state reporting for offline CPUsJoel Fernandes1-1/+18
2025-07-22rcu: Document separation of rcu_state and rnp's gp_seqJoel Fernandes1-0/+4
2025-07-22rcu: Document GP init vs hotplug-scan ordering requirementsJoel Fernandes1-0/+8
2025-07-18rcu: Fix delayed execution of hurry callbacksTze-nan Wu1-1/+1
2025-07-16rcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes1-9/+74
2025-07-16srcu: Expedite SRCU-fast grace periodsPaul E. McKenney1-0/+2
2025-07-16rcutorture: Remove support for SRCU-litePaul E. McKenney1-7/+0
2025-07-16torture: Remove support for SRCU-litePaul E. McKenney1-31/+1
2025-07-16rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes2-12/+38
2025-07-16rcu: Enable rcu_normal_wake_from_gp on small systemsUladzislau Rezki (Sony)1-3/+11
2025-07-16rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney1-0/+3
2025-07-08rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang1-3/+2
2025-07-08rcu/exp: Warn on QS requested on dying CPUFrederic Weisbecker1-0/+6
2025-07-08rcu/exp: Remove needless CPU up quiescent state reportFrederic Weisbecker2-45/+2
2025-07-08rcu/exp: Remove confusing needless full barrier on task unblockFrederic Weisbecker1-1/+0
2025-07-07refscale: Check that nreaders and loops multiplication doesn't overflowArtem Sadovnikov1-3/+7
2025-07-07rcu/nocb: Dump gp state even if rdp gp itself is not offloadedFrederic Weisbecker2-2/+4
2025-06-25rcutorture: Fix rcutorture_one_extend_check() splat in RT kernelsZqiang1-3/+6
2025-06-25rcutorture: Make Trivial RCU ignore onoff_interval and shuffle_intervalPaul E. McKenney1-2/+13
2025-06-25rcutorture: Drop redundant "insoftirq" parametersPaul E. McKenney1-19/+16
2025-06-25rcutorture: Print number of RCU up/down readers and migrationsPaul E. McKenney1-5/+25
2025-06-25rcutorture: Check for no up/down readers at task levelPaul E. McKenney1-0/+2
2025-06-25rcutorture: Check for ->up_read() without matching ->down_read()Paul E. McKenney1-2/+13
2025-06-25rcutorture: Complain if an ->up_read() is delayed more than 10 secondsPaul E. McKenney1-3/+13
2025-06-25rcutorture: Pull rcu_torture_updown() loop body into new functionPaul E. McKenney1-20/+24
2025-06-25rcutorture: Add tests for SRCU up/down reader primitivesPaul E. McKenney1-19/+206
2025-06-25rcutorture: Make rcutorture_one_extend_check() account for hard IRQsPaul E. McKenney1-4/+4
2025-06-25rcutorture: Start rcu_torture_writer() after rcu_torture_reader()Paul E. McKenney1-5/+6
2025-06-25rcutorture: Print only one rtort_pipe_count splatPaul E. McKenney1-0/+1
2025-06-25rcu: Robustify rcu_is_cpu_rrupt_from_idle()Frederic Weisbecker1-10/+17
2025-06-25rcu/exp: Protect against early QS reportFrederic Weisbecker1-7/+7
2025-06-24sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai1-0/+7
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+3
2025-06-05kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_countMax Kellermann1-0/+26
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-16Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...Joel Fernandes5-51/+216
2025-05-16rcutorture: Perform more frequent testing of ->gpwrapJoel Fernandes4-4/+113
2025-05-16rcutorture: Comment invocations of tick_dep_set_task()Paul E. McKenney1-2/+2
2025-05-16rcu/nocb: Add Safe checks for access offloaded rdpZqiang1-1/+1
2025-05-16rcuscale: using kcalloc() to relpace kmalloc()Su Hui1-1/+1
2025-05-16Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"Frederic Weisbecker1-7/+1
2025-05-16rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao3-6/+10
2025-05-16rcu: Remove swake_up_one_online() bandaidFrederic Weisbecker3-35/+3