index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_task_storage.c
Age
Commit message (
Expand
)
Author
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
2022-11-30
bpf: Fix a compilation failure with clang lto build
Yonghong Song
2022-10-25
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
2022-10-25
bpf: Add new bpf_task_storage_delete proto with no deadlock detection
Martin KaFai Lau
2022-10-25
bpf: bpf_task_storage_delete_recur does lookup first before the deadlock check
Martin KaFai Lau
2022-10-25
bpf: Add new bpf_task_storage_get proto with no deadlock detection
Martin KaFai Lau
2022-10-25
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
2022-10-25
bpf: Refactor the core bpf_task_storage_get logic into a new function
Martin KaFai Lau
2022-10-25
bpf: Append _recur naming to the bpf_task_storage helper proto
Martin KaFai Lau
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
2021-03-16
bpf: Make symbol 'bpf_task_storage_busy' static
Wei Yongjun
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
2021-01-12
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
2020-11-11
bpf: Fix NULL dereference in bpf_task_storage
Martin KaFai Lau
2020-11-06
bpf: Implement task local storage
KP Singh