summaryrefslogtreecommitdiffstats
path: root/include/linux/rcutiny.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker2023-10-041-1/+1
* rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney2023-07-121-0/+2
* rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)2023-01-031-6/+6
* Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-121-4/+0
|\
| * rcu: Make SRCU mandatoryPaul E. McKenney2022-11-291-4/+0
* | rcu: Remove rcu_is_idle_cpu()Yipeng Zou2022-10-211-2/+0
* | rcu: Remove unused 'cpu' in rcu_virt_note_context_switch()Zeng Heng2022-10-181-1/+1
|/
* rcu: Add functions to compare grace-period state valuesPaul E. McKenney2022-08-311-0/+14
* rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney2022-08-311-0/+5
* rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney2022-08-311-0/+5
* rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney2022-08-311-0/+5
* rcu: Add full-sized polling for start_poll()Paul E. McKenney2022-08-311-0/+6
* rcu: Add full-sized polling for get_state()Paul E. McKenney2022-08-311-0/+6
* rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney2022-08-311-0/+9
* Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-211-6/+0
|\
| * rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker2022-07-051-2/+0
| * rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker2022-07-051-4/+0
| |
| \
*-. \ Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-211-1/+20
|\ \ \ | |_|/ |/| |
| | * rcu: Add polled expedited grace-period primitivesPaul E. McKenney2022-07-211-0/+10
| |/ |/|
| * rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg2022-07-191-1/+10
|/
* tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker2022-03-071-2/+1
* rcu: in_irq() cleanupChangbin Du2021-11-301-1/+1
* rcu: Remove special bit at the bottom of the ->dynticks counterJoel Fernandes (Google)2021-08-061-3/+0
* rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney2021-05-101-1/+0
* rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney2021-03-241-4/+3
* 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