aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcupdate.c
Commit message (Expand)AuthorAge
*-. Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-29
|\ \
| | * rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-29
| |/
* / rcu: Reduce rcutorture tracingPaul E. McKenney2013-01-08
|/
* rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen2012-10-23
* rcu: Add PROVE_RCU_DELAY to provoke difficult racesPaul E. McKenney2012-09-23
* rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney2012-07-02
* rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-02
* rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-21
* rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker2011-12-11
* rcu: Add failure tracing to rcutorturePaul E. McKenney2011-12-11
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-29
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-29
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warningsPaul E. McKenney2011-05-06
* rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers2011-05-06
* rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT.Paul E. McKenney2011-03-04
* rcupdate: remove dead codeAmerigo Wang2011-03-04
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-07
|\
| * rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney2010-10-05
* | rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-19
|/
* tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-14
* rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-10
* rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney2010-05-06
* rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney2010-04-19
* rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney2010-03-16
* rcu: Export rcu_scheduler_activePaul E. McKenney2010-02-26
* rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney2010-02-26
* rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-25
* rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-22
* rcu: Eliminate unneeded function wrappingPaul E. McKenney2009-11-22
* rcu: "Tiny RCU", The Bloatwatch EditionPaul E. McKenney2009-10-26
* rcu: Move rcu_barrier() to rcutreePaul E. McKenney2009-10-07
* rcu: Replace the rcu_barrier enum with pointer to call_rcu*() functionPaul E. McKenney2009-10-05
* rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney2009-10-05
* rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney2009-09-23
* rcu: Fix whitespace inconsistenciesPaul E. McKenney2009-09-19
* rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCUPaul E. McKenney2009-09-17
* rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.Paul E. McKenney2009-08-19
* rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney2009-08-15
* rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-03
* RCU: Don't try and predeclare inline funcs as it upsets some versions of gccDavid Howells2009-04-15
* rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...Lai Jiangshan2009-03-30
* rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney2009-02-25
* rcu: eliminate synchronize_rcu_xxx macroPaul E. McKenney2009-01-05
* rcupdate: fix bug of rcu_barrier*()Lai Jiangshan2008-10-21
* rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap2008-08-21
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-15
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-26
* | rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney2008-05-19