summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2015-07-15rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS itemsAlexander Gordeev-1/+1
2015-07-15rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev-10/+8
2015-07-15rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev-14/+10
2015-07-15rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev-7/+7
2015-07-15rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev-12/+17
2015-07-15rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney-3/+13
2015-07-15rcu: Change return type to boolNicholas Mc Guire-2/+3
2015-07-15rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOCDenys Vlasenko-0/+49
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney-4/+4
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+2
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+9
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner-2/+0
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney-190/+290
2015-05-27rcutorture: Test SRCU cleanup code pathPaul E. McKenney-19/+58
2015-05-27rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney-11/+13
2015-05-27rcutorture: Allow negative values of nreaders to oversubscribePaul E. McKenney-1/+1
2015-05-27rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney-0/+5
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney-33/+0
2015-05-27rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney-8/+15
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney-0/+4
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney-8/+18
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney-8/+20
2015-05-27rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney-0/+27
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney-3/+6
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney-4/+25
2015-05-27rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney-3/+3
2015-05-27rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney-2/+13
2015-05-27rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney-1/+1
2015-05-27rcu: Remove redundant offline checkPaul E. McKenney-2/+0
2015-05-27rcu: Remove dead code from force_qs_rnp()Paul E. McKenney-4/+0
2015-05-27rcu: Adjust ->lock acquisition for tasks no longer migratingPaul E. McKenney-3/+6
2015-05-27rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney-25/+14
2015-05-27rcu: Change function declaration to boolNicholas Mc Guire-1/+1
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss-4/+1
2015-05-27rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney-1/+1
2015-05-27rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney-2/+3
2015-05-27rcu: Fix missing task information during rcu-preempt stallPatrick Daly-2/+2
2015-05-27rcu: tree_plugin: Use bool function return values of true/false not 1/0Joe Perches-2/+2
2015-05-27rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney-0/+1
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney-10/+12
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney-7/+10
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney-3/+3
2015-05-27rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED()Paul E. McKenney-17/+20
2015-05-27rcu: Convert from rcu_preempt_state to *rcu_state_pPaul E. McKenney-10/+9
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney-168/+169
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner-7/+9
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)-2/+2
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner-6/+8
2015-04-14rcu: Control grace-period delays directly from valuePaul E. McKenney-7/+9
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney-306/+545