- 43e903a rcu: Inline invoke_rcu_callbacks() into its sole remaining caller by Paul E. McKenney · 6 years ago
- 48d07c0 rcu: Enable elimination of Tree-RCU softirq processing by Sebastian Andrzej Siewior · 6 years ago
- d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
- 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
- 6cdbc07 Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.26b', 'srcu.2019.03.26b', 'stall.2019.03.26b' and 'torture.2019.03.26b' into HEAD by Paul E. McKenney · 6 years ago
- d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
- 4f5fbd7 rcu: validate arguments for rcu tracepoints by Yafang Shao · 6 years ago
- b51bcbb rcu: Move forward-progress checkers into tree_stall.h by Paul E. McKenney · 6 years ago
- 7ac1907 rcu: Move irq-disabled stall-warning checking to tree_stall.h by Paul E. McKenney · 6 years ago
- 32255d5 rcu: Move RCU CPU stall-warning code out of tree.c by Paul E. McKenney · 6 years ago
- 10462d6 rcu: Move RCU CPU stall-warning code out of update.c by Paul E. McKenney · 6 years ago
- 5d8a752 rcu: Fix force_qs_rnp() header comment by Zhouyi Zhou · 6 years ago
- 85f2b60 rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() comments by Paul E. McKenney · 6 years ago
- 6973032 rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qs by Neeraj Upadhyay · 6 years ago
- 0f58d2a rcu: Fix self-wakeups for grace-period kthread by Neeraj Upadhyay · 6 years ago
- b2eb85b rcu: Move common code out of if-else block by Akira Yokosawa · 6 years ago
- 3ffe3d1 rcu: Set rcutree.kthread_prio sysfs access to read-only by Liu Song · 6 years ago
- 671a635 rcu: Avoid unnecessary softirq when system is idle by Joel Fernandes (Google) · 6 years ago
- e85e6a2 rcu: Unconditionally expedite during suspend/hibernate by Paul E. McKenney · 6 years ago
- 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- c13324a x86/kprobes: Prohibit probing on functions before kprobe_int3_handler() by Masami Hiramatsu · 6 years ago
- e7ffb4e Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
- 22e4092 rcu/tree: Convert to SPDX license identifier by Paul E. McKenney · 6 years ago
- e81baf4 srcu: Remove srcu_queue_delayed_work_on() by Sebastian Andrzej Siewior · 6 years ago
- 39abefe rcu: Repair rcu_nmi_exit() docbook header by Paul E. McKenney · 6 years ago
- fb60e53 rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU by Paul E. McKenney · 6 years ago
- c98cac6 rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() by Paul E. McKenney · 6 years ago
- 7a968bb Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
- 13dc7d0 rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes() by Zhang, Jun · 6 years ago
- 1d1f898 rcu: Do RCU GP kthread self-wakeup from softirq and interrupt by Zhang, Jun · 6 years ago
- 2ccaff1 rcu: Add sysrq rcu_node-dump capability by Paul E. McKenney · 6 years ago
- 3b6505f rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flags by Paul E. McKenney · 6 years ago
- fd89757 rcu: Improve diagnostics for failed RCU grace-period start by Paul E. McKenney · 6 years ago
- 9cf422a rcu: Accommodate zero jiffies_till_first_fqs and kthread kicking by Paul E. McKenney · 6 years ago
- 260e1e4 rcu: Discard separate per-CPU callback counts by Paul E. McKenney · 6 years ago
- e5bc3af rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() by Paul E. McKenney · 6 years ago
- c97058d rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR by Paul E. McKenney · 6 years ago
- cd920e5 rcu: Inline force_quiescent_state() into rcu_force_quiescent_state() by Paul E. McKenney · 6 years ago
- ad368d1 rcu: Rename and comment changes due to only one rcuo kthread per CPU by Paul E. McKenney · 6 years ago
- c51d7b5 rcutorture: Print time since GP end upon forward-progress failure by Paul E. McKenney · 6 years ago
- 8dd3b54 rcutorture: Print GP age upon forward-progress failure by Paul E. McKenney · 6 years ago
- bfcfcff rcu: Print per-CPU callback counts for forward-progress failures by Paul E. McKenney · 6 years ago
- 903ee83 rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings by Paul E. McKenney · 6 years ago
- e0aff97 rcutorture: Dump grace-period diagnostics upon forward-progress OOM by Paul E. McKenney · 6 years ago
- eaaf055 Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEAD by Paul E. McKenney · 6 years ago
- 0a89e5a rcu: Trace end of grace period before end of grace period by Paul E. McKenney · 6 years ago
- 2320bda rcu: Adjust the comment of function rcu_is_watching by Zhouyi Zhou · 6 years ago
- c669c01 rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads() by Paul E. McKenney · 6 years ago
- 6919601 rcu: Add state name to show_rcu_gp_kthreads() output by Paul E. McKenney · 6 years ago
- 791416c rcu: Parameterize rcu_check_gp_start_stall() by Paul E. McKenney · 6 years ago
- b3c1d9e rcu: Avoid double multiply by HZ by Paul E. McKenney · 6 years ago
- 08543bd rcu: Eliminate BUG_ON() for kernel/rcu/tree.c by Paul E. McKenney · 6 years ago
- b56ada1 Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEAD by Paul E. McKenney · 6 years ago
- e0fcba9 srcu: Make call_srcu() available during very early boot by Paul E. McKenney · 6 years ago
- 894d45b rcu: Convert rcu_state.ofl_lock to raw_spinlock_t by Mike Galbraith · 6 years ago
- 8d8a9d0 rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed by Paul E. McKenney · 6 years ago
- dc5a4f2 rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks by Paul E. McKenney · 6 years ago
- 4c5273b rcu: Switch dyntick nesting counters to rcu_data structure by Paul E. McKenney · 6 years ago
- 2dba13f rcu: Switch urgent quiescent-state requests to rcu_data structure by Paul E. McKenney · 6 years ago
- df63fa5b rcu: Convert "1UL << x" to "BIT(x)" by Paul E. McKenney · 6 years ago
- fced9c8 rcu: Avoid resched_cpu() when rescheduling the current CPU by Paul E. McKenney · 6 years ago
- d305210 rcu: More aggressively enlist scheduler aid for nohz_full CPUs by Paul E. McKenney · 6 years ago
- c06aed0 rcu: Compute jiffies_till_sched_qs from other kernel parameters by Paul E. McKenney · 6 years ago
- 7e28c5a rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure by Paul E. McKenney · 6 years ago
- a0ef9ec rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks() by Paul E. McKenney · 6 years ago
- 92aa39e rcu: Make need_resched() respond to urgent RCU-QS needs by Paul E. McKenney · 6 years ago
- dd46a78 rcu: Inline _rcu_barrier() into its sole remaining caller by Paul E. McKenney · 6 years ago
- 395a2f0 rcu: Define rcu_all_qs() only in !PREEMPT builds by Paul E. McKenney · 6 years ago
- 49918a5 rcu: Clean up flavor-related definitions and comments in tree.c by Paul E. McKenney · 6 years ago
- de3875d rcu: Remove now-unused rcutorture APIs by Paul E. McKenney · 6 years ago
- a8bb74a rcu: Consolidate RCU-sched update-side function definitions by Paul E. McKenney · 7 years ago
- 4c7e9c1 rcu: Consolidate RCU-bh update-side function definitions by Paul E. McKenney · 7 years ago
- c3854a0 rcu: Pull rcu_gp_kthread() FQS loop into separate function by Paul E. McKenney · 7 years ago
- 4e95020 rcu: Inline increment_cpu_stall_ticks() into its sole caller by Paul E. McKenney · 7 years ago
- 8ff0b90 rcu: Fix typo in force_qs_rnp()'s parameter's parameter by Paul E. McKenney · 7 years ago
- eb7a665 rcu: Eliminate initialization-time use of rsp by Paul E. McKenney · 7 years ago
- ec9f583 rcu: Eliminate RCU-barrier use of rsp by Paul E. McKenney · 7 years ago
- 67a0edb rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp by Paul E. McKenney · 7 years ago
- 3c779df rcu: Eliminate callback-invocation/invocation use of rsp by Paul E. McKenney · 7 years ago
- 9cbc5b9 rcu: Eliminate grace-period management code use of rsp by Paul E. McKenney · 7 years ago
- 4c6ed43 rcu: Eliminate stall-warning use of rsp by Paul E. McKenney · 7 years ago
- 7cba477 rcu: Restructure rcu_check_gp_kthread_starvation() by Paul E. McKenney · 7 years ago
- f7dd7d4 rcu: Simplify rcutorture_get_gp_data() by Paul E. McKenney · 7 years ago
- b97d23c rcu: Remove for_each_rcu_flavor() flavor-traversal macro by Paul E. McKenney · 7 years ago
- 88d1bea rcu: Remove rcu_data structure's ->rsp field by Paul E. McKenney · 7 years ago
- aedf4ba rcu: Remove rsp parameter from rcu_node tree accessor macros by Paul E. McKenney · 7 years ago
- 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
- 4580b05 rcu: Remove rsp parameter from no-CBs CPU functions by Paul E. McKenney · 7 years ago
- b21ebed rcu: Remove rsp parameter from print_cpu_stall_info() by Paul E. McKenney · 7 years ago
- 81ab59a rcu: Remove rsp parameter from dump_blkd_tasks() and friend by Paul E. McKenney · 7 years ago
- a2887cd rcu: Remove rsp parameter from rcu_print_detail_task_stall() by Paul E. McKenney · 7 years ago
- b8bb1f6 rcu: Remove rsp parameter from rcu_init_one() and friends by Paul E. McKenney · 7 years ago
- 53b4630 rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends by Paul E. McKenney · 7 years ago
- 8344b87 rcu: Remove rsp parameter from _rcu_barrier() and friends by Paul E. McKenney · 7 years ago
- 98ece50 rcu: Remove rsp parameter from __rcu_pending() by Paul E. McKenney · 7 years ago
- 5c7d896 rcu: Remove rsp parameter from __call_rcu() and friend by Paul E. McKenney · 7 years ago
- b049fdf rcu: Remove rsp parameter from __rcu_process_callbacks() by Paul E. McKenney · 7 years ago
- b96f9dc rcu: Remove rsp parameter from rcu_check_gp_start_stall() by Paul E. McKenney · 7 years ago
- e9ecb78 rcu: Remove rsp parameter from force-quiescent-state functions by Paul E. McKenney · 7 years ago
- 5bb5d09 rcu: Remove rsp parameter from rcu_do_batch() by Paul E. McKenney · 7 years ago