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
2020-04-21
KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wants
Sean Christopherson
2020-04-21
KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()
Sean Christopherson
2020-04-21
KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.c
Sean Christopherson
2020-04-21
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
Sean Christopherson
2020-04-21
KVM: nVMX: Free only the affected contexts when emulating INVEPT
Sean Christopherson
2020-04-21
KVM: nVMX: Don't flush TLB on nested VMX transition
Sean Christopherson
2020-04-21
KVM: nVMX: Skip MMU sync on nested VMX transition when possible
Sean Christopherson
2020-04-21
KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
Sean Christopherson
2020-04-21
KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessary
Sean Christopherson
2020-04-21
KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-Exit
Sean Christopherson
2020-04-21
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
Sean Christopherson
2020-04-21
KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit
Sean Christopherson
2020-04-21
KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
Sean Christopherson
2020-04-20
KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address
Sean Christopherson
2020-04-20
KVM: VMX: Use vpid_sync_context() directly when possible
Sean Christopherson
2020-04-20
KVM: x86: Sync SPTEs when injecting page/EPT fault into L1
Junaid Shahid
2020-04-15
KVM: nVMX: Invalidate all roots when emulating INVVPID without EPT
Junaid Shahid
2020-04-15
KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1
Sean Christopherson
2020-04-15
KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)
Sean Christopherson
2020-04-15
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
Oliver Upton
2020-04-15
kvm: nVMX: reflect MTF VM-exits if injected by L1
Oliver Upton
2020-04-07
KVM: nVMX: don't clear mtf_pending when nested events are blocked
Oliver Upton
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
KVM: VMX: Configure runtime hooks using vmx_x86_ops
Sean Christopherson
2020-03-18
KVM: nVMX: remove side effects from nested_vmx_exit_reflected
Paolo Bonzini
2020-03-16
KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
Vitaly Kuznetsov
2020-03-16
KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping
Vitaly Kuznetsov
2020-03-16
Merge branch 'kvm-null-pointer-fix' into HEAD
Paolo Bonzini
2020-03-16
KVM: nVMX: Consolidate nested MTF checks to helper function
Oliver Upton
2020-03-16
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
2020-03-16
KVM: x86: unify callbacks to load paging root
Paolo Bonzini
2020-03-16
KVM: VMX: Add helpers to query Intel PT mode
Sean Christopherson
2020-03-16
KVM: nVMX: Drop unnecessary check on ept caps for execute-only
Sean Christopherson
2020-03-16
KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()
Sean Christopherson
2020-03-16
KVM: nVMX: Rename EPTP validity helper and associated variables
Sean Christopherson
2020-03-16
KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()
Sean Christopherson
2020-03-16
KVM: nVMX: Allow L1 to use 5-level page walks for nested EPT
Sean Christopherson
2020-03-16
KVM: nVMX: Properly handle userspace interrupt window request
Sean Christopherson
2020-03-16
KVM: Fix some obsolete comments
Miaohe Lin
2020-03-16
KVM: x86: Fix print format and coding style
Miaohe Lin
2020-03-14
KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs
Vitaly Kuznetsov
2020-02-23
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2020-02-23
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2020-02-23
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
2020-02-21
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...
Vitaly Kuznetsov
2020-02-17
KVM: nVMX: Fix some obsolete comments and grammar error
Miaohe Lin
2020-02-12
KVM: nVMX: Fix some comment typos and coding style
Miaohe Lin
2020-02-12
KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
Oliver Upton
2020-02-05
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...
Vitaly Kuznetsov
[prev]
[next]