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