summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2017-06-14srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney
2017-01-25srcu: Reduce probability of SRCU ->unlock_count[] counter overflowPaul E. McKenney
2017-01-25srcu: Force full grace-period orderingPaul E. McKenney
2017-01-25srcu: Implement more-efficient reader countsLance Roy
2017-01-23rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney
2017-01-23rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney
2017-01-23rcu: Add lockdep checks to synchronous expedited primitivesPaul E. McKenney
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney
2017-01-23rcu: Fix comment in rcu_organize_nocb_kthreads()Paul E. McKenney
2017-01-23rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney
2017-01-23rcu: Add comment headers to expedited-grace-period counter functionsPaul E. McKenney
2017-01-23rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney
2017-01-23rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney
2017-01-23rcu: Add long-term CPU kickingPaul E. McKenney
2017-01-23rcu: Remove unused but set variableTobias Klauser
2017-01-23rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney
2017-01-16rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney
2016-11-14rcu: Don't kick unless grace period or requestPaul E. McKenney
2016-11-14rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney
2016-11-14torture: Trace long read-side delaysPaul E. McKenney
2016-11-14rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney
2016-11-14rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney
2016-11-14rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney
2016-08-22rcuperf: Consistently insert space between flag and messageSeongJae Park
2016-08-22rcutorture: Print out barrier error as document saysSeongJae Park
2016-08-22torture: Add task state to writer-task stall printk()sPaul E. McKenney
2016-08-22rcutorture: Convert to hotplug state machineSebastian Andrzej Siewior
2016-08-22rcu: Provide exact CPU-online tracking for RCUPaul E. McKenney
2016-08-22rcu: Avoid redundant quiescent-state chasingPaul E. McKenney
2016-08-22rcu: Don't use modular infrastructure in non-modular codePaul Gortmaker
2016-08-22rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsJisheng Zhang