aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2026-01-12selftests: ublk: add end-to-end integrity testCaleb Sander Mateos2-0/+112
2026-01-12selftests: ublk: add integrity params testCaleb Sander Mateos3-0/+177
2026-01-12selftests: ublk: add integrity data support to loop targetCaleb Sander Mateos1-18/+74
2026-01-12selftests: ublk: support non-O_DIRECT backing filesCaleb Sander Mateos4-5/+5
2026-01-12selftests: ublk: implement integrity user copy in kublkCaleb Sander Mateos2-5/+50
2026-01-12selftests: ublk: add kublk support for integrity paramsCaleb Sander Mateos6-0/+78
2026-01-12selftests: ublk: add utility to get block device metadata sizeCaleb Sander Mateos2-2/+39
2026-01-12selftests: ublk: display UBLK_F_INTEGRITY supportCaleb Sander Mateos1-0/+1
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe3-6/+83
2026-01-11tools/nolibc: Add a simple test for writing to a FILE and reading it backDaniel Palmer1-0/+53
2026-01-11selftests/nolibc: also test libc-test through regular selftest frameworkThomas Weißschuh1-1/+5
2026-01-11selftests/nolibc: scope custom flags to the nolibc-test targetThomas Weißschuh1-6/+2
2026-01-11selftests/nolibc: try to read from stdin in readv_zero testThomas Weißschuh1-1/+1
2026-01-10Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+17
2026-01-10selftests: net: py: ensure defer() is only used within a test caseJakub Kicinski2-0/+10
2026-01-10selftests: net: py: capitalize defer queue and improve importJakub Kicinski2-6/+6
2026-01-10selftests/net: parametrise iou-zcrx.py with ksft_variantsDavid Wei1-89/+73
2026-01-10selftests: drv-net: psp: Better control the used PSP devCosmin Ratiu3-29/+26
2026-01-10vsock/test: add a final full barrier after run all testsStefano Garzarella1-0/+12
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-09selftests: forwarding: update PTP tcpdump patternsJakub Kicinski1-9/+9
2026-01-09selftests: drv-net: gro: increase the rcvbuf sizeJakub Kicinski1-1/+24
2026-01-09selftests: tls: avoid flakiness in data_stealJakub Kicinski1-4/+12
2026-01-09selftests/resctrl: Fix non-contiguous CBM check for HygonXiaochen Shen1-2/+4
2026-01-09selftests/resctrl: Add CPU vendor detection for HygonXiaochen Shen2-0/+3
2026-01-09selftests/resctrl: Define CPU vendor IDs as bits to match usageXiaochen Shen2-11/+22
2026-01-09selftests/resctrl: Fix a division by zero error on HygonXiaochen Shen1-0/+10
2026-01-09selftests/tracing: Fix test_multiple_writes stallFushuai Wang1-1/+17
2026-01-09selftests/landlock: Properly close a file descriptorGünther Noack1-1/+2
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu1-2/+1
2026-01-08KVM: selftests: Extend vmx_set_nested_state_test to cover SVMYosry Ahmed2-12/+112
2026-01-08KVM: selftests: Use TEST_ASSERT_EQ() in test_vmx_nested_state()Yosry Ahmed1-2/+4
2026-01-08KVM: selftests: Rename vm_get_page_table_entry() to vm_get_pte()Sean Christopherson4-6/+4
2026-01-08KVM: selftests: Extend memstress to run on nested SVMYosry Ahmed1-7/+35
2026-01-08KVM: selftests: Extend vmx_dirty_log_test to cover SVMYosry Ahmed2-21/+54
2026-01-08KVM: selftests: Set the user bit on nested NPT PTEsYosry Ahmed4-2/+9
2026-01-08KVM: selftests: Add support for nested NPTsYosry Ahmed6-4/+54
2026-01-08KVM: selftests: Allow kvm_cpu_has_ept() to be called on AMD CPUsYosry Ahmed1-0/+3
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson4-74/+57
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed4-108/+52
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson1-0/+5
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed4-40/+24
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed7-32/+48
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed3-39/+76
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson6-0/+9
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson2-28/+39
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson8-88/+94
2026-01-08KVM: selftests: Stop setting A/D bits when creating EPT PTEsYosry Ahmed1-8/+0