Age | Commit message (Expand) | Author |
2019-05-15 | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2019-04-09 | Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2... | Paul E. McKenney |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus |
2019-04-08 | rcu: validate arguments for rcu tracepoints | Yafang Shao |
2019-03-26 | rcu: Move forward-progress checkers into tree_stall.h | Paul E. McKenney |
2019-03-26 | rcu: Move irq-disabled stall-warning checking to tree_stall.h | Paul E. McKenney |
2019-03-26 | rcu: Move RCU CPU stall-warning code out of tree.c | Paul E. McKenney |
2019-03-26 | rcu: Move RCU CPU stall-warning code out of update.c | Paul E. McKenney |
2019-03-26 | rcu: Fix force_qs_rnp() header comment | Zhouyi Zhou |
2019-03-26 | rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() comments | Paul E. McKenney |
2019-03-26 | rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qs | Neeraj Upadhyay |
2019-03-26 | rcu: Fix self-wakeups for grace-period kthread | Neeraj Upadhyay |
2019-03-26 | rcu: Move common code out of if-else block | Akira Yokosawa |
2019-03-26 | rcu: Set rcutree.kthread_prio sysfs access to read-only | Liu Song |
2019-03-26 | rcu: Avoid unnecessary softirq when system is idle | Joel Fernandes (Google) |
2019-03-26 | rcu: Unconditionally expedite during suspend/hibernate | Paul E. McKenney |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-02-13 | x86/kprobes: Prohibit probing on functions before kprobe_int3_handler() | Masami Hiramatsu |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney |
2019-02-09 | rcu/tree: Convert to SPDX license identifier | Paul E. McKenney |
2019-01-25 | srcu: Remove srcu_queue_delayed_work_on() | Sebastian Andrzej Siewior |
2019-01-25 | rcu: Repair rcu_nmi_exit() docbook header | Paul E. McKenney |
2019-01-25 | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU | Paul E. McKenney |
2019-01-25 | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney |
2019-01-25 | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD | Paul E. McKenney |
2019-01-25 | rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes() | Zhang, Jun |
2019-01-25 | rcu: Do RCU GP kthread self-wakeup from softirq and interrupt | Zhang, Jun |
2019-01-25 | rcu: Add sysrq rcu_node-dump capability | Paul E. McKenney |
2019-01-25 | rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flags | Paul E. McKenney |
2019-01-25 | rcu: Improve diagnostics for failed RCU grace-period start | Paul E. McKenney |
2019-01-25 | rcu: Accommodate zero jiffies_till_first_fqs and kthread kicking | Paul E. McKenney |
2019-01-25 | rcu: Discard separate per-CPU callback counts | Paul E. McKenney |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() | Paul E. McKenney |
2019-01-25 | rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR | Paul E. McKenney |
2019-01-25 | rcu: Inline force_quiescent_state() into rcu_force_quiescent_state() | Paul E. McKenney |
2019-01-25 | rcu: Rename and comment changes due to only one rcuo kthread per CPU | Paul E. McKenney |
2018-12-01 | rcutorture: Print time since GP end upon forward-progress failure | Paul E. McKenney |
2018-12-01 | rcutorture: Print GP age upon forward-progress failure | Paul E. McKenney |
2018-12-01 | rcu: Print per-CPU callback counts for forward-progress failures | Paul E. McKenney |
2018-12-01 | rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings | Paul E. McKenney |
2018-12-01 | rcutorture: Dump grace-period diagnostics upon forward-progress OOM | Paul E. McKenney |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney |
2018-11-12 | rcu: Trace end of grace period before end of grace period | Paul E. McKenney |
2018-11-12 | rcu: Adjust the comment of function rcu_is_watching | Zhouyi Zhou |
2018-11-12 | rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads() | Paul E. McKenney |
2018-11-12 | rcu: Add state name to show_rcu_gp_kthreads() output | Paul E. McKenney |
2018-11-12 | rcu: Parameterize rcu_check_gp_start_stall() | Paul E. McKenney |
2018-11-12 | rcu: Avoid double multiply by HZ | Paul E. McKenney |
2018-11-08 | rcu: Eliminate BUG_ON() for kernel/rcu/tree.c | Paul E. McKenney |