Age | Commit message (Expand) | Author | Files | Lines |
2018-05-15 | rcu: Add leaf-node macros | Paul E. McKenney | 1 | -2/+2 |
2018-05-15 | rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs() | Paul E. McKenney | 1 | -10/+10 |
2018-02-23 | rcu: Create RCU-specific workqueues with rescuers | Paul E. McKenney | 1 | -0/+6 |
2018-02-20 | rcu: Use wrapper for lockdep asserts | Matthew Wilcox | 1 | -12/+12 |
2018-02-20 | rcu: More clearly identify grace-period kthread stack dump | Paul E. McKenney | 1 | -0/+1 |
2018-02-20 | rcu: Remove obsolete force-quiescent-state statistics for debugfs | Paul E. McKenney | 1 | -4/+1 |
2018-02-20 | rcu: Remove obsolete __rcu_pending() statistics for debugfs | Paul E. McKenney | 1 | -25/+6 |
2018-02-20 | rcu: Remove obsolete callback-invocation statistics for debugfs | Paul E. McKenney | 1 | -1/+0 |
2018-02-15 | rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data() | Lihao Liang | 1 | -4/+0 |
2017-12-11 | Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017... | Paul E. McKenney | 1 | -217/+138 |
2017-12-11 | rcu: Add comment giving debug strategy for double call_rcu() | Paul E. McKenney | 1 | -0/+5 |
2017-11-28 | rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code | Paul E. McKenney | 1 | -22/+2 |
2017-11-28 | rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit() | Paul E. McKenney | 1 | -32/+18 |
2017-11-28 | rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter() | Paul E. McKenney | 1 | -27/+16 |
2017-11-28 | rcu: Avoid ->dynticks_nesting store tearing | Paul E. McKenney | 1 | -3/+3 |
2017-11-28 | rcu: Stop duplicating lockdep checks in RCU's idle-entry code | Paul E. McKenney | 1 | -11/+0 |
2017-11-28 | rcu: Add ->dynticks field to rcu_dyntick trace event | Paul E. McKenney | 1 | -9/+7 |
2017-11-28 | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long | Paul E. McKenney | 1 | -3/+3 |
2017-11-28 | rcu: Add tracing to irq/NMI dyntick-idle transitions | Paul E. McKenney | 1 | -0/+6 |
2017-11-27 | rcu: Eliminate rcu_irq_enter_disabled() | Paul E. McKenney | 1 | -20/+2 |
2017-11-27 | rcu: Make ->dynticks_nesting be a simple counter | Paul E. McKenney | 1 | -20/+20 |
2017-11-27 | rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}() | Paul E. McKenney | 1 | -38/+21 |
2017-11-27 | rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit | Paul E. McKenney | 1 | -0/+2 |
2017-11-27 | rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation | Paul E. McKenney | 1 | -75/+75 |
2017-11-27 | rcu: Reduce dyntick-idle state space | Paul E. McKenney | 1 | -12/+11 |
2017-11-27 | rcu: Avoid ->dynticks_nmi_nesting store tearing | Paul E. McKenney | 1 | -3/+5 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -8/+8 |
2017-11-08 | rcu: Use lockdep to assert IRQs are disabled/enabled | Frederic Weisbecker | 1 | -8/+8 |
2017-10-24 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -32/+127 |
2017-10-20 | Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an... | Paul E. McKenney | 1 | -32/+127 |
2017-10-19 | doc: Fix various RCU docbook comment-header problems | Paul E. McKenney | 1 | -8/+10 |
2017-10-19 | rcu: Add extended-quiescent-state testing advice | Paul E. McKenney | 1 | -0/+30 |
2017-10-09 | rcu: Make RCU CPU stall warnings check for irq-disabled CPUs | Paul E. McKenney | 1 | -12/+92 |
2017-10-09 | sched,rcu: Make cond_resched() provide RCU quiescent state | Paul E. McKenney | 1 | -20/+5 |
2017-10-04 | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2017-10-03 | rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}() | Paul E. McKenney | 1 | -2/+2 |
2017-09-25 | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+10 |
2017-09-23 | rcu: Allow for page faults in NMI handlers | Paul E. McKenney | 1 | -0/+10 |
2017-09-08 | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan | 1 | -1/+1 |
2017-08-17 | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 1 | -128/+85 |
2017-08-17 | rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter() | Paul E. McKenney | 1 | -2/+0 |
2017-08-17 | rcu: Add warning to rcu_idle_enter() for irqs enabled | Paul E. McKenney | 1 | -1/+2 |
2017-08-17 | rcu: Make rcu_idle_enter() rely on callers disabling irqs | Peter Zijlstra (Intel) | 1 | -4/+1 |
2017-08-17 | rcu: Add assertions verifying blocked-tasks list | Paul E. McKenney | 1 | -0/+2 |
2017-08-17 | rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit() | Masami Hiramatsu | 1 | -0/+2 |
2017-08-17 | rcu: Add TPS() protection for _rcu_barrier_trace strings | Paul E. McKenney | 1 | -12/+15 |
2017-08-17 | rcu: Use idle versions of swait to make idle-hack clear | Luis R. Rodriguez | 1 | -6/+5 |
2017-07-25 | rcu: Move callback-list warning to irq-disable region | Paul E. McKenney | 1 | -2/+2 |
2017-07-25 | rcu: Localize rcu_state ->orphan_pend and ->orphan_done | Paul E. McKenney | 1 | -69/+4 |
2017-07-25 | rcu: Advance callbacks after migration | Paul E. McKenney | 1 | -0/+1 |