summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney2014-10-281-5/+10
* rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-181-7/+12
* Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-161-22/+28
|\
| * rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-071-16/+18
| * rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-071-0/+2
| * rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-071-6/+6
| * rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-071-0/+2
| |
| \
*-. \ Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-161-17/+29
|\ \ \ | |_|/ |/| |
| | * rcu: Create rcuo kthreads only for onlined CPUsPaul E. McKenney2014-09-161-1/+2
| | * rcu: Rationalize kthread spawningPaul E. McKenney2014-09-161-1/+3
| |/ |/|
| * rcu: Replace flush_signals() with WARN_ON(signal_pending())Paul E. McKenney2014-09-071-2/+2
| * rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreadsPranith Kumar2014-09-071-2/+2
| * rcu: Remove stale comment in tree.cPranith Kumar2014-09-071-2/+0
| * rcu: Define tracepoint strings only if CONFIG_TRACING is setArd Biesheuvel2014-09-071-3/+12
| * rcu: Use true/false instead of 1/0 for a bool typePranith Kumar2014-09-071-3/+3
| * rcu: Use bool type for return value in rcu_is_watching()Pranith Kumar2014-09-071-1/+1
| * rcu: Remove remaining read-modify-write ACCESS_ONCE() callsPranith Kumar2014-09-071-2/+4
|/
* rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2014-07-091-5/+0
* rcu: Use __this_cpu_read() instead of per_cpu_ptr()Shan Wei2014-07-091-1/+1
* rcu: Don't use NMIs to dump other CPUs' stacksPaul E. McKenney2014-07-091-7/+3
* rcu: Check both root and current rcu_node when setting up future grace periodPranith Kumar2014-07-091-2/+8
* rcu: Loosen __call_rcu()'s rcu_head alignment constraintPaul E. McKenney2014-07-091-1/+1
* rcu: Eliminate read-modify-write ACCESS_ONCE() callsPaul E. McKenney2014-07-091-6/+6
* rcu: Make rcu node arrays static const char * constFabian Frederick2014-07-091-8/+10
* rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney2014-06-231-28/+112
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-11/+11
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-11/+11
* | rcu: Variable name changed in tree_plugin.h and used in tree.cUma Sharma2014-05-141-8/+8
| |
| \
*-. \ Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14...Paul E. McKenney2014-05-141-87/+212
|\ \ \ | |_|/ |/| |
| | * rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney2014-05-141-0/+17
| | * rcutorture: Add forward-progress checking for writerPaul E. McKenney2014-05-131-0/+33
| |/ |/|
| * rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()Christoph Lameter2014-04-291-3/+3
| * rcu: Remove duplicate resched_cpu() declarationPranith Kumar2014-04-291-6/+0
| * rcu: Merge rcu_sched_force_quiescent_state() with rcu_force_quiescent_state()Andreea-Cristina Bernat2014-04-291-0/+9
| * rcu: Consolidate kfree_call_rcu() to use rcu_state pointerAndreea-Cristina Bernat2014-04-291-0/+14
| * rcu: Replace NR_CPUS with nr_cpu_idsHimangi Saraogi2014-04-291-2/+2
| * rcu: Add event tracing to dyntick_save_progress_counter().Andreea-Cristina Bernat2014-04-291-1/+6
| * rcu: Make callers awaken grace-period kthreadPaul E. McKenney2014-04-291-51/+86
| * rcu: Protect uses of jiffies_stall field with ACCESS_ONCE()Iulia Manda2014-04-291-6/+6
| * rcu: Remove unused rcu_data structure fieldIulia Manda2014-04-291-4/+2
| * rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUsPaul E. McKenney2014-04-291-10/+29
| * rcu: Print negatives for stall-warning counter wraparoundPaul E. McKenney2014-04-291-4/+5
| * rcu: Protect ->gp_flags accesses with ACCESS_ONCE()Paul E. McKenney2014-04-291-6/+6
|/
* rcu: Provide grace-period piggybacking APIPaul E. McKenney2014-03-201-4/+58
*-. Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney2014-02-261-10/+8
|\ \
| | * rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-171-1/+1
| |/ |/|
| * rcu: Ensure kernel/rcu/rcu.h can be sourced/used stand-alonePaul Gortmaker2014-02-261-2/+0
| * rcu: Remove ACCESS_ONCE() from jiffiesPaul E. McKenney2014-02-171-3/+3
| * rcu: Stop tracking FSF's postal addressPaul E. McKenney2014-02-171-2/+2
| * rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accessesPaul E. McKenney2014-02-171-2/+2
|/
OpenPOWER on IntegriCloud