summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney2015-08-041-0/+12
* rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2015-08-041-0/+8
* rcu: Add fastpath bypassing funnel lockingPaul E. McKenney2015-07-171-1/+1
* rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2015-07-171-1/+1
* rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney2015-07-171-0/+1
* rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney2015-07-171-1/+3
* rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney2015-07-171-1/+1
* rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra2015-07-171-0/+6
* rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney2015-07-171-2/+6
* rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney2015-07-171-7/+2
* rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra2015-07-171-0/+1
* rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-171-4/+0
* rcu: Shut up bogus gcc array bounds warningAlexander Gordeev2015-07-171-1/+3
* rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev2015-07-151-13/+4
* rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev2015-07-151-0/+12
* rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev2015-07-151-2/+0
* rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-151-2/+0
* rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-151-1/+1
* rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney2015-07-151-1/+5
*-. Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-271-9/+26
|\ \
| | * rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney2015-05-271-1/+11
| | * rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney2015-05-271-3/+15
| |/ |/|
| * rcu: Make rcu_*_data variables staticNicolas Iooss2015-05-271-3/+0
| * rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2015-05-271-2/+0
|/
* rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney2015-03-121-2/+0
* rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-121-0/+9
*-----. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-151-47/+15
|\ \ \ \
| | | | * rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney2015-01-101-1/+0
| | | | * rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-101-1/+1
| |_|_|/ |/| | |
| | | * rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-151-0/+2
| | | * rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney2015-01-061-0/+1
| | | * rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney2015-01-061-0/+2
| | | * rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney2015-01-061-0/+2
| |_|/ |/| |
| | * rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan2015-01-061-5/+0
| | * rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney2015-01-061-18/+0
| | * rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney2015-01-061-0/+1
| |/ |/|
| * rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan2015-01-061-1/+0
| * rcu: Fix rcu_barrier() race that could result in too-short waitPaul E. McKenney2015-01-061-22/+7
|/
*-. Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-131-11/+11
|\ \
| | * rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-291-5/+5
| |/ |/|
| * rcu: Remove "cpu" argument to rcu_cleanup_after_idle()Paul E. McKenney2014-11-031-1/+1
| * rcu: Remove "cpu" argument to rcu_prepare_for_idle()Paul E. McKenney2014-11-031-1/+1
| * rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-031-1/+1
| * rcu: Remove "cpu" argument to rcu_preempt_check_callbacks()Paul E. McKenney2014-11-031-1/+1
| * rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_...Christoph Lameter2014-11-031-2/+2
|/
* rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney2014-10-281-0/+1
* Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-161-0/+2
|\
| * rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-071-0/+2
| |
| \
*-. \ Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-161-3/+13
|\ \ \ | |_|/ |/| |
| | * rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney2014-09-161-1/+5