summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-14rcu/nocb: Avoid needless wakeups of no-CBs grace-period kthreadPaul E. McKenney1-0/+15
2019-08-14rcu/nocb: Use build-time no-CBs check in rcu_pending()Paul E. McKenney1-1/+2
2019-08-14rcu/nocb: Use build-time no-CBs check in rcu_core()Paul E. McKenney1-4/+4
2019-08-14rcu/nocb: Use build-time no-CBs check in rcu_do_batch()Paul E. McKenney1-5/+5
2019-08-14rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fieldsPaul E. McKenney1-3/+3
2019-08-14rcu/nocb: Use rcu_segcblist for no-CBs CPUsPaul E. McKenney1-53/+63
2019-08-14rcu/nocb: Leave ->cblist enabled for no-CBs CPUsPaul E. McKenney1-2/+3
2019-08-14rcu/nocb: Check for deferred nocb wakeups before nohz_full early exitPaul E. McKenney1-4/+4
2019-08-14rcu/nocb: Make rcutree_migrate_callbacks() start at leaf rcu_node structurePaul E. McKenney1-5/+6
2019-08-14rcu/nocb: Add checks for offloaded callback processingPaul E. McKenney1-3/+8
2019-08-14rcu/nocb: Use separate flag to indicate offloaded ->cblistPaul E. McKenney1-4/+6
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney1-3/+4
2019-05-28rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney1-3/+4
2019-05-28rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)1-4/+17
2019-05-26rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney1-17/+3
2019-05-26rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior1-13/+125
2019-05-16Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-4/+4
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney1-494/+14
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao1-4/+4
2019-03-27rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney1-166/+0
2019-03-27rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney1-21/+0
2019-03-27rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney1-291/+0
2019-03-27rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney1-0/+1
2019-03-27rcu: Fix force_qs_rnp() header commentZhouyi Zhou1-5/+5
2019-03-27rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney1-1/+2
2019-03-27rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay1-2/+1
2019-03-27rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay1-1/+1
2019-03-27rcu: Move common code out of if-else blockAkira Yokosawa1-3/+1
2019-03-27rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song1-1/+1
2019-03-27rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)1-0/+1
2019-03-27rcu: Unconditionally expedite during suspend/hibernatePaul E. McKenney1-4/+2
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu1-0/+2
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney1-37/+15
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-01-26srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior1-4/+0
2019-01-26rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney1-1/+0
2019-01-26rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney1-7/+3
2019-01-26rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney1-9/+9
2019-01-26Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney1-30/+72
2019-01-26rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun1-1/+1
2019-01-26rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun1-6/+14
2019-01-26rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney1-0/+25
2019-01-26rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney1-1/+1
2019-01-26rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney1-23/+32
2019-01-26rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney1-1/+1
2019-01-26rcu: Discard separate per-CPU callback countsPaul E. McKenney1-25/+0
2019-01-26rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney1-0/+73