aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcupdate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney2009-08-151-1/+15
* rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney2009-07-031-0/+25
* RCU: Don't try and predeclare inline funcs as it upsets some versions of gccDavid Howells2009-04-151-10/+8
* rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...Lai Jiangshan2009-03-311-0/+44
* rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney2009-02-261-0/+12
* rcu: eliminate synchronize_rcu_xxx macroPaul E. McKenney2009-01-051-2/+9
* rcupdate: fix bug of rcu_barrier*()Lai Jiangshan2008-10-211-9/+10
* rcu: fix synchronize_rcu() so that kernel-doc worksRandy Dunlap2008-08-211-0/+1
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-151-1/+1
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* | rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney2008-05-191-6/+49
* | rcu: add call_rcu_sched()Paul E. McKenney2008-05-191-18/+2
|/
* rcupdate: fix commentPaul E. McKenney2008-02-131-1/+4
* Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney2008-01-251-0/+10
* Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney2008-01-251-550/+25
* Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma2008-01-251-8/+17
* rcu: fix section mismatchRandy Dunlap2008-01-221-1/+1
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* lockdep: annotate rcu_read_{,un}lock{,_bh}Peter Zijlstra2007-10-111-0/+8
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+2
* [PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet2006-12-071-1/+3
* [PATCH] rcu: simplify/improve batch tuningOleg Nesterov2006-10-041-8/+3
* [PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov2006-09-131-1/+5
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-2/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-2/+2