aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/local_storage.c
AgeCommit message (Expand)Author
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2023-03-07bpf: local_storage memory usageYafang Shao
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-02-23bpf: Cleanup commentsTom Rix
2021-12-21bpf: Use struct_size() helperXiu Jianfeng
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2020-12-02bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin