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