]> git.ipfire.org Git - thirdparty/linux.git/history - arch/x86/kvm/vmx/vmx.c
KVM: VMX: Move VMX instruction wrappers to a dedicated header file
[thirdparty/linux.git] / arch / x86 / kvm / vmx / vmx.c
2018-12-14  Sean ChristophersonKVM: VMX: Move VMX instruction wrappers to a dedicated...
2018-12-14  Sean ChristophersonKVM: VMX: Move eVMCS code to dedicated files
2018-12-14  Sean ChristophersonKVM: VMX: Add vmx.h to hold VMX definitions
2018-12-14  Sean ChristophersonKVM: nVMX: Move vmcs12 code to dedicated files
2018-12-14  Sean ChristophersonKVM: VMX: Move VMCS definitions to dedicated file
2018-12-14  Sean ChristophersonKVM: VMX: Expose various module param vars via capabili...
2018-12-14  Sean ChristophersonKVM: VMX: Move capabilities structs and helpers to...
2018-12-14  Sean ChristophersonKVM: VMX: Pass vmx_capability struct to setup_vmcs_config()
2018-12-14  Sean ChristophersonKVM: VMX: Properly handle dynamic VM Entry/Exit controls
2018-12-14  Sean ChristophersonKVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()
2018-12-14  Sean ChristophersonKVM: VMX: Drop the "vmx" prefix from vmx_evmcs.h
2018-12-14  Sean ChristophersonKVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fie...
2018-12-14  Sean ChristophersonKVM: VMX: Move VMX specific files to a "vmx" subdirectory