summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | 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
| | | | * rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-124-53/+136
| | | | * rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2015-03-122-38/+41
| | | | * rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney2015-03-121-23/+75
| | | | * rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney2015-03-111-2/+0
| | | | * rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney2015-03-111-0/+10
| | | | * rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney2015-03-111-2/+3
| | | | * rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney2015-03-111-4/+0
| | | | * rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney2015-03-111-4/+1
| | | | * rcu: Put all orphan-callback-related code under same commentPaul E. McKenney2015-03-111-1/+1
| | | | * rcu: Consolidate offline-CPU callback initializationPaul E. McKenney2015-03-111-4/+5
| |_|_|/ |/| | |
| | | * rcutorture: Make consistent use of variablesPaul E. McKenney2015-02-261-1/+1
| | | * rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-261-1/+10
| | | * rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney2015-02-263-6/+7
| | | * rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney2015-02-261-0/+25
| | | * rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney2015-02-261-0/+48
| |_|/ |/| |