summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
4 daysbpf: Prefer dirty packs for eBPF allocationsPawan Gupta
4 daysbpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
4 daysbpf: Skip redundant IBPB in pack allocatorPawan Gupta
4 daysbpf: Restrict JIT predictor flush to cBPFPawan Gupta
4 daysbpf: Support for hardening against JIT sprayingPawan Gupta
4 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
9 daysbpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan
9 daysbpf: Mask pseudo pointer values in verifier logsNuoqi Gui
9 daysbpf: Reject offset refcount acquire argumentsYiyang Chen
12 daysbpf: Disable xfrm_decode_session hook attachmentBradley Morgan
12 daysbpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani
12 daysbpf: Preserve pointer spill metadata during half-slot cleanupNuoqi Gui
13 daysbpf: Fix effective prog array index with BPF_F_PREORDERAmery Hung
13 daysbpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field checkThiébaud Weksteen
13 daysbpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis
13 daysbpf: Emit verbose message when prog-specific btf_struct_access rejects a writeAlexei Starovoitov
13 daysbpf: Fix build_id caching in stack_map_get_build_id_offset()Ihor Solodrai
13 daysbpf: Fix stack slot index in nospec checksNuoqi Gui
13 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-17treewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov
2026-06-12bpf: Fix setting retval to -EPERM for cgroup hooks not returning errnoXu Kuohai
2026-06-12bpf: Run generic devmap egress prog on private skbSun Jian
2026-06-10bpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann
2026-06-09bpf: Cancel special fields on map value recycleJustin Suess
2026-06-09bpf: Reject bpf_obj_drop() from tracing progsJustin Suess
2026-06-09bpf: Allow sleepable programs to use LPM trie maps directlyVlad Poenaru
2026-06-09bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
2026-06-09bpf: Enforce write checks for BTF pointer helper accessNuoqi Gui
2026-06-09bpf: Validate BTF repeated field counts before expansionPaul Moses
2026-06-08bpf: Fix NULL pointer dereference in bpf_task_from_vpid()Sechang Lim
2026-06-08bpf: Keep dynamic inner array lookups nullableNuoqi Gui
2026-06-07bpf: Fix NMI/tracepoint re-entry deadlock on lru locksMykyta Yatsenko
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa
2026-06-07bpf: Add support for tracing multi linkJiri Olsa
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa
2026-06-07bpf: Move sleepable verification code to btf_id_allow_sleepableJiri Olsa
2026-06-07bpf: Add multi tracing attach typesJiri Olsa
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa
2026-06-07bpf: Add bpf_trampoline_add/remove_prog functionsJiri Olsa
2026-06-07bpf: Move trampoline image setup into bpf_trampoline_ops callbacksJiri Olsa
2026-06-07bpf: Add struct bpf_trampoline_ops objectJiri Olsa
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa
2026-06-07bpf: Reject sleepable BPF_LSM_CGROUP programs at load timeDavid Windsor