aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcutree.h
AgeCommit message (Expand)Author
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)
2023-04-05srcu: Add comments for srcu_size_statePingfan Liu
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney
2023-04-04srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()Paul E. McKenney
2023-01-03srcu: Fix a misspelling in commentPingfan Liu
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney
2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney
2022-04-11srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()Alexander Aring
2022-04-11srcu: Dynamically allocate srcu_node arrayPaul E. McKenney
2022-04-11srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney
2022-04-11srcu: Fix s/is/if/ typo in srcu_node commentPaul E. McKenney
2021-05-10srcu: Unconditionally embed struct lockdep_mapFrederic Weisbecker
2019-05-28module: Make srcu_struct ptr array as read-onlyJoel Fernandes (Google)
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09linux/srcu: Convert to SPDX license identifierPaul E. McKenney
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-05-30kernel/SRCU: provide a static initializerSebastian Andrzej Siewior
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-07-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney
2017-07-24srcu: Make process_srcu() be staticPaul E. McKenney
2017-06-08srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney
2017-06-08srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney
2017-06-08rcu: Move torture-related definitions from rcupdate.h to rcu.hPaul E. McKenney
2017-04-26srcu: Specify auto-expedite holdoff timePaul E. McKenney
2017-04-26srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney
2017-04-26srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney