summaryrefslogtreecommitdiffstats
path: root/kernel/rcutiny.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney2013-10-151-388/+0
* Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney2013-10-151-5/+5
|\
| * rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-251-3/+3
| * rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-251-2/+2
* | Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney2013-10-151-1/+1
|\ \
| * | rcu: Avoid sparse warnings in rcu_nocb_wake trace eventPaul E. McKenney2013-09-231-1/+1
| |/
* | rcu: Have rcutiny tracepoints use tracepoint_string()Paul E. McKenney2013-09-231-7/+10
|/
* rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)2013-07-291-1/+1
* rcu: Shrink TINY_RCU by reworking CPU-stall ifdefsPaul E. McKenney2013-06-101-2/+2
* rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney2013-06-101-5/+9
* rcu: Remove rcu_preempt_process_callbacks()Paul E. McKenney2013-06-101-1/+0
* rcu: Remove rcu_preempt_remove_callbacks()Paul E. McKenney2013-06-101-1/+0
* rcu: Remove rcu_preempt_check_callbacks()Paul E. McKenney2013-06-101-1/+0
*-. Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-281-3/+5
|\ \
| | * rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-281-2/+4
| |/ |/|
| * rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett2013-01-081-1/+1
|/
* rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle checkPaul E. McKenney2012-11-131-1/+1
* rcu: Move TINY_RCU quiescent state out of extended quiescent stateLi Zhong2012-09-231-1/+1
* rcu: Permit RCU_NONIDLE() to be used from interrupt contextPaul E. McKenney2012-09-231-0/+2
* rcu: Pull TINY_RCU dyntick-idle tracing into non-idle regionPaul E. McKenney2012-09-231-15/+16
* rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCUPaul E. McKenney2012-07-021-2/+2
* rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2012-02-211-0/+2
* rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney2012-02-211-4/+12
* rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-211-2/+2
* rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney2012-02-211-0/+4
* rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney2011-12-111-2/+8
* rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney2011-12-111-2/+2
* rcu: Fix idle-task checksPaul E. McKenney2011-12-111-2/+2
* rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney2011-12-111-2/+10
* rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney2011-12-111-11/+17
* rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker2011-12-111-0/+1
* rcu: Track idleness independent of idle tasksPaul E. McKenney2011-12-111-17/+107
* kernel: fix up module header handling in rcutiny filesPaul Gortmaker2011-10-311-1/+0
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-281-1/+3
* rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-281-64/+10
* rcu: Add RCU type to callback-invocation tracingPaul E. McKenney2011-09-281-4/+4
* rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-281-13/+0
* rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-281-1/+25
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-281-28/+0
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* rcu: optimize rcutinyEric Dumazet2011-05-051-22/+21
* rcu: introduce kfree_rcu()Lai Jiangshan2011-05-051-1/+1
* rcu: avoid pointless blocked-task warningsPaul E. McKenney2011-01-141-1/+2
* rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCUPaul E. McKenney2010-11-291-0/+4
* rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney2010-11-291-40/+26
* rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney2010-11-171-13/+58
* rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-201-19/+14
* tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-141-0/+2
* rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-0/+6
OpenPOWER on IntegriCloud