summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-191-3/+4
|\ \
| | * rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney2019-05-281-3/+4
| |/
* | rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)2019-05-281-4/+17
* | rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney2019-05-251-17/+3Star
* | rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior2019-05-251-13/+125
|/
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-161-4/+4
|\
| * rcu: validate arguments for rcu tracepointsYafang Shao2019-04-081-4/+4
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
| |/
| |
| \
*-. \ Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney2019-04-091-494/+14Star
|\ \ \ | |_|/ |/| |
| | * rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney2019-03-261-166/+0Star
| | * rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney2019-03-261-21/+0Star
| | * rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney2019-03-261-291/+0Star
| | * rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney2019-03-261-0/+1
| |/ |/|
| * rcu: Fix force_qs_rnp() header commentZhouyi Zhou2019-03-261-5/+5
| * rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney2019-03-261-1/+2
| * rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay2019-03-261-2/+1Star
| * rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay2019-03-261-1/+1
| * rcu: Move common code out of if-else blockAkira Yokosawa2019-03-261-3/+1Star
| * rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song2019-03-261-1/+1
| * rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)2019-03-261-0/+1
| * rcu: Unconditionally expedite during suspend/hibernatePaul E. McKenney2019-03-261-4/+2Star
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-0/+2
|\
| * x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-0/+2
| |
| \
| \
| \
*---. \ Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-37/+15Star
|\ \ \ \
| | | * | srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-261-4/+0Star
| |_|/ / |/| | |
| | * | rcu/tree: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3Star
| |/ / |/| |
| * | rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney2019-01-261-1/+0Star
| * | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney2019-01-261-7/+3Star
| * | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-261-9/+9
|/ /
* | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney2019-01-261-30/+72
|\ \
| * | rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun2019-01-261-1/+1
| * | rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun2019-01-261-6/+14
| * | rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney2019-01-261-0/+25
| * | rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney2019-01-261-1/+1
| * | rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2019-01-261-23/+32
| * | rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney2019-01-261-1/+1
| |/
* | rcu: Discard separate per-CPU callback countsPaul E. McKenney2019-01-261-25/+0Star
* | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney2019-01-261-0/+73
* | rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney2019-01-261-2/+0Star
* | rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney2019-01-261-15/+6Star
* | rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney2019-01-261-1/+1
|/
* rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney2018-12-011-1/+4
* rcutorture: Print GP age upon forward-progress failurePaul E. McKenney2018-12-011-0/+2
* rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney2018-12-011-0/+18
* rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney2018-12-011-4/+15
* rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney2018-12-011-0/+20
*-. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-011-21/+24
|\ \
| | * rcu: Trace end of grace period before end of grace periodPaul E. McKenney2018-11-121-2/+2
| | * rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou2018-11-121-3/+3