index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Lines
2020-02-12
selftests: KVM: Remove unused x86_register enum
Eric Auger
-20
/
+0
2020-02-12
selftests: KVM: SVM: Add vmcall test
Eric Auger
-0
/
+80
2020-02-12
selftests: KVM: AMD Nested test infrastructure
Eric Auger
-1
/
+517
2020-02-12
selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()
Eric Auger
-7
/
+7
2020-02-05
Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
-0
/
+240
2020-01-31
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-5
/
+5
2020-01-31
selftests: KVM: testing the local IRQs resets
Pierre Morel
-0
/
+42
2020-01-31
selftests: KVM: s390x: Add reset tests
Janosch Frank
-0
/
+156
2020-01-31
selftests: KVM: Add fpu and one reg set/get library functions
Janosch Frank
-0
/
+42
2020-01-13
tools/x86: Sync msr-index.h from kernel sources
Sean Christopherson
-4
/
+4
2020-01-13
selftests, kvm: Replace manual MSR defs with common msr-index.h
Sean Christopherson
-724
/
+6
2020-01-08
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
Xiaoyao Li
-2
/
+2
2020-01-08
KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
Xiaoyao Li
-1
/
+1
2020-01-08
KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
Xiaoyao Li
-2
/
+2
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
-2
/
+2
2019-11-18
Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
-6
/
+9
2019-11-15
selftests: kvm: Simplify loop in kvm_create_max_vcpus test
Wainer dos Santos Moschetta
-5
/
+2
2019-11-13
selftests: kvm: fix build with glibc >= 2.30
Vitaly Kuznetsov
-2
/
+2
2019-10-22
kvm: tests: Add test to verify MSR_IA32_XSS
Aaron Lewis
-10
/
+147
2019-10-22
selftests: kvm: fix sync_regs_test with newer gccs
Vitaly Kuznetsov
-10
/
+11
2019-10-22
selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported
Vitaly Kuznetsov
-0
/
+2
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
-15
/
+15
2019-10-22
selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
Vitaly Kuznetsov
-6
/
+1
2019-10-22
selftests: kvm: synchronize .gitignore to Makefile
Vitaly Kuznetsov
-0
/
+2
2019-10-10
selftests: kvm: make syncregs more reliable on s390
Christian Borntraeger
-6
/
+9
2019-10-03
selftests: kvm: Fix libkvm build error
Shuah Khan
-1
/
+1
2019-09-27
KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failure
Vitaly Kuznetsov
-1
/
+1
2019-09-27
selftests: kvm: add test for dirty logging inside nested guests
Paolo Bonzini
-3
/
+377
2019-09-25
KVM: selftests: fix ucall on x86
Vitaly Kuznetsov
-1
/
+1
2019-09-24
KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bit
Vitaly Kuznetsov
-0
/
+27
2019-09-24
KVM: selftests: Remove duplicate guest mode handling
Peter Xu
-47
/
+26
2019-09-24
KVM: selftests: Introduce VM_MODE_PXXV48_4K
Peter Xu
-14
/
+67
2019-09-24
KVM: selftests: Create VM earlier for dirty log test
Peter Xu
-3
/
+16
2019-09-24
KVM: selftests: Move vm type into _vm_create() internally
Peter Xu
-20
/
+17
2019-09-11
Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
-178
/
+484
2019-09-04
KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390x
Thomas Huth
-0
/
+30
2019-08-29
KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl
Thomas Huth
-0
/
+167
2019-08-21
selftests/kvm: make platform_info_test pass on AMD
Vitaly Kuznetsov
-1
/
+1
2019-08-21
selftests: kvm: fix state save/load on processors without XSAVE
Paolo Bonzini
-6
/
+10
2019-08-15
selftests: kvm: fix vmx_set_nested_state_test
Paolo Bonzini
-3
/
+14
2019-08-15
selftests: kvm: provide common function to enable eVMCS
Paolo Bonzini
-21
/
+28
2019-08-15
selftests: kvm: do not try running the VM in vmx_set_nested_state_test
Paolo Bonzini
-15
/
+0
2019-08-09
selftests: kvm: Adding config fragments
Naresh Kamboju
-0
/
+3
2019-08-09
KVM: selftests: Update gitignore file for latest changes
Thomas Huth
-1
/
+2
2019-08-02
KVM: selftests: Enable dirty_log_test on s390x
Thomas Huth
-7
/
+53
2019-08-02
KVM: selftests: Implement ucall() for s390x
Thomas Huth
-3
/
+61
2019-08-02
KVM: selftests: Split ucall.c into architecture specific files
Thomas Huth
-168
/
+173
2019-07-20
KVM: selftests: Remove superfluous define from vmx.c
Thomas Huth
-2
/
+0
2019-07-15
Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
-10
/
+492
2019-07-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-42
/
+61
[next]