Commit Graph

118 Commits (e5ab012c3271990e8457055c25cafddc1ae8aa6b)

Author SHA1 Message Date
Paul E. McKenney 6bfc09e232 rcu: Provide RCU CPU stall warnings for tiny RCU 12 years ago
Li Zhong 347f423821 rcu: Remove unused code originally used for context tracking 12 years ago
Paul E. McKenney dc35c8934e rcu: Tag callback lists with corresponding grace-period number 12 years ago
Paul E. McKenney c635a4e1c2 rcu: Separate accounting of callbacks from callback-free CPUs 12 years ago
Paul E. McKenney 3fbfbf7a3b rcu: Add callback-free CPUs 12 years ago
Paul E. McKenney a30489c522 rcu: Instrument synchronize_rcu_expedited() for debugfs tracing 12 years ago
Paul E. McKenney 40694d6644 rcu: Move synchronize_sched_expedited() state to rcu_state 12 years ago
Paul E. McKenney 7b2e6011f1 rcu: Rename ->onofflock to ->orphan_lock 12 years ago
Paul E. McKenney a4fbe35a12 rcu: Grace-period initialization excludes only RCU notifier 13 years ago
Frederic Weisbecker 1e1a689f10 rcu: Ignore userspace extended quiescent state by default 13 years ago
Frederic Weisbecker c5d900bf67 rcu: Allow rcu_user_enter()/exit() to nest 13 years ago
Paul E. McKenney 1331e7a1bb rcu: Remove _rcu_barrier() dependency on __stop_machine() 13 years ago
Paul E. McKenney d7d6a11e86 rcu: Simplify quiescent-state detection 13 years ago
Paul E. McKenney 394f2769aa rcu: Prevent force_quiescent_state() memory contention 13 years ago
Paul E. McKenney 4605c0143c rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing 13 years ago
Paul E. McKenney 4cdfc175c2 rcu: Move quiescent-state forcing into kthread 13 years ago
Dimitri Sivanich b402b73b3a rcu: Segregate rcu_state fields to improve cache locality 13 years ago
Paul E. McKenney b626c1b689 rcu: Provide OOM handler to motivate lazy RCU callbacks 13 years ago
Paul E. McKenney b3dbec76e5 rcu: Move RCU grace-period initialization into a kthread 13 years ago
Paul E. McKenney 62ab707247 rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread 13 years ago
Thomas Gleixner 5d01bbd111 rcu: Yield simpler 13 years ago
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