index
:
linux.git
master
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
Age
Commit message (
Expand
)
Author
2020-04-21
KVM: x86/mmu: Set @writable to false for non-visible accesses by L2
Sean Christopherson
2020-04-21
KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flags
Sean Christopherson
2020-04-21
KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flags
Sean Christopherson
2020-04-21
KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switch
Sean Christopherson
2020-04-21
KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switch
Sean Christopherson
2020-04-21
KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabled
Sean Christopherson
2020-04-21
KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-Exit
Sean Christopherson
2020-04-21
KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPT
Sean Christopherson
2020-04-21
KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPT
Sean Christopherson
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: nVMX: Move reflection check into nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
Emanuele Giuseppe Esposito
2020-04-21
KVM: SVM: Use do_machine_check to pass MCE to the host
Uros Bizjak
2020-04-21
KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()
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 module param to force TLB flush on root reuse
Sean Christopherson
2020-04-21
KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
Sean Christopherson
2020-04-21
KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()
Sean Christopherson
2020-04-21
KVM: VMX: Don't reload APIC access page if its control is disabled
Sean Christopherson
2020-04-21
KVM: VMX: Retrieve APIC access page HPA only when necessary
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/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes
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: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
2020-04-21
KVM: SVM: Document the ASID logic in svm_flush_tlb()
Sean Christopherson
2020-04-21
KVM: VMX: Introduce vmx_flush_tlb_current()
Sean Christopherson
2020-04-21
KVM: nVMX: Move nested_get_vpid02() to vmx/nested.h
Sean Christopherson
2020-04-21
KVM: VMX: Move vmx_flush_tlb() to vmx.c
Sean Christopherson
2020-04-21
KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
Sean Christopherson
2020-04-21
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
2020-04-21
KVM: VMX: Clean up vmx_flush_tlb_gva()
Sean Christopherson
2020-04-21
KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest()
Vitaly Kuznetsov
2020-04-20
KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
Sean Christopherson
2020-04-20
KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with address
Sean Christopherson
2020-04-20
KVM: VMX: Drop redundant capability checks in low level INVVPID helpers
Sean Christopherson
2020-04-20
KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()
Sean Christopherson
2020-04-20
KVM: VMX: Move vpid_sync_vcpu_addr() down a few lines
Sean Christopherson
2020-04-20
KVM: VMX: Use vpid_sync_context() directly when possible
Sean Christopherson
2020-04-20
KVM: VMX: Skip global INVVPID fallback if vpid==0 in vpid_sync_context()
Sean Christopherson
2020-04-20
KVM: x86: Sync SPTEs when injecting page/EPT fault into L1
Junaid Shahid
2020-04-20
KVM: x86: cleanup kvm_inject_emulated_page_fault
Paolo Bonzini
[next]