summaryrefslogtreecommitdiff
path: root/include/linux/srcutree.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)2023-04-051-29/+65
|\ \
| | * srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-4/+5
| | * srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-7/+7
| | * srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | * srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-3/+3
| | * srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-12/+13
| | * srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | * srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-4/+7
| | * srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | * srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-1/+1
| | * srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney2023-04-041-2/+2
| | * srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney2023-04-041-9/+18
| | * srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney2023-04-041-5/+14
| | * srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()Paul E. McKenney2023-04-041-14/+14
| |/ |/|
| * srcu: Add comments for srcu_size_statePingfan Liu2023-04-051-10/+23
|/
* srcu: Fix a misspelling in commentPingfan Liu2023-01-031-1/+1
* srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker2022-10-211-4/+0
* srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney2022-10-201-0/+5
* srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney2022-10-181-2/+2
* srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney2022-05-031-0/+4
* srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney2022-04-111-0/+2
* srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney2022-04-111-0/+1
* srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()Alexander Aring2022-04-111-0/+1
* srcu: Dynamically allocate srcu_node arrayPaul E. McKenney2022-04-111-1/+1
* srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney2022-04-111-1/+13
* srcu: Fix s/is/if/ typo in srcu_node commentPaul E. McKenney2022-04-111-5/+3
* srcu: Unconditionally embed struct lockdep_mapFrederic Weisbecker2021-05-101-2/+0
* module: Make srcu_struct ptr array as read-onlyJoel Fernandes (Google)2019-05-281-1/+1
* srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-281-3/+11
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-16/+4
|\ \
| | * srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-251-1/+2
| |/ |/|
| * linux/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
|/
* srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2018-11-271-4/+4
* srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney2018-08-301-2/+1
* srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-301-6/+8
* kernel/SRCU: provide a static initializerSebastian Andrzej Siewior2018-05-301-3/+3
* srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney2017-11-281-4/+4
*-. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-2/+1
|\ \
| | * rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney2017-07-241-0/+1
| |/ |/|
| * srcu: Make process_srcu() be staticPaul E. McKenney2017-07-241-2/+0
|/
* srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney2017-06-081-4/+4
* srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-081-1/+0
* rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney2017-06-081-4/+0
* srcu: Specify auto-expedite holdoff timePaul E. McKenney2017-04-261-0/+1
* srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney2017-04-261-1/+3
* srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney2017-04-261-0/+4
* srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney2017-04-261-0/+4
* srcu: Parallelize callback handlingPaul E. McKenney2017-04-211-16/+64
* srcu: Create a tiny SRCUPaul E. McKenney2017-04-181-0/+91