summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/kvm_stat: Add command line switch '-L' to log to fileStefan Raspl2020-04-212-13/+68
* tools/kvm_stat: add command line switch '-z' to skip zero recordsStefan Raspl2020-04-212-8/+24
* selftests: kvm: Add testcase for creating max number of memslotsWainer dos Santos Moschetta2020-04-151-4/+61
* KVM: selftests: Make set_memory_region_test common to all architecturesSean Christopherson2020-04-153-3/+14
* KVM: selftests: Add "zero" testcase to set_memory_region_testSean Christopherson2020-04-151-0/+24
* selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta2020-04-152-0/+6
* KVM: selftests: Add "delete" testcase to set_memory_region_testSean Christopherson2020-04-151-0/+91
* KVM: sefltests: Add explicit synchronization to move mem region testSean Christopherson2020-04-151-18/+99
* KVM: selftests: Add GUEST_ASSERT variants to pass values to hostSean Christopherson2020-04-151-5/+20
* KVM: selftests: Add util to delete memory regionSean Christopherson2020-04-152-17/+40
* KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson2020-04-154-60/+48
* KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson2020-04-151-4/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0242-587/+2103
|\
| * Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-3133-130/+287
| |\
| * | KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson2020-03-261-2/+2
| * | tools/kvm_stat: add command line switch '-c' to log in csv formatStefan Raspl2020-03-232-14/+53
| * | tools/kvm_stat: add command line switch '-s' to set update intervalStefan Raspl2020-03-232-12/+38
| * | tools/kvm_stat: switch to argparseStefan Raspl2020-03-231-80/+62
| * | tools/kvm_stat: rework command line sequence and message textsStefan Raspl2020-03-232-24/+25
| * | KVM: selftests: Rework timespec functions and usageAndrew Jones2020-03-184-44/+35
| * | Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-1630-93/+400
| |\ \
| * | | KVM: selftests: enlightened VMPTRLD with an incorrect GPAVitaly Kuznetsov2020-03-161-2/+10
| * | | KVM: selftests: test enlightened vmenter with wrong eVMCS versionVitaly Kuznetsov2020-03-161-4/+9
| * | | KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov2020-03-162-1/+3
| * | | selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta2020-03-1613-53/+46
| * | | selftests: kvm: Introduce the TEST_FAIL macroWainer dos Santos Moschetta2020-03-161-0/+3
| * | | selftests: KVM: s390: check for registers to NOT change on resetChristian Borntraeger2020-03-161-2/+53
| * | | selftests: KVM: s390: test more register variants for the reset ioctlChristian Borntraeger2020-03-161-9/+41
| * | | selftests: KVM: s390: fix early guest crashChristian Borntraeger2020-03-161-14/+13
| * | | KVM: selftests: Introduce steal-time testAndrew Jones2020-03-167-5/+385
| * | | KVM: selftests: virt_map should take npages, not sizeAndrew Jones2020-03-166-19/+16
| * | | KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-1618-25/+37
| * | | KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones2020-03-1610-17/+16
| * | | selftests: KVM: s390: fix format strings for access reg testChristian Borntraeger2020-03-161-2/+9
| * | | selftests: KVM: s390: fixup fprintf format error in reset.cChristian Borntraeger2020-03-161-1/+1
| * | | KVM: selftests: Share common API documentationAndrew Jones2020-03-165-248/+187
| * | | selftests: KVM: SVM: Add vmcall test to gitignoreAndrew Jones2020-03-161-2/+3
| * | | KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones2020-03-163-9/+8
| * | | kvm: selftests: Support dirty log initial-all-set testJay Zhou2020-03-162-3/+16
| * | | KVM: selftests: Fix unknown ucall command assertsAndrew Jones2020-03-167-8/+7
| * | | KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson2020-03-165-0/+175
| * | | KVM: selftests: Convert some printf's to pr_info'sAndrew Jones2020-03-167-13/+13
| * | | KVM: selftests: Rework debug message printingAndrew Jones2020-03-166-44/+54
| * | | KVM: selftests: Time guest demand pagingBen Gardon2020-03-163-1/+72
| * | | KVM: selftests: Support multiple vCPUs in demand paging testBen Gardon2020-03-161-82/+171
| * | | KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon2020-03-162-0/+71
| * | | KVM: selftests: Pass args to vCPU in global vCPU args structBen Gardon2020-03-161-11/+27
| * | | KVM: selftests: Add memory size parameter to the demand paging testBen Gardon2020-03-164-22/+90
| * | | KVM: selftests: Add configurable demand paging delayBen Gardon2020-03-161-7/+25
| * | | KVM: selftests: Add demand paging content to the demand paging testBen Gardon2020-03-162-4/+209