summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2015-08-044-408/+401Star
|\
| * rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney2015-08-042-2/+18
| * rcu: Add fastpath bypassing funnel lockingPaul E. McKenney2015-07-173-3/+19
| * rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney2015-07-172-2/+2
| * rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney2015-07-171-5/+21
| * rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney2015-07-172-4/+55
| * rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney2015-07-173-5/+21
| * rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney2015-07-172-2/+1Star
| * rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney2015-07-173-56/+22Star
| * rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney2015-07-172-33/+18Star
| * rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney2015-07-171-1/+1
| * rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney2015-07-171-33/+47
| * rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney2015-07-171-10/+6Star
| * rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney2015-07-171-10/+58
| * rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra2015-07-173-15/+25
| * rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney2015-07-173-59/+47Star
| * rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney2015-07-173-83/+36Star
| * rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra2015-07-172-27/+15Star
| * rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney2015-07-172-49/+0Star
| * rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney2015-07-171-23/+2Star
| * rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney2015-07-171-0/+1
| * rcu: Shut up bogus gcc array bounds warningAlexander Gordeev2015-07-171-1/+3
| * rcu: Simplify arithmetic to calculate number of RCU nodesAlexander Gordeev2015-07-152-15/+6Star
| * rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev2015-07-152-17/+16Star
| * rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev2015-07-152-14/+15
| * rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-152-8/+6Star
| * rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev2015-07-151-1/+1
| * rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev2015-07-151-10/+8Star
| * rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev2015-07-151-14/+10Star
| * rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev2015-07-151-7/+7
| * rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev2015-07-151-12/+17
| * rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney2015-07-152-3/+13
* | rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney2015-07-231-2/+0Star
* | rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney2015-07-231-1/+1
* | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-235-29/+29
* | rcu: Make rcu_is_watching() really notraceAlexei Starovoitov2015-07-231-2/+2
* | rcu: Create a synchronize_rcu_mult()Paul E. McKenney2015-07-231-10/+27
* | rcu: Fix obsolete priority-boosting commentPaul E. McKenney2015-07-231-2/+1Star
* | rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2015-07-232-0/+54
* | rcu: Change return type to boolNicholas Mc Guire2015-07-151-2/+3
* | rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko2015-07-151-0/+49
* | rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney2015-07-061-4/+4
|/
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-262-2/+2
|\
| * tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-132-2/+2
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-231-9/+9
|\ \
| * | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-2/+0Star
| * | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-7/+9
| |\|
| * | tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-221-6/+8
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-------. \ \ Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-275-190/+290
|\ \ \ \ \ \ \
| | | | | * | | rcutorture: Test SRCU cleanup code pathPaul E. McKenney2015-05-271-19/+58