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