summaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2017-04-182-35/+40
* rcu: Add single-element dequeue functions to rcu_segcblistPaul E. McKenney2017-04-181-0/+45
* srcu: Allow early boot use of synchronize_srcu()Paul E. McKenney2017-04-181-0/+2
* srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney2017-04-184-35/+40
* srcu: Abstract multi-tail callback list handlingPaul E. McKenney2017-04-185-309/+780
* rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney2017-04-181-5/+1
* rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney2017-04-184-17/+34
* rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney2017-04-182-52/+13
* rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney2017-04-183-13/+9
* rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney2017-04-182-7/+6
* rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney2017-04-181-4/+4
* rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney2017-04-182-12/+12
* rcu: Semicolon inside RCU_TRACE() for rcu.hPaul E. McKenney2017-04-181-2/+2
* srcu: Check for tardy grace-period activity in cleanup_srcu_struct()Paul E. McKenney2017-04-181-2/+13
* srcu: Consolidate batch checking into rcu_all_batches_empty()Paul E. McKenney2017-04-181-8/+13
* rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney2017-04-182-16/+62
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-024-0/+4
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-024-3/+16
*---. Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney2017-01-259-200/+297
|\ \ \
| | | * srcu: Reduce probability of SRCU ->unlock_count[] counter overflowPaul E. McKenney2017-01-251-1/+10
| | | * srcu: Force full grace-period orderingPaul E. McKenney2017-01-252-14/+8
| | | * srcu: Implement more-efficient reader countsLance Roy2017-01-252-80/+61
| |_|/ |/| |
| | * rcu: Add lockdep checks to synchronous expedited primitivesPaul E. McKenney2017-01-231-0/+10
| | * rcu: Eliminate unused expedited_normal counterPaul E. McKenney2017-01-232-3/+1
| | * rcu: Fix comment in rcu_organize_nocb_kthreads()Paul E. McKenney2017-01-231-2/+3
| | * rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney2017-01-231-1/+1
| | * rcu: Add comment headers to expedited-grace-period counter functionsPaul E. McKenney2017-01-231-1/+17
| | * rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney2017-01-231-1/+1
| | * rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney2017-01-231-5/+7
| | * rcu: Remove short-term CPU kickingPaul E. McKenney2017-01-231-5/+0
| | * rcu: Add long-term CPU kickingPaul E. McKenney2017-01-231-0/+6
| | * rcu: Remove unused but set variableTobias Klauser2017-01-231-2/+0
| | * rcu: Remove unneeded rcu_process_callbacks() declarationsPaul E. McKenney2017-01-231-2/+0
| | * rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park2017-01-231-3/+3
| | * rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior2017-01-171-4/+2
| |/ |/|
| * rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney2017-01-231-15/+2
| * rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney2017-01-231-12/+34
| * rcu: Abstract extended quiescent state determinationPaul E. McKenney2017-01-235-19/+45
| * rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney2017-01-231-26/+62
| * rcu: Abstract the dynticks snapshot operationPaul E. McKenney2017-01-172-7/+18
| * rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney2017-01-161-5/+14
|/
* rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney2017-01-156-35/+100
* rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney2017-01-151-4/+0
* rcu: Don't kick unless grace period or requestPaul E. McKenney2016-11-141-1/+2
* rcu: Make expedited grace periods recheck dyntick idle statePaul E. McKenney2016-11-142-1/+12
* torture: Trace long read-side delaysPaul E. McKenney2016-11-141-1/+10