summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
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
2025-09-15refperf: Set reader_tasks to NULL after kfree()Kaushlendra Kumar
2025-09-15refperf: Remove redundant kfree() after torture_stop_kthread()Kaushlendra Kumar
2025-09-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang
2025-09-15srcu: Document srcu_flip() memory-barrier D relation to SRCU-fastPaul E. McKenney
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-14rcutorture: Delay forward-progress testing until boot completesPaul E. McKenney
2025-08-14rcutorture: Delay rcutorture readers and writers until boot completesPaul E. McKenney
2025-08-14rcutorture: Suppress "Writer stall state" reports during bootPaul E. McKenney
2025-08-14rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()Zqiang
2025-08-13rcu: Document that rcu_barrier() hurries lazy callbacksPaul E. McKenney
2025-08-11rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-23Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...Neeraj Upadhyay (AMD)
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados
2025-07-22rcu: Document concurrent quiescent state reporting for offline CPUsJoel Fernandes
2025-07-22rcu: Document separation of rcu_state and rnp's gp_seqJoel Fernandes
2025-07-22rcu: Document GP init vs hotplug-scan ordering requirementsJoel Fernandes
2025-07-18rcu: Fix delayed execution of hurry callbacksTze-nan Wu
2025-07-16rcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes
2025-07-16srcu: Expedite SRCU-fast grace periodsPaul E. McKenney
2025-07-16rcutorture: Remove support for SRCU-litePaul E. McKenney
2025-07-16torture: Remove support for SRCU-litePaul E. McKenney
2025-07-16rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes
2025-07-16rcu: Enable rcu_normal_wake_from_gp on small systemsUladzislau Rezki (Sony)
2025-07-16rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney
2025-07-08rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang
2025-07-08rcu/exp: Warn on QS requested on dying CPUFrederic Weisbecker
2025-07-08rcu/exp: Remove needless CPU up quiescent state reportFrederic Weisbecker
2025-07-08rcu/exp: Remove confusing needless full barrier on task unblockFrederic Weisbecker
2025-07-07refscale: Check that nreaders and loops multiplication doesn't overflowArtem Sadovnikov
2025-07-07rcu/nocb: Dump gp state even if rdp gp itself is not offloadedFrederic Weisbecker
2025-06-25rcutorture: Fix rcutorture_one_extend_check() splat in RT kernelsZqiang
2025-06-25rcutorture: Make Trivial RCU ignore onoff_interval and shuffle_intervalPaul E. McKenney
2025-06-25rcutorture: Drop redundant "insoftirq" parametersPaul E. McKenney
2025-06-25rcutorture: Print number of RCU up/down readers and migrationsPaul E. McKenney
2025-06-25rcutorture: Check for no up/down readers at task levelPaul E. McKenney
2025-06-25rcutorture: Check for ->up_read() without matching ->down_read()Paul E. McKenney
2025-06-25rcutorture: Complain if an ->up_read() is delayed more than 10 secondsPaul E. McKenney