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