aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_local_storage.c
AgeCommit message (Expand)Author
2022-10-24bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2022-02-23bpf: Cleanup commentsTom Rix
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2021-02-26bpf: Enable task local storage for tracing programsSong Liu
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh