summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2025-11-07srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macroPaul E. McKenney-6/+18
2025-11-07rcu: Mark diagnostic functions as notracePaul E. McKenney-5/+5
2025-11-06rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()Paul E. McKenney-3/+1
2025-11-05srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney-0/+1
2025-11-05rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney-4/+15
2025-11-05srcu: Make grace-period determination use ssp->srcu_reader_flavorPaul E. McKenney-1/+1
2025-11-05srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney-2/+34
2025-11-05rcutorture: Test srcu_expedite_current()Paul E. McKenney-0/+12
2025-11-05srcu: Create an srcu_expedite_current() functionPaul E. McKenney-0/+58
2025-11-05srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabledPaul E. McKenney-4/+9
2025-10-28rcu: Add a small-width RCU watching counter debug optionValentin Schneider-0/+15
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+3
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-20/+43
2025-09-30entry: Rename "kvm" entry code assets to "virt" to genericize APIsSean Christopherson-3/+3
2025-09-23Merge branch 'torture.2025.08.14a' into HEADPaul E. McKenney-9/+22
2025-09-23Merge branch 'srcu-next.2025.08.21a' into HEADPaul E. McKenney-3/+11
2025-09-23rcu: WQ_UNBOUND added to sync_wq workqueueMarco Crivellari-1/+1
2025-09-23rcu: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-23rcu: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2025-09-15refperf: Set reader_tasks to NULL after kfree()Kaushlendra Kumar-0/+1
2025-09-15refperf: Remove redundant kfree() after torture_stop_kthread()Kaushlendra Kumar-1/+0
2025-09-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang-3/+1
2025-09-15srcu: Document srcu_flip() memory-barrier D relation to SRCU-fastPaul E. McKenney-0/+10
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu-1/+1
2025-08-22refscale: Use kcalloc() instead of kzalloc()Qianfeng Rong-1/+1
2025-08-22rcutorture: Use kcalloc() instead of kzalloc()Qianfeng Rong-2/+2
2025-08-14rcutorture: Delay forward-progress testing until boot completesPaul E. McKenney-0/+2
2025-08-14rcutorture: Delay rcutorture readers and writers until boot completesPaul E. McKenney-4/+14
2025-08-14rcutorture: Suppress "Writer stall state" reports during bootPaul E. McKenney-1/+2
2025-08-14rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()Zqiang-4/+1
2025-08-13rcu: Document that rcu_barrier() hurries lazy callbacksPaul E. McKenney-0/+5
2025-08-11rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker-2/+9
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2025-07-30Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-185/+502
2025-07-29Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+31
2025-07-23Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...Neeraj Upadhyay (AMD)-132/+487
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados-2/+31
2025-07-22rcu: Document concurrent quiescent state reporting for offline CPUsJoel Fernandes-1/+18
2025-07-22rcu: Document separation of rcu_state and rnp's gp_seqJoel Fernandes-0/+4
2025-07-22rcu: Document GP init vs hotplug-scan ordering requirementsJoel Fernandes-0/+8
2025-07-18rcu: Fix delayed execution of hurry callbacksTze-nan Wu-1/+1
2025-07-16rcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes-9/+74
2025-07-16srcu: Expedite SRCU-fast grace periodsPaul E. McKenney-0/+2
2025-07-16rcutorture: Remove support for SRCU-litePaul E. McKenney-7/+0
2025-07-16torture: Remove support for SRCU-litePaul E. McKenney-31/+1
2025-07-16rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes-12/+38
2025-07-16rcu: Enable rcu_normal_wake_from_gp on small systemsUladzislau Rezki (Sony)-3/+11
2025-07-16rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney-0/+3
2025-07-08rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer accessZqiang-3/+2
2025-07-08rcu/exp: Warn on QS requested on dying CPUFrederic Weisbecker-0/+6