summaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+3
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-20/+43
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson1-3/+3
2025-09-23Merge branch 'torture.2025.08.14a' into HEADPaul E. McKenney2-9/+22
2025-09-23Merge branch 'srcu-next.2025.08.21a' into HEADPaul E. McKenney2-3/+11
2025-09-23rcu: WQ_UNBOUND added to sync_wq workqueueMarco Crivellari1-1/+1
2025-09-23rcu: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-23rcu: replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2025-09-15refperf: Set reader_tasks to NULL after kfree()Kaushlendra Kumar1-0/+1
2025-09-15refperf: Remove redundant kfree() after torture_stop_kthread()Kaushlendra Kumar1-1/+0
2025-09-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang1-3/+1
2025-09-15srcu: Document srcu_flip() memory-barrier D relation to SRCU-fastPaul E. McKenney1-0/+10
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu1-1/+1
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong1-1/+1
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong1-2/+2
2025-08-14rcutorture: Delay forward-progress testing until boot completesPaul E. McKenney1-0/+2
2025-08-14rcutorture: Delay rcutorture readers and writers until boot completesPaul E. McKenney1-4/+14
2025-08-14rcutorture: Suppress "Writer stall state" reports during bootPaul E. McKenney1-1/+2
2025-08-14rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()Zqiang1-4/+1
2025-08-13rcu: Document that rcu_barrier() hurries lazy callbacksPaul E. McKenney1-0/+5
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