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
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
2022-06-11
KVM: selftests: Convert platform_info_test away from VCPU_ID
Sean Christopherson
1
-16
/
+16
2022-06-11
KVM: selftests: Convert kvm_pv_test away from VCPU_ID
Sean Christopherson
1
-15
/
+10
2022-06-11
KVM: selftests: Convert hyperv_cpuid away from VCPU_ID
Sean Christopherson
1
-12
/
+11
2022-06-11
KVM: selftests: Convert sync_regs_test away from VCPU_ID
Sean Christopherson
1
-27
/
+25
2022-06-11
KVM: selftests: Convert svm_vmcall_test away from VCPU_ID
Sean Christopherson
1
-9
/
+7
2022-06-11
KVM: selftests: Convert svm_int_ctl_test away from VCPU_ID
Sean Christopherson
1
-11
/
+10
2022-06-11
KVM: selftests: Convert state_test away from VCPU_ID
Sean Christopherson
1
-15
/
+14
2022-06-11
KVM: selftests: Convert smm_test away from VCPU_ID
Sean Christopherson
1
-19
/
+18
2022-06-11
KVM: selftests: Convert pmu_event_filter_test away from VCPU_ID
Sean Christopherson
1
-36
/
+39
2022-06-11
KVM: selftests: Convert mmu_role_test away from VCPU_ID
Sean Christopherson
1
-12
/
+8
2022-06-11
KVM: selftests: Convert vmx_tsc_adjust_test away from VCPU_ID
Sean Christopherson
1
-7
/
+6
2022-06-11
KVM: selftests: Convert vmx_set_nested_state_test away from VCPU_ID
Sean Christopherson
1
-43
/
+43
2022-06-11
KVM: selftests: Convert vmx_pmu_msrs_test away from VCPU_ID
Sean Christopherson
1
-13
/
+12
2022-06-11
KVM: selftests: Convert vmx_preemption_timer_test away from VCPU_ID
Sean Christopherson
1
-15
/
+15
2022-06-11
KVM: selftests: Convert xss_msr_test away from VCPU_ID
Sean Christopherson
1
-5
/
+6
2022-06-11
KVM: selftests: Convert rseq_test away from VCPU_ID
Sean Christopherson
1
-5
/
+4
2022-06-11
KVM: selftests: Convert memslot_perf_test away from VCPU_ID
Sean Christopherson
1
-14
/
+14
2022-06-11
KVM: selftests: Return the created vCPU from vm_vcpu_add()
Sean Christopherson
2
-19
/
+10
2022-06-11
KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
Sean Christopherson
3
-25
/
+24
2022-06-11
KVM: selftests: Rename vcpu.state => vcpu.run
Sean Christopherson
3
-17
/
+11
2022-06-11
KVM: selftests: Rename xAPIC state test's vcpu struct
Sean Christopherson
1
-5
/
+5
2022-06-11
KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
Sean Christopherson
7
-18
/
+26
2022-06-11
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
Sean Christopherson
7
-8
/
+8
2022-06-11
KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
Sean Christopherson
10
-40
/
+23
2022-06-11
KVM: selftests: Avoid memory allocations when adding vCPU in get-reg-list
Sean Christopherson
1
-1
/
+2
2022-06-11
KVM: selftests: Use vm_create_without_vcpus() in psci_test
Sean Christopherson
1
-2
/
+1
2022-06-11
KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test
Sean Christopherson
1
-3
/
+1
2022-06-11
KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
Sean Christopherson
1
-5
/
+2
2022-06-11
KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_id
Sean Christopherson
1
-8
/
+1
2022-06-11
KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
Sean Christopherson
2
-2
/
+2
2022-06-11
KVM: selftests: Add vm_create_*() variants to expose/return 'struct vcpu'
Sean Christopherson
2
-0
/
+34
2022-06-11
KVM: selftest: Add proper helpers for x86-specific save/restore ioctls
Sean Christopherson
2
-89
/
+91
2022-06-11
KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency
Sean Christopherson
5
-6
/
+11
2022-06-11
KVM: selftests: Dedup MSR index list helpers, simplify dedicated test
Sean Christopherson
3
-105
/
+45
2022-06-11
KVM: selftests: Harden and comment XSS / KVM_SET_MSRS interaction
Sean Christopherson
1
-1
/
+6
2022-06-11
KVM: selftests: Cache list of MSRs to save/restore
Sean Christopherson
3
-67
/
+45
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
16
-126
/
+47
2022-06-11
KVM: selftests: Consolidate KVM_ENABLE_CAP usage
Sean Christopherson
4
-51
/
+52
2022-06-11
KVM: selftests: Add a VM backpointer to 'struct vcpu'
Sean Christopherson
2
-0
/
+2
2022-06-11
KVM: selftests: Dedup vgic_init's asserts and improve error messages
Sean Christopherson
1
-65
/
+47
2022-06-11
KVM: selftests: Split get/set device_attr helpers
Sean Christopherson
7
-211
/
+231
[prev]
[next]