aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31rcu: Add functions to compare grace-period state valuesPaul E. McKenney1-0/+14
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney1-0/+5
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney1-0/+5
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney1-0/+5
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney1-0/+6
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney1-0/+6
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney1-0/+9
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-6/+0
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'poll.2022.07.21a', 'rcu-tasks.2022.06.21a' and 'torture.2022.06.21a' into HEADPaul E. McKenney1-1/+20
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney1-0/+10
2022-07-19rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg1-1/+10
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker1-2/+0
2022-07-05rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker1-4/+0
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker1-2/+1
2021-11-30rcu: in_irq() cleanupChangbin Du1-1/+1
2021-08-06rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)1-3/+0
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney1-1/+0
2021-03-24rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney1-4/+3
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney1-0/+2
2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney1-1/+0
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)1-1/+17
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)1-1/+1
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner1-0/+1
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner1-0/+1
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner1-0/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEADPaul E. McKenney1-1/+2
2020-04-27rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooksPaul E. McKenney1-1/+1
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney1-0/+1
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney1-0/+1
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)1-5/+0
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park1-0/+6
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney1-0/+1
2019-08-26rcu: Don't include <linux/ktime.h> in rcutiny.hChristoph Hellwig1-1/+1
2019-02-09linux/rcutiny: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-39/+14
2018-08-30rcu: Remove unused rcu_dynticks_snap() from Tiny RCUPaul E. McKenney1-6/+0
2018-08-30rcu: Consolidate RCU-sched update-side function definitionsPaul E. McKenney1-31/+1
2018-08-30rcu: Consolidate RCU-bh update-side function definitionsPaul E. McKenney1-15/+0
2018-08-30rcu: Express Tiny RCU updates in terms of RCU rather than RCU-schedPaul E. McKenney1-15/+19
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney1-0/+7
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney1-3/+7
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney1-0/+5
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-0/+5
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney1-0/+1
2018-07-12rcu: Improve RCU-tasks naming and commentsPaul E. McKenney1-1/+1
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra1-0/+1
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney1-1/+0
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