summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2023-03-11rcutorture: Add test_nmis module parameterPaul E. McKenney-2/+30
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney-4/+88
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney-352/+842
2023-01-23rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)-1/+3
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)-1/+47
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang-5/+0
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney-2/+2
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei-2/+2
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei-0/+84
2023-01-05rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney-6/+6
2023-01-05refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney-0/+234
2023-01-03refscale: Provide for initialization failurePaul E. McKenney-5/+11
2023-01-03rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang-5/+8
2023-01-03rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang-5/+3
2023-01-03rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker-2/+13
2023-01-03rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker-4/+0
2023-01-03rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker-8/+29
2023-01-03rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testingZqiang-5/+3
2023-01-03srcu: Update comment after the index flipPaul E. McKenney-4/+5
2023-01-03srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney-16/+51
2023-01-03srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu-4/+7
2023-01-03rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney-0/+3
2023-01-03srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu-1/+1
2023-01-03srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu-4/+5
2023-01-03srcu: Release early_srcu resources when no longer in useZqiang-0/+1
2023-01-03rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)-33/+54
2023-01-03rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)-10/+30
2023-01-03rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)-2/+2
2023-01-03rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)-8/+39
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)-7/+4
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)-49/+65
2023-01-03rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)-46/+43
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)-23/+15
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney-0/+44
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney-0/+3
2023-01-03rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang-2/+3
2023-01-03rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney-0/+2
2023-01-03rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney-1/+9
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney-2/+4
2023-01-03rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney-156/+158
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+6
2022-12-17rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney-4/+6
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-24/+26
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-152/+544
2022-12-01srcu: Make Tiny synchronize_srcu() check for readersZqiang-0/+10
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney-152/+544
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney-24/+16
2022-11-29rcu/rcutorture: Use call_rcu_hurry() where neededJoel Fernandes (Google)-8/+8
2022-11-29rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)-1/+1