index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
1
-0
/
+5
|
\
|
*
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
2022-04-21
1
-0
/
+5
*
|
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
2022-04-29
1
-9
/
+6
*
|
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
2022-04-13
1
-4
/
+28
*
|
KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
Sean Christopherson
2022-04-13
1
-5
/
+10
*
|
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2022-04-13
1
-3
/
+0
|
/
*
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
2022-03-05
1
-3
/
+8
|
\
|
*
Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
Sean Christopherson
2022-02-25
1
-1
/
+7
|
*
Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
Sean Christopherson
2022-02-25
1
-2
/
+1
*
|
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
2022-02-25
1
-3
/
+3
*
|
KVM: x86/mmu: do not pass vcpu to root freeing functions
Paolo Bonzini
2022-02-25
1
-4
/
+4
*
|
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
2022-02-25
1
-1
/
+1
*
|
KVM: nVMX: Refactor PMU refresh to avoid referencing kvm_x86_ops.pmu_ops
Sean Christopherson
2022-02-10
1
-2
/
+3
|
/
*
KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use
Vitaly Kuznetsov
2022-01-28
1
-16
/
+39
*
KVM: nVMX: Rename vmcs_to_field_offset{,_table}
Vitaly Kuznetsov
2022-01-28
1
-3
/
+3
*
KVM: nVMX: WARN on any attempt to allocate shadow VMCS for vmcs02
Sean Christopherson
2022-01-26
1
-10
/
+12
*
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
2022-01-26
1
-0
/
+1
*
KVM: x86: Update vPMCs when retiring branch instructions
Eric Hankland
2022-01-07
1
-2
/
+5
*
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
2022-01-07
1
-1
/
+2
*
KVM: nVMX: Implement Enlightened MSR Bitmap feature
Vitaly Kuznetsov
2021-12-08
1
-0
/
+14
*
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2021-12-08
1
-1
/
+8
*
KVM: X86: Remove mmu parameter from load_pdptrs()
Lai Jiangshan
2021-12-08
1
-2
/
+2
*
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
2021-12-08
1
-3
/
+5
*
KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
Lai Jiangshan
2021-12-08
1
-7
/
+1
*
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
2021-12-08
1
-1
/
+7
*
KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed
Lai Jiangshan
2021-12-08
1
-1
/
+1
*
KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
Sean Christopherson
2021-12-08
1
-1
/
+1
*
KVM: VMX: Set failure code in prepare_vmcs02()
Dan Carpenter
2021-12-02
1
-1
/
+3
*
KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12
Sean Christopherson
2021-11-26
1
-20
/
+17
*
KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
Sean Christopherson
2021-11-26
1
-5
/
+3
*
KVM: VMX: do not use uninitialized gfn_to_hva_cache
Paolo Bonzini
2021-11-26
1
-2
/
+2
*
KVM: nVMX: Use a gfn_to_hva_cache for vmptrld
David Woodhouse
2021-11-18
1
-9
/
+17
*
KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check
David Woodhouse
2021-11-18
1
-11
/
+15
*
KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12
David Woodhouse
2021-11-18
1
-9
/
+15
*
KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state...
Maxim Levitsky
2021-11-18
1
-5
/
+17
*
KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...
Vipin Sharma
2021-11-11
1
-4
/
+6
*
KVM: nVMX: Clean up x2APIC MSR handling for L2
Sean Christopherson
2021-11-11
1
-39
/
+14
*
KVM: nVMX: Handle dynamic MSR intercept toggling
Sean Christopherson
2021-11-11
1
-57
/
+46
*
KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
David Edmondson
2021-10-25
1
-1
/
+1
*
KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation.
Vitaly Kuznetsov
2021-09-30
1
-0
/
+1
*
KVM: nVMX: Use INVALID_GPA for pointers used in nVMX.
Yu Zhang
2021-09-30
1
-30
/
+30
*
KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit
Maxim Levitsky
2021-09-22
1
-0
/
+2
*
KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vm...
Maxim Levitsky
2021-09-22
1
-1
/
+6
*
KVM: nVMX: Fix nested bus lock VM exit
Chenyi Qiang
2021-09-22
1
-0
/
+6
*
KVM: nVMX: fix comments of handle_vmon()
Yu Zhang
2021-09-22
1
-8
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-09-07
1
-26
/
+30
|
\
|
*
KVM: nVMX: Unconditionally clear nested.pi_pending on nested VM-Enter
Sean Christopherson
2021-08-13
1
-4
/
+3
|
*
KVM: nVMX: Pull KVM L0's desired controls directly from vmcs01
Sean Christopherson
2021-08-13
1
-9
/
+16
|
*
KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions
Sean Christopherson
2021-08-02
1
-6
/
+0
|
*
KVM: nVMX: Don't evaluate "emulation required" on nested VM-Exit
Sean Christopherson
2021-08-02
1
-8
/
+8
[next]