Age | Commit message (Expand) | Author | Files | Lines |
2019-03-26 | rcu: Set rcutree.kthread_prio sysfs access to read-only | Liu Song | 1 | -1/+1 |
2019-03-26 | rcu: Avoid unnecessary softirq when system is idle | Joel Fernandes (Google) | 1 | -0/+1 |
2019-03-26 | rcu: Unconditionally expedite during suspend/hibernate | Paul E. McKenney | 1 | -4/+2 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+2 |
2019-02-13 | x86/kprobes: Prohibit probing on functions before kprobe_int3_handler() | Masami Hiramatsu | 1 | -0/+2 |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 1 | -37/+15 |
2019-02-09 | rcu/tree: Convert to SPDX license identifier | Paul E. McKenney | 1 | -16/+3 |
2019-01-25 | srcu: Remove srcu_queue_delayed_work_on() | Sebastian Andrzej Siewior | 1 | -4/+0 |
2019-01-25 | rcu: Repair rcu_nmi_exit() docbook header | Paul E. McKenney | 1 | -1/+0 |
2019-01-25 | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU | Paul E. McKenney | 1 | -7/+3 |
2019-01-25 | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() | Paul E. McKenney | 1 | -9/+9 |
2019-01-25 | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD | Paul E. McKenney | 1 | -30/+72 |
2019-01-25 | rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes() | Zhang, Jun | 1 | -1/+1 |
2019-01-25 | rcu: Do RCU GP kthread self-wakeup from softirq and interrupt | Zhang, Jun | 1 | -6/+14 |
2019-01-25 | rcu: Add sysrq rcu_node-dump capability | Paul E. McKenney | 1 | -0/+25 |
2019-01-25 | rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flags | Paul E. McKenney | 1 | -1/+1 |
2019-01-25 | rcu: Improve diagnostics for failed RCU grace-period start | Paul E. McKenney | 1 | -23/+32 |
2019-01-25 | rcu: Accommodate zero jiffies_till_first_fqs and kthread kicking | Paul E. McKenney | 1 | -1/+1 |
2019-01-25 | rcu: Discard separate per-CPU callback counts | Paul E. McKenney | 1 | -25/+0 |
2019-01-25 | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() | Paul E. McKenney | 1 | -0/+73 |
2019-01-25 | rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR | Paul E. McKenney | 1 | -2/+0 |
2019-01-25 | rcu: Inline force_quiescent_state() into rcu_force_quiescent_state() | Paul E. McKenney | 1 | -15/+6 |
2019-01-25 | rcu: Rename and comment changes due to only one rcuo kthread per CPU | Paul E. McKenney | 1 | -1/+1 |
2018-12-01 | rcutorture: Print time since GP end upon forward-progress failure | Paul E. McKenney | 1 | -1/+4 |
2018-12-01 | rcutorture: Print GP age upon forward-progress failure | Paul E. McKenney | 1 | -0/+2 |
2018-12-01 | rcu: Print per-CPU callback counts for forward-progress failures | Paul E. McKenney | 1 | -0/+18 |
2018-12-01 | rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings | Paul E. McKenney | 1 | -4/+15 |
2018-12-01 | rcutorture: Dump grace-period diagnostics upon forward-progress OOM | Paul E. McKenney | 1 | -0/+20 |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney | 1 | -21/+24 |
2018-11-12 | rcu: Trace end of grace period before end of grace period | Paul E. McKenney | 1 | -2/+2 |
2018-11-12 | rcu: Adjust the comment of function rcu_is_watching | Zhouyi Zhou | 1 | -3/+3 |
2018-11-12 | rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads() | Paul E. McKenney | 1 | -3/+5 |
2018-11-12 | rcu: Add state name to show_rcu_gp_kthreads() output | Paul E. McKenney | 1 | -12/+13 |
2018-11-12 | rcu: Parameterize rcu_check_gp_start_stall() | Paul E. McKenney | 1 | -4/+4 |
2018-11-12 | rcu: Avoid double multiply by HZ | Paul E. McKenney | 1 | -1/+1 |
2018-11-08 | rcu: Eliminate BUG_ON() for kernel/rcu/tree.c | Paul E. McKenney | 1 | -2/+3 |
2018-08-30 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 1 | -1319/+894 |
2018-08-30 | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 1 | -0/+1 |
2018-08-30 | rcu: Convert rcu_state.ofl_lock to raw_spinlock_t | Mike Galbraith | 1 | -6/+6 |
2018-08-30 | rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed | Paul E. McKenney | 1 | -1/+0 |
2018-08-30 | rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks | Paul E. McKenney | 1 | -51/+41 |
2018-08-30 | rcu: Switch dyntick nesting counters to rcu_data structure | Paul E. McKenney | 1 | -37/+42 |
2018-08-30 | rcu: Switch urgent quiescent-state requests to rcu_data structure | Paul E. McKenney | 1 | -6/+6 |
2018-08-30 | rcu: Convert "1UL << x" to "BIT(x)" | Paul E. McKenney | 1 | -1/+1 |
2018-08-30 | rcu: Avoid resched_cpu() when rescheduling the current CPU | Paul E. McKenney | 1 | -4/+7 |
2018-08-30 | rcu: More aggressively enlist scheduler aid for nohz_full CPUs | Paul E. McKenney | 1 | -6/+26 |
2018-08-30 | rcu: Compute jiffies_till_sched_qs from other kernel parameters | Paul E. McKenney | 1 | -16/+47 |
2018-08-30 | rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure | Paul E. McKenney | 1 | -38/+14 |
2018-08-30 | rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks() | Paul E. McKenney | 1 | -1/+1 |
2018-08-30 | rcu: Make need_resched() respond to urgent RCU-QS needs | Paul E. McKenney | 1 | -0/+9 |