index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
srcutree.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-05
srcu: Make SRCU-fast also be NMI-safe
Paul E. McKenney
1
-10
/
+24
2025-02-05
srcu: Add SRCU-fast readers
Paul E. McKenney
1
-0
/
+38
2025-02-05
srcu: Move SRCU Tree/Tiny definitions from srcu.h
Paul E. McKenney
1
-0
/
+1
2025-02-05
srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
Paul E. McKenney
1
-1
/
+8
2025-02-05
srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
Paul E. McKenney
1
-1
/
+8
2025-02-05
srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
Paul E. McKenney
1
-4
/
+6
2025-02-05
srcu: Make Tree SRCU updates independent of ->srcu_idx
Paul E. McKenney
1
-1
/
+0
2025-02-05
srcu: Make SRCU readers use ->srcu_ctrs for counter selection
Paul E. McKenney
1
-4
/
+5
2025-02-05
srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
Paul E. McKenney
1
-4
/
+9
2024-12-14
Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...
Uladzislau Rezki (Sony)
1
-6
/
+2
2024-12-14
srcu: Fix typo s/srcu_check_read_flavor()/__srcu_check_read_flavor()/
Paul E. McKenney
1
-1
/
+1
2024-12-14
rcutorture: Use symbols for SRCU reader flavors
Paul E. McKenney
1
-5
/
+1
2024-11-16
srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor
Paul E. McKenney
1
-0
/
+21
2024-11-12
srcu: Allow inlining of __srcu_read_{,un}lock_lite()
Paul E. McKenney
1
-0
/
+39
2024-11-12
srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
Paul E. McKenney
1
-0
/
+1
2024-11-12
srcu: Create CPP macros for normal and NMI-safe SRCU readers
Paul E. McKenney
1
-0
/
+4
2024-11-12
srcu: Renaming in preparation for additional reader flavor
Paul E. McKenney
1
-1
/
+1
2024-08-12
srcu: faster gp seq wrap-around
JP Kobryn
1
-1
/
+14
2023-04-05
Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...
Joel Fernandes (Google)
1
-29
/
+65
2023-04-05
srcu: Add comments for srcu_size_state
Pingfan Liu
1
-10
/
+23
2023-04-04
srcu: Move work-scheduling fields from srcu_struct to srcu_usage
Paul E. McKenney
1
-4
/
+5
2023-04-04
srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage
Paul E. McKenney
1
-7
/
+7
2023-04-04
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
1
-1
/
+1
2023-04-04
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
1
-3
/
+3
2023-04-04
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
1
-12
/
+13
2023-04-04
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
1
-1
/
+1
2023-04-04
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
1
-4
/
+7
2023-04-04
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
1
-1
/
+1
2023-04-04
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
1
-1
/
+1
2023-04-04
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
1
-2
/
+2
2023-04-04
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
1
-9
/
+18
2023-04-04
srcu: Use static init for statically allocated in-module srcu_struct
Paul E. McKenney
1
-5
/
+14
2023-04-04
srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()
Paul E. McKenney
1
-14
/
+14
2023-01-04
srcu: Fix a misspelling in comment
Pingfan Liu
1
-1
/
+1
2022-10-21
srcu: Debug NMI safety even on archs that don't require it
Frederic Weisbecker
1
-4
/
+0
2022-10-21
srcu: Check for consistent per-CPU per-srcu_struct NMI safety
Paul E. McKenney
1
-0
/
+5
2022-10-18
srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
Paul E. McKenney
1
-2
/
+2
2022-05-03
srcu: Prevent expedited GPs and blocking readers from consuming CPU
Paul E. McKenney
1
-0
/
+4
2022-04-12
srcu: Add contention-triggered addition of srcu_node tree
Paul E. McKenney
1
-0
/
+2
2022-04-12
srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
Paul E. McKenney
1
-0
/
+1
2022-04-12
srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()
Alexander Aring
1
-0
/
+1
2022-04-12
srcu: Dynamically allocate srcu_node array
Paul E. McKenney
1
-1
/
+1
2022-04-12
srcu: Make Tree SRCU able to operate without snp_node array
Paul E. McKenney
1
-1
/
+13
2022-04-12
srcu: Fix s/is/if/ typo in srcu_node comment
Paul E. McKenney
1
-5
/
+3
2021-05-11
srcu: Unconditionally embed struct lockdep_map
Frederic Weisbecker
1
-2
/
+0
2019-05-28
module: Make srcu_struct ptr array as read-only
Joel Fernandes (Google)
1
-1
/
+1
2019-05-28
srcu: Allocate per-CPU data for DEFINE_SRCU() in modules
Paul E. McKenney
1
-3
/
+11
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-16
/
+4
2019-02-09
linux/srcu: Convert to SPDX license identifier
Paul E. McKenney
1
-15
/
+2
2019-01-26
srcu: Remove srcu_queue_delayed_work_on()
Sebastian Andrzej Siewior
1
-1
/
+2
[next]