summary refs log tree commit diff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2023-06-21rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai
2023-05-24rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang
2023-05-24refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-05-11rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian
2023-03-10rcu-tasks: Handle queue-shrink/callback-enqueue race conditionZqiang
2023-03-10rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang
2023-03-10srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu
2023-03-10rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney
2023-03-10rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker
2023-03-10rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker
2023-03-10rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker
2022-12-31rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-10-20rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney
2022-09-01rcutorture: Use the barrier operation specified by cur_opsZqiang
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang
2022-08-31rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney
2022-08-31rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang
2022-08-31srcu: Make Tiny SRCU use full-sized grace-period countersPaul E. McKenney
2022-08-31srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precisePaul E. McKenney
2022-08-31rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney
2022-08-31rcutorture: Limit read-side polling-API testingPaul E. McKenney
2022-08-31rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney
2022-08-31rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney
2022-08-31rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney
2022-08-31rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequencePaul E. McKenney
2022-08-31rcu: Remove expedited grace-period fast-path forward-progress helperPaul E. McKenney
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney
2022-08-31rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney
2022-08-31rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney
2022-08-31rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney
2022-08-31rcutorture: Verify long-running reader prevents full polling from completingPaul E. McKenney
2022-08-31rcutorture: Remove redundant RTWS_DEF_FREE checkPaul E. McKenney
2022-08-31rcutorture: Verify RCU reader prevents full polling from completingPaul E. McKenney
2022-08-31rcutorture: Allow per-RCU-flavor polled double-GP checkPaul E. McKenney
2022-08-31rcutorture: Abstract synchronous and polled API testingPaul E. McKenney
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney
2022-08-31rcu/nocb: Add CPU number to CPU-{,de}offload failure messagesPaul E. McKenney
2022-08-31rcu/nocb: Choose the right rcuog/rcuop kthreads to outputZqiang
2022-08-31rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)
2022-08-31rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)
2022-08-31rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko