summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* 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-221-9/+9
|\ \
| * | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-2/+0
| * | 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
| | | | | * | | rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney2015-05-271-11/+13
| | | | | * | | rcutorture: Allow negative values of nreaders to oversubscribePaul E. McKenney2015-05-271-1/+1
| |_|_|_|/ / / |/| | | | | |
| | | | * | | rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney2015-05-271-0/+5
| | | | * | | rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-271-33/+0
| |_|_|/ / / |/| | | | |
| | | * | | rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney2015-05-271-8/+15
| | | * | | rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney2015-05-271-0/+4
| | | * | | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney2015-05-273-8/+18
| | | * | | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney2015-05-273-8/+20
| | | * | | rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney2015-05-271-0/+27
| | | * | | rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney2015-05-272-3/+6
| | | * | | rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney2015-05-271-4/+25
| | | * | | rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney2015-05-271-3/+3
| | | * | | rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney2015-05-271-2/+13
| |_|/ / / |/| | | |
| | * | | rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney2015-05-271-1/+1
| | * | | rcu: Remove redundant offline checkPaul E. McKenney2015-05-271-2/+0
| | * | | rcu: Remove dead code from force_qs_rnp()Paul E. McKenney2015-05-271-4/+0
| | * | | rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney2015-05-271-3/+6
| | * | | rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney2015-05-271-25/+14
| |/ / / |/| | |
| * | | rcu: Change function declaration to boolNicholas Mc Guire2015-05-271-1/+1
| * | | rcu: Make rcu_*_data variables staticNicolas Iooss2015-05-272-4/+1
| * | | rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney2015-05-271-1/+1
| * | | rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney2015-05-271-2/+3
| * | | rcu: Fix missing task information during rcu-preempt stallPatrick Daly2015-05-271-2/+2
| * | | rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches2015-05-271-2/+2
| * | | rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney2015-05-271-0/+1
| * | | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2015-05-271-10/+12
| * | | rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2015-05-272-7/+10
| * | | rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2015-05-272-3/+3
| * | | rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney2015-05-272-17/+20
| * | | rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney2015-05-271-10/+9
|/ / /
* | / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-277-168/+169
| |/ |/|
* | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-141-7/+9
|/
*---------. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-208-306/+545
|\ \ \ \ \ \
| | | | | | * rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev2015-02-261-11/+0
| | | | | | * rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev2015-02-261-2/+1
| |_|_|_|_|/ |/| | | | |
| | | | | * rcu: Tighten up affinity and check for sysidlePaul E. McKenney2015-02-262-7/+7
| | | | | * rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney2015-02-261-3/+3
| |_|_|_|/ |/| | | |
| | | | * rcu: Associate quiescent-state reports with grace periodPaul E. McKenney2015-03-201-12/+22
| | | | * rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney2015-03-201-16/+27
| | | | * rcu: Add diagnostics to grace-period cleanupPaul E. McKenney2015-03-121-0/+2
| | | | * rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-121-10/+31
| | | | * rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney2015-03-122-17/+0