summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h
Commit message (Expand)AuthorAgeFilesLines
* rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra2018-05-221-0/+1
* rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-1/+0
* srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney2017-07-241-5/+3
* rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney2017-06-081-1/+1
* rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney2017-06-081-1/+7
* rcu: Move rcutiny.h to new empty/true/false-function stylePaul E. McKenney2017-06-081-55/+16
* rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-4/+0
* rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney2017-06-081-80/+0
* rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney2017-06-081-11/+0
* rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-0/+5
* rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-4/+9
* srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney2017-04-181-3/+3
* rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney2017-04-181-0/+5
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-9/+2
* rcu: Abstract extended quiescent state determinationPaul E. McKenney2017-01-231-0/+6
* rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-151-0/+7
* rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney2016-03-311-0/+16
* rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-071-0/+8
* rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng2015-10-061-0/+1
* rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng2015-10-061-1/+1
* rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney2015-07-221-0/+10
* rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney2015-05-271-0/+16
*-. Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-151-5/+40
|\ \
| | * rcutorture: Check from beginning to end of grace periodPaul E. McKenney2015-01-101-3/+27
| | * rcu: Provide rcu_batches_completed_sched() for TINY_RCUPaul E. McKenney2015-01-101-0/+8
| | * rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-101-2/+2
| |/ |/|
| * rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-151-1/+4
|/
* rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney2014-11-031-1/+1
* rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-071-1/+1
* rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney2014-05-141-0/+4
* rcu: Provide grace-period piggybacking APIPaul E. McKenney2014-03-201-0/+10
*-. Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...Paul E. McKenney2014-02-261-8/+2
|\ \
| | * rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney2014-02-171-6/+0
| |/ |/|
| * 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-1/+1
* rcu: Consistent rcu_is_watching() namingPaul E. McKenney2013-09-251-4/+12
* rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney2013-09-251-0/+9
* rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney2013-06-101-0/+4
* rcu: Remove rcu_preempt_note_context_switch()Paul E. McKenney2013-06-101-5/+0
* rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.hPaul E. McKenney2013-06-101-8/+0
* rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney2013-06-101-4/+0
* rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney2013-06-101-22/+2
* Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney2012-07-021-0/+6
* rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney2012-06-061-2/+4
* rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-021-5/+0
* rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-021-6/+0
* rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2012-02-211-4/+0
* rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-211-0/+6
* rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-281-0/+4
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-281-1/+15