index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
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
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
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
/
kernel
/
bpf
/
bpf_task_storage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-05
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
1
-4
/
+4
2023-03-26
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
1
-1
/
+1
2023-03-23
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-3
/
+3
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
1
-1
/
+1
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
1
-8
/
+1
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
1
-0
/
+1
2022-12-01
bpf: Fix a compilation failure with clang lto build
Yonghong Song
1
-2
/
+2
2022-10-26
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
1
-35
/
+3
2022-10-26
bpf: Add new bpf_task_storage_delete proto with no deadlock detection
Martin KaFai Lau
1
-0
/
+28
2022-10-26
bpf: bpf_task_storage_delete_recur does lookup first before the deadlock check
Martin KaFai Lau
1
-7
/
+11
2022-10-26
bpf: Add new bpf_task_storage_get proto with no deadlock detection
Martin KaFai Lau
1
-0
/
+28
2022-10-26
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
1
-7
/
+8
2022-10-26
bpf: Refactor the core bpf_task_storage_get logic into a new function
Martin KaFai Lau
1
-18
/
+26
2022-10-26
bpf: Append _recur naming to the bpf_task_storage helper proto
Martin KaFai Lau
1
-6
/
+6
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
1
-4
/
+4
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-3
/
+2
2022-04-20
bpf: Fix usage of trace RCU in local storage.
KP Singh
1
-2
/
+2
2022-03-21
bpf: Enable non-atomic allocations in local storage
Joanne Koong
1
-4
/
+6
2021-12-30
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
1
-1
/
+5
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
1
-2
/
+2
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
1
-4
/
+2
2021-03-16
bpf: Make symbol 'bpf_task_storage_busy' static
Wei Yongjun
1
-1
/
+1
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
1
-8
/
+51
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
1
-32
/
+11
2021-01-12
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
1
-1
/
+4
2020-11-12
bpf: Fix NULL dereference in bpf_task_storage
Martin KaFai Lau
1
-1
/
+1
2020-11-06
bpf: Implement task local storage
KP Singh
1
-0
/
+315