Age | Commit message (Expand) | Author | Files | Lines |
2021-06-24 | KVM: selftests: Add PTE helper for x86-64 in preparation for hugepages | Sean Christopherson | 1 | -28/+31 |
2021-06-24 | KVM: selftests: Rename x86's page table "address" to "pfn" | Sean Christopherson | 1 | -25/+22 |
2021-06-24 | KVM: selftests: Add wrapper to allocate page table page | Sean Christopherson | 6 | -39/+23 |
2021-06-24 | KVM: selftests: Unconditionally allocate EPT tables in memslot 0 | Sean Christopherson | 4 | -22/+17 |
2021-06-24 | KVM: selftests: Unconditionally use memslot '0' for page table allocations | Sean Christopherson | 16 | -35/+31 |
2021-06-24 | KVM: selftests: Unconditionally use memslot 0 for vaddr allocations | Sean Christopherson | 7 | -21/+18 |
2021-06-24 | KVM: selftests: Use "standard" min virtual address for CPUID test alloc | Sean Christopherson | 1 | -2/+1 |
2021-06-24 | KVM: selftests: Use alloc page helper for xAPIC IPI test | Sean Christopherson | 1 | -1/+1 |
2021-06-24 | KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocations | Sean Christopherson | 1 | -6/+4 |
2021-06-24 | KVM: selftests: Lower the min virtual address for misc page allocations | Sean Christopherson | 1 | -1/+1 |
2021-06-24 | KVM: selftests: Add helpers to allocate N pages of virtual memory | Sean Christopherson | 6 | -24/+59 |
2021-06-24 | KVM: selftests: Use "standard" min virtual address for Hyper-V pages | Sean Christopherson | 1 | -1/+1 |
2021-06-24 | KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setup | Sean Christopherson | 1 | -10/+8 |
2021-06-24 | KVM: selftests: Unconditionally use memslot 0 when loading elf binary | Sean Christopherson | 6 | -10/+7 |
2021-06-24 | KVM: selftests: Zero out the correct page in the Hyper-V features test | Sean Christopherson | 1 | -1/+1 |
2021-06-24 | KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build | Sean Christopherson | 1 | -1/+0 |
2021-06-24 | KVM: selftests: fix triple fault if ept=0 in dirty_log_test | Hou Wenlong | 4 | -8/+3 |
2021-06-23 | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 1 | -0/+1 |
2021-06-17 | KVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_EVMCS is never lost | Vitaly Kuznetsov | 1 | -26/+38 |
2021-06-17 | KVM: selftests: Introduce hyperv_features test | Vitaly Kuznetsov | 4 | -0/+817 |
2021-06-17 | KVM: selftests: Move evmcs.h to x86_64/ | Vitaly Kuznetsov | 1 | -1/+1 |
2021-06-17 | KVM: selftests: move Hyper-V MSR definitions to hyperv.h | Vitaly Kuznetsov | 2 | -7/+20 |
2021-06-17 | KVM: selftests: Introduce x2APIC register manipulation functions | Jim Mattson | 3 | -5/+14 |
2021-06-17 | KVM: selftests: Hoist APIC functions out of individual tests | Jim Mattson | 7 | -66/+83 |
2021-06-17 | KVM: selftests: Move APIC definitions into a separate file | Jim Mattson | 3 | -47/+59 |
2021-06-17 | KVM: selftests: x86: Add vmx_nested_tsc_scaling_test | Ilias Stamatis | 3 | -0/+244 |
2021-06-17 | KVM: selftests: Fix kvm_check_cap() assertion | Fuad Tabba | 1 | -1/+1 |
2021-06-10 | KVM: selftests: Fix compiling errors when initializing the static structure | Yanan Wang | 1 | -19/+19 |
2021-06-08 | selftests: kvm: Add support for customized slot0 memory size | Zhenzhong Duan | 5 | -15/+45 |
2021-06-08 | KVM: selftests: introduce P47V64 for s390x | Christian Borntraeger | 2 | -1/+7 |
2021-05-29 | selftests: kvm: fix overlapping addresses in memslot_perf_test | Paolo Bonzini | 1 | -1/+1 |
2021-05-27 | selftests: kvm: do only 1 memslot_perf_test run by default | Paolo Bonzini | 1 | -1/+1 |
2021-05-27 | KVM: selftests: add shared hugetlbfs backing source type | Axel Rasmussen | 4 | -4/+33 |
2021-05-27 | KVM: selftests: allow using UFFD minor faults for demand paging | Axel Rasmussen | 1 | -33/+79 |
2021-05-27 | KVM: selftests: create alias mappings when using shared memory | Axel Rasmussen | 3 | -0/+52 |
2021-05-27 | KVM: selftests: add shmem backing source type | Axel Rasmussen | 3 | -1/+22 |
2021-05-27 | KVM: selftests: refactor vm_mem_backing_src_type flags | Axel Rasmussen | 2 | -18/+20 |
2021-05-27 | KVM: selftests: allow different backing source types | Axel Rasmussen | 1 | -4/+11 |
2021-05-27 | KVM: selftests: compute correct demand paging size | Axel Rasmussen | 1 | -4/+7 |
2021-05-27 | KVM: selftests: simplify setup_demand_paging error handling | Axel Rasmussen | 1 | -32/+18 |
2021-05-27 | KVM: selftests: Print a message if /dev/kvm is missing | David Matlack | 4 | -32/+39 |
2021-05-27 | KVM: selftests: trivial comment/logging fixes | Axel Rasmussen | 2 | -3/+3 |
2021-05-27 | KVM: selftests: Fix hang in hardware_disable_test | David Matlack | 1 | -1/+31 |
2021-05-27 | KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test | David Matlack | 1 | -0/+5 |
2021-05-27 | KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn() | David Matlack | 4 | -10/+16 |
2021-05-27 | KVM: selftests: add a memslot-related performance benchmark | Maciej S. Szmigiero | 3 | -0/+1039 |
2021-05-27 | KVM: selftests: Keep track of memslots more efficiently | Maciej S. Szmigiero | 4 | -35/+124 |
2021-05-27 | selftests: kvm: fix potential issue with ELF loading | Paolo Bonzini | 1 | -5/+4 |
2021-05-27 | selftests: kvm: make allocation of extra memory take effect | Zhenzhong Duan | 1 | -1/+1 |
2021-05-17 | Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 16 | -23/+773 |