summaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_local_storage.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao1-2/+2
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao1-3/+3
2022-04-20bpf: Fix usage of trace RCU in local storage.KP Singh1-10/+19
2022-03-21bpf: Enable non-atomic allocations in local storageJoanne Koong1-21/+37
2022-02-24bpf: Cleanup commentsTom Rix1-1/+1
2021-12-30bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh1-13/+37
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-1/+10
2021-02-26bpf: Enable task local storage for tracing programsSong Liu1-11/+17
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin1-10/+0
2020-12-03bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin1-4/+6
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau1-1/+1
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-0/+600