summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2023-05-24rcu: Protect rcu_print_task_exp_stall() ->exp_tasks accessZqiang1-2/+4
2023-05-24refscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-1/+1
2023-05-11rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-edZheng Yejian1-0/+1
2023-03-10rcu-tasks: Make rude RCU-Tasks work well with CPU hotplugZqiang1-5/+3
2023-03-10rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney1-0/+2
2023-03-10rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()Frederic Weisbecker1-2/+13
2023-03-10rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() callsFrederic Weisbecker1-4/+0
2023-03-10rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purposeFrederic Weisbecker1-8/+29
2023-01-12rcu-tasks: Simplify trc_read_check_handler() atomic operationsPaul E. McKenney1-17/+3
2022-12-31rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang1-1/+1
2022-10-26rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang1-1/+1
2022-10-26rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko1-8/+9
2022-10-26rcu: Avoid triggering strict-GP irq-work when RCU is idleZqiang1-1/+2
2022-08-17rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker1-15/+13
2022-08-17rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney1-2/+2
2022-08-17rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney1-15/+15
2022-06-09rcu: Make TASKS_RUDE_RCU select IRQ_WORKPaul E. McKenney1-0/+1
2022-06-09rcu-tasks: Fix race in schedule and flush workPadmanabha Srinivasaiah1-0/+3
2022-05-12rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker1-13/+13
2022-05-12rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker1-11/+16
2022-04-08rcu: Mark writes to the rcu_segcblist structure's ->flags fieldPaul E. McKenney1-2/+2
2022-03-28rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney1-4/+4
2022-01-29rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney1-3/+4
2022-01-27rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa1-0/+5
2022-01-27rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker1-0/+1
2021-12-22rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney1-5/+5
2021-11-18rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra1-1/+1
2021-11-18rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra1-4/+4
2021-11-18rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay1-1/+1
2021-11-18rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney1-2/+1
2021-11-18rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood1-12/+36
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra1-3/+3
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney9-1629/+1676
2021-08-10rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-08-06rcu: Print human-readable message for schedule() in RCU readerPaul E. McKenney1-1/+1
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song3-3/+3
2021-08-06rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song1-2/+2
2021-08-06rcu: Mark accesses in tree_stall.hPaul E. McKenney1-30/+33
2021-08-06rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney1-2/+2
2021-08-06rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney1-1/+1
2021-08-06srcutiny: Mark read-side data racesPaul E. McKenney1-1/+1
2021-08-06rcu: Start timing stall repetitions after warning completePaul E. McKenney1-1/+8
2021-08-06rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky1-6/+3
2021-08-06rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky1-0/+18
2021-08-06rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney1-3/+6
2021-08-06rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney1-8/+18
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)1-63/+14
2021-08-06rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu1-1/+3
2021-08-06rcu: Fix to include first blocked task in stall warningYanfei Xu1-2/+2