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
/
lib
Age
Commit message (
Expand
)
Author
Lines
2021-11-16
Merge branch 'kvm-selftest' into kvm-master
Paolo Bonzini
-68
/
+168
2021-11-16
KVM: selftests: Wait for all vCPU to be created before entering guest mode
David Matlack
-0
/
+26
2021-11-16
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
-0
/
+46
2021-11-16
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
-0
/
+12
2021-11-16
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
-34
/
+37
2021-11-16
KVM: selftests: Create VM with adjusted number of guest pages for perf tests
Sean Christopherson
-2
/
+6
2021-11-16
KVM: selftests: Remove perf_test_args.host_page_size
Sean Christopherson
-2
/
+1
2021-11-16
KVM: selftests: Move per-VM GPA into perf_test_args
Sean Christopherson
-13
/
+8
2021-11-16
KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
Sean Christopherson
-5
/
+4
2021-11-16
KVM: selftests: Use shorthand local var to access struct perf_tests_args
Sean Christopherson
-16
/
+19
2021-11-16
KVM: selftests: Require GPA to be aligned when backed by hugepages
Sean Christopherson
-1
/
+8
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
-0
/
+16
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
-15
/
+5
2021-11-16
KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
Sean Christopherson
-9
/
+9
2021-11-11
selftest: KVM: Add open sev dev helper
Peter Gonda
-10
/
+27
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
-10
/
+559
2021-10-22
KVM: selftests: Fix nested SVM tests when built with clang
Jim Mattson
-1
/
+13
2021-10-22
KVM: selftests: set CPUID before setting sregs in vcpu creation
Michael Roth
-4
/
+2
2021-10-18
selftests: KVM: Add helpers for vCPU device attributes
Oliver Upton
-0
/
+38
2021-10-18
selftests: KVM: Fix kvm device helper ioctl assertions
Oliver Upton
-3
/
+3
2021-10-17
KVM: arm64: selftests: Add host support for vGIC
Raghavendra Rao Ananta
-0
/
+70
2021-10-17
KVM: arm64: selftests: Add basic GICv3 support
Raghavendra Rao Ananta
-0
/
+426
2021-10-17
KVM: arm64: selftests: Add light-weight spinlock support
Raghavendra Rao Ananta
-0
/
+27
2021-10-17
KVM: arm64: selftests: Add guest support to get the vcpuid
Raghavendra Rao Ananta
-0
/
+6
2021-10-17
KVM: arm64: selftests: Maintain consistency for vcpuid type
Raghavendra Rao Ananta
-1
/
+1
2021-10-17
KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
Raghavendra Rao Ananta
-8
/
+8
2021-09-30
kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
Colin Ian King
-1
/
+1
2021-09-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-4
/
+13
2021-09-22
KVM: selftests: Refactor help message for -s backing_src
David Matlack
-4
/
+13
2021-09-16
selftests: kvm: fix get_run_delay() ignoring fscanf() return warn
Shuah Khan
-1
/
+3
2021-09-16
selftests: kvm: move get_run_delay() into lib/test_util
Shuah Khan
-0
/
+15
2021-09-16
selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warn
Shuah Khan
-1
/
+4
2021-08-06
KVM: selftests: Move vcpu_args_set into perf_test_util
David Matlack
-0
/
+2
2021-08-06
KVM: selftests: Support multiple slots in dirty_log_perf_test
David Matlack
-5
/
+15
2021-07-15
KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
Ricardo Koller
-1
/
+1
2021-07-14
Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
-0
/
+21
2021-07-06
KVM: selftests: introduce P44V64 for z196 and EC12
Christian Borntraeger
-0
/
+21
2021-06-25
Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
-13
/
+233
2021-06-24
selftests: kvm: Allows userspace to handle emulation errors.
Aaron Lewis
-0
/
+92
2021-06-24
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
-0
/
+12
2021-06-24
KVM: selftests: Add hugepage support for x86-64
Sean Christopherson
-25
/
+60
2021-06-24
KVM: selftests: Genericize upper level page table entry struct
Sean Christopherson
-65
/
+26
2021-06-24
KVM: selftests: Add PTE helper for x86-64 in preparation for hugepages
Sean Christopherson
-28
/
+31
2021-06-24
KVM: selftests: Rename x86's page table "address" to "pfn"
Sean Christopherson
-25
/
+22
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
-39
/
+21
2021-06-24
KVM: selftests: Unconditionally allocate EPT tables in memslot 0
Sean Christopherson
-12
/
+9
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
-23
/
+20
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for vaddr allocations
Sean Christopherson
-17
/
+15
2021-06-24
KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocations
Sean Christopherson
-6
/
+4
2021-06-24
KVM: selftests: Lower the min virtual address for misc page allocations
Sean Christopherson
-1
/
+1
[prev]
[next]