summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_task_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2023-04-041-4/+4
* bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-251-1/+1
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-3/+3
* bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau2023-03-101-1/+1
* bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau2023-03-101-8/+1
* bpf, net: bpf_local_storage memory usageYafang Shao2023-03-071-0/+1
* bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-2/+2
* bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song2022-10-251-35/+3
* bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau2022-10-251-0/+28
* bpf: bpf_task_storage_delete_recur does lookup first before the deadlock checkMartin KaFai Lau2022-10-251-7/+11
* bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau2022-10-251-0/+28
* bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...Martin KaFai Lau2022-10-251-7/+8
* bpf: Refactor the core bpf_task_storage_get logic into a new functionMartin KaFai Lau2022-10-251-18/+26
* bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau2022-10-251-6/+6
* bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2022-09-011-4/+4
* 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