index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
/
smm_test.c
Age
Commit message (
Expand
)
Author
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2022-11-09
KVM: allow compiling out SMM support
Paolo Bonzini
2022-07-13
KVM: selftests: Use this_cpu_has() to detect SVM support in L1
Sean Christopherson
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested VMX checks
Sean Christopherson
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested SVM checks
Sean Christopherson
2022-07-13
KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
Sean Christopherson
2022-06-14
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert smm_test away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
2022-01-26
KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
Sean Christopherson
2022-01-14
kvm: selftests: Add support for KVM_CAP_XSAVE2
Wei Wang
2021-07-15
KVM: selftests: smm_test: Test SMM enter from L2
Vitaly Kuznetsov
2021-06-17
KVM: selftests: Introduce x2APIC register manipulation functions
Jim Mattson
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-06-11
KVM: selftests: fix sync_with_host() in smm_test
Vitaly Kuznetsov
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2020-06-01
selftests: kvm: fix smm test on SVM
Vitaly Kuznetsov
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
2019-06-05
kvm: selftests: hide vcpu_setup in processor code
Paolo Bonzini
2019-05-24
KVM: selftests: Compile code with warnings enabled
Thomas Huth
2019-04-16
selftests: kvm: add a selftest for SMM
Vitaly Kuznetsov