aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_task_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu1-4/+2
2021-03-16bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun1-1/+1
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-8/+51
2021-02-26bpf: Enable task local storage for tracing programsSong Liu1-32/+11
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh1-1/+4
2020-11-11bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau1-1/+1
2020-11-06bpf: Implement task local storageKP Singh1-0/+315