aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2025-03-04rcu: Fix get_state_synchronize_rcu_full() GP-start detectionPaul E. McKenney2-5/+12
2025-02-05srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testingPaul E. McKenney1-0/+11
2025-02-05rcutorture: Complain when invalid SRCU reader_flavor is specifiedPaul E. McKenney1-0/+2
2025-02-05rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to boolPaul E. McKenney1-2/+2
2025-02-05rcutorture: Make cur_ops->format_gp_seqs take buffer lengthPaul E. McKenney4-8/+10
2025-02-05rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call outputPaul E. McKenney1-1/+7
2025-02-05rcutorture: Expand failure/close-call grace-period outputPaul E. McKenney4-21/+21
2025-02-05rcutorture: Include grace-period sequence numbers in failure/close-callPaul E. McKenney5-0/+84
2025-02-05rcutorture: Add a test_boost_holdoff module parameterPaul E. McKenney1-3/+16
2025-02-05refscale: Add srcu_read_lock_fast() support using "srcu-fast"Paul E. McKenney1-1/+31
2025-02-05rcutorture: Add ability to test srcu_read_{,un}lock_fast()Paul E. McKenney1-0/+9
2025-02-05srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()Paul E. McKenney1-4/+2
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/kernel/git/akpm/mmLinus Torvalds2-2/+2
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticksLinus Torvalds2-84/+21
2025-01-21Merge tag 'rcu.release.v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus 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.14a' and 'torture-test.2024.12.14a' into rcu-merge.2024.12.14aUladzislau 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