aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2017-04-18srcu: Add grace-period sequence numbersPaul E. McKenney1-4/+23
2017-04-18srcu: Move to state-based grace-period sequencingPaul E. McKenney1-50/+61
2017-04-18srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney1-20/+7
2017-04-18rcu: Fix warning in rcu_seq_end()Dmitry Vyukov1-1/+1
2017-04-18rcu: Expedited wakeups need to be fully orderedPaul E. McKenney1-0/+2
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2-35/+40
2017-04-18rcu: Add single-element dequeue functions to rcu_segcblistPaul E. McKenney1-0/+45
2017-04-18srcu: Allow early boot use of synchronize_srcu()Paul E. McKenney1-0/+2
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney4-35/+40
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney5-309/+780
2017-04-18rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney1-5/+1
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney4-17/+34
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney2-52/+13
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney3-13/+9
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney2-7/+6
2017-04-18rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney1-4/+4
2017-04-18rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney2-12/+12
2017-04-18rcu: Semicolon inside RCU_TRACE() for rcu.hPaul E. McKenney1-2/+2
2017-04-18srcu: Check for tardy grace-period activity in cleanup_srcu_struct()Paul E. McKenney1-2/+13
2017-04-18srcu: Consolidate batch checking into rcu_all_batches_empty()Paul E. McKenney1-8/+13
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney2-16/+62
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)1-2/+16
2017-04-10rcu: Fix dyntick-idle tracingPaul E. McKenney1-25/+23
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar4-0/+4
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar4-3/+16
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney9-200/+297
2017-01-25srcu: Reduce probability of SRCU ->unlock_count[] counter overflowPaul E. McKenney1-1/+10
2017-01-25srcu: Force full grace-period orderingPaul E. McKenney2-14/+8
2017-01-25srcu: Implement more-efficient reader countsLance Roy2-80/+61
2017-01-23rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney1-15/+2
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney1-12/+34
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney5-19/+45
2017-01-23rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney1-26/+62
2017-01-23rcu: Add lockdep checks to synchronous expedited primitivesPaul E. McKenney1-0/+10
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney2-3/+1
2017-01-23rcu: Fix comment in rcu_organize_nocb_kthreads()Paul E. McKenney1-2/+3
2017-01-23rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney1-1/+1
2017-01-23rcu: Add comment headers to expedited-grace-period counter functionsPaul E. McKenney1-1/+17
2017-01-23rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney1-1/+1
2017-01-23rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney1-5/+7
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney1-5/+0
2017-01-23rcu: Add long-term CPU kickingPaul E. McKenney1-0/+6
2017-01-23rcu: Remove unused but set variableTobias Klauser1-2/+0
2017-01-23rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney1-2/+0
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park1-3/+3
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior1-4/+2