summaryrefslogtreecommitdiffstats
path: root/kernel/rcupdate.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-151-341/+0
* Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-151-1/+1
|\
| * rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-251-1/+1
* | rcu: Convert local functions to staticPaul E. McKenney2013-09-231-1/+1
|/
* Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-09-091-1/+1
|\
| * ftrace/rcu: Do not trace debug_lockdep_rcu_enabled()Steven Rostedt (Red Hat)2013-09-051-1/+1
* | rcu: Simplify debug-objects fixupsPaul E. McKenney2013-08-181-100/+0
* | rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)2013-07-291-1/+1
|/
*-. Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney2013-06-101-28/+1
|\ \
| | * rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2013-06-101-25/+1
| |/ |/|
| * rcu: Merge adjacent identical ifdefsPaul E. McKenney2013-06-101-3/+0
|/
*-. Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-281-0/+51
|\ \
| | * rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-281-0/+51
| |/
* | rcu: Reduce rcutorture tracingPaul E. McKenney2013-01-081-3/+6
|/
* rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen2012-10-231-0/+3
* rcu: Add PROVE_RCU_DELAY to provoke difficult racesPaul E. McKenney2012-09-231-0/+4
* rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney2012-07-021-0/+44
* rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-021-0/+28
* rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-211-0/+5
* rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker2011-12-111-0/+2
* rcu: Add failure tracing to rcutorturePaul E. McKenney2011-12-111-0/+10
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-281-0/+5
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-281-1/+20
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warningsPaul E. McKenney2011-05-051-6/+6
* rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers2011-05-051-5/+21
* rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT.Paul E. McKenney2011-03-041-0/+5
* rcupdate: remove dead codeAmerigo Wang2011-03-041-5/+0
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-071-1/+1
|\
| * rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney2010-10-051-1/+1
* | rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-191-2/+4
|/
* tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-141-0/+160
* rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-101-19/+0
* rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney2010-05-061-0/+11
* rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney2010-04-191-0/+7
* rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney2010-03-161-0/+23
* rcu: Export rcu_scheduler_activePaul E. McKenney2010-02-261-0/+1
* rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney2010-02-261-0/+18
* rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-251-0/+10
* rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-221-104/+0
* rcu: Eliminate unneeded function wrappingPaul E. McKenney2009-11-221-22/+0
* rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney2009-10-261-0/+4
* rcu: Move rcu_barrier() to rcutreePaul E. McKenney2009-10-071-119/+1
* rcu: Replace the rcu_barrier enum with pointer to call_rcu*() functionPaul E. McKenney2009-10-051-22/+10
* rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney2009-10-051-0/+7
* rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney2009-09-231-3/+0
* rcu: Fix whitespace inconsistenciesPaul E. McKenney2009-09-191-2/+2
* rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCUPaul E. McKenney2009-09-181-1/+43
* rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney2009-08-191-1/+2
OpenPOWER on IntegriCloud