summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney2017-05-023-498/+541
| * | | | | | | | | | | srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar2017-05-024-1/+649
| * | | | | | | | | | | srcu: Adjust default auto-expediting holdoffPaul E. McKenney2017-04-271-1/+1
| * | | | | | | | | | | srcu: Specify auto-expedite holdoff timePaul E. McKenney2017-04-271-1/+17
| * | | | | | | | | | | srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney2017-04-271-1/+58
| * | | | | | | | | | | srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney2017-04-271-40/+95
| * | | | | | | | | | | srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney2017-04-263-11/+22
| * | | | | | | | | | | srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney2017-04-261-6/+23
| * | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-2319-708/+1871
| |\ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-2119-708/+1871
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-213-2/+23
| | | | * | | | | | | | | | | srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney2017-04-211-1/+2
| | | | * | | | | | | | | | | srcu: Parallelize callback handlingPaul E. McKenney2017-04-214-131/+545
| | | | * | | | | | | | | | | srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney2017-04-184-153/+812
| | | | * | | | | | | | | | | srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney2017-04-181-4/+11
| | | | * | | | | | | | | | | srcu: Create a tiny SRCUPaul E. McKenney2017-04-183-1/+219
| | | | * | | | | | | | | | | srcu: Crude control of expedited grace periodsPaul E. McKenney2017-04-181-38/+46
| | | | * | | | | | | | | | | srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney2017-04-182-20/+45
| | | | * | | | | | | | | | | srcu: Allow a second bit in rcu_seq for SRCU statePaul E. McKenney2017-04-181-1/+1
| | | | * | | | | | | | | | | srcu: Improve rcu_seq grace-period-counter abstractionPaul E. McKenney2017-04-182-9/+29
| | | | * | | | | | | | | | | srcu: Fix bogus try_check_zero() commentPaul E. McKenney2017-04-181-4/+3
| | | | * | | | | | | | | | | srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney2017-04-182-1/+2
| | | | * | | | | | | | | | | srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney2017-04-182-35/+35
| | | | * | | | | | | | | | | rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney2017-04-181-6/+3
| | | | * | | | | | | | | | | srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney2017-04-184-25/+38
| | | | * | | | | | | | | | | srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney2017-04-181-70/+1
| | | | * | | | | | | | | | | srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney2017-04-184-799/+38
| | | | * | | | | | | | | | | srcu: Add grace-period sequence numbersPaul E. McKenney2017-04-181-4/+23
| | | | * | | | | | | | | | | srcu: Move to state-based grace-period sequencingPaul E. McKenney2017-04-181-50/+61
| | | | * | | | | | | | | | | srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney2017-04-181-20/+7
| | | | * | | | | | | | | | | rcu: Fix warning in rcu_seq_end()Dmitry Vyukov2017-04-181-1/+1
| | | | * | | | | | | | | | | rcu: Expedited wakeups need to be fully orderedPaul E. McKenney2017-04-181-0/+2
| | | | * | | | | | | | | | | 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
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney2017-04-191-1/+1
| | | * | | | | | | | | | | rcu: Use true/false in assignment to boolNicholas Mc Guire2017-04-191-1/+1