summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/s390x
AgeCommit message (Expand)Author
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson
2024-11-11KVM: s390: selftests: Add regression tests for PFCR subfunctionsHendrik Brueckner
2024-11-11KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug outputChristoph Schlameuss
2024-11-11KVM: s390: selftests: Fix whitespace confusion in ucontrol testChristoph Schlameuss
2024-11-11KVM: s390: selftests: Verify reject memory region operations for ucontrol VMsChristoph Schlameuss
2024-11-11KVM: s390: selftests: Add uc_skey VM test caseChristoph Schlameuss
2024-11-11KVM: s390: selftests: Add uc_map_unmap VM test caseChristoph Schlameuss
2024-10-07KVM: s390: selftests: Add regression tests for PLO subfunctionsHariharan Mari
2024-10-07KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD c...Hariharan Mari
2024-10-07KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto...Hariharan Mari
2024-10-07KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subf...Hariharan Mari
2024-10-07KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctionsHariharan Mari
2024-09-16selftests: kvm: s390: Add VM run test caseChristoph Schlameuss
2024-08-19selftests: kvm: s390: Add test fixture and simple VM setup testsChristoph Schlameuss
2024-08-19selftests: kvm: s390: Add s390x ucontrol test suite with hpage testChristoph Schlameuss
2024-08-19selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace testsChristoph Schlameuss
2024-08-19selftests: kvm: s390: Define page sizes in shared headerChristoph Schlameuss
2024-06-05KVM: s390x: selftests: Add shared zeropage testDavid Hildenbrand
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-14Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-02-23KVM: s390: selftest: memop: Fix undefined behaviorNina Schoetterl-Glausch
2024-02-22KVM: s390: selftests: memop: add a simple AR testEric Farman
2024-01-29KVM: selftests: s390x: Remove redundant newlinesAndrew Jones
2023-11-08selftests: kvm/s390x: use vm_create_barebones()Paolo Bonzini
2023-08-28KVM: s390: selftests: Add selftest for single-steppingIlya Leoshkevich
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Rename the ASSERT_EQ macroThomas Huth
2023-06-16KVM: s390: selftests: add selftest for CMMA migrationNico Boehr
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2023-02-07KVM: s390: selftest: memop: Add cmpxchg testsJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Fix integer literalJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Fix wrong address being used in testJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Fix typoJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Add bad address testJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Move testlist into mainJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Replace macros by functionsJanis Schoetterl-Glausch
2023-02-07KVM: s390: selftest: memop: Pass mop_desc via pointerJanis Schoetterl-Glausch
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-15KVM: s390: selftests: Fix memop extension capability checkJanis Schoetterl-Glausch
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson