summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-16x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-0/+25
2023-12-16bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao1-0/+3
2023-12-16bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao1-0/+4
2023-12-15bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu1-0/+1
2023-12-15bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2023-12-15bpf: Fix a race condition between btf_put() and map_free()Yonghong Song1-1/+5
2023-12-14bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao1-1/+1
2023-12-14bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2-4/+6
2023-12-14bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao1-3/+7
2023-12-14bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski1-0/+12
2023-12-14bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko1-1/+9
2023-12-14bpf: Support uid and gid when mounting bpffsJie Jiang1-1/+49
2023-12-13bpf: Comment on check_mem_size_regAndrei Matei1-0/+6
2023-12-12bpf: Remove unused backtrack_state helper functionsYang Li1-15/+0
2023-12-12bpf: tidy up exception callback management a bitAndrii Nakryiko2-22/+41
2023-12-12bpf: emit more dynptr information in verifier logAndrii Nakryiko1-9/+16
2023-12-12bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko1-0/+4
2023-12-10bpf: Add bpf_cpumask_weight() kfuncDavid Vernet1-0/+12
2023-12-10bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko1-1/+0
2023-12-10bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao1-0/+6
2023-12-10bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao1-2/+4
2023-12-10bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao1-3/+3
2023-12-10bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao1-1/+3
2023-12-10bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao1-1/+0
2023-12-09bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao1-3/+3
2023-12-09bpf: Minor cleanup around stack boundsAndrei Matei1-2/+9
2023-12-09bpf: Fix accesses to uninit stack slotsAndrei Matei1-39/+26
2023-12-08bpf: Guard stack limits against 32bit overflowAndrei Matei1-3/+3
2023-12-08bpf: Fix verification of indirect var-off stack accessAndrei Matei1-10/+4
2023-12-07bpf: Use arch_bpf_trampoline_sizeSong Liu3-22/+42
2023-12-07bpf: Add arch_bpf_trampoline_size()Song Liu1-0/+6
2023-12-07bpf: Add helpers for trampoline image managementSong Liu2-14/+44
2023-12-07bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-2/+2
2023-12-07bpf: Let bpf_prog_pack_free handle any pointerSong Liu2-15/+11
2023-12-06bpf,lsm: add BPF token LSM hooksAndrii Nakryiko2-6/+16
2023-12-06bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2-5/+5
2023-12-06bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2-14/+16
2023-12-06bpf: consistently use BPF token throughout BPF verifier logicAndrii Nakryiko3-9/+8
2023-12-06bpf: take into account BPF token when fetching helper protosAndrii Nakryiko4-9/+10
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko4-26/+95
2023-12-06bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko1-2/+18
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko3-15/+56
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko4-6/+239
2023-12-06bpf: add BPF token delegation mount options to BPF FSAndrii Nakryiko1-10/+78
2023-12-06bpf: align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko1-4/+9
2023-12-06bpf: track aligned STACK_ZERO cases as imprecise spilled registersAndrii Nakryiko1-3/+7
2023-12-06bpf: preserve constant zero when doing partial register restoreAndrii Nakryiko1-4/+21
2023-12-06bpf: preserve STACK_ZERO slots on partial reg spillsAndrii Nakryiko1-5/+23
2023-12-06bpf: fix check for attempt to corrupt spilled pointerAndrii Nakryiko1-1/+1
2023-12-06bpf: support non-r10 register spill/fill to/from stack in precision trackingAndrii Nakryiko1-73/+102