summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2023-04-05rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernelsZqiang
2023-04-05rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask raceZqiang
2023-04-05rcu: Remove CONFIG_SRCUPaul E. McKenney
2023-04-05rcu: Add comment to rcu_do_batch() identifying rcuoc code pathPaul E. McKenney
2023-04-05srcu: Clarify comments on memory barrier "E"Joel Fernandes (Google)
2023-04-05rcu: Further comment and explain the state space of GP sequencesFrederic Weisbecker
2023-04-04srcu: Fix long lines in srcu_funnel_gp_start()Paul E. McKenney
2023-04-04srcu: Fix long lines in srcu_gp_end()Paul E. McKenney
2023-04-04srcu: Fix long lines in cleanup_srcu_struct()Paul E. McKenney
2023-04-04srcu: Fix long lines in srcu_get_delay()Paul E. McKenney
2023-04-04srcu: Check for readers at module-exit timePaul E. McKenney
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney
2023-04-04rcu-tasks: Fix warning for unused tasks_rcu_exit_srcuPaul E. McKenney
2023-03-27rcutorture: Add RCU Tasks Trace and SRCU deadlock scenariosPaul E. McKenney
2023-03-27rcutorture: Add SRCU deadlock scenariosPaul E. McKenney
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng
2023-03-20refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-03-20rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-03-20rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...Zqiang
2023-03-11rcutorture: Eliminate variable n_rcu_torture_boost_rterrorYue Hu
2023-03-11rcutorture: Add test_nmis module parameterPaul E. McKenney
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney
2023-01-23rcu: Disable laziness if lazy-tracking says soJoel Fernandes (Google)
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)
2023-01-12rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei
2023-01-05rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney
2023-01-05refscale: Add tests using SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2023-01-03refscale: Provide for initialization failurePaul E. McKenney
2023-01-03rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang
2023-01-03rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang
2023-01-03rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker
2023-01-03rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker
2023-01-03rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker
2023-01-03rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testingZqiang