index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: selftests: fix sync_with_host() in smm_test
Vitaly Kuznetsov
2020-06-11
1
-2
/
+2
*
KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...
Vitaly Kuznetsov
2020-06-11
2
-3
/
+5
*
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2020-06-11
6
-17
/
+30
*
KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
Sean Christopherson
2020-06-09
1
-2
/
+9
*
KVM: selftests: fix vmx_preemption_timer_test build with GCC10
Vitaly Kuznetsov
2020-06-08
2
-4
/
+4
*
KVM: selftests: Add x86_64/debug_regs to .gitignore
Vitaly Kuznetsov
2020-06-08
1
-0
/
+1
*
KVM: selftests: Fix build with "make ARCH=x86_64"
Vitaly Kuznetsov
2020-06-05
1
-0
/
+4
*
KVM: selftests: fix rdtsc() for vmx_tsc_adjust_test
Vitaly Kuznetsov
2020-06-01
1
-1
/
+1
*
KVM: selftests: update hyperv_cpuid with SynDBG tests
Vitaly Kuznetsov
2020-06-01
1
-47
/
+56
*
KVM: selftests: VMX preemption timer migration test
Makarand Sonare
2020-06-01
6
-4
/
+293
*
selftests: kvm: fix smm test on SVM
Vitaly Kuznetsov
2020-06-01
1
-6
/
+13
*
selftests: kvm: add a SVM version of state-test
Paolo Bonzini
2020-06-01
1
-12
/
+50
*
selftests: kvm: introduce cpu_has_svm() check
Vitaly Kuznetsov
2020-06-01
1
-0
/
+10
*
Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...
Paolo Bonzini
2020-05-20
1
-1
/
+28
|
\
|
*
Merge tag 'linux-kselftest-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-05-07
1
-1
/
+28
|
|
\
|
|
*
selftests: fix kvm relocatable native/cross builds and installs
Shuah Khan
2020-05-01
1
-1
/
+28
*
|
|
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2020-05-13
7
-2
/
+220
|
\
\
\
|
*
|
|
KVM: VMX: pass correct DR6 for GD userspace exit
Paolo Bonzini
2020-05-08
1
-1
/
+23
|
*
|
|
KVM: selftests: Add KVM_SET_GUEST_DEBUG test
Peter Xu
2020-05-07
4
-0
/
+192
|
|
/
/
|
*
/
KVM: selftests: Fix build for evmcs.h
Peter Xu
2020-05-06
2
-2
/
+5
|
|
/
|
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
|
\
|
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
|
selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts down
Paolo Bonzini
2020-04-21
1
-4
/
+9
*
|
|
selftests: kvm: Add testcase for creating max number of memslots
Wainer dos Santos Moschetta
2020-04-15
1
-4
/
+61
*
|
|
KVM: selftests: Make set_memory_region_test common to all architectures
Sean Christopherson
2020-04-15
3
-3
/
+14
*
|
|
KVM: selftests: Add "zero" testcase to set_memory_region_test
Sean Christopherson
2020-04-15
1
-0
/
+24
*
|
|
selftests: kvm: Add vm_get_fd() in kvm_util
Wainer dos Santos Moschetta
2020-04-15
2
-0
/
+6
*
|
|
KVM: selftests: Add "delete" testcase to set_memory_region_test
Sean Christopherson
2020-04-15
1
-0
/
+91
*
|
|
KVM: sefltests: Add explicit synchronization to move mem region test
Sean Christopherson
2020-04-15
1
-18
/
+99
*
|
|
KVM: selftests: Add GUEST_ASSERT variants to pass values to host
Sean Christopherson
2020-04-15
1
-5
/
+20
*
|
|
KVM: selftests: Add util to delete memory region
Sean Christopherson
2020-04-15
2
-17
/
+40
*
|
|
KVM: selftests: Use kernel's list instead of homebrewed replacement
Sean Christopherson
2020-04-15
4
-60
/
+48
*
|
|
KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()
Sean Christopherson
2020-04-15
1
-4
/
+3
|
/
/
*
|
KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
Sean Christopherson
2020-03-26
1
-2
/
+2
*
|
KVM: selftests: Rework timespec functions and usage
Andrew Jones
2020-03-18
4
-44
/
+35
*
|
KVM: selftests: enlightened VMPTRLD with an incorrect GPA
Vitaly Kuznetsov
2020-03-16
1
-2
/
+10
*
|
KVM: selftests: test enlightened vmenter with wrong eVMCS version
Vitaly Kuznetsov
2020-03-16
1
-4
/
+9
*
|
KVM: selftests: define and use EVMCS_VERSION
Vitaly Kuznetsov
2020-03-16
2
-1
/
+3
*
|
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
2020-03-16
13
-53
/
+46
*
|
selftests: kvm: Introduce the TEST_FAIL macro
Wainer dos Santos Moschetta
2020-03-16
1
-0
/
+3
*
|
selftests: KVM: s390: check for registers to NOT change on reset
Christian Borntraeger
2020-03-16
1
-2
/
+53
*
|
selftests: KVM: s390: test more register variants for the reset ioctl
Christian Borntraeger
2020-03-16
1
-9
/
+41
*
|
selftests: KVM: s390: fix early guest crash
Christian Borntraeger
2020-03-16
1
-14
/
+13
*
|
KVM: selftests: Introduce steal-time test
Andrew Jones
2020-03-16
7
-5
/
+385
*
|
KVM: selftests: virt_map should take npages, not size
Andrew Jones
2020-03-16
6
-19
/
+16
*
|
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2020-03-16
18
-25
/
+37
*
|
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
2020-03-16
10
-17
/
+16
*
|
selftests: KVM: s390: fix format strings for access reg test
Christian Borntraeger
2020-03-16
1
-2
/
+9
*
|
selftests: KVM: s390: fixup fprintf format error in reset.c
Christian Borntraeger
2020-03-16
1
-1
/
+1
*
|
KVM: selftests: Share common API documentation
Andrew Jones
2020-03-16
5
-248
/
+187
[next]