summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_local_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Do not copy spin lock field from user in bpf_selem_allocXu Kuohai2022-11-211-1/+1
* 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-191-10/+19
* bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-201-21/+37
* bpf: Cleanup commentsTom Rix2022-02-231-1/+1
* bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-291-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-021-10/+0
* bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-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-251-0/+600