Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-12-30 | bpf: Allow bpf_local_storage to be used by sleepable programs | KP Singh | 1 | -1/+5 |
2021-11-12 | bpf: Introduce btf_tracing_ids | Song Liu | 1 | -2/+2 |
2021-08-25 | bpf: Consolidate task_struct BTF_ID declarations | Daniel Xu | 1 | -4/+2 |
2021-03-16 | bpf: Make symbol 'bpf_task_storage_busy' static | Wei Yongjun | 1 | -1/+1 |
2021-02-26 | bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete] | Song Liu | 1 | -8/+51 |
2021-02-26 | bpf: Enable task local storage for tracing programs | Song Liu | 1 | -32/+11 |
2021-01-12 | bpf: Local storage helpers should check nullness of owner ptr passed | KP Singh | 1 | -1/+4 |
2020-11-12 | bpf: Fix NULL dereference in bpf_task_storage | Martin KaFai Lau | 1 | -1/+1 |
2020-11-06 | bpf: Implement task local storage | KP Singh | 1 | -0/+315 |