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-05-06
KVM: selftests: Fix build for evmcs.h
Peter Xu
2
-2
/
+5
2020-05-01
selftests: fix kvm relocatable native/cross builds and installs
Shuah Khan
1
-1
/
+28
2020-04-21
selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts down
Paolo Bonzini
1
-4
/
+9
2020-04-15
selftests: kvm: Add testcase for creating max number of memslots
Wainer dos Santos Moschetta
1
-4
/
+61
2020-04-15
KVM: selftests: Make set_memory_region_test common to all architectures
Sean Christopherson
3
-3
/
+14
2020-04-15
KVM: selftests: Add "zero" testcase to set_memory_region_test
Sean Christopherson
1
-0
/
+24
2020-04-15
selftests: kvm: Add vm_get_fd() in kvm_util
Wainer dos Santos Moschetta
2
-0
/
+6
2020-04-15
KVM: selftests: Add "delete" testcase to set_memory_region_test
Sean Christopherson
1
-0
/
+91
2020-04-15
KVM: sefltests: Add explicit synchronization to move mem region test
Sean Christopherson
1
-18
/
+99
2020-04-15
KVM: selftests: Add GUEST_ASSERT variants to pass values to host
Sean Christopherson
1
-5
/
+20
2020-04-15
KVM: selftests: Add util to delete memory region
Sean Christopherson
2
-17
/
+40
2020-04-15
KVM: selftests: Use kernel's list instead of homebrewed replacement
Sean Christopherson
4
-60
/
+48
2020-04-15
KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()
Sean Christopherson
1
-4
/
+3
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
1
-0
/
+1
2020-03-26
KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
Sean Christopherson
1
-2
/
+2
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-18
KVM: selftests: Rework timespec functions and usage
Andrew Jones
4
-44
/
+35
2020-03-16
KVM: selftests: enlightened VMPTRLD with an incorrect GPA
Vitaly Kuznetsov
1
-2
/
+10
2020-03-16
KVM: selftests: test enlightened vmenter with wrong eVMCS version
Vitaly Kuznetsov
1
-4
/
+9
2020-03-16
KVM: selftests: define and use EVMCS_VERSION
Vitaly Kuznetsov
2
-1
/
+3
2020-03-16
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
13
-53
/
+46
2020-03-16
selftests: kvm: Introduce the TEST_FAIL macro
Wainer dos Santos Moschetta
1
-0
/
+3
2020-03-16
selftests: KVM: s390: check for registers to NOT change on reset
Christian Borntraeger
1
-2
/
+53
2020-03-16
selftests: KVM: s390: test more register variants for the reset ioctl
Christian Borntraeger
1
-9
/
+41
2020-03-16
selftests: KVM: s390: fix early guest crash
Christian Borntraeger
1
-14
/
+13
2020-03-16
KVM: selftests: Introduce steal-time test
Andrew Jones
7
-5
/
+385
2020-03-16
KVM: selftests: virt_map should take npages, not size
Andrew Jones
6
-19
/
+16
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
18
-25
/
+37
2020-03-16
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
10
-17
/
+16
2020-03-16
selftests: KVM: s390: fix format strings for access reg test
Christian Borntraeger
1
-2
/
+9
2020-03-16
selftests: KVM: s390: fixup fprintf format error in reset.c
Christian Borntraeger
1
-1
/
+1
2020-03-16
KVM: selftests: Share common API documentation
Andrew Jones
5
-248
/
+187
2020-03-16
selftests: KVM: SVM: Add vmcall test to gitignore
Andrew Jones
1
-2
/
+3
2020-03-16
KVM: selftests: s390x: Provide additional num-guest-pages adjustment
Andrew Jones
3
-9
/
+8
2020-03-16
kvm: selftests: Support dirty log initial-all-set test
Jay Zhou
2
-3
/
+16
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
5
-0
/
+175
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
7
-13
/
+13
2020-03-16
KVM: selftests: Rework debug message printing
Andrew Jones
6
-44
/
+54
2020-03-16
KVM: selftests: Time guest demand paging
Ben Gardon
3
-1
/
+72
2020-03-16
KVM: selftests: Support multiple vCPUs in demand paging test
Ben Gardon
1
-82
/
+171
2020-03-16
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
Ben Gardon
2
-0
/
+71
2020-03-16
KVM: selftests: Pass args to vCPU in global vCPU args struct
Ben Gardon
1
-11
/
+27
2020-03-16
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
4
-22
/
+90
2020-03-16
KVM: selftests: Add configurable demand paging delay
Ben Gardon
1
-7
/
+25
2020-03-16
KVM: selftests: Add demand paging content to the demand paging test
Ben Gardon
1
-4
/
+206
2020-02-24
KVM: selftests: Create a demand paging test
Ben Gardon
3
-0
/
+287
2020-02-24
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
3
-7
/
+51
2020-02-24
KVM: selftests: Introduce vm_guest_mode_params
Andrew Jones
1
-27
/
+25
2020-02-24
KVM: selftests: Rename vm_guest_mode_params
Andrew Jones
1
-17
/
+17
[prev]
[next]