index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_local_storage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
1
-1
/
+1
2023-09-06
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
1
-33
/
+14
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-3
/
+0
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
1
-0
/
+3
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
1
-15
/
+115
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
1
-9
/
+86
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
1
-9
/
+14
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
1
-6
/
+11
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
1
-7
/
+14
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
1
-4
/
+9
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
1
-62
/
+5
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
1
-12
/
+12
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
1
-0
/
+4
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
1
-3
/
+3
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
1
-37
/
+26
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
1
-2
/
+6
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
1
-2
/
+2
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
1
-0
/
+10
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
1
-30
/
+49
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
1
-4
/
+44
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
1
-3
/
+13
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
1
-2
/
+2
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
1
-2
/
+2
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-21
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
1
-1
/
+1
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-10-25
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
1
-69
/
+121
2022-10-25
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
1
-0
/
+1
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() in local storage map
Hou Tao
1
-2
/
+11
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
1
-2
/
+2
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
1
-3
/
+3
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
1
-10
/
+19
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
1
-21
/
+37
2022-02-23
bpf: Cleanup comments
Tom Rix
1
-1
/
+1
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
1
-13
/
+37
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
1
-1
/
+10
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
1
-11
/
+17
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf local storage maps
Roman Gushchin
1
-10
/
+0
2020-12-02
bpf: Memcg-based memory accounting for bpf local storage maps
Roman Gushchin
1
-4
/
+6
2020-09-19
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
1
-1
/
+1
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
1
-0
/
+600