Age | Commit message (Expand) | Author | Files | Lines |
2023-04-06 | rcu: Fix rcu_torture_read ftrace event | Douglas Raillard | 1 | -1/+1 |
2022-02-08 | rcu: Refactor rcu_barrier() empty-list handling | Paul E. McKenney | 1 | -5/+4 |
2021-05-12 | rcu/nocb: Unify timers | Frederic Weisbecker | 1 | -0/+1 |
2021-05-03 | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -1/+1 |
2021-03-23 | tracing: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-03-15 | rcu/tree: Add a trace event for RCU CPU stall warnings | Sangmoon Kim | 1 | -0/+28 |
2021-01-07 | rcu/trace: Add tracing for how segcb list changes | Joel Fernandes (Google) | 1 | -0/+26 |
2020-08-25 | rcu/trace: Print negative GP numbers correctly | Joel Fernandes (Google) | 1 | -27/+27 |
2020-06-29 | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney | 1 | -9/+10 |
2020-06-29 | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* | Uladzislau Rezki (Sony) | 1 | -4/+4 |
2020-06-29 | trace: events: rcu: Change description of rcu_dyntick trace event | Madhuparna Bhowmik | 1 | -5/+6 |
2020-03-22 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 1 | -0/+29 |
2020-03-22 | rcu: Make rcu_barrier() account for offline no-CBs CPUs | Paul E. McKenney | 1 | -0/+1 |
2020-02-21 | rcu: Add a trace event for kfree_rcu() use of kfree_bulk() | Uladzislau Rezki (Sony) | 1 | -0/+28 |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 1 | -24/+16 |
2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) | 1 | -20/+12 |
2019-12-09 | rcu: Make PREEMPT_RCU be a modifier to TREE_RCU | Lai Jiangshan | 1 | -2/+2 |
2019-12-09 | rcu: Fix data-race due to atomic_t copy-by-value | Marco Elver | 1 | -2/+2 |
2019-10-30 | rcu: Update descriptions for rcu_future_grace_period tracepoint | Paul E. McKenney | 1 | -5/+5 |
2019-10-30 | rcu: Update descriptions for rcu_nocb_wake tracepoint | Paul E. McKenney | 1 | -14/+21 |
2019-10-30 | rcu: Remove obsolete descriptions for rcu_barrier tracepoint | Paul E. McKenney | 1 | -2/+0 |
2019-08-14 | rcu/nocb: Use rcu_segcblist for no-CBs CPUs | Paul E. McKenney | 1 | -1/+0 |
2019-08-14 | rcu/nocb: Rename and document no-CB CB kthread sleep trace event | Paul E. McKenney | 1 | -1/+2 |
2019-05-16 | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -56/+25 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -2/+2 |
2019-04-08 | rcu: validate arguments for rcu tracepoints | Yafang Shao | 1 | -56/+25 |
2018-08-31 | rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure | Paul E. McKenney | 1 | -3/+2 |
2018-08-31 | rcu: Inline _rcu_barrier() into its sole remaining caller | Paul E. McKenney | 1 | -10/+10 |
2018-07-13 | rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path | Paul E. McKenney | 1 | -5/+5 |
2018-07-13 | rcu: Rename the grace-period-request variables and parameters | Joel Fernandes | 1 | -7/+8 |
2018-07-13 | rcu: Don't funnel-lock above leaf node if GP in progress | Paul E. McKenney | 1 | -2/+2 |
2018-07-13 | rcu: Convert rcu_fqs tracepoint to ->gp_seq | Paul E. McKenney | 1 | -6/+6 |
2018-07-13 | rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seq | Paul E. McKenney | 1 | -6/+6 |
2018-07-13 | rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seq | Paul E. McKenney | 1 | -6/+6 |
2018-07-13 | rcu: Convert rcu_preempt_task tracepoint to ->gp_seq | Paul E. McKenney | 1 | -6/+6 |
2018-07-13 | rcu: Convert rcu_grace_period_init tracepoint to gp_seq | Paul E. McKenney | 1 | -6/+6 |
2018-07-13 | rcu: Convert rcu_future_grace_period tracepoint to gp_seq | Paul E. McKenney | 1 | -13/+9 |
2018-07-13 | rcu: Convert rcu_grace_period tracepoint to gp_seq | Paul E. McKenney | 1 | -6/+7 |
2018-05-15 | rcu: Update list of rcu_future_grace_period() trace events | Paul E. McKenney | 1 | -6/+7 |
2018-02-21 | rcu: Trace expedited GP delays due to transitioning CPUs | Paul E. McKenney | 1 | -0/+1 |
2018-02-21 | rcu: Add more tracing of expedited grace periods | Paul E. McKenney | 1 | -0/+3 |
2017-12-11 | Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017... | Paul E. McKenney | 1 | -55/+20 |
2017-12-11 | tracing, rcu: Hide trace event rcu_nocb_wake when not used | Steven Rostedt (VMware) | 1 | -0/+2 |
2017-11-29 | tracing, rcu: Remove no longer used trace event rcu_prep_idle | Steven Rostedt (VMware) | 1 | -40/+0 |
2017-11-29 | rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code | Paul E. McKenney | 1 | -7/+5 |
2017-11-29 | rcu: Add ->dynticks field to rcu_dyntick trace event | Paul E. McKenney | 1 | -5/+8 |
2017-11-29 | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long | Paul E. McKenney | 1 | -4/+4 |
2017-11-29 | rcu: Add tracing to irq/NMI dyntick-idle transitions | Paul E. McKenney | 1 | -6/+8 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-25 | rcutorture: Place event-traced strings into trace buffer | Paul E. McKenney | 1 | -2/+5 |