summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-201-8/+11
|\
| *---. Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-131-8/+11
| |\ \ \
| | | | * rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-291-3/+3
| | |_|/ | |/| |
| | | * rcu: More info about potential deadlocks with rcu_read_unlock()Oleg Nesterov2014-11-131-1/+3
| | | * rcu: Optimize cond_resched_rcu_qs()Paul E. McKenney2014-11-131-2/+2
| | | * rcu: Add sparse check for RCU_INIT_POINTER()Pranith Kumar2014-11-131-0/+1
| | |/ | |/|
| | * rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-041-1/+1
| | * rcu: Remove "cpu" argument to rcu_check_callbacks()Paul E. McKenney2014-11-041-1/+1
| |/
* / rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney2014-10-281-0/+15
|/
* rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-161-3/+0Star
* Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-161-2/+55
|\
| * rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-081-2/+2
| * rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney2014-09-081-2/+0Star
| * rcutorture: Add torture tests for RCU-tasksPaul E. McKenney2014-09-081-0/+1
| * rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney2014-09-081-0/+3
| * rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney2014-09-081-0/+2
| * rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-081-0/+13
| * rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-081-0/+36
| |
| \
*-. \ Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-161-36/+10Star
|\ \ \ | |_|/ |/| |
| | * rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney2014-09-161-0/+8
| |/ |/|
| * rcu: Uninline rcu_read_lock_held()Oleg Nesterov2014-09-081-35/+1Star
| * rcu: Return bool type in rcu_lockdep_current_cpu_online()Pranith Kumar2014-09-081-1/+1
|/
* rcu: Handle obsolete references to TINY_PREEMPT_RCUPaul E. McKenney2014-07-091-9/+8Star
* rcu: Document deadlock-avoidance information for rcu_read_unlock()Paul E. McKenney2014-07-091-0/+28
* rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney2014-06-231-36/+0Star
* rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney2014-06-231-0/+10
* rcu: Provide API to suppress stall warnings while sysrc runsRik van Riel2014-05-191-0/+12
*-. Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14...Paul E. McKenney2014-05-141-1/+59
|\ \
| | * sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-141-0/+36
| | * rcutorture: Add forward-progress checking for writerPaul E. McKenney2014-05-131-0/+19
| |/ |/|
| * rcu: Document RCU_INIT_POINTER()'s lack of ordering guaranteesPaul E. McKenney2014-04-291-0/+3
| * rcu: Remove "extern" from function declaration in include/linux/rcupdate.hIulia Manda2014-04-291-1/+1
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-311-46/+48
|\
| *-. Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney2014-02-261-46/+48
| |\ \
| | | * rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-181-0/+8
| | | * rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-181-2/+4
| | |/ | |/|
| | * rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker2014-02-261-0/+1
| | * rcu: Define rcu_assign_pointer() in terms of smp_store_release()Paul E. McKenney2014-02-181-6/+2Star
| | * rcu: Indentation and spacing fixes.Joe Perches2014-02-181-29/+29
| | * rcu: Glue ASCII strings togetherJoe Perches2014-02-181-10/+5Star
| | * rcu: Stop tracking FSF's postal addressPaul E. McKenney2014-02-181-2/+2
| |/
* / lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-2/+0Star
|\
| * introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Oleg Nesterov2014-01-251-2/+0Star
| |
| \
*-. \ Merge branches 'doc.2013.12.03a', 'fixes.2013.12.12a', 'rcutorture.2013.12.03...Paul E. McKenney2013-12-121-70/+83
|\ \ \ | |_|/ |/| |
| | * rcu: Add an RCU_INITIALIZER for global RCU-protected pointersPaul E. McKenney2013-12-121-38/+42
| | * rcu: Make rcu_assign_pointer's assignment volatile and type-safeJosh Triplett2013-12-121-1/+1
| | * rcu: Add comment on evaluate-once properties of rcu_assign_pointer().Paul E. McKenney2013-12-121-0/+8
| |/ |/|
| * rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta2013-12-121-40/+40
| * rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney2013-12-101-0/+1
|/