aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/rseq_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+10
2024-05-02KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen1-2/+33
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson1-0/+1
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson1-3/+9
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones1-2/+2
2023-01-30KVM: selftests: Fix build of rseq testMark Brown1-13/+3
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve1-3/+0
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson1-1/+0
2022-09-22selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2022-08-10KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan1-15/+27
2022-08-10KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan1-20/+6
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-13/+9
2022-07-19KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan1-3/+5
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-8/+5
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-2/+2
2022-06-11KVM: selftests: Convert rseq_test away from VCPU_IDSean Christopherson1-5/+4
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson1-10/+59
2021-09-24selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton1-0/+1
2021-09-22KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson1-0/+236