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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-15
KVM: selftests: Add dirty ring buffer test
Peter Xu
4
-13
/
+320
2020-11-15
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
Peter Xu
1
-12
/
+24
2020-11-15
KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
3
-38
/
+77
2020-11-15
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2
Sean Christopherson
3
-5
/
+108
2020-11-09
KVM: selftests: allow two iterations of dirty_log_perf_test
Paolo Bonzini
1
-1
/
+1
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
6
-8
/
+396
2020-11-08
KVM: selftests: Make the number of vcpus global
Andrew Jones
2
-20
/
+20
2020-11-08
KVM: selftests: Make the per vcpu memory size global
Andrew Jones
2
-12
/
+11
2020-11-08
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
4
-9
/
+3
2020-11-08
KVM: selftests: Add wrfract to common guest code
Ben Gardon
2
-1
/
+7
2020-11-08
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
3
-15
/
+27
2020-11-08
KVM: selftests: Remove address rounding in guest code
Ben Gardon
1
-1
/
+0
2020-11-08
KVM: selftests: Factor code out of demand_paging_test
Ben Gardon
2
-181
/
+210
2020-11-08
KVM: selftests: Use a single binary for dirty/clear log test
Peter Xu
3
-39
/
+156
2020-11-08
KVM: selftests: Always clear dirty bitmap after iteration
Peter Xu
1
-1
/
+1
2020-11-08
KVM: selftests: Add blessed SVE registers to get-reg-list
Andrew Jones
4
-42
/
+217
2020-11-08
KVM: selftests: Add aarch64 get-reg-list test
Andrew Jones
5
-0
/
+703
2020-11-08
selftests: kvm: test enforcement of paravirtual cpuid features
Oliver Upton
7
-0
/
+308
2020-11-08
selftests: kvm: Add exception handling to selftests
Aaron Lewis
9
-9
/
+244
2020-11-08
selftests: kvm: Clear uc so UCALL_NONE is being properly reported
Aaron Lewis
3
-0
/
+9
2020-11-08
selftests: kvm: Fix the segment descriptor layout to match the actual layout
Aaron Lewis
2
-2
/
+3
2020-10-31
KVM: selftests: Don't require THP to run tests
Andrew Jones
1
-7
/
+16
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
5
-0
/
+159
2020-10-21
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
1
-1
/
+1
2020-09-28
KVM: x86: do not attempt TSC synchronization on guest writes
Paolo Bonzini
2
-0
/
+169
2020-09-28
KVM: selftests: Add test for user space MSR handling
Alexander Graf
3
-0
/
+250
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
1
-1
/
+1
2020-09-23
selftests: kvm: Fix assert failure in single-step test
Yang Weijiang
1
-1
/
+1
2020-08-17
selftests: kvm: Use a shorter encoding to clear RAX
Yang Weijiang
1
-2
/
+2
2020-07-27
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
1
-0
/
+13
2020-07-27
KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
Paolo Bonzini
1
-1
/
+11
2020-07-27
selftests: kvm: do not set guest mode flag
Paolo Bonzini
1
-8
/
+9
2020-06-11
KVM: selftests: fix sync_with_host() in smm_test
Vitaly Kuznetsov
1
-2
/
+2
2020-06-11
KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX is unsupported
Vitaly Kuznetsov
2
-3
/
+5
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
6
-17
/
+30
2020-06-09
KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
Sean Christopherson
1
-2
/
+9
2020-06-08
KVM: selftests: fix vmx_preemption_timer_test build with GCC10
Vitaly Kuznetsov
2
-4
/
+4
2020-06-08
KVM: selftests: Add x86_64/debug_regs to .gitignore
Vitaly Kuznetsov
1
-0
/
+1
2020-06-05
KVM: selftests: Fix build with "make ARCH=x86_64"
Vitaly Kuznetsov
1
-0
/
+4
2020-06-01
KVM: selftests: fix rdtsc() for vmx_tsc_adjust_test
Vitaly Kuznetsov
1
-1
/
+1
2020-06-01
KVM: selftests: update hyperv_cpuid with SynDBG tests
Vitaly Kuznetsov
1
-46
/
+55
2020-06-01
KVM: selftests: VMX preemption timer migration test
Makarand Sonare
6
-4
/
+293
2020-06-01
selftests: kvm: fix smm test on SVM
Vitaly Kuznetsov
1
-6
/
+13
2020-06-01
selftests: kvm: add a SVM version of state-test
Paolo Bonzini
1
-12
/
+50
2020-06-01
selftests: kvm: introduce cpu_has_svm() check
Vitaly Kuznetsov
1
-0
/
+10
2020-05-20
Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD
Paolo Bonzini
1
-1
/
+28
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
7
-2
/
+220
2020-05-08
KVM: VMX: pass correct DR6 for GD userspace exit
Paolo Bonzini
1
-1
/
+23
2020-05-07
Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-1
/
+28
2020-05-07
KVM: selftests: Add KVM_SET_GUEST_DEBUG test
Peter Xu
4
-0
/
+192
[prev]
[next]