aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
5 daysbpf: Prefer dirty packs for eBPF allocationsPawan Gupta1-3/+3
5 daysbpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta1-3/+24
5 daysbpf: Skip redundant IBPB in pack allocatorPawan Gupta1-1/+14
5 daysbpf: Restrict JIT predictor flush to cBPFPawan Gupta2-6/+9
5 daysbpf: Support for hardening against JIT sprayingPawan Gupta1-0/+19
6 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+9
11 daysbpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan1-1/+1
11 daysbpf: Mask pseudo pointer values in verifier logsNuoqi Gui1-1/+4
11 daysbpf: Reject offset refcount acquire argumentsYiyang Chen1-10/+22
14 daysbpf: Disable xfrm_decode_session hook attachmentBradley Morgan1-0/+3
14 daysbpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani1-0/+1
14 daysbpf: Preserve pointer spill metadata during half-slot cleanupNuoqi Gui1-6/+7
2026-06-21bpf: Fix effective prog array index with BPF_F_PREORDERAmery Hung1-46/+62
2026-06-21bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field checkThiƩbaud Weksteen1-1/+1
2026-06-21bpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis1-86/+123
2026-06-21bpf: Emit verbose message when prog-specific btf_struct_access rejects a writeAlexei Starovoitov1-0/+4
2026-06-21bpf: Fix build_id caching in stack_map_get_build_id_offset()Ihor Solodrai1-53/+130
2026-06-21bpf: Fix stack slot index in nospec checksNuoqi Gui1-1/+2
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-06-17treewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande1-1/+1
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds29-2878/+5433
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa1-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+237
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov1-5/+10
2026-06-12bpf: Fix setting retval to -EPERM for cgroup hooks not returning errnoXu Kuohai2-13/+54
2026-06-12bpf: Run generic devmap egress prog on private skbSun Jian1-0/+12
2026-06-10bpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann1-1/+1
2026-06-09bpf: Cancel special fields on map value recycleJustin Suess3-18/+27
2026-06-09bpf: Reject bpf_obj_drop() from tracing progsJustin Suess1-0/+17
2026-06-09bpf: Allow sleepable programs to use LPM trie maps directlyVlad Poenaru1-0/+1
2026-06-09bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru1-4/+4
2026-06-09bpf: Enforce write checks for BTF pointer helper accessNuoqi Gui1-1/+1
2026-06-09bpf: Validate BTF repeated field counts before expansionPaul Moses1-5/+4
2026-06-08bpf: Fix NULL pointer dereference in bpf_task_from_vpid()Sechang Lim1-2/+4
2026-06-08bpf: Keep dynamic inner array lookups nullableNuoqi Gui1-6/+9
2026-06-07bpf: Fix NMI/tracepoint re-entry deadlock on lru locksMykyta Yatsenko2-71/+119
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa4-13/+53
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa1-0/+1
2026-06-07bpf: Add support for tracing multi linkJiri Olsa1-0/+2
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa2-0/+326
2026-06-07bpf: Move sleepable verification code to btf_id_allow_sleepableJiri Olsa1-32/+50
2026-06-07bpf: Add multi tracing attach typesJiri Olsa4-6/+68
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa2-21/+12
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa3-88/+93
2026-06-07bpf: Add bpf_trampoline_add/remove_prog functionsJiri Olsa1-47/+61
2026-06-07bpf: Move trampoline image setup into bpf_trampoline_ops callbacksJiri Olsa1-28/+38
2026-06-07bpf: Add struct bpf_trampoline_ops objectJiri Olsa1-18/+41
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa1-24/+53
2026-06-07bpf: Reject sleepable BPF_LSM_CGROUP programs at load timeDavid Windsor1-2/+4