summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2025-02-05srcu: Force synchronization for srcu_get_delay()Paul E. McKenney-1/+10
2025-02-05srcu: Make Tree SRCU updates independent of ->srcu_idxPaul E. McKenney-34/+34
2025-02-05srcu: Make SRCU readers use ->srcu_ctrs for counter selectionPaul E. McKenney-10/+13
2025-02-05srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structurePaul E. McKenney-58/+57
2025-02-05srcu: Use ->srcu_gp_seq for rcutorture reader batchPaul E. McKenney-1/+3
2025-02-05srcu: Make Tiny SRCU able to operate in preemptible kernelsPaul E. McKenney-3/+12
2025-02-05rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora-4/+7
2025-02-05rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora-1/+10
2025-02-05rcu: rename PREEMPT_AUTO to PREEMPT_LAZYAnkur Arora-8/+8
2025-02-05rcu, slab: use a regular callback function for kvfree_rcuVlastimil Babka-14/+0
2025-02-05rcu: remove trace_rcu_kvfree_callbackVlastimil Babka-7/+2
2025-02-05slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLABVlastimil Babka-11/+0
2025-02-04rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()Zilin Guan-3/+3
2025-02-04rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracingPaul E. McKenney-2/+4
2025-02-04rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help textPaul E. McKenney-7/+13
2025-02-04rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc headerPaul E. McKenney-0/+7
2025-02-04srcu: Point call_srcu() to call_rcu() for detailed memory orderingPaul E. McKenney-2/+6
2025-02-04rcu: Document self-propagating callbacksPaul E. McKenney-1/+7
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-84/+21
2025-01-21Merge tag 'rcu.release.v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-74/+318
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra-3/+3
2025-01-11mm/slab: Move kvfree_rcu() into SLABUladzislau Rezki (Sony)-879/+0
2025-01-11rcu/kvfree: Adjust a shrinker nameUladzislau Rezki (Sony)-1/+1
2025-01-11rcu/kvfree: Adjust names passed into trace functionsUladzislau Rezki (Sony)-3/+3
2025-01-11rcu/kvfree: Move some functions under CONFIG_TINY_RCUUladzislau Rezki (Sony)-43/+47
2025-01-11rcu/kvfree: Initialize kvfree_rcu() separatelyUladzislau Rezki (Sony)-2/+1
2025-01-08rcu: Use kthread preferred affinity for RCU exp kworkersFrederic Weisbecker-86/+19
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-2/+2
2025-01-08rcu: Use kthread preferred affinity for RCU boostFrederic Weisbecker-17/+21
2024-12-14Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...Uladzislau Rezki (Sony)-48/+268
2024-12-14srcu: Remove redundant GP sequence checks in srcu_funnel_gp_startFeng Lee-1/+0
2024-12-14srcu: Guarantee non-negative return value from srcu_read_lock()Paul E. McKenney-1/+2
2024-12-14rcu: Add lockdep_assert_irqs_disabled() to rcu_exp_need_qs()Paul E. McKenney-0/+1
2024-12-14rcu: Add KCSAN exclusive-writer assertions for rdp->cpu_no_qs.b.expPaul E. McKenney-0/+5
2024-12-14rcu: Make preemptible rcu_exp_handler() check idempotencyPaul E. McKenney-3/+15
2024-12-14rcu: Replace open-coded rcu_exp_need_qs() from rcu_exp_handler() with callPaul E. McKenney-16/+13
2024-12-14rcu: Move rcu_report_exp_rdp() setting of ->cpu_no_qs.b.exp under lockPaul E. McKenney-1/+1
2024-12-14rcu: Make rcu_report_exp_cpu_mult() caller acquire lockPaul E. McKenney-7/+13
2024-12-14rcu: Report callbacks enqueued on offline CPU blind spotFrederic Weisbecker-0/+3
2024-12-14rcutorture: Use symbols for SRCU reader flavorsPaul E. McKenney-7/+7
2024-12-14rcutorture: Add per-reader-segment preemption diagnosticsPaul E. McKenney-4/+5
2024-12-14rcutorture: Read CPU ID for decoration protected by both reader typesPaul E. McKenney-9/+18
2024-12-14rcutorture: Add preempt_count() to rcutorture_one_extend_check() diagnosticsPaul E. McKenney-1/+1
2024-12-14rcutorture: Add parameters to control polled/conditional wait intervalPaul E. McKenney-12/+25
2024-12-14rcutorture: Ignore attempts to test preemption and forward progressPaul E. McKenney-3/+3
2024-12-14rcutorture: Make rcutorture_one_extend() check reader statePaul E. McKenney-8/+79
2024-12-14rcutorture: Pretty-print rcutorture reader segmentsPaul E. McKenney-6/+20
2024-12-14rcutorture: Add full read-side contexts to "busted" torture typePaul E. McKenney-0/+1
2024-12-14rcutorture: Decorate failing reader segments with last CPU IDPaul E. McKenney-0/+5