summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack2022-09-303-12/+44
* KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachableDavid Matlack2022-09-301-2/+4
* Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson2022-09-301-13/+1
* KVM: selftests: Dedup subtests of fix_hypercall_testSean Christopherson2022-09-301-32/+13
* KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==offSean Christopherson2022-09-301-8/+18
* KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" testSean Christopherson2022-09-301-27/+16
* KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_testSean Christopherson2022-09-301-14/+8
* KVM: selftests: Compare insn opcodes directly in fix_hypercall_testSean Christopherson2022-09-301-18/+16
* KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson2022-09-302-1/+49
* KVM: selftests: Gracefully handle empty stack tracesDavid Matlack2022-09-301-7/+13
* KVM: selftests: replace assertion with warning in access_tracking_perf_testEmanuele Giuseppe Esposito2022-09-301-9/+16
* KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack2022-09-272-0/+21
* Merge tag 'kvm-s390-master-6.0-2' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2022-09-237-115/+263
|\
| * Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-081-10/+26
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-021-10/+26
| | |\
| | | * netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-311-10/+26
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-041-2/+2
| |\ \ \
| * \ \ \ Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-022-70/+41
| |\ \ \ \
| | * | | | selftests/net: return back io_uring zc send testsPavel Begunkov2022-09-012-79/+41
| | * | | | selftests/net: temporarily disable io_uring zc testPavel Begunkov2022-09-011-0/+9
| * | | | | Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-021-10/+145
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-10/+145
| * | | | | selftests: net: sort .gitignore fileAxel Rasmussen2022-08-311-25/+25
| | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-262-0/+26
| |\ \ \ \
| | * | | | selftests/bpf: Add regression test for pruning fixKumar Kartikeya Dwivedi2022-08-251-0/+25
| | * | | | selftests/bpf: Add lru_bug to s390x deny listDaniel Müller2022-08-121-0/+1
* | | | | | selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang2022-09-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-0111-176/+343
|\| | | |
| * | | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-255-0/+90
| |\ \ \ \
| | * | | | selftests: include bonding tests into the kselftest infraJonathan Toppins2022-08-225-0/+90
| * | | | | Merge tag 'linux-kselftest-fixes-6.0-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-0/+7
| |\ \ \ \ \
| | * | | | | selftests/vm: fix inability to build any vm testsAxel Rasmussen2022-08-191-0/+1
| | * | | | | selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warningKristen Carlson Accardi2022-08-151-0/+6
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'powerpc-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-202-4/+34
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | selftests/powerpc: Add missing PMU selftests to .gitignoresRussell Currey2022-08-152-4/+34
| | |/ / /
| * | | | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-181-170/+207
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-170/+207
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | testing: selftests: nft_flowtable.sh: rework test to detect offload failureFlorian Westphal2022-08-171-57/+84
| | | * | | testing: selftests: nft_flowtable.sh: use random netns namesFlorian Westphal2022-08-171-118/+128
| * | | | | selftests/landlock: fix broken include of linux/landlock.hGuillaume Tucker2022-08-151-2/+5
| | |_|/ / | |/| | |
* | | | | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1
* | | | | KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack2022-08-191-1/+1
|/ / / /
* | | | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-121-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | wireguard: selftests: set CONFIG_NONPORTABLE on riscv32Jason A. Donenfeld2022-08-121-0/+1
* | | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1114-43/+887
|\ \ \ \
| * | | | selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-103-24/+48
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-106-3/+309
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| | * | | selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| | * | | selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92