aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-161-3/+8
|\ \
| | * rcutorture: Check from beginning to end of grace periodPaul E. McKenney2015-01-101-0/+3
| | * rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-101-3/+3
| |/ |/|
| * rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-161-0/+2
|/
* rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney2014-11-031-1/+1
* rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-031-2/+2
* rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney2014-05-141-0/+1
* rcu: Provide grace-period piggybacking APIPaul E. McKenney2014-03-201-0/+2
*-. Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney2014-02-261-2/+4
|\ \
| | * rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-171-0/+2
| |/ |/|
| * rcu: Stop tracking FSF's postal addressPaul E. McKenney2014-02-171-2/+2
|/
* rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta2013-12-121-18/+18
* rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-251-1/+1
* rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-251-0/+2
* rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2013-06-101-0/+2
* rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney2013-06-101-1/+0
* rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney2012-06-061-1/+1
*-. Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-111-19/+0
|\ \
| | * rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-021-12/+0
| |/ |/|
| * rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-241-7/+0
|/
* rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney2012-02-211-0/+16
* rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-211-0/+2
* rcu: Improve synchronize_rcu() diagnosticsFrederic Weisbecker2012-02-211-0/+1
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-281-0/+2
* rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov2011-05-061-0/+10
* rcu: make rcutorture version numbers available through debugfsPaul E. McKenney2011-05-061-0/+3
* rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan2010-11-301-0/+1
* rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney2010-11-171-0/+1
* rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney2010-08-201-50/+0
* rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-201-6/+0
* rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-201-0/+1
* rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-201-0/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-1/+0
|\
| * sched: replace migration_thread with cpu_stopTejun Heo2010-05-061-1/+0
* | rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-101-0/+3
* | rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-101-0/+1
* | rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney2010-05-101-0/+2
|/
* rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney2010-02-261-1/+0
* rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney2010-01-131-0/+3
* sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker2009-12-171-0/+11
* rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney2009-11-221-1/+3
* rcu: Eliminate unneeded function wrappingPaul E. McKenney2009-11-221-3/+0
* rcu: Stopgap fix for synchronize_rcu_expedited() for TREE_PREEMPT_RCUPaul E. McKenney2009-10-151-5/+1
* rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney2009-09-231-1/+5
* rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney2009-09-231-5/+1
* rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney2009-09-231-1/+0
* rcu: Fix whitespace inconsistenciesPaul E. McKenney2009-09-191-1/+1
* rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCUPaul E. McKenney2009-09-171-2/+2
* rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney2009-08-231-0/+16
* rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney2009-08-231-1/+0