summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney1-3/+3
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney1-18/+19
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney1-7/+7
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney2-11/+23
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney1-6/+13
2023-04-04rcu-tasks: Fix warning for unused tasks_rcu_exit_srcuPaul E. McKenney1-0/+2
2023-03-27rcutorture: Add RCU Tasks Trace and SRCU deadlock scenariosPaul E. McKenney1-1/+35
2023-03-27rcutorture: Add SRCU deadlock scenariosPaul E. McKenney1-0/+151
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng2-0/+4
2023-03-20refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-1/+1
2023-03-20rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-4/+3
2023-03-20rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...Zqiang1-0/+6
2023-03-12rcutorture: Eliminate variable n_rcu_torture_boost_rterrorYue Hu1-8/+3
2023-03-12rcutorture: Add test_nmis module parameterPaul E. McKenney1-2/+30
2023-02-03Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney6-4/+88
2023-02-03Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney11-352/+842
2023-01-24rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)1-1/+3
2023-01-18rcu: Track laziness during boot and suspendJoel Fernandes (Google)3-1/+47
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang1-5/+0
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney2-2/+2
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei1-2/+2
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei6-0/+84
2023-01-05rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney1-6/+6
2023-01-05refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-0/+234
2023-01-04refscale: Provide for initialization failurePaul E. McKenney1-5/+11
2023-01-04rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang1-5/+8
2023-01-04rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang1-5/+3
2023-01-04rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker1-2/+13
2023-01-04rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker1-4/+0
2023-01-04rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker1-8/+29
2023-01-04rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testingZqiang1-5/+3
2023-01-04srcu: Update comment after the index flipPaul E. McKenney1-4/+5
2023-01-04srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney1-16/+51
2023-01-04srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu1-4/+7
2023-01-04rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney1-0/+3
2023-01-04srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu1-1/+1
2023-01-04srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu1-4/+5
2023-01-04srcu: Release early_srcu resources when no longer in useZqiang1-0/+1
2023-01-04rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)1-33/+54
2023-01-04rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)1-10/+30
2023-01-04rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)1-2/+2
2023-01-04rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)1-8/+39
2023-01-04rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)1-7/+4
2023-01-04rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)1-49/+65
2023-01-04rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)1-46/+43
2023-01-04rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2-23/+15
2023-01-04rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney3-0/+44
2023-01-04rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney2-0/+3
2023-01-04rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang1-2/+3
2023-01-04rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney1-0/+2