aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/local_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao1-3/+2
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao1-2/+2
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao1-1/+1
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+4
2022-02-23bpf: Cleanup commentsTom Rix1-1/+1
2021-12-21bpf: Use struct_size() helperXiu Jianfeng1-2/+1
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev1-1/+10
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King1-1/+1
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko1-3/+0
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-2/+2
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song1-2/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin1-20/+1
2020-12-02bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin1-12/+11
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu1-2/+2
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu1-99/+117
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-12/+12
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann1-12/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo1-1/+1
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo1-1/+1
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-4/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+6
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-1/+1
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin1-2/+9
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-3/+3
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-1/+13
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov1-0/+2
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song1-13/+4
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin1-1/+92
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev1-2/+1
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin1-1/+2
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-27/+142
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin1-0/+3
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin1-20/+130
2018-10-01bpf: rework cgroup storage pointer passingRoman Gushchin1-1/+2
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin1-7/+11
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin1-1/+1
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-0/+1
2018-08-03bpf: pass a pointer to a cgroup storage using pcpu variableRoman Gushchin1-0/+2
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin1-0/+376