index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-16
KVM: selftests: Fix unknown ucall command asserts
Andrew Jones
7
-8
/
+7
2020-03-16
KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
Sean Christopherson
1
-0
/
+142
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
5
-6
/
+6
2020-02-12
selftests: KVM: SVM: Add vmcall test
Eric Auger
1
-0
/
+79
2020-01-08
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
Xiaoyao Li
1
-1
/
+1
2019-10-22
kvm: tests: Add test to verify MSR_IA32_XSS
Aaron Lewis
1
-0
/
+76
2019-10-22
selftests: kvm: fix sync_regs_test with newer gccs
Vitaly Kuznetsov
1
-10
/
+11
2019-10-22
selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported
Vitaly Kuznetsov
1
-0
/
+2
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
3
-15
/
+3
2019-10-22
selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
Vitaly Kuznetsov
1
-6
/
+1
2019-09-27
selftests: kvm: add test for dirty logging inside nested guests
Paolo Bonzini
1
-0
/
+156
2019-09-24
KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bit
Vitaly Kuznetsov
1
-0
/
+27
2019-08-21
selftests/kvm: make platform_info_test pass on AMD
Vitaly Kuznetsov
1
-1
/
+1
2019-08-15
selftests: kvm: fix vmx_set_nested_state_test
Paolo Bonzini
1
-3
/
+14
2019-08-15
selftests: kvm: provide common function to enable eVMCS
Paolo Bonzini
2
-21
/
+6
2019-08-15
selftests: kvm: do not try running the VM in vmx_set_nested_state_test
Paolo Bonzini
1
-15
/
+0
2019-07-15
Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-69
/
+0
2019-07-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-4
/
+4
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
8
-46
/
+171
2019-07-02
KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS
Liran Alon
1
-0
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-16
/
+7
2019-06-20
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
Paolo Bonzini
1
-12
/
+20
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
7
-16
/
+7
2019-06-19
tests: kvm: Check for a kernel warning
Aaron Lewis
1
-0
/
+126
2019-06-19
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
Liran Alon
1
-21
/
+21
2019-06-05
kvm: selftests: hide vcpu_setup in processor code
Paolo Bonzini
4
-4
/
+4
2019-06-04
KVM: selftests: Move kvm_create_max_vcpus test to generic code
Thomas Huth
1
-70
/
+0
2019-05-24
KVM: selftests: do not blindly clobber registers in guest asm
Paolo Bonzini
1
-24
/
+30
2019-05-24
KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c
Thomas Huth
1
-3
/
+0
2019-05-24
KVM: selftests: Compile code with warnings enabled
Thomas Huth
8
-23
/
+7
2019-05-24
kvm: selftests: avoid type punning
Paolo Bonzini
1
-1
/
+1
2019-05-24
KVM: selftests: Fix a condition in test_hv_cpuid()
Dan Carpenter
1
-3
/
+2
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+350
2019-05-08
tests: kvm: Add tests for KVM_SET_NESTED_STATE
Aaron Lewis
1
-0
/
+280
2019-05-08
tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID
Aaron Lewis
1
-0
/
+70
2019-04-30
KVM: selftests: make hyperv_cpuid test pass on AMD
Vitaly Kuznetsov
1
-1
/
+8
2019-04-16
selftests: kvm: add a selftest for SMM
Vitaly Kuznetsov
1
-0
/
+157
2019-04-16
selftests: kvm/evmcs_test: complete I/O before migrating guest state
Paolo Bonzini
2
-16
/
+4
2019-03-28
KVM: selftests: complete IO before migrating guest state
Sean Christopherson
1
-2
/
+16
2019-03-28
KVM: selftests: assert on exit reason in CR4/cpuid sync test
Sean Christopherson
1
-16
/
+19
2019-02-12
selftests: kvm: add selftest for releasing VM file descriptor while in L2
Paolo Bonzini
1
-0
/
+95
2019-01-25
KVM: selftests: check returned evmcs version range
Vitaly Kuznetsov
1
-0
/
+6
2018-12-21
selftests: kvm: report failed stage when exit reason is unexpected
Vitaly Kuznetsov
2
-4
/
+4
2018-12-14
KVM: selftests: Add hyperv_cpuid test
Vitaly Kuznetsov
1
-0
/
+157
2018-10-17
KVM: selftests: add Enlightened VMCS test
Vitaly Kuznetsov
1
-0
/
+160
2018-10-17
KVM: selftests: state_test: test bare VMXON migration
Vitaly Kuznetsov
2
-10
/
+13
2018-10-17
kvm: selftests: port dirty_log_test to aarch64
Andrew Jones
1
-308
/
+0
2018-10-17
kvm: selftests: tidy up kvm_util
Andrew Jones
1
-0
/
+1
2018-10-17
kvm: selftests: move arch-specific files to arch-specific locations
Andrew Jones
7
-0
/
+1192