summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-21selftests/bpf: update verifier test for default trusted pointer semanticsMatt Bobrowski5-34/+52
2026-01-21selftests/bpf: Add tests for BPF_DIV and BPF_MOD range trackingYazhou Tang2-0/+1151
2026-01-21bpf: Add range tracking for BPF_DIV and BPF_MODYazhou Tang2-5/+6
2026-01-21selftests/bpf: Migrate struct_ops_assoc test to KF_IMPLICIT_ARGSIhor Solodrai5-16/+17
2026-01-21bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai2-6/+6
2026-01-21bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai5-13/+12
2026-01-21HID: Use bpf_wq_set_callback kernel functionIhor Solodrai1-5/+3
2026-01-21bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai3-9/+4
2026-01-21selftests/bpf: Add tests for KF_IMPLICIT_ARGSIhor Solodrai3-0/+77
2026-01-21resolve_btfids: Support for KF_IMPLICIT_ARGSIhor Solodrai1-0/+382
2026-01-21resolve_btfids: Introduce finalize_btf() stepIhor Solodrai1-21/+48
2026-01-20selftests/bpf: Add perfbuf multi-producer benchmarkGyutae Bae1-0/+5
2026-01-17selftests/bpf: Fix map_kptr test failureYonghong Song2-0/+41
2026-01-17selftests/bpf: Support when CONFIG_VXLAN=mAlan Maguire1-8/+13
2026-01-17bpftool: Add 'prepend' option for tcx attach to insert at chain startGyutae Bae3-12/+58
2026-01-16selftests: bpf: Add test for multiple syncs from linked registerPuranjay Mohan1-0/+33
2026-01-16selftests/bpf: Add test for bpf_override_return helperJiri Olsa3-0/+71
2026-01-15selftests/bpf: Extend live regs tests with a test for gotoxAnton Protopopov1-0/+41
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov125-429/+1421
2026-01-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+11
2026-01-14selftests/bpf: Add tests for loading insn array values with offsetsAnton Protopopov1-0/+208
2026-01-14selftests/bpf: assert BPF kfunc default trusted pointer semanticsMatt Bobrowski2-0/+34
2026-01-14bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski4-5/+5
2026-01-14btf: Refactor the code by calling str_is_emptyDonglin Peng2-19/+19
2026-01-14libbpf: Verify BTF sortingDonglin Peng1-0/+25
2026-01-14libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng1-25/+65
2026-01-14tools/resolve_btfids: Support BTF sorting featureDonglin Peng1-0/+64
2026-01-14selftests/bpf: Add test cases for btf__permute functionalityDonglin Peng1-0/+244
2026-01-14libbpf: Add BTF permutation support for type reorderingDonglin Peng3-0/+176
2026-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-59/+85
2026-01-13selftests/bpf: Add tests for s>>=31 and s>>=63Alexei Starovoitov1-0/+85
2026-01-13selftests/bpf: Fix verifier_arena_globals1 failure with 64K pageYonghong Song1-1/+1
2026-01-13selftests/bpf: Fix sk_bypass_prot_mem failure with 64K pageYonghong Song1-1/+6
2026-01-13selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K pageYonghong Song1-1/+1
2026-01-13selftests/bpf: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
2026-01-11treewide: Update email addressThomas Gleixner2-2/+2
2026-01-11Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+17
2026-01-10selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1Sean Christopherson1-12/+18
2026-01-10selftests: kvm: try getting XFD and XSAVE state out of syncPaolo Bonzini1-8/+30
2026-01-10selftests: kvm: replace numbered sync points with actionsPaolo Bonzini1-45/+43
2026-01-10libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya1-0/+9
2026-01-10selftests/tracing: Fix test_multiple_writes stallFushuai Wang1-1/+17
2026-01-09bpftool: Make skeleton C++ compatible with explicit castsWanLi Niu1-4/+4
2026-01-08Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-12/+197
2026-01-08tools: ynl: don't install testsJakub Kicinski1-1/+0
2026-01-08Merge tag 'hid-for-linus-2026010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-13/+64
2026-01-07selftests/hid: add a test for the Digitizer/Button Type pressurepadPeter Hutterer1-4/+35
2026-01-07selftests/hid: use a enum class for the different button typesPeter Hutterer1-10/+14
2026-01-07selftests/hid: require hidtools 0.12Peter Hutterer1-0/+14
2026-01-07selftests/hid: fix bpf compilations due to -fms-extensionsBenjamin Tissoires1-0/+2