- e2c73a6 rcu: Remove the RCU_FAST_NO_HZ Kconfig option by Paul E. McKenney · 3 years, 4 months ago
- 9b3c4ab sched,rcu: Rework try_invoke_on_locked_down_task() by Peter Zijlstra · 3 years, 4 months ago
- 8211e92 rcu: Use per_cpu_ptr to get the pointer of per_cpu variable by Liu Song · 3 years, 7 months ago
- d283aa1 rcu: Mark accesses in tree_stall.h by Paul E. McKenney · 3 years, 8 months ago
- d9ee962 rcu: Mark lockless ->qsmask read in rcu_check_boost_fail() by Paul E. McKenney · 3 years, 8 months ago
- b169246 rcu: Start timing stall repetitions after warning complete by Paul E. McKenney · 3 years, 8 months ago
- a80be42 rcu: Do not disable GP stall detection in rcu_cpu_stall_reset() by Sergey Senozhatsky · 3 years, 8 months ago
- ccfc9dd rcu/tree: Handle VM stoppage in stall detection by Sergey Senozhatsky · 3 years, 8 months ago
- dc87740 rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock by Yanfei Xu · 3 years, 8 months ago
- e6a901a rcu: Fix to include first blocked task in stall warning by Yanfei Xu · 3 years, 8 months ago
- 2a2ed56 rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads() by Paul E. McKenney · 3 years, 7 months ago
- 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 7 months ago
- 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
- 641faf1 Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEAD by Paul E. McKenney · 3 years, 8 months ago
- c70360c rcu: Add missing __releases() annotation by Jules Irenge · 3 years, 9 months ago
- 5390473 rcu: Don't penalize priority boosting when there is nothing to boost by Paul E. McKenney · 3 years, 9 months ago
- b158050 rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP by Paul E. McKenney · 3 years, 9 months ago
- 396eba6 rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output by Paul E. McKenney · 3 years, 9 months ago
- 27ba76e rcu: Add ->gp_max to show_rcu_gp_kthreads() output by Paul E. McKenney · 3 years, 10 months ago
- e44111e rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output by Paul E. McKenney · 3 years, 10 months ago
- 063f5a4 rcutorture: Don't count CPU-stalled time against priority boosting by Paul E. McKenney · 3 years, 9 months ago
- 0260b92 rcutorture: Forgive RCU boost failures when CPUs don't pass through QS by Paul E. McKenney · 3 years, 9 months ago
- 565cfb9 rcu/tree: Add a trace event for RCU CPU stall warnings by Sangmoon Kim · 3 years, 11 months ago
- 0d2460b Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD by Paul E. McKenney · 4 years ago
- 683954e rcu: Check and report missed fqs timer wakeup on RCU stall by Neeraj Upadhyay · 4 years, 2 months ago
- a649d25 rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees by Paul E. McKenney · 4 years, 2 months ago
- 725969a rcu: Do not NMI offline CPUs by Paul E. McKenney · 4 years, 2 months ago
- 243027a rcu: For RCU grace-period kthread starvation, dump last CPU it ran on by Paul E. McKenney · 4 years, 2 months ago
- dfe5640 rcu: Panic after fixed number of stalls by chao · 4 years, 5 months ago
- c583bcb rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled by Paul E. McKenney · 4 years, 4 months ago
- 1ef5a44 rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dump by Paul E. McKenney · 4 years, 7 months ago
- fe63b72 rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreads by Paul E. McKenney · 4 years, 7 months ago
- 13625c0 Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEAD by Paul E. McKenney · 4 years, 7 months ago
- 55fbe86 rcu: Remove initialized but unused rnp from check_slow_task() by Paul E. McKenney · 4 years, 8 months ago
- e816d56 rcu: Add callbacks-invoked counters by Paul E. McKenney · 4 years, 9 months ago
- f2286ab docs: RCU: Convert stallwarn.txt to ReST by Mauro Carvalho Chehab · 4 years, 9 months ago
- 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 7 months ago
- 0ca650c4 rcu: constify sysrq_key_op by Emil Velikov · 4 years, 8 months ago
- f736e0f Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEAD by Paul E. McKenney · 4 years, 8 months ago
- 33b2b93 rcu: Remove self-stack-trace when all quiescent states seen by Paul E. McKenney · 4 years, 10 months ago
- 8837582 rcu: When GP kthread is starved, tag idle threads as false positives by Paul E. McKenney · 4 years, 10 months ago
- e21408c rcu-tasks: Add RCU tasks to rcutorture writer stall output by Paul E. McKenney · 4 years, 10 months ago
- 5bef8da rcu: Add per-task state to RCU CPU stall warnings by Paul E. McKenney · 4 years, 10 months ago
- 6be7436 rcu: Add rcu_gp_might_be_stalled() by Paul E. McKenney · 4 years, 9 months ago
- fcbcc0e rcu: Fix the (t=0 jiffies) false positive by Zhaolong Zhang · 4 years, 11 months ago
- 47fbb07 rcu: Use data_race() for RCU CPU stall-warning prints by Paul E. McKenney · 5 years ago
- aa93ec6 Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a', 'locktorture.2020.02.20a', 'ovld.2020.02.20a', 'rcu-tasks.2020.02.20a', 'srcu.2020.02.20a' and 'torture.2020.02.20a' into HEAD by Paul E. McKenney · 4 years, 10 months ago
- 58c5336 rcutorture: Allow boottime stall warnings to be suppressed by Paul E. McKenney · 5 years ago
- 5648d65 rcu: Don't flag non-starting GPs before GP kthread is running by Paul E. McKenney · 5 years ago
- 59881bc rcu: Add WRITE_ONCE() to rcu_state ->gp_start by Paul E. McKenney · 5 years ago
- a5b8950 rcu: Add READ_ONCE() to rcu_data ->gpwrap by Paul E. McKenney · 5 years ago
- 8ff37290 rcu: Add *_ONCE() for grace-period progress indicators by Paul E. McKenney · 5 years ago
- 0e24738 Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEAD by Paul E. McKenney · 5 years ago
- e2167b3 rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h by Lai Jiangshan · 5 years ago
- c130d2d rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU by Lai Jiangshan · 5 years ago
- 77a40f9 rcu: Remove kfree_rcu() special casing and lazy-callback handling by Joel Fernandes (Google) · 5 years ago
- 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- f7a81b1 rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayed by Paul E. McKenney · 6 years ago
- cdc694b rcu: Add kernel parameter to dump trace after RCU CPU stall warning by Paul E. McKenney · 6 years ago
- 01b1d88 rcu: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
- 3ae976a rcu: Correctly unlock root node in rcu_check_gp_start_stall() by Neeraj Upadhyay · 6 years ago
- 6c70e9c rcu: Fix nohz status in stall warning by Neeraj Upadhyay · 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
- e23344c rcu: Organize functions in tree_stall.h by Paul E. McKenney · 6 years ago
- 59b73a2 rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h by Paul E. McKenney · 6 years ago
- 40e69ac rcu: Inline RCU stall-warning info helper functions by Paul E. McKenney · 6 years ago
- 21d0d79 rcu: Inline RCU task stall-warning helper functions 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
- 3fc3d17 rcu: Move RCU CPU stall-warning code out of tree_plugin.h 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