summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-1/+1
|\
| * tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-131-1/+1
| |
| \
| \
| \
*---. \ Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney2015-05-271-61/+120
|\ \ \ \
| | | * | 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-271-4/+4
| | | * | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney2015-05-271-2/+2
| | | * | 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-271-2/+5
| | | * | 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/+0Star
| | * | rcu: Remove dead code from force_qs_rnp()Paul E. McKenney2015-05-271-4/+0Star
| | * | rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()Paul E. McKenney2015-05-271-25/+14Star
| |/ / |/| |
| * | rcu: Change function declaration to boolNicholas Mc Guire2015-05-271-1/+1
| * | rcu: Make rcu_*_data variables staticNicolas Iooss2015-05-271-1/+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: Force wakeup of rcu_gp_kthread at grace-period endPaul E. McKenney2015-05-271-0/+1
| * | rcu: Create an immutable rcu_data_p pointer to default rcu_data structurePaul E. McKenney2015-05-271-0/+1
| * | rcu: Tell the compiler that rcu_state_p is immutablePaul E. McKenney2015-05-271-1/+1
|/ /
* / rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2015-05-271-92/+92
|/
* rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-151-7/+9
*-------. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-201-126/+311
|\ \ \ \ \
| | | | | * rcu: Tighten up affinity and check for sysidlePaul E. McKenney2015-02-271-1/+1
| | | | | * 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-121-15/+0Star
| | | | * rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-121-33/+121
| | | | * rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2015-03-121-0/+39
| | | | * rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney2015-03-111-2/+0Star
| | | | * 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: 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
| |_|_|/ |/| | |
| | | * rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney2015-02-261-4/+5
| |_|/ |/| |
| | * rcu: Remove redundant check of cpu_online()Yao Dongdong2015-03-031-1/+1
| | * rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney2015-03-031-9/+9
| | * rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney2015-03-031-18/+14Star
| | * rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney2015-02-261-2/+2
| | * rcu_tree: Avoid touching rnp->completed when a new GP is startedLai Jiangshan2015-02-261-2/+2
| |/ |/|
| * rcu: Move early boot callback tests earlierPaul E. McKenney2015-03-031-2/+2
| * rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney2015-03-031-0/+1
| * rcu: Avoid clobbering early boot callbacksPaul E. McKenney2015-02-261-1/+2