index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-20
KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state
Sean Christopherson
3
-0
/
+107
2021-12-20
selftests: KVM: Fix non-x86 compiling
Andrew Jones
2
-9
/
+6
2021-12-19
KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs
Vitaly Kuznetsov
1
-17
/
+0
2021-12-10
selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/O
Sean Christopherson
3
-0
/
+116
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
3
-1
/
+78
2021-12-09
KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
Maciej S. Szmigiero
1
-1
/
+1
2021-11-30
KVM: SEV: Prohibit migration of a VM that has mirrors
Paolo Bonzini
1
-0
/
+37
2021-11-30
selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
Paolo Bonzini
1
-7
/
+105
2021-11-30
KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem
Maciej S. Szmigiero
1
-1
/
+1
2021-11-26
KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
Vitaly Kuznetsov
1
-0
/
+30
2021-11-26
KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features test
Vitaly Kuznetsov
1
-69
/
+71
2021-11-26
selftests: sev_migrate_tests: free all VMs
Paolo Bonzini
1
-1
/
+8
2021-11-26
selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
1
-2
/
+5
2021-11-18
selftests: KVM: Add /x86_64/sev_migrate_tests to .gitignore
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-11-16
Merge branch 'kvm-selftest' into kvm-master
Paolo Bonzini
13
-237
/
+308
2021-11-16
KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_test
David Matlack
1
-2
/
+1
2021-11-16
KVM: selftests: Wait for all vCPU to be created before entering guest mode
David Matlack
1
-0
/
+26
2021-11-16
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
6
-90
/
+67
2021-11-16
KVM: selftests: Start at iteration 0 instead of -1
David Matlack
1
-5
/
+3
2021-11-16
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
6
-15
/
+16
2021-11-16
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
6
-54
/
+45
2021-11-16
KVM: selftests: Create VM with adjusted number of guest pages for perf tests
Sean Christopherson
1
-2
/
+6
2021-11-16
KVM: selftests: Remove perf_test_args.host_page_size
Sean Christopherson
2
-3
/
+1
2021-11-16
KVM: selftests: Move per-VM GPA into perf_test_args
Sean Christopherson
3
-21
/
+10
2021-11-16
KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test
Sean Christopherson
1
-16
/
+5
2021-11-16
KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
Sean Christopherson
2
-5
/
+5
2021-11-16
KVM: selftests: Use shorthand local var to access struct perf_tests_args
Sean Christopherson
1
-16
/
+19
2021-11-16
KVM: selftests: Require GPA to be aligned when backed by hugepages
Sean Christopherson
2
-1
/
+8
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
3
-0
/
+17
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
6
-19
/
+34
2021-11-16
KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
Sean Christopherson
1
-9
/
+9
2021-11-16
KVM: selftests: Add event channel upcall support to xen_shinfo_test
David Woodhouse
1
-9
/
+66
2021-11-11
Merge branch 'kvm-sev-move-context' into kvm-master
Paolo Bonzini
6
-11
/
+235
2021-11-11
selftest: KVM: Add intra host migration tests
Peter Gonda
2
-1
/
+205
2021-11-11
selftest: KVM: Add open sev dev helper
Peter Gonda
4
-10
/
+30
2021-11-02
Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
26
-200
/
+1661
2021-10-22
KVM: selftests: Fix nested SVM tests when built with clang
Jim Mattson
1
-1
/
+13
2021-10-22
KVM: selftests: set CPUID before setting sregs in vcpu creation
Michael Roth
2
-4
/
+2
2021-10-21
selftests: kvm: fix mismatched fclose() after popen()
Shuah Khan
1
-1
/
+1
2021-10-21
Merge branch kvm/selftests/memslot into kvmarm-master/next
Marc Zyngier
2
-22
/
+36
2021-10-21
KVM: selftests: Build the memslot tests for arm64
Ricardo Koller
1
-0
/
+2
2021-10-21
KVM: selftests: Make memslot_perf_test arch independent
Ricardo Koller
1
-22
/
+34
2021-10-18
selftests: KVM: Introduce system counter offset test
Oliver Upton
3
-0
/
+134
2021-10-18
selftests: KVM: Add helpers for vCPU device attributes
Oliver Upton
2
-0
/
+47
2021-10-18
selftests: KVM: Fix kvm device helper ioctl assertions
Oliver Upton
1
-3
/
+3
2021-10-18
selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
Oliver Upton
4
-0
/
+207
2021-10-17
Merge branch kvm-arm64/selftest/timer into kvmarm-master/next
Marc Zyngier
20
-48
/
+1330
2021-10-17
KVM: arm64: selftests: arch_timer: Support vCPU migration
Raghavendra Rao Ananta
1
-1
/
+114
2021-10-17
KVM: arm64: selftests: Add arch_timer test
Raghavendra Rao Ananta
3
-0
/
+368
[next]