aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-28rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney1-0/+15
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney1-3/+0
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-2/+55
2014-09-16Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEADPaul E. McKenney1-36/+10
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney1-0/+8
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney1-2/+2
2014-09-07rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney1-2/+0
2014-09-07rcutorture: Add torture tests for RCU-tasksPaul E. McKenney1-0/+1
2014-09-07rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney1-0/+3
2014-09-07rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney1-0/+2
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney1-0/+13
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+36
2014-09-07rcu: Uninline rcu_read_lock_held()Oleg Nesterov1-35/+1
2014-09-07rcu: Return bool type in rcu_lockdep_current_cpu_online()Pranith Kumar1-1/+1
2014-07-09rcu: Handle obsolete references to TINY_PREEMPT_RCUPaul E. McKenney1-9/+8
2014-07-09rcu: Document deadlock-avoidance information for rcu_read_unlock()Paul E. McKenney1-0/+28
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney1-36/+0
2014-06-23rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney1-0/+10
2014-05-19rcu: Provide API to suppress stall warnings while sysrc runsRik van Riel1-0/+12
2014-05-14Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14a' into HEADPaul E. McKenney1-1/+59
2014-05-14sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney1-0/+36
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney1-0/+19
2014-04-29rcu: Document RCU_INIT_POINTER()'s lack of ordering guaranteesPaul E. McKenney1-0/+3
2014-04-29rcu: Remove "extern" from function declaration in include/linux/rcupdate.hIulia Manda1-1/+1
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-46/+48
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' into HEADPaul E. McKenney1-46/+48
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker1-0/+1
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-0/+8
2014-02-17rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-2/+4
2014-02-17rcu: Define rcu_assign_pointer() in terms of smp_store_release()Paul E. McKenney1-6/+2
2014-02-17rcu: Indentation and spacing fixes.Joe Perches1-29/+29
2014-02-17rcu: Glue ASCII strings togetherJoe Perches1-10/+5
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney1-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-1/+1
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty()Oleg Nesterov1-2/+0
2013-12-12Merge branches 'doc.2013.12.03a', 'fixes.2013.12.12a', 'rcutorture.2013.12.03a' and 'sparse.2013.12.12a' into HEADPaul E. McKenney1-70/+83
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta1-40/+40
2013-12-12rcu: Add an RCU_INITIALIZER for global RCU-protected pointersPaul E. McKenney1-38/+42
2013-12-12rcu: Make rcu_assign_pointer's assignment volatile and type-safeJosh Triplett1-1/+1
2013-12-12rcu: Add comment on evaluate-once properties of rcu_assign_pointer().Paul E. McKenney1-0/+8
2013-12-09rcu: Provide better diagnostics for blocking in RCU callback functionsPaul E. McKenney1-0/+1
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney1-9/+9
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney1-4/+4
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney1-0/+18
2013-08-18rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney1-4/+0
2013-07-29rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)1-2/+2
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney1-2/+0
2013-06-10rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney1-0/+1
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney1-1/+1