summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_local_storage.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2022-09-011-2/+2
* bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao2022-08-101-3/+3
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-201-10/+19
* bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-211-21/+37
* bpf: Cleanup commentsTom Rix2022-02-241-1/+1
* bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-301-13/+37
* bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-1/+10
* bpf: Enable task local storage for tracing programsSong Liu2021-02-261-11/+17
* bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-031-10/+0
* bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-031-4/+6
* bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau2020-09-191-1/+1
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-261-0/+600