Age | Commit message (Expand) | Author | Files | Lines |
2012-07-06 | rcu: Fix broken strings in RCU's source code. | Paul E. McKenney | 1 | -13/+12 |
2012-07-02 | rcu: Use for_each_rcu_flavor() in TREE_RCU tracing | Paul E. McKenney | 1 | -73/+43 |
2012-07-02 | rcu: Add rcu_barrier() statistics to debugfs tracing | Paul E. McKenney | 1 | -0/+39 |
2012-07-02 | rcu: Control RCU_FANOUT_LEAF from boot-time parameter | Paul E. McKenney | 1 | -1/+1 |
2012-05-10 | rcu: Make rcu_barrier() less disruptive | Paul E. McKenney | 1 | -2/+2 |
2012-02-21 | rcu: Rework detection of use of RCU by offline CPUs | Paul E. McKenney | 1 | -3/+3 |
2012-02-21 | rcu: Avoid waking up CPUs having only kfree_rcu() callbacks | Paul E. McKenney | 1 | -4/+4 |
2011-12-11 | rcu: Track idleness independent of idle tasks | Paul E. McKenney | 1 | -8/+2 |
2011-12-11 | rcu: ->signaled better named ->fqs_state | Paul E. McKenney | 1 | -1/+1 |
2011-09-29 | rcu: Simplify quiescent-state accounting | Paul E. McKenney | 1 | -4/+4 |
2011-09-29 | rcu: Move RCU_BOOST declarations to allow compiler checking | Paul E. McKenney | 1 | -5/+0 |
2011-09-29 | rcu: Fix mismatched variable in rcutree_trace.c | Andi Kleen | 1 | -1/+1 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-06-16 | rcu: use softirq instead of kthreads except when RCU_BOOST=y | Paul E. McKenney | 1 | -9/+23 |
2011-05-26 | rcu: Decrease memory-barrier usage based on semi-formal proof | Paul E. McKenney | 1 | -6/+6 |
2011-05-20 | Revert "rcu: Decrease memory-barrier usage based on semi-formal proof" | Paul E. McKenney | 1 | -6/+6 |
2011-05-06 | rcu: Add forward-progress diagnostic for per-CPU kthreads | Paul E. McKenney | 1 | -1/+3 |
2011-05-06 | rcu: add grace-period age and more kthread state to tracing | Paul E. McKenney | 1 | -8/+29 |
2011-05-06 | rcu: make rcutorture version numbers available through debugfs | Paul E. McKenney | 1 | -0/+28 |
2011-05-06 | rcu: add tracing for RCU's kthread run states. | Paul E. McKenney | 1 | -3/+20 |
2011-05-06 | rcu: add callback-queue information to rcudata output | Paul E. McKenney | 1 | -2/+19 |
2011-05-06 | rcu: Add boosting to TREE_PREEMPT_RCU tracing | Paul E. McKenney | 1 | -0/+68 |
2011-05-06 | rcu: merge TREE_PREEPT_RCU blocked_tasks[] lists | Paul E. McKenney | 1 | -7/+4 |
2011-05-06 | rcu: Decrease memory-barrier usage based on semi-formal proof | Paul E. McKenney | 1 | -6/+6 |
2010-11-30 | rcu,cleanup: simplify the code when cpu is dying | Lai Jiangshan | 1 | -2/+2 |
2010-11-30 | rcu: get rid of obsolete "classic" names in TREE_RCU tracing | Paul E. McKenney | 1 | -4/+4 |
2010-09-23 | rcu: Add tracing data to support queueing models | Paul E. McKenney | 1 | -3/+7 |
2010-08-20 | rcu: simplify the usage of percpu data | Lai Jiangshan | 1 | -1/+1 |
2010-05-10 | rcu: reduce the number of spurious RCU_SOFTIRQ invocations | Paul E. McKenney | 1 | -1/+3 |
2010-02-25 | rcu: Stop overflowing signed integers | Paul E. McKenney | 1 | -7/+7 |
2009-12-03 | rcu: Add expedited grace-period support for preemptible RCU | Paul E. McKenney | 1 | -3/+7 |
2009-10-15 | rcu: Add rnp->blocked_tasks to tracing | Paul E. McKenney | 1 | -2/+6 |
2009-10-07 | rcu: Make hot-unplugged CPU relinquish its own RCU callbacks | Paul E. McKenney | 1 | -2/+2 |
2009-09-23 | rcu: Clean up code to address Ingo's checkpatch feedback | Paul E. McKenney | 1 | -6/+6 |
2009-09-19 | rcu: Fix whitespace inconsistencies | Paul E. McKenney | 1 | -1/+1 |
2009-08-23 | rcu: Merge preemptable-RCU functionality into hierarchical RCU | Paul E. McKenney | 1 | -0/+20 |
2009-08-23 | rcu: Use debugfs_remove_recursive() simplify code. | Paul E. McKenney | 1 | -30/+15 |
2009-08-23 | rcu: Fix online/offline indication for rcudata.csv trace file | Paul E. McKenney | 1 | -1/+1 |
2009-08-23 | rcu: Renamings to increase RCU clarity | Paul E. McKenney | 1 | -10/+10 |
2009-08-23 | rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.h | Paul E. McKenney | 1 | -0/+1 |
2009-04-14 | rcu: Add __rcu_pending tracing to hierarchical RCU | Paul E. McKenney | 1 | -1/+63 |
2009-04-14 | rcu: Make hierarchical RCU less IPI-happy | Paul E. McKenney | 1 | -9/+5 |
2009-04-03 | kmemtrace, rcu: fix rcu_tree_trace.c data structure dependencies | Ingo Molnar | 1 | -0/+2 |
2008-12-18 | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 1 | -0/+271 |