index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
2021-06-24
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
2021-06-24
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
2021-06-21
KVM: nVMX: Dynamically compute max VMCS index for vmcs12
Sean Christopherson
2021-06-17
KVM: nVMX: Drop redundant checks on vmcs12 in EPTP switching emulation
Sean Christopherson
2021-06-17
KVM: nVMX: WARN if subtly-impossible VMFUNC conditions occur
Sean Christopherson
2021-06-17
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
2021-06-17
KVM: nVMX: Use fast PGD switch when emulating VMFUNC[EPTP_SWITCH]
Sean Christopherson
2021-06-17
KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPT
Sean Christopherson
2021-06-17
KVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and MMU sync logic
Sean Christopherson
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
2021-06-17
KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
Sean Christopherson
2021-06-17
KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
Sean Christopherson
2021-06-17
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
2021-06-17
KVM: nVMX: Request to sync eVMCS from VMCS12 after migration
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Reset eVMCS clean fields data from prepare_vmcs02()
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Force enlightened VMCS sync from nested_vmx_failValid()
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get...
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Release enlightened VMCS on VMCLEAR
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Introduce 'EVMPTR_MAP_PENDING' post-migration state
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Make copy_vmcs12_to_enlightened()/copy_enlightened_to_vmcs12() ret...
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Release eVMCS when enlightened VMENTRY was disabled
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Don't set 'dirty_vmcs12' flag on enlightened VMPTRLD
Vitaly Kuznetsov
2021-06-17
KVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate that eVMCS is not in use
Vitaly Kuznetsov
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
2021-06-17
KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
Maxim Levitsky
2021-06-17
KVM: nVMX: Drop obsolete (and pointless) pdptrs_changed() check
Sean Christopherson
2021-06-17
KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...
Krish Sadhukhan
2021-06-17
KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable
Jim Mattson
2021-06-17
KVM: nVMX: Fail on MMIO completion for nested posted interrupts
Jim Mattson
2021-06-17
KVM: nVMX: Add a return code to vmx_complete_nested_posted_interrupt
Jim Mattson
2021-06-17
KVM: nVMX: Enable nested TSC scaling
Ilias Stamatis
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
2021-05-07
KVM: nVMX: Always make an attempt to map eVMCS after migration
Vitaly Kuznetsov
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-26
KVM: x86: Rename GPR accessors to make mode-aware variants the defaults
Sean Christopherson
2021-04-26
KVM: nVMX: Truncate base/index GPR value on address calc in !64-bit
Sean Christopherson
2021-04-26
KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
Sean Christopherson
2021-04-26
KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVM
Sean Christopherson
2021-04-20
KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
Sean Christopherson
2021-04-20
KVM: VMX: Add basic handling of VM-Exit from SGX enclave
Sean Christopherson
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
2021-03-15
KVM: x86: Move nVMX's consistency check macro to common code
Sean Christopherson
2021-03-15
KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
Sean Christopherson
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
2021-02-19
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
2021-02-19
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
2021-02-18
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit
Paolo Bonzini
2021-02-04
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
[next]