index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
include
/
x86_64
/
vmx.h
Age
Commit message (
Expand
)
Author
2022-11-21
KVM: selftests: Stuff RAX/RCX with 'safe' values in vmmcall()/vmcall()
Vitaly Kuznetsov
2022-11-21
KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...
Vitaly Kuznetsov
2022-11-16
KVM: selftests: Check for KVM nEPT support using "feature" MSRs
David Matlack
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-09-27
KVM: selftests: Skip tests that require EPT when it is not available
David Matlack
2022-09-26
KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
Sean Christopherson
2022-09-26
KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
Vitaly Kuznetsov
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested VMX checks
Sean Christopherson
2022-06-09
KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2
David Matlack
2022-06-09
KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
David Matlack
2021-06-24
KVM: selftests: Unconditionally allocate EPT tables in memslot 0
Sean Christopherson
2021-06-17
KVM: selftests: Move APIC definitions into a separate file
Jim Mattson
2020-11-15
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2
Sean Christopherson
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2020-06-08
KVM: selftests: fix vmx_preemption_timer_test build with GCC10
Vitaly Kuznetsov
2020-06-01
KVM: selftests: VMX preemption timer migration test
Makarand Sonare
2020-01-08
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
Xiaoyao Li
2020-01-08
KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
Xiaoyao Li
2020-01-08
KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
Xiaoyao Li
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
2019-09-27
selftests: kvm: add test for dirty logging inside nested guests
Paolo Bonzini
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2018-10-17
KVM: selftests: add Enlightened VMCS test
Vitaly Kuznetsov
2018-10-17
KVM: selftests: state_test: test bare VMXON migration
Vitaly Kuznetsov
2018-10-17
kvm: selftests: move arch-specific files to arch-specific locations
Andrew Jones