index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
2019-05-24
KVM: nVMX: Clear nested_run_pending if setting nested state fails
Sean Christopherson
2019-05-24
KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE
Paolo Bonzini
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-15
KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible
Sean Christopherson
2019-05-08
kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
Aaron Lewis
2019-05-08
KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...
Aaron Lewis
2019-05-01
KVM: nVMX: Fix size checks in vmx_set_nested_state
Jim Mattson
2019-04-30
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
2019-04-30
KVM: VMX: Use accessors for GPRs outside of dedicated caching logic
Sean Christopherson
2019-04-30
KVM/nVMX: Use page_address_valid in a few more locations
KarimAllah Ahmed
2019-04-30
KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
KarimAllah Ahmed
2019-04-30
KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
KarimAllah Ahmed
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
KarimAllah Ahmed
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
KarimAllah Ahmed
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
KarimAllah Ahmed
2019-04-30
X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memory
KarimAllah Ahmed
2019-04-30
X86/nVMX: handle_vmon: Read 4 bytes from guest memory
KarimAllah Ahmed
2019-04-16
KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpers
Sean Christopherson
2019-04-16
KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpers
Paolo Bonzini
2019-04-16
KVM: nVMX: Rename and split top-level consistency checks to match SDM
Sean Christopherson
2019-04-16
KVM: nVMX: Move guest non-reg state checks to VM-Exit path
Sean Christopherson
2019-04-16
kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentry
Krish Sadhukhan
2019-04-16
kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentry
Krish Sadhukhan
2019-04-16
KVM: nVMX: always use early vmcs check when EPT is disabled
Paolo Bonzini
2019-04-16
KVM: nVMX: allow tests to use bad virtual-APIC page address
Paolo Bonzini
2019-04-05
KVM: x86: nVMX: fix x2APIC VTPR read intercept
Marc Orr
2019-04-05
KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)
Marc Orr
2019-03-28
kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...
Krish Sadhukhan
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-02-20
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
KVM: nVMX: do not start the preemption timer hrtimer unnecessarily
Paolo Bonzini
2019-02-20
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
2019-02-20
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
2019-02-20
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
2019-02-20
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
2019-02-20
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
2019-02-13
KVM: nVMX: Restore a preemption timer consistency check
Sean Christopherson
2019-02-12
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
2019-02-12
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
2019-02-12
KVM: nVMX: Let the compiler select the reg for holding HOST_RSP
Sean Christopherson
2019-02-12
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
Sean Christopherson
2019-02-12
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks
Sean Christopherson
2019-02-12
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Explicitly reference the scratch reg in nested early checks
Sean Christopherson
2019-02-12
KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
Sean Christopherson
2019-02-07
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
2019-01-25
kvm: vmx: fix some -Wmissing-prototypes warnings
Yi Wang
2019-01-25
kvm: x86/vmx: Use kzalloc for cached_vmcs12
Tom Roeder
[prev]
[next]