index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_local_storage.c
Age
Commit message (
Expand
)
Author
2025-06-25
bpf: add btf_type_is_i{32,64} helpers
Anton Protopopov
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_selem_free()
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()
Hou Tao
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
2025-01-08
bpf: Disable migration in bpf_selem_free_rcu
Hou Tao
2024-12-18
bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
Martin KaFai Lau
2024-10-24
bpf: Add uptr support in the map_value of the task local storage.
Martin KaFai Lau
2024-10-24
bpf: Postpone bpf_obj_free_fields to the rcu callback
Martin KaFai Lau
2024-10-24
bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
Martin KaFai Lau
2024-10-24
bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...
Martin KaFai Lau
2024-07-10
bpf: fix order of args in call to bpf_map_kvcalloc
Mohammad Shehar Yaar Tausif
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-02-11
bpf: Allow compiler to inline most of bpf_local_storage_lookup()
Marco Elver
2023-09-06
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
2023-09-06
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-04-12
bpf: Handle NULL in bpf_local_storage_free.
Alexei Starovoitov
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-10
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
2023-03-10
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
2023-03-10
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2023-03-10
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
2023-03-10
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-02-22
bpf: Annotate data races in bpf_local_storage
Kumar Kartikeya Dwivedi
2023-02-10
bpf: use bpf_map_kvcalloc in bpf_local_storage
Yafang Shao
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-21
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-10-25
bpf: Refactor some inode/task/sk storage functions for reuse
Yonghong Song
2022-10-25
bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...
Martin KaFai Lau
2022-10-18
bpf: Use rcu_trace_implies_rcu_gp() in local storage map
Hou Tao
2022-09-01
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
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
2022-02-23
bpf: Cleanup comments
Tom Rix
2021-12-29
bpf: Allow bpf_local_storage to be used by sleepable programs
KP Singh
[next]