summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2021-09-13rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney-5/+5
2021-09-13refscale: Warn on individual ref_scale_init() error conditionsPaul E. McKenney-3/+3
2021-09-13rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney-15/+15
2021-09-13rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney-1/+1
2021-09-13rcu-tasks: Wait for trc_read_check_handler() IPIsPaul E. McKenney-0/+14
2021-09-13rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()Neeraj Upadhyay-1/+1
2021-09-13rcu: Make rcu update module parameters world-readableJuri Lelli-3/+3
2021-09-13rcu: Make rcu_normal_after_boot writable againJuri Lelli-2/+1
2021-09-13rcu: Make rcutree_dying_cpu() use its "cpu" parameterPaul E. McKenney-1/+1
2021-09-13rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp()Paul E. McKenney-3/+1
2021-09-13rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting()Paul E. McKenney-1/+1
2021-09-13rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operationsPaul E. McKenney-0/+2
2021-09-13rcu: Fix undefined Kconfig macrosZhouyi Zhou-1/+1
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqpPaul E. McKenney-5/+3
2021-09-13rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqpPaul E. McKenney-4/+2
2021-09-13rcu-nocb: Fix a couple of tree_nocb code-style nitsPaul E. McKenney-1/+1
2021-09-13rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney-5/+5
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2021-08-17locking/rtmutex: Split out the inner parts of 'struct rtmutex'Peter Zijlstra-3/+3
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney-1629/+1676
2021-08-10rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior-2/+2
2021-08-06rcu: Print human-readable message for schedule() in RCU readerPaul E. McKenney-1/+1
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song-3/+3
2021-08-06rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song-2/+2
2021-08-06rcu: Mark accesses in tree_stall.hPaul E. McKenney-30/+33
2021-08-06rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney-2/+2
2021-08-06rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney-1/+1
2021-08-06srcutiny: Mark read-side data racesPaul E. McKenney-1/+1
2021-08-06rcu: Start timing stall repetitions after warning completePaul E. McKenney-1/+8
2021-08-06rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky-6/+3
2021-08-06rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky-0/+18
2021-08-06rcu: Mark accesses to ->rcu_read_lock_nestingPaul E. McKenney-3/+6
2021-08-06rcu: Weaken ->dynticks accesses and updatesPaul E. McKenney-8/+18
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)-63/+14
2021-08-06rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu-1/+3
2021-08-06rcu: Fix to include first blocked task in stall warningYanfei Xu-2/+2
2021-07-27rcuscale: Console output claims too few grace periodsJiangong.Han-2/+2
2021-07-27rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney-1/+6
2021-07-27refscale: Add measurement of clock readoutPaul E. McKenney-1/+35
2021-07-20rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou-4/+4
2021-07-20rcu-tasks: Fix synchronize_rcu_rude() typo in commentPaul E. McKenney-2/+2
2021-07-20rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney-4/+4
2021-07-20rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney-5/+6
2021-07-20rcu-tasks: Add comments explaining task_struct strategyPaul E. McKenney-1/+10
2021-07-20rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker-3/+0
2021-07-20rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker-1487/+1497
2021-07-06rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney-2/+2
2021-07-06rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney-1/+0
2021-07-06rcu-tasks: Don't delete holdouts within trc_inspect_reader()Paul E. McKenney-3/+2
2021-07-06refscale: Avoid false-positive warnings in ref_scale_reader()Paul E. McKenney-3/+3