aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcutree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-02-09linux/rcutree: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2018-08-30rcu: Define rcu_all_qs() only in !PREEMPT buildsPaul E. McKenney1-0/+2
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney1-9/+0
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney1-17/+0
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney1-1/+0
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney1-1/+6
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney1-12/+2
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney1-2/+6
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney1-0/+1
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra1-0/+1
2018-05-15rcu: Declare rcu_eqs_special_set() in public headerYury Norov1-0/+1
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney1-1/+0
2017-06-08rcu: Remove #ifdef moving rcu_end_inkernel_boot from rcupdate.hPaul E. McKenney1-0/+1
2017-06-08rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.hPaul E. McKenney1-3/+0
2017-06-08rcu: Move torture-related functions out of rcutiny.h and rcutree.hPaul E. McKenney1-16/+0
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney1-0/+1
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-2/+3
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/+2
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney1-0/+2
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney1-1/+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/+2
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEADPaul E. McKenney1-2/+5
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney1-0/+5
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney1-2/+0
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-1/+1
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-3/+8
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney1-0/+2
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney1-0/+3
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney1-3/+3
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney1-1/+1
2014-11-03rcu: Remove "cpu" argument to rcu_note_context_switch()Paul E. McKenney1-2/+2
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney1-0/+1
2014-03-20rcu: Provide grace-period piggybacking APIPaul E. McKenney1-0/+2
2014-02-26Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' into HEADPaul E. McKenney1-2/+4
2014-02-17rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALLPaul E. McKenney1-0/+2
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-18/+18
2013-09-25rcu: Consistent rcu_is_watching() namingPaul E. McKenney1-1/+1
2013-09-25rcu: Is it safe to enter an RCU read-side critical section?Paul E. McKenney1-0/+2
2013-06-10rcu: Shrink TINY_RCU by moving exit_rcu()Paul E. McKenney1-0/+2
2013-06-10rcu: Simplify RCU_TINY RCU callback invocationPaul E. McKenney1-1/+0
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney1-1/+1
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEADPaul E. McKenney1-19/+0
2012-05-02rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney1-12/+0
2012-04-24rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney1-7/+0
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney1-0/+16