aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/dirty_log_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-1/+1
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson1-1/+1
2021-06-24KVM: selftests: Remove errant asm/barrier.h include to fix arm64 buildSean Christopherson1-1/+0
2021-04-21KVM: selftests: Always run vCPU thread with blocked SIG_IPIPaolo Bonzini1-2/+7
2021-04-21KVM: selftests: Sync data verify of dirty logging with guest syncPeter Xu1-10/+50
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones1-88/+37
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones1-3/+0
2020-11-15KVM: selftests: Add "-c" parameter to dirty log testPeter Xu1-3/+10
2020-11-15KVM: selftests: Run dirty ring test asynchronouslyPeter Xu1-4/+60
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu1-11/+243
2020-11-15KVM: selftests: Introduce after_vcpu_run hook for dirty log testPeter Xu1-12/+24
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones1-1/+1
2020-11-08KVM: selftests: Use a single binary for dirty/clear log testPeter Xu1-31/+156
2020-11-08KVM: selftests: Always clear dirty bitmap after iterationPeter Xu1-1/+1
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta1-4/+3
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones1-2/+1
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-2/+1
2020-03-16KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones1-4/+1
2020-03-16kvm: selftests: Support dirty log initial-all-set testJay Zhou1-3/+12
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones1-7/+9
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones1-7/+6
2020-02-24KVM: selftests: Rename vm_guest_mode_paramsAndrew Jones1-17/+17
2020-02-24KVM: selftests: aarch64: Remove unnecessary ifdefsAndrew Jones1-12/+9
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu1-47/+5
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu1-3/+2
2019-09-24KVM: selftests: Create VM earlier for dirty log testPeter Xu1-3/+16
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu1-10/+3
2019-08-02KVM: selftests: Enable dirty_log_test on s390xThomas Huth1-7/+52
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth1-1/+1
2019-06-04kvm: selftests: ucall improvementsAndrew Jones1-2/+1
2019-05-24kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones1-1/+1
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth1-1/+5
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2019-05-08KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu1-2/+2
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini1-2/+2
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini1-3/+6
2018-12-21kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones1-4/+27
2018-12-21kvm: selftests: dirty_log_test: improve mode param managementAndrew Jones1-25/+23
2018-12-21kvm: selftests: dirty_log_test: reset guest test phys offsetAndrew Jones1-4/+7
2018-12-21kvm: selftests: dirty_log_test: always use -tAndrew Jones1-19/+17
2018-12-21kvm: selftests: dirty_log_test: don't identity map the test memAndrew Jones1-13/+14
2018-12-21kvm: selftests: x86_64: dirty_log_test: fix -tAndrew Jones1-0/+9
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini1-0/+19
2018-10-28Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+2
2018-10-24selftests: kvm: Fix -Wformat warningsAndrea Parri1-2/+2
2018-10-17kvm: selftests: support high GPAs in dirty_log_testAndrew Jones1-15/+50
2018-10-17kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones1-3/+10
2018-10-17kvm: selftests: dirty_log_test: also test 64K pages on aarch64Andrew Jones1-46/+137
2018-10-17kvm: selftests: port dirty_log_test to aarch64Andrew Jones1-0/+315
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones1-307/+0