index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_local_storage.c
Age
Commit message (
Expand
)
Author
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2023-09-06
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
2023-09-06
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-21
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-10-25
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
2022-10-25
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() in local storage map
Hou Tao
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
2022-02-23
bpf: Cleanup comments
Tom Rix
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
2020-12-02
bpf: Memcg-based memory accounting for bpf local storage maps
Roman Gushchin
2020-09-19
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh