index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
KVM: selftests: introduce P44V64 for z196 and EC12
Christian Borntraeger
1
-1
/
+2
2021-06-25
Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
3
-18
/
+92
2021-06-24
selftests: kvm: Allows userspace to handle emulation errors.
Aaron Lewis
1
-0
/
+4
2021-06-24
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
1
-0
/
+3
2021-06-24
KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updates
Sean Christopherson
1
-0
/
+3
2021-06-24
KVM: selftests: Add hugepage support for x86-64
Sean Christopherson
1
-0
/
+8
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
1
-0
/
+2
2021-06-24
KVM: selftests: Unconditionally allocate EPT tables in memslot 0
Sean Christopherson
1
-6
/
+4
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
1
-3
/
+2
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for vaddr allocations
Sean Christopherson
1
-3
/
+2
2021-06-24
KVM: selftests: Add helpers to allocate N pages of virtual memory
Sean Christopherson
1
-0
/
+3
2021-06-24
KVM: selftests: Unconditionally use memslot 0 when loading elf binary
Sean Christopherson
1
-2
/
+1
2021-06-17
KVM: selftests: Introduce hyperv_features test
Vitaly Kuznetsov
1
-0
/
+166
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
1
-0
/
+19
2021-06-17
KVM: selftests: Introduce x2APIC register manipulation functions
Jim Mattson
1
-0
/
+10
2021-06-17
KVM: selftests: Hoist APIC functions out of individual tests
Jim Mattson
2
-0
/
+25
2021-06-17
KVM: selftests: Move APIC definitions into a separate file
Jim Mattson
3
-47
/
+59
2021-06-14
KVM: selftests: Add aarch64/debug-exceptions test
Ricardo Koller
1
-6
/
+16
2021-06-14
KVM: selftests: Add exception handling support for aarch64
Ricardo Koller
1
-0
/
+63
2021-06-14
KVM: selftests: Move GUEST_ASSERT_EQ to utils header
Ricardo Koller
1
-10
/
+12
2021-06-14
KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
Ricardo Koller
2
-2
/
+1
2021-06-14
KVM: selftests: Rename vm_handle_exception
Ricardo Koller
1
-1
/
+1
2021-06-08
selftests: kvm: Add support for customized slot0 memory size
Zhenzhong Duan
1
-3
/
+4
2021-06-08
KVM: selftests: introduce P47V64 for s390x
Christian Borntraeger
1
-1
/
+2
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
1
-0
/
+11
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
1
-0
/
+1
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
1
-0
/
+1
2021-05-27
KVM: selftests: Print a message if /dev/kvm is missing
David Matlack
1
-0
/
+1
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
1
-1
/
+1
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-0
/
+9
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
1
-0
/
+2
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
1
-1
/
+17
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
1
-0
/
+1
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
1
-0
/
+2
2021-04-20
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
1
-3
/
+1
2021-04-07
KVM: selftests: vgic_init kvm selftests fixup
Eric Auger
1
-1
/
+1
2021-04-06
KVM: selftests: aarch64/vgic-v3 init sequence tests
Eric Auger
1
-0
/
+9
2021-03-18
selftests: kvm: add _vm_ioctl
Emanuele Giuseppe Esposito
1
-0
/
+1
2021-03-18
selftests: kvm: add get_msr_index_features
Emanuele Giuseppe Esposito
1
-0
/
+1
2021-02-11
KVM: selftests: Add missing header file needed by xAPIC IPI tests
Peter Shier
1
-0
/
+55
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
1
-0
/
+1
2021-02-09
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
1
-0
/
+3
2021-02-04
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUID
Vitaly Kuznetsov
1
-0
/
+14
2021-02-04
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
Like Xu
1
-1
/
+2
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
3
-7
/
+16
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
1
-1
/
+3
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
1
-1
/
+1
2021-02-04
KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
Peter Shier
1
-0
/
+20
2021-01-07
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
2
-130
/
+13
[prev]
[next]