Age | Commit message (Expand) | Author |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-06-18 | sched: Change task_struct::state | Peter Zijlstra |
2021-05-18 | Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1... | Paul E. McKenney |
2021-05-13 | rcu: Add missing __releases() annotation | Jules Irenge |
2021-05-10 | rcu: Don't penalize priority boosting when there is nothing to boost | Paul E. McKenney |
2021-05-10 | rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP | Paul E. McKenney |
2021-05-10 | rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output | Paul E. McKenney |
2021-05-10 | rcu: Add ->gp_max to show_rcu_gp_kthreads() output | Paul E. McKenney |
2021-05-10 | rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output | Paul E. McKenney |
2021-05-10 | rcutorture: Don't count CPU-stalled time against priority boosting | Paul E. McKenney |
2021-05-10 | rcutorture: Forgive RCU boost failures when CPUs don't pass through QS | Paul E. McKenney |
2021-03-15 | rcu/tree: Add a trace event for RCU CPU stall warnings | Sangmoon Kim |
2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney |
2021-01-06 | rcu: Check and report missed fqs timer wakeup on RCU stall | Neeraj Upadhyay |
2021-01-04 | rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees | Paul E. McKenney |
2021-01-04 | rcu: Do not NMI offline CPUs | Paul E. McKenney |
2021-01-04 | rcu: For RCU grace-period kthread starvation, dump last CPU it ran on | Paul E. McKenney |
2020-11-19 | rcu: Panic after fixed number of stalls | chao |
2020-11-10 | rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled | Paul E. McKenney |
2020-08-24 | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dump | Paul E. McKenney |
2020-08-24 | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreads | Paul E. McKenney |
2020-06-29 | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney |
2020-06-29 | rcu: Remove initialized but unused rnp from check_slow_task() | Paul E. McKenney |
2020-06-29 | rcu: Add callbacks-invoked counters | Paul E. McKenney |
2020-06-29 | docs: RCU: Convert stallwarn.txt to ReST | Mauro Carvalho Chehab |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-05-15 | rcu: constify sysrq_key_op | Emil Velikov |
2020-05-07 | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.... | Paul E. McKenney |
2020-04-27 | rcu: Remove self-stack-trace when all quiescent states seen | Paul E. McKenney |
2020-04-27 | rcu: When GP kthread is starved, tag idle threads as false positives | Paul E. McKenney |
2020-04-27 | rcu-tasks: Add RCU tasks to rcutorture writer stall output | Paul E. McKenney |
2020-04-27 | rcu: Add per-task state to RCU CPU stall warnings | Paul E. McKenney |
2020-04-27 | rcu: Add rcu_gp_might_be_stalled() | Paul E. McKenney |
2020-04-27 | rcu: Fix the (t=0 jiffies) false positive | Zhaolong Zhang |
2020-04-27 | rcu: Use data_race() for RCU CPU stall-warning prints | Paul E. McKenney |
2020-03-21 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney |
2020-02-20 | rcutorture: Allow boottime stall warnings to be suppressed | Paul E. McKenney |
2020-02-20 | rcu: Don't flag non-starting GPs before GP kthread is running | Paul E. McKenney |
2020-02-20 | rcu: Add WRITE_ONCE() to rcu_state ->gp_start | Paul E. McKenney |
2020-02-20 | rcu: Add READ_ONCE() to rcu_data ->gpwrap | Paul E. McKenney |
2020-02-20 | rcu: Add *_ONCE() for grace-period progress indicators | Paul E. McKenney |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney |
2020-01-24 | rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h | Lai Jiangshan |
2020-01-24 | rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU | Lai Jiangshan |
2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) |
2019-09-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-08-13 | rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayed | Paul E. McKenney |
2019-08-01 | rcu: Add kernel parameter to dump trace after RCU CPU stall warning | Paul E. McKenney |
2019-07-31 | rcu: Use CONFIG_PREEMPTION | Thomas Gleixner |
2019-05-28 | rcu: Correctly unlock root node in rcu_check_gp_start_stall() | Neeraj Upadhyay |