summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_task_storage.c
AgeCommit message (Expand)AuthorLines
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-3/+2
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh-2/+2
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong-4/+6
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh-1/+5
2021-11-12bpf: Introduce btf_tracing_idsSong Liu-2/+2
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu-4/+2
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun-1/+1
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu-8/+51
2021-02-26bpf: Enable task local storage for tracing programsSong Liu-32/+11
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh-1/+4
2020-11-11bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau-1/+1
2020-11-06bpf: Implement task local storageKP Singh-0/+315