summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h
Commit message (Expand)AuthorAgeFilesLines
* linux/rcutiny: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
*-. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-301-39/+14
|\ \
| | * rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney2018-08-291-0/+1
| |/ |/|
| * rcu: Remove unused rcu_dynticks_snap() from Tiny RCUPaul E. McKenney2018-08-301-6/+0
| * rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney2018-08-301-31/+1
| * rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney2018-08-301-15/+0
| * rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney2018-08-301-15/+19
| * rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney2018-08-301-0/+7
| * rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney2018-08-301-3/+7
| * rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney2018-08-301-0/+5
| * rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney2018-08-301-0/+5
|/
* rcu: Improve RCU-tasks naming and commentsPaul E. McKenney2018-07-121-1/+1
* 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