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