index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_cgrp_storage.c
Age
Commit message (
Expand
)
Author
2025-03-18
bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...
Martin KaFai Lau
2025-01-29
bpf: Fix deadlock when freeing cgroup storage
Abel Wu
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
Hou Tao
2024-10-24
bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...
Martin KaFai Lau
2023-12-08
bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case
Yafang Shao
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
2022-11-30
bpf: Fix a compilation failure with clang lto build
Yonghong Song
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song