summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney2020-11-061-0/+2
* rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2020-08-241-1/+0
* rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)2020-06-291-1/+17
* rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2020-06-291-1/+1
* rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner2020-05-261-0/+1
* rcu: Provide __rcu_is_watching()Thomas Gleixner2020-05-191-0/+1
* rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner2020-05-191-0/+1
*-. Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-071-1/+2
|\ \
| | * rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney2020-04-271-1/+1
| |/ |/|
| * rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney2020-04-271-0/+1
|/
* rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney2020-02-201-0/+1
* rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)2020-01-241-5/+0
* rcu: Add basic support for kfree_rcu() batchingByungchul Park2020-01-241-0/+6
* rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney2019-10-051-0/+1
* rcu: Don't include <linux/ktime.h> in rcutiny.hChristoph Hellwig2019-08-261-1/+1
* 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
|\ \