summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_task_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-3/+2
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-191-2/+2
* bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-201-4/+6
* bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-291-1/+5
* bpf: Introduce btf_tracing_idsSong Liu2021-11-121-2/+2
* bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-251-4/+2
* bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun2021-03-161-1/+1
* bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-8/+51
* bpf: Enable task local storage for tracing programsSong Liu2021-02-261-32/+11
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-121-1/+4
* bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-111-1/+1
* bpf: Implement task local storageKP Singh2020-11-061-0/+315