Commit Graph

94 Commits (6556bfde65b1d4bea29eb2e1566398676792eaaa)

Author SHA1 Message Date
Paul E. McKenney 9d2ad24306 rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter 13 years ago
Paul E. McKenney 6ce75a2326 rcu: Introduce for_each_rcu_flavor() and use it 13 years ago
Paul E. McKenney cf3a9c4842 rcu: Increase rcu_barrier() concurrency 13 years ago
Paul E. McKenney 7be7f0be90 rcu: Move rcu_barrier_mutex to rcu_state structure 13 years ago
Paul E. McKenney 7db74df88b rcu: Move rcu_barrier_completion to rcu_state structure 13 years ago
Paul E. McKenney 24ebbca8ec rcu: Move rcu_barrier_cpu_count to rcu_state structure 13 years ago
Paul E. McKenney 06668efa91 rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures 13 years ago
Paul E. McKenney 037b64ed0b rcu: Place pointer to call_rcu() in rcu_data structure 13 years ago
Paul E. McKenney f885b7f2b2 rcu: Control RCU_FANOUT_LEAF from boot-time parameter 13 years ago
Paul E. McKenney cba6d0d64e Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" 13 years ago
Paul E. McKenney 5955f7eecd rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure 13 years ago
Paul E. McKenney b1420f1c8b rcu: Make rcu_barrier() less disruptive 13 years ago
Paul E. McKenney 616c310e83 rcu: Move PREEMPT_RCU preemption to switch_to() invocation 13 years ago
Paul E. McKenney c57afe80db rcu: Make RCU_FAST_NO_HZ account for pauses out of idle 13 years ago
Paul E. McKenney 8932a63d5e rcu: Reduce cache-miss initialization latencies for large systems 13 years ago
Paul E. McKenney 2036d94a7b rcu: Rework detection of use of RCU by offline CPUs 13 years ago
Paul E. McKenney a858af2875 rcu: Print scheduling-clock information on RCU CPU stall-warning messages 13 years ago
Paul E. McKenney 13cfcca0e4 rcu: Set RCU CPU stall times via sysfs 13 years ago
Paul E. McKenney 30fbcc90b0 rcu: Clean up straggling rcu_preempt_needs_cpu() name 13 years ago
Paul E. McKenney e560140008 rcu: Simplify offline processing 13 years ago
Paul E. McKenney 486e259340 rcu: Avoid waking up CPUs having only kfree_rcu() callbacks 13 years ago
Paul E. McKenney dff1672d91 rcu: Keep invoking callbacks if CPU otherwise idle 13 years ago
Paul E. McKenney 7cb9249900 rcu: Permit dyntick-idle with callbacks pending 13 years ago
Paul E. McKenney f535a607c1 rcu: Eliminate RCU_FAST_NO_HZ grace-period hang 13 years ago
Paul E. McKenney aea1b35e29 rcu: Allow dyntick-idle mode for CPUs with callbacks 13 years ago
Thomas Gleixner b40d293eb3 rcu: Omit self-awaken when setting up expedited grace period 13 years ago
Paul E. McKenney 9b2e4f1880 rcu: Track idleness independent of idle tasks 13 years ago
Paul E. McKenney af446b702c rcu: ->signaled better named ->fqs_state 13 years ago
Paul E. McKenney e90c53d3e2 rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent states 14 years ago
Paul E. McKenney 9bc8b5586f rcu: Suppress NMI backtraces when stall ends before dump 14 years ago
Paul E. McKenney e4cc1f22b2 rcu: Simplify quiescent-state accounting 14 years ago
Paul E. McKenney d4c08f2ac3 rcu: Add grace-period, quiescent-state, and call_rcu trace events 14 years ago
Paul E. McKenney eab0993c7b rcu: Move RCU_BOOST declarations to allow compiler checking 14 years ago
Paul E. McKenney f8b7fc6b51 rcu: Move RCU_BOOST #ifdefs to header file 14 years ago
Paul E. McKenney a46e0899ee rcu: use softirq instead of kthreads except when RCU_BOOST=y 14 years ago
Shaohua Li 09223371de rcu: Use softirq to address performance regression 14 years ago
Peter Zijlstra 08bca60a69 rcu: Remove waitqueue usage for cpu, node, and boost kthreads 14 years ago
Paul E. McKenney 8826f3b039 rcu: Avoid acquiring rcu_node locks in timer functions 14 years ago
Paul E. McKenney 23b5c8fa01 rcu: Decrease memory-barrier usage based on semi-formal proof 14 years ago
Paul E. McKenney 80d02085d9 Revert "rcu: Decrease memory-barrier usage based on semi-formal proof" 14 years ago
Paul E. McKenney 1217ed1ba5 rcu: permit rcu_read_unlock() to be called while holding runqueue locks 14 years ago
Paul E. McKenney 6cc68793e3 rcu: fix spelling 14 years ago
Paul E. McKenney 15ba0ba860 rcu: add grace-period age and more kthread state to tracing 14 years ago
Paul E. McKenney d71df90ead rcu: add tracing for RCU's kthread run states. 14 years ago
Paul E. McKenney 0ea1f2ebeb rcu: Add boosting to TREE_PREEMPT_RCU tracing 14 years ago
Paul E. McKenney 27f4d28057 rcu: priority boosting for TREE_PREEMPT_RCU 14 years ago
Paul E. McKenney a26ac2455f rcu: move TREE_RCU from softirq to kthread 14 years ago
Paul E. McKenney 12f5f524ca rcu: merge TREE_PREEPT_RCU blocked_tasks[] lists 14 years ago
Paul E. McKenney e59fb3120b rcu: Decrease memory-barrier usage based on semi-formal proof 14 years ago
Paul E. McKenney a00e0d714f rcu: Remove conditional compilation for RCU CPU stall warnings 14 years ago