summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
2023-01-18rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-01-29rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney
2021-12-22rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney
2021-07-20srcu: Fix broken node geometry after early ssp initFrederic Weisbecker
2021-07-14rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-03-04rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker
2020-11-24arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-02-24rcu: Fix data-race due to atomic_t copy-by-valueMarco Elver
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-08-13rcu: Allow rcu_do_batch() to dynamically adjust batch sizesEric Dumazet
2019-08-13rcu/nocb: Advance CBs after merge in rcutree_migrate_callbacks()Paul E. McKenney
2019-08-13rcu/nocb: Add bypass callback queueingPaul E. McKenney
2019-08-13rcu/nocb: Reduce contention at no-CBs registry-time CB advancementPaul E. McKenney
2019-08-13rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthreadPaul E. McKenney
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_pending()Paul E. McKenney
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_core()Paul E. McKenney
2019-08-13rcu/nocb: Use build-time no-CBs check in rcu_do_batch()Paul E. McKenney
2019-08-13rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsPaul E. McKenney
2019-08-13rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney
2019-08-13rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney
2019-08-13rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney
2019-08-13rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney
2019-08-13rcu/nocb: Add checks for offloaded callback processingPaul E. McKenney
2019-08-13rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney
2019-08-08rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-25rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney
2019-05-28rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney
2019-05-28rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)
2019-05-25rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney
2019-05-25rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney
2019-03-26rcu: Fix force_qs_rnp() header commentZhouyi Zhou
2019-03-26rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney
2019-03-26rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay
2019-03-26rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay
2019-03-26rcu: Move common code out of if-else blockAkira Yokosawa
2019-03-26rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song
2019-03-26rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)