aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-28vfio: selftests: Split libvfio.h into separate header filesDavid Matlack6-334/+381
2025-11-28vfio: selftests: Move vfio_selftests_*() helpers into libvfio.cDavid Matlack3-71/+79
2025-11-28vfio: selftests: Rename vfio_util.h to libvfio.hDavid Matlack11-13/+13
2025-11-28vfio: selftests: Stop passing device for IOMMU operationsDavid Matlack4-65/+22
2025-11-28vfio: selftests: Move IOVA allocator into iova_allocator.cDavid Matlack3-71/+95
2025-11-28vfio: selftests: Move IOMMU library code into iommu.cDavid Matlack4-453/+527
2025-11-28vfio: selftests: Rename struct vfio_dma_region to dma_regionDavid Matlack4-21/+21
2025-11-28vfio: selftests: Upgrade driver logging to dev_err()David Matlack2-4/+4
2025-11-28vfio: selftests: Prefix logs with device BDF where relevantDavid Matlack4-25/+30
2025-11-28vfio: selftests: Eliminate overly chatty loggingDavid Matlack1-14/+0
2025-11-28vfio: selftests: Support multiple devices in the same container/iommufdDavid Matlack5-50/+107
2025-11-28vfio: selftests: Introduce struct iommuDavid Matlack2-42/+49
2025-11-28vfio: selftests: Rename struct vfio_iommu_mode to iommu_modeDavid Matlack2-4/+4
2025-11-28vfio: selftests: Allow passing multiple BDFs on the command lineDavid Matlack2-11/+48
2025-11-28vfio: selftests: Split run.sh into separate scriptsDavid Matlack5-99/+140
2025-11-28vfio: selftests: Move run.sh into scripts directoryDavid Matlack2-1/+3
2025-11-28Merge tag 'vfio-v6.18-rc6' into v6.19/vfio/nextAlex Williamson4-9/+288
2025-11-28selftests/landlock: Add disconnected leafs and branch test suitesMickaël Salaün1-0/+1051
2025-11-28selftests/landlock: Add tests for access through disconnected pathsTingmao Wang1-8/+415
2025-11-28Merge branch 'for-next/sysreg' into for-next/coreCatalin Marinas1-3/+7
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas3-5/+63
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel2-22/+50
2025-11-28KVM: LoongArch: selftests: Add time counter test caseBibo Mao2-0/+39
2025-11-28KVM: LoongArch: selftests: Add SW emulated timer test caseBibo Mao1-0/+40
2025-11-28KVM: LoongArch: selftests: Add timer interrupt test caseBibo Mao5-2/+228
2025-11-28selftests: netfilter: nft_flowtable.sh: Add the capability to send IPv6 TCP t...Lorenzo Bianconi1-14/+43
2025-11-28selftests: netfilter: nft_flowtable.sh: Add IPIP flowtable selftestLorenzo Bianconi1-0/+69
2025-11-27selftests/liveupdate: add kexec test for multiple and empty sessionsPasha Tatashin2-0/+163
2025-11-27selftests/liveupdate: add simple kexec-based selftest for LUOPasha Tatashin5-0/+421
2025-11-27selftests/liveupdate: add userspace API selftestsPasha Tatashin5-0/+396
2025-11-27kho: make debugfs interface optionalPasha Tatashin1-0/+1
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy306-307/+310
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton2-9/+8
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+7
2025-11-27KVM: arm64: selftests: Consider all 7 possible levels of cacheBen Horgan1-1/+1
2025-11-27KVM: arm64: selftests: Remove ARM64_FEATURE_FIELD_BITS and its last userBen Horgan1-2/+6
2025-11-27selftests: af_unix: remove unused stdlib.h includeSunday Adelodun1-1/+0
2025-11-27KVM: LoongArch: selftests: Add exception handler register interfaceBibo Mao2-0/+45
2025-11-27KVM: LoongArch: selftests: Add basic interfacesBibo Mao2-0/+55
2025-11-27KVM: LoongArch: selftests: Add system registers save/restore on exceptionBibo Mao2-1/+10
2025-11-26selftests/net: packetdrill: pass send_omit_free to MSG_ZEROCOPY testsWillem de Bruijn12-0/+29
2025-11-26selftests/net: initialize char variable to nullAnkit Khushwaha2-2/+2
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds1-8/+7
2025-11-26selftests/landlock: Fix makefile header listMatthieu Buffet1-1/+1
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe2-0/+87
2025-11-26Merge tag 'kvm-x86-selftests-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini24-166/+481
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-134/+315
2025-11-25selftest: af_unix: Extend recv() timeout in so_peek_off.c.Kuniyuki Iwashima1-2/+2
2025-11-25selftest: af_unix: Create its own .gitignore.Kuniyuki Iwashima2-8/+8
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet2-4/+4