summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-18rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney1-10/+58
2015-07-18rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra1-14/+17
2015-07-18rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney1-55/+40
2015-07-18rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney1-68/+30
2015-07-18rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra1-27/+14
2015-07-18rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney1-0/+1
2015-07-16rcu: Limit count of static data to the number of RCU levelsAlexander Gordeev1-17/+4
2015-07-16rcu: Remove unnecessary fields from rcu_state structureAlexander Gordeev1-12/+15
2015-07-16rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS itemsAlexander Gordeev1-6/+6
2015-07-16rcu: Simplify rcu_init_geometry() capacity arithmeticsAlexander Gordeev1-10/+8
2015-07-16rcu: Cleanup rcu_init_geometry() code and arithmeticsAlexander Gordeev1-14/+10
2015-07-16rcu: Remove superfluous local variable in rcu_init_geometry()Alexander Gordeev1-7/+7
2015-07-16rcu: Panic if RCU tree can not accommodate all CPUsAlexander Gordeev1-12/+17
2015-07-16rcu: Provide more diagnostics for stalled GP kthreadPaul E. McKenney1-2/+8
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney1-4/+4
2015-06-27Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney1-61/+120
2015-05-27rcu: Conditionally compile RCU's eqs warningsPaul E. McKenney1-8/+15
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney1-0/+4
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-4/+4
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-2/+2
2015-05-27rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney1-0/+27
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney1-2/+5
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney1-4/+25
2015-05-27rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney1-3/+3
2015-05-27rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney1-2/+13
2015-05-27rcu: Correctly initialize ->rcu_qs_ctr_snap at online timePaul E. McKenney1-1/+1
2015-05-27rcu: Remove redundant offline checkPaul E. McKenney1-2/+0
2015-05-27rcu: Remove dead code from force_qs_rnp()Paul E. McKenney1-4/+0
2015-05-27rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney1-25/+14
2015-05-27rcu: Change function declaration to boolNicholas Mc Guire1-1/+1
2015-05-27rcu: Make rcu_*_data variables staticNicolas Iooss1-1/+1
2015-05-27rcu: Make synchronize_sched_expedited() call wait_rcu_gp()Paul E. McKenney1-1/+1
2015-05-27rcu: Add more debug info on "kthread starved" RCU CPU stall warningsPaul E. McKenney1-2/+3
2015-05-27rcu: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney1-0/+1
2015-05-27rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney1-0/+1
2015-05-27rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney1-1/+1
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-92/+92
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-04-15rcu: Control grace-period delays directly from valuePaul E. McKenney1-7/+9
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney1-126/+311
2015-03-20rcu: Associate quiescent-state reports with grace periodPaul E. McKenney1-12/+22
2015-03-20rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney1-16/+27
2015-03-13rcu: Add diagnostics to grace-period cleanupPaul E. McKenney1-0/+2
2015-03-13rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney1-10/+31
2015-03-13rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney1-15/+0
2015-03-13rcu: Process offlining and onlining only at grace-period startPaul E. McKenney1-33/+121
2015-03-13rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney1-0/+39
2015-03-11rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney1-2/+0
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney1-0/+10