summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2025-12-03Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-30Merge branch 'rcu/misc' into nextFrederic Weisbecker
2025-11-28Merge branch 'rcu/refscale' into nextFrederic Weisbecker
2025-11-28refscale: Add SRCU-fast-updown readersPaul E. McKenney
2025-11-27refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney
2025-11-27rcutorture: Make srcu{,d}_torture_init() announce the SRCU typePaul E. McKenney
2025-11-27srcu: Create an SRCU-fast-updown APIPaul E. McKenney
2025-11-20sched: Provide and use set_need_resched_current()Peter Zijlstra
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney
2025-11-07refscale: Add local_bh_disable() readersPaul E. McKenney
2025-11-07refscale: Add local_irq_disable() and local_irq_save() readersPaul E. McKenney
2025-11-07srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macroPaul E. McKenney
2025-11-07rcu: Mark diagnostic functions as notracePaul E. McKenney
2025-11-06rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()Paul E. McKenney
2025-11-05srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney
2025-11-05rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney
2025-11-05srcu: Make grace-period determination use ssp->srcu_reader_flavorPaul E. McKenney
2025-11-05srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney
2025-11-05rcutorture: Test srcu_expedite_current()Paul E. McKenney
2025-11-05srcu: Create an srcu_expedite_current() functionPaul E. McKenney
2025-11-05srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabledPaul E. McKenney
2025-10-28rcu: Add a small-width RCU watching counter debug optionValentin Schneider
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)