summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/rseq_test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-121-3/+10
|\
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-291-0/+1
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-3/+9
* | KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen2024-05-021-2/+33
|/
* KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-291-2/+2
* KVM: selftests: Fix build of rseq testMark Brown2023-01-301-13/+3
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-161-3/+0
* KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson2022-11-161-1/+0
* selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang2022-09-221-1/+1
* KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan2022-08-101-15/+27
* KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan2022-08-101-20/+6
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-13/+9
|\
| * KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-8/+5
| * KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-2/+2
| * KVM: selftests: Convert rseq_test away from VCPU_IDSean Christopherson2022-06-111-5/+4
* | KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan2022-07-191-3/+5
|/
* KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson2021-09-301-10/+59
* selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton2021-09-241-0/+1
* KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson2021-09-221-0/+236