index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: kvm: fix build with glibc >= 2.30
Vitaly Kuznetsov
2019-11-13
1
-2
/
+2
*
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
2019-10-22
1
-0
/
+10
*
KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failure
Vitaly Kuznetsov
2019-09-27
1
-1
/
+1
*
selftests: kvm: add test for dirty logging inside nested guests
Paolo Bonzini
2019-09-27
3
-3
/
+203
*
KVM: selftests: fix ucall on x86
Vitaly Kuznetsov
2019-09-25
1
-1
/
+1
*
KVM: selftests: Remove duplicate guest mode handling
Peter Xu
2019-09-24
1
-0
/
+17
*
KVM: selftests: Introduce VM_MODE_PXXV48_4K
Peter Xu
2019-09-24
3
-10
/
+52
*
KVM: selftests: Move vm type into _vm_create() internally
Peter Xu
2019-09-24
1
-8
/
+13
*
Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2019-09-11
4
-157
/
+224
|
\
|
*
KVM: selftests: Implement ucall() for s390x
Thomas Huth
2019-08-02
1
-0
/
+56
|
*
KVM: selftests: Split ucall.c into architecture specific files
Thomas Huth
2019-08-02
3
-157
/
+168
*
|
selftests: kvm: fix state save/load on processors without XSAVE
Paolo Bonzini
2019-08-21
1
-6
/
+10
*
|
selftests: kvm: provide common function to enable eVMCS
Paolo Bonzini
2019-08-15
1
-0
/
+20
|
/
*
KVM: selftests: Remove superfluous define from vmx.c
Thomas Huth
2019-07-20
1
-2
/
+0
*
Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2019-07-15
4
-7
/
+298
|
\
|
*
KVM: selftests: Add processor code for s390x
Thomas Huth
2019-06-04
1
-0
/
+286
|
*
KVM: selftests: Align memory region addresses to 1M on s390x
Thomas Huth
2019-06-04
1
-5
/
+16
|
*
KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits
Thomas Huth
2019-06-04
2
-2
/
+2
|
*
KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTS
Thomas Huth
2019-06-04
1
-0
/
+2
*
|
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
8
-16
/
+60
|
\
\
|
*
\
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
8
-16
/
+8
|
|
\
\
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
8
-16
/
+8
|
|
|
/
|
*
/
tests: kvm: Check for a kernel warning
Aaron Lewis
2019-06-19
2
-0
/
+52
|
|
/
*
|
kvm: selftests: introduce aarch64_vcpu_add_default
Andrew Jones
2019-06-05
1
-2
/
+7
*
|
kvm: selftests: introduce aarch64_vcpu_setup
Andrew Jones
2019-06-05
1
-6
/
+13
*
|
kvm: selftests: hide vcpu_setup in processor code
Paolo Bonzini
2019-06-05
4
-25
/
+23
*
|
kvm: selftests: ucall improvements
Andrew Jones
2019-06-04
1
-6
/
+13
|
/
*
KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guard
Thomas Huth
2019-05-24
1
-0
/
+2
*
kvm: selftests: aarch64: compile with warnings on
Andrew Jones
2019-05-24
1
-4
/
+5
*
kvm: selftests: aarch64: fix default vm mode
Andrew Jones
2019-05-24
1
-1
/
+1
*
KVM: selftests: Compile code with warnings enabled
Thomas Huth
2019-05-24
2
-6
/
+1
*
kvm: selftests: avoid type punning
Paolo Bonzini
2019-05-24
1
-1
/
+1
*
tests: kvm: Add tests for KVM_SET_NESTED_STATE
Aaron Lewis
2019-05-08
1
-0
/
+32
*
selftests: kvm: add a selftest for SMM
Vitaly Kuznetsov
2019-04-16
1
-6
/
+6
*
selftests: kvm/evmcs_test: complete I/O before migrating guest state
Paolo Bonzini
2019-04-16
2
-0
/
+13
*
KVM: selftests: complete IO before migrating guest state
Sean Christopherson
2019-03-28
1
-0
/
+16
*
kvm: selftests: Fix region overlap check in kvm_util
Ben Gardon
2019-01-25
1
-7
/
+2
*
kvm: selftests: ucall: fix exit mmio address guessing
Andrew Jones
2018-12-21
1
-11
/
+19
*
kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs
Andrew Jones
2018-12-21
2
-5
/
+13
*
kvm: selftests: add pa-48/va-48 VM modes
Andrew Jones
2018-12-21
2
-8
/
+33
*
kvm: selftests: ucall: improve ucall placement in memory, fix unsigned compar...
Paolo Bonzini
2018-12-14
1
-8
/
+6
*
KVM: selftests: implement an unchecked version of vcpu_ioctl()
Vitaly Kuznetsov
2018-12-14
1
-2
/
+12
*
kvm: introduce manual dirty log reprotect
Paolo Bonzini
2018-12-14
1
-0
/
+13
*
Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-28
1
-1
/
+1
|
\
|
*
kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"
Colin Ian King
2018-10-24
1
-1
/
+1
*
|
KVM: selftests: add Enlightened VMCS test
Vitaly Kuznetsov
2018-10-17
1
-12
/
+36
*
|
KVM: selftests: state_test: test bare VMXON migration
Vitaly Kuznetsov
2018-10-17
1
-0
/
+5
*
|
kvm: selftests: stop lying to aarch64 tests about PA-bits
Andrew Jones
2018-10-17
2
-0
/
+24
*
|
kvm: selftests: introduce new VM mode for 64K pages
Andrew Jones
2018-10-17
4
-24
/
+41
*
|
kvm: selftests: add vcpu support for aarch64
Andrew Jones
2018-10-17
1
-0
/
+83
[next]