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
/
arch
/
x86
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
2018-12-14
KVM: VMX: Move VMX specific files to a "vmx" subdirectory
Sean Christopherson
2018-12-14
KVM: VMX: Alphabetize the includes in vmx.c
Sean Christopherson
2018-12-14
KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcs
Sean Christopherson
2018-12-14
KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails
Sean Christopherson
2018-11-27
kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked page
Jim Mattson
2018-11-27
nVMX x86: Check VMX-preemption timer controls on vmentry of L2 guests
Krish Sadhukhan
2018-11-27
KVM/nVMX: Remove unneeded forward jump in nested_vmx_check_vmentry_hw asm
Uros Bizjak
2018-11-27
KVM: nVMX: Unrestricted guest mode requires EPT
Jim Mattson
2018-11-27
KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-mode
Paolo Bonzini
2018-11-27
KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from...
Liran Alon
2018-11-27
KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VM...
Liran Alon
2018-11-27
KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
Leonid Shatz
2018-11-27
x86/kvm/vmx: fix old-style function declaration
Yi Wang
2018-11-27
KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changes
Liran Alon
2018-11-27
KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS...
Liran Alon
2018-11-27
KVM: VMX: re-add ple_gap module parameter
Luiz Capitulino
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-10-24
KVM/nVMX: Do not validate that posted_intr_desc_addr is page aligned
KarimAllah Ahmed
2018-10-19
x86/kvm/nVMX: tweak shadow fields
Vitaly Kuznetsov
2018-10-17
KVM: VMX: enable nested virtualization by default
Paolo Bonzini
2018-10-17
KVM/x86: Use 32bit xor to clear registers in svm.c
Uros Bizjak
2018-10-17
kvm: vmx: Defer setting of DR6 until #DB delivery
Jim Mattson
2018-10-17
kvm: x86: Defer setting of CR2 until #PF delivery
Jim Mattson
2018-10-17
x86/kvm/nVMX: nested state migration for Enlightened VMCS
Vitaly Kuznetsov
2018-10-17
x86/kvm/nVMX: allow bare VMXON state migration
Vitaly Kuznetsov
2018-10-17
KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case
Vitaly Kuznetsov
2018-10-17
KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
Vitaly Kuznetsov
2018-10-17
KVM: nVMX: add enlightened VMCS state
Vitaly Kuznetsov
2018-10-17
KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
Vitaly Kuznetsov
2018-10-17
KVM: VMX: refactor evmcs_sanitize_exec_ctrls()
Vitaly Kuznetsov
2018-10-17
KVM/VMX: Change hv flush logic when ept tables are mismatched.
Lan Tianyu
2018-10-17
KVM/x86: Use 32bit xor to clear register
Uros Bizjak
2018-10-17
KVM/x86: Use assembly instruction mnemonics instead of .byte streams
Uros Bizjak
2018-10-17
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
Uros Bizjak
2018-10-17
x86/kvm/mmu: make space for source data caching in struct kvm_mmu
Vitaly Kuznetsov
2018-10-17
x86/kvm/mmu: introduce guest_mmu
Vitaly Kuznetsov
2018-10-17
x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
Vitaly Kuznetsov
2018-10-17
x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
2018-10-17
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-17
KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled
Sean Christopherson
2018-10-17
KVM: nVMX: add option to perform early consistency checks via H/W
Sean Christopherson
2018-10-17
KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state()
Sean Christopherson
2018-10-17
KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed}
Sean Christopherson
2018-10-17
KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExit
Sean Christopherson
2018-10-17
KVM: nVMX: do not skip VMEnter instruction that succeeds
Sean Christopherson
2018-10-17
KVM: nVMX: do early preparation of vmcs02 before check_vmentry_postreqs()
Sean Christopherson
2018-10-17
KVM: nVMX: initialize vmcs02 constant exactly once (per VMCS)
Sean Christopherson
2018-10-17
KVM: nVMX: split pieces of prepare_vmcs02() to prepare_vmcs02_early()
Sean Christopherson
2018-10-17
KVM: VMX: remove ASSERT() on vmx->pml_pg validity
Sean Christopherson
2018-10-17
KVM: vVMX: rename label for post-enter_guest_mode consistency check
Sean Christopherson
[next]