aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-06-28selftests/rseq: riscv: use rseq_get_abi() helperMichael Jeanson1-18/+18
2022-06-27selftests: tc-testing: Add testcases to test new flush behaviourVictor Nogueira1-0/+77
2022-06-27kselftests/damon: add support for cases where debugfs cannot be readGautam1-0/+10
2022-06-27selftests: Make the usage formatting consistent in kselftest_deps.shGautam Menghani1-1/+1
2022-06-27kselftests: Enable the echo command to print newlines in MakefileGautam1-1/+1
2022-06-27userfaultfd/selftests: Fix typo in commentXiang wangx1-1/+1
2022-06-27Merge branch 'master' into mm-nonmm-stableakpm27-296/+582
2022-06-27Merge branch 'master' into mm-stableakpm26-294/+580
2022-06-26selftests/powerpc: Skip energy_scale_info test on older firmwareMichael Ellerman1-12/+18
2022-06-24tc-testing: gitignore, delete plugins directoryliujing1-1/+0
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+4
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki1-9/+75
2022-06-24selftest/bpf: Test for use-after-free bug fix in inline_bpf_loopEduard Zingerman2-0/+50
2022-06-24KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang1-3/+17
2022-06-24KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang5-0/+344
2022-06-24KVM: selftests: Cache binary stats metadata for duration of testBen Gardon2-15/+22
2022-06-24KVM: selftests: Test disabling NX hugepages on a VMBen Gardon3-48/+113
2022-06-24KVM: selftests: Add NX huge pages testBen Gardon6-0/+337
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon3-7/+41
2022-06-24KVM: selftests: Clean up coding style in binary stats testSean Christopherson1-34/+45
2022-06-24KVM: selftests: Read binary stats desc in libBen Gardon3-11/+63
2022-06-24KVM: selftests: Read binary stats header in libBen Gardon2-2/+10
2022-06-24KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon1-31/+27
2022-06-24selftests/kexec: remove broken EFI_VARS secure boot fallback checkArd Biesheuvel1-34/+2
2022-06-23selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP testDimitris Michailidis1-1/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-62/+237
2022-06-23selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz1-1/+0
2022-06-23selftests/bpf: Test a BPF CC implementing the unsupported get_info()Jörn-Thorben Hinz2-0/+41
2022-06-23selftests/bpf: Test an incomplete BPF CCJörn-Thorben Hinz2-0/+57
2022-06-23selftests/bpf: Test a BPF CC writing sk_pacing_*Jörn-Thorben Hinz2-0/+79
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta1-5/+4
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-57/+208
2022-06-22selftests/bpf: Add benchmark for local_storage getDave Marchevsky7-1/+494
2022-06-22KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson4-0/+139
2022-06-22Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-5/+29
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-1/+1
2022-06-21torture: Create kvm-check-branches.sh output in proper locationPaul E. McKenney1-8/+3
2022-06-21torture: Adjust to again produce debugging informationPaul E. McKenney1-3/+3
2022-06-21selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou1-1/+1
2022-06-20selftests/bpf: BPF test_prog selftests for bpf_loop inliningEduard Zingerman2-0/+176
2022-06-20selftests/bpf: BPF test_verifier selftests for bpf_loop inliningEduard Zingerman1-0/+252
2022-06-20selftests/bpf: allow BTF specs and func infos in test_verifier testsEduard Zingerman3-18/+79
2022-06-20selftests/bpf: specify expected instructions in test_verifier testsEduard Zingerman1-0/+234
2022-06-20KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall testsSean Christopherson1-83/+32
2022-06-20torture: Make kvm-remote.sh announce which system is being waited onPaul E. McKenney1-0/+1
2022-06-20KVM: selftests: Mostly fix broken Hyper-V Features testSean Christopherson1-61/+81
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson3-63/+102
2022-06-20selftests/bpf: Enable config options needed for xdp_synproxy testMaxim Mikityanskiy1-0/+6
2022-06-20ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti1-9/+27
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski29-202/+2575