index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
nested.c
Age
Commit message (
Expand
)
Author
2023-03-22
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
2023-03-22
KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
Maxim Levitsky
2023-03-22
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
2023-03-22
KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...
Santosh Shukla
2023-01-31
KVM: nSVM: Don't sync tlb_ctl back to vmcb12 on nested VM-Exit
Maxim Levitsky
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
2023-01-09
KVM: nSVM: clarify recalc_intercepts() wrt CR8
Paolo Bonzini
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-11-18
KVM: nSVM: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
Vitaly Kuznetsov
2022-11-18
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2022-11-18
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2022-11-18
x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
Sean Christopherson
2022-11-17
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
KVM: x86: allow L1 to not intercept triple fault
Maxim Levitsky
2022-11-17
KVM: x86: add kvm_leave_nested
Maxim Levitsky
2022-11-17
KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
Maxim Levitsky
2022-11-09
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-09-26
KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
Sean Christopherson
2022-09-26
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
KVM: x86: Formalize blocking of nested pending exceptions
Sean Christopherson
2022-09-26
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
KVM: x86: Print guest pgd in kvm_nested_vmenter()
Mingwei Zhang
2022-09-26
KVM: x86: Update trace function for nested VM entry to support VMX
Mingwei Zhang
2022-07-28
KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
Sean Christopherson
2022-07-28
KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
Maciej S. Szmigiero
2022-06-24
KVM: x86: nSVM: always intercept x2apic msrs
Maxim Levitsky
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
2022-06-08
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
2022-06-08
KVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
Maciej S. Szmigiero
2022-06-08
KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"
Sean Christopherson
2022-06-08
KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
Sean Christopherson
2022-06-08
KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
Maciej S. Szmigiero
2022-06-07
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
2022-04-29
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
2022-04-13
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
2022-04-02
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
2022-02-25
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
2022-02-10
KVM: nSVM: Implement Enlightened MSR-Bitmap feature
Vitaly Kuznetsov
[next]