summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-20bpf: verifier: Make sync_linked_regs() scratch registersPuranjay Mohan
2026-01-16selftests/bpf: Fix map_kptr test failureYonghong Song
2026-01-16selftests/bpf: Support when CONFIG_VXLAN=mAlan Maguire
2026-01-16bpftool: Add 'prepend' option for tcx attach to insert at chain startGyutae Bae
2026-01-16bpf: Add SPDX license identifiers to a few filesTim Bird
2026-01-16bpf: Add __force annotations to silence sparse warningsMykyta Yatsenko
2026-01-16Merge branch 'bpf-fix-linked-register-tracking'Alexei Starovoitov
2026-01-16selftests: bpf: Add test for multiple syncs from linked registerPuranjay Mohan
2026-01-16bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-01-15selftests/bpf: Add test for bpf_override_return helperJiri Olsa
2026-01-15arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa
2026-01-14Merge branch 'bpf-live-registers-computation-with-gotox'Alexei Starovoitov
2026-01-14selftests/bpf: Extend live regs tests with a test for gotoxAnton Protopopov
2026-01-14bpf: Properly mark live registers for indirect jumpsAnton Protopopov
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-01-13Merge branch 'properly-load-insn-array-values-with-offsets'Alexei Starovoitov
2026-01-13selftests/bpf: Add tests for loading insn array values with offsetsAnton Protopopov
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov
2026-01-13selftests/bpf: assert BPF kfunc default trusted pointer semanticsMatt Bobrowski
2026-01-13bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()Matt Bobrowski
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski
2026-01-13Merge branch 'improve-the-performance-of-btf-type-lookups-with-binary-search'Andrii Nakryiko
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng
2026-01-13btf: Verify BTF sortingDonglin Peng
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng
2026-01-13libbpf: Verify BTF sortingDonglin Peng
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng
2026-01-13tools/resolve_btfids: Support BTF sorting featureDonglin Peng
2026-01-13selftests/bpf: Add test cases for btf__permute functionalityDonglin Peng
2026-01-13libbpf: Add BTF permutation support for type reorderingDonglin Peng
2026-01-13Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-01-13Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-01-13Merge branch 'bpf-recognize-special-arithmetic-shift-in-the-verifier'Alexei Starovoitov
2026-01-13selftests/bpf: Add tests for s>>=31 and s>>=63Alexei Starovoitov
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov
2026-01-13Merge branch 'fix-a-few-selftest-failure-due-to-64k-page'Alexei Starovoitov
2026-01-13selftests/bpf: Fix verifier_arena_globals1 failure with 64K pageYonghong Song
2026-01-13selftests/bpf: Fix sk_bypass_prot_mem failure with 64K pageYonghong Song
2026-01-13selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K pageYonghong Song
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko
2026-01-12Merge branch 'use-correct-destructor-kfunc-types'Alexei Starovoitov
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen
2026-01-12selftests/bpf: Use the correct destructor kfunc typeSami Tolvanen
2026-01-12bpf: net_sched: Use the correct destructor kfunc typeSami Tolvanen