summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-04-04selftests: drv-net: gro: add 1 byte payload testJakub Kicinski2-3/+13
2026-04-04selftests: drv-net: gro: add data burst test caseJakub Kicinski2-1/+22
2026-04-03KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate testSean Christopherson1-2/+0
2026-04-03selftests/seccomp: Add hard-coded __NR_uprobe for x86_64Oleg Nesterov1-0/+6
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov2-8/+18
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov2-0/+228
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov2-5/+4
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov1-2/+2
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov19-10/+1034
2026-04-03selftest/bpf: Enable gotox tests for powerpc64Abhishek Dubey1-2/+2
2026-04-03selftest/bpf: Enable instruction array test for powerpcAbhishek Dubey1-1/+1
2026-04-03selftests/bpf: Enable private stack tests for powerpc64Abhishek Dubey4-35/+13
2026-04-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+341
2026-04-03selftests/bpf: Remove invariant violation flagsPaul Chaignon1-17/+7
2026-04-03selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon1-0/+29
2026-04-03selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung1-7/+18
2026-04-03selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung2-6/+4
2026-04-03selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung1-1/+1
2026-04-03selftests/bpf: Simplify task_local_data memory allocationAmery Hung1-38/+22
2026-04-03selftests/bpf: Fix task_local_data data allocation sizeAmery Hung2-6/+8
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee1-0/+80
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-6/+446
2026-04-02selftests/bpf: Add more precision tracking tests for atomicsDaniel Borkmann1-0/+341
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+69
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang2-0/+83
2026-04-02KVM: riscv: selftests: Implement kvm_arch_has_default_irqchipMayuresh Chitale1-0/+5
2026-04-02tracing: selftests: Extend hotplug testing for trace remotesVincent Donnefort5-55/+115
2026-04-02selftests/tc-testing: add tests for cls_fw and cls_flow on shared blocksXiang Mei1-0/+44
2026-04-02selftests: drivers: hw: add test for the ethtool standard countersIoana Ciornei2-0/+207
2026-04-02selftests: drivers: hw: update ethtool_rmon to work with a single local inter...Ioana Ciornei1-13/+17
2026-04-02selftests: drivers: hw: move to KTAP outputIoana Ciornei1-8/+16
2026-04-02selftests: drivers: hw: replace counter upper limit with UINT32_MAX in rmon testIoana Ciornei1-2/+2
2026-04-02selftests: drivers: hw: test rmon counters only on first interfaceIoana Ciornei1-2/+0
2026-04-02selftests: drivers: hw: cleanup shellcheck warnings in the rmon testIoana Ciornei1-25/+29
2026-04-02selftests: net: update some helpers to use run_onIoana Ciornei2-8/+14
2026-04-02selftests: net: extend lib.sh to parse drivers/net/net.configIoana Ciornei3-9/+146
2026-04-02selftests: forwarding: extend ethtool_std_stats_get with pause statisticsIoana Ciornei1-2/+8
2026-04-02iommufd/selftest: Test dirty tracking on PASIDZhenzhong Duan1-0/+27
2026-04-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+112
2026-04-01KVM: arm64: selftests: Avoid testing the IMPDEF behaviorZenghui Yu (Huawei)1-12/+2
2026-04-01tools/nolibc/printf: Support negative variable width and precisionDavid Laight1-2/+3
2026-04-01KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtimeMarc Zyngier1-7/+45
2026-04-01Merge branch 'for-linus' into for-nextTakashi Iwai119-470/+2749
2026-04-01selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15Amit Machhiwal1-1/+1
2026-04-01selftests: drv-net: update the README with variantsJakub Kicinski1-0/+33
2026-04-01lkdtm/fortify: Drop unneeded FORTIFY_STR_OBJECT testKees Cook1-1/+0
2026-04-01selftests/bpf: Suppress veristat error messages in non-verbose modeMykyta Yatsenko1-2/+3
2026-04-01selftests/bpf: Test access to ringbuf position with map pointerMenglong Dong1-0/+17
2026-04-01selftests/run_kselftest.sh: Remove unused $ROOTRicardo B. Marlière1-1/+0
2026-04-01selftests/cpu-hotplug: Fix check for cpu hotplug not supportedDmytro Maluka1-1/+1