aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-24srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney1-5/+3
2017-06-08rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney1-1/+1
2017-06-08rcu: Refactor #includes from include/linux/rcupdate.hPaul E. McKenney1-1/+7
2017-06-08rcu: Move rcutiny.h to new empty/true/false-function stylePaul E. McKenney1-55/+16
2017-06-08rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney1-4/+0
2017-06-08rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney1-80/+0
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney1-11/+0
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney1-0/+5
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-4/+9
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney1-3/+3
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney1-0/+5
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>Ingo Molnar1-9/+2
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney1-0/+6
2016-07-15rcu: Convert rcutree to hotplug state machineThomas Gleixner1-0/+7
2016-03-31rcutorture: Expedited-GP batch progress access to torturingPaul E. McKenney1-0/+16
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-0/+8
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng1-0/+1
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-1/+1
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney1-0/+10
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney1-0/+16
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul E. McKenney1-5/+40
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney1-1/+4
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney1-3/+27
2015-01-10rcu: Provide rcu_batches_completed_sched() for TINY_RCUPaul E. McKenney1-0/+8
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney1-2/+2
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney1-1/+1
2014-09-07rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney1-1/+1
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney1-0/+4
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney1-0/+10
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' into HEADPaul E. McKenney1-8/+2
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-6/+0
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney1-2/+2
2013-12-12rcu: Remove "extern" from function declarations in include/linux/*rcu*.hTeodora Baluta1-1/+1
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney1-4/+12
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney1-0/+9
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney1-0/+4
2013-06-10rcu: Remove rcu_preempt_note_context_switch()Paul E. McKenney1-5/+0
2013-06-10rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.hPaul E. McKenney1-8/+0
2013-06-10rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney1-4/+0
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney1-22/+2
2012-07-02Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation"Paul E. McKenney1-0/+6
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney1-2/+4
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney1-5/+0
2012-05-02rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney1-6/+0
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney1-4/+0
2012-02-21rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney1-0/+6
2011-09-28rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney1-0/+4
2011-09-28rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney1-1/+15
2011-05-05rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov1-0/+8
2010-11-29rcu,cleanup: move synchronize_sched_expedited() out of sched.cLai Jiangshan1-0/+5