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
/
x86_64
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirk
Sean Christopherson
1
-1
/
+1
2022-06-24
KVM: selftests: Enhance handling WRMSR ICR register in x2APIC mode
Zeng Guang
1
-3
/
+17
2022-06-24
KVM: selftests: Add a self test for CMCI and UCNA emulations.
Jue Wang
1
-0
/
+316
2022-06-24
KVM: selftests: Test disabling NX hugepages on a VM
Ben Gardon
2
-48
/
+107
2022-06-24
KVM: selftests: Add NX huge pages test
Ben Gardon
2
-0
/
+269
2022-06-22
KVM: selftests: Add MONITOR/MWAIT quirk test
Sean Christopherson
2
-0
/
+137
2022-06-20
KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall tests
Sean Christopherson
1
-83
/
+32
2022-06-20
KVM: selftests: Mostly fix broken Hyper-V Features test
Sean Christopherson
1
-61
/
+81
2022-06-20
KVM: selftests: Add x86-64 support for exception fixup
Sean Christopherson
1
-63
/
+11
2022-06-14
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
4
-6
/
+6
2022-06-11
KVM: selftests: Sanity check input to ioctls() at build time
Sean Christopherson
3
-5
/
+5
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
28
-191
/
+64
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
12
-16
/
+16
2022-06-11
KVM: selftests: Trust that MAXPHYADDR > memslot0 in vmx_apic_access_test
Sean Christopherson
1
-8
/
+1
2022-06-11
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
3
-6
/
+3
2022-06-11
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
44
-313
/
+312
2022-06-11
KVM: selftests: Use vm_create() in tsc_scaling_sync
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Convert xapic_ipi_test away from *_VCPU_ID
Sean Christopherson
1
-28
/
+20
2022-06-11
KVM: selftests: Convert triple_fault_event_test away from VCPU_ID
Sean Christopherson
1
-11
/
+11
2022-06-11
KVM: selftests: Convert svm_nested_soft_inject_test away from VCPU_ID
Sean Christopherson
1
-8
/
+8
2022-06-11
KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDs
Sean Christopherson
1
-50
/
+36
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
6
-11
/
+11
2022-06-11
KVM: selftests: Return created vcpu from vm_vcpu_add_default()
Sean Christopherson
2
-5
/
+2
2022-06-11
KVM: selftests: Convert fix_hypercall_test away from VCPU_ID
Sean Christopherson
1
-18
/
+16
2022-06-11
KVM: selftests: Convert xapic_state_test away from hardcoded vCPU ID
Sean Christopherson
1
-23
/
+25
2022-06-11
KVM: selftests: Track kvm_vcpu object in tsc_scaling_sync
Sean Christopherson
1
-7
/
+10
2022-06-11
KVM: selftests: Convert xen_shinfo_test away from VCPU_ID
Sean Christopherson
1
-32
/
+30
2022-06-11
KVM: selftests: Convert xen_vmcall_test away from VCPU_ID
Sean Christopherson
1
-9
/
+8
2022-06-11
KVM: selftests: Convert vmx_invalid_nested_guest_state away from VCPU_ID
Sean Christopherson
1
-9
/
+9
2022-06-11
KVM: selftests: Convert userspace_io_test away from VCPU_ID
Sean Christopherson
1
-11
/
+7
2022-06-11
KVM: selftests: Convert cpuid_test away from VCPU_ID
Sean Christopherson
1
-15
/
+14
2022-06-11
KVM: selftests: Convert cr4_cpuid_sync_test away from VCPU_ID
Sean Christopherson
1
-10
/
+7
2022-06-11
KVM: selftests: Convert amx_test away from VCPU_ID
Sean Christopherson
1
-17
/
+16
2022-06-11
KVM: selftests: Add proper helper for advancing RIP in debug_regs
Sean Christopherson
1
-12
/
+13
2022-06-11
KVM: selftests: Convert debug_regs away from VCPU_ID
Sean Christopherson
1
-28
/
+25
2022-06-11
KVM: selftests: Convert emulator_error_test away from VCPU_ID
Sean Christopherson
1
-37
/
+28
2022-06-11
KVM: selftests: Convert evmcs_test away from VCPU_ID
Sean Christopherson
1
-26
/
+26
2022-06-11
KVM: selftests: Convert hyperv_clock away from VCPU_ID
Sean Christopherson
1
-13
/
+12
2022-06-11
KVM: selftests: Convert hyperv_features away from VCPU_ID
Sean Christopherson
1
-26
/
+25
2022-06-11
KVM: selftests: Convert hyperv_svm_test away from VCPU_ID
Sean Christopherson
1
-7
/
+7
2022-06-11
KVM: selftests: Convert kvm_clock_test away from VCPU_ID
Sean Christopherson
1
-13
/
+10
2022-06-11
KVM: selftests: Convert tsc_msrs_test away from VCPU_ID
Sean Christopherson
1
-19
/
+16
2022-06-11
KVM: selftests: Convert vmx_exception_with_invalid_guest_state away from VCPU_ID
Sean Christopherson
1
-26
/
+36
2022-06-11
KVM: selftests: Convert userspace_msr_exit_test away from VCPU_ID
Sean Christopherson
1
-84
/
+72
2022-06-11
KVM: selftests: Convert vmx_apic_access_test away from VCPU_ID
Sean Christopherson
1
-10
/
+8
2022-06-11
KVM: selftests: Convert vmx_close_while_nested_test away from VCPU_ID
Sean Christopherson
1
-10
/
+7
2022-06-11
KVM: selftests: Convert vmx_dirty_log_test away from VCPU_ID
Sean Christopherson
1
-7
/
+6
2022-06-11
KVM: selftests: Convert set_sregs_test away from VCPU_ID
Sean Christopherson
1
-23
/
+22
2022-06-11
KVM: selftests: Convert vmx_nested_tsc_scaling_test away from VCPU_ID
Sean Christopherson
1
-10
/
+8
[prev]
[next]