summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2023-09-02rcu-tasks: Add trc_inspect_reader() checks for exiting critical sectionPaul E. McKenney
2023-09-02rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney
2023-09-02rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay
2023-09-02rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney
2023-07-27rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney
2023-07-27rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney
2023-07-27rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney
2023-07-27rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo
2023-07-27rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo
2023-07-27rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-07-27rcuscale: Always log error messageLi Zhijian
2023-07-27rcuscale: Console output claims too few grace periodsJiangong.Han
2023-06-21rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace periodZiwei Dai
2023-05-30rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang
2023-05-30refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney
2023-05-17rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian
2023-03-11rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang
2023-03-11rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney
2023-03-11rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker
2023-03-11rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker
2023-03-11rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker
2023-01-14rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney
2023-01-14rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-10-26rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang
2022-10-26rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko
2022-06-09rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney
2022-06-09rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah
2022-05-12rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker
2022-05-12rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker
2022-03-28rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney
2022-03-08rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker
2022-02-23rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney
2022-01-29rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney
2022-01-27rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker
2021-12-22rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney
2021-11-18rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra
2021-11-18rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay
2021-11-18rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney
2021-11-18rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood
2021-09-18rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou
2021-09-15rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu
2021-09-15rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney
2021-09-15rcu: Fix to include first blocked task in stall warningYanfei Xu
2021-09-15rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky
2021-09-03srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney
2021-09-03srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney
2021-09-03srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney
2021-09-03srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney
2021-09-03srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney
2021-07-31rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney