summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou4-9/+28
2020-03-16KVM: x86/mmu: Reuse the current root if possible for fast switchSean Christopherson1-3/+12
2020-03-16KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMUSean Christopherson1-3/+5
2020-03-16KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton2-6/+10
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu14-14/+0
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson4-39/+13
2020-03-16KVM: x86: Directly return __vmalloc() result in ->vm_alloc()Sean Christopherson2-16/+8
2020-03-16KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson2-0/+8
2020-03-16KVM: x86: Adjust counter sample period after a wrmsrEric Hankland3-2/+17
2020-03-16KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushesSean Christopherson1-25/+9
2020-03-16KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flushSean Christopherson1-1/+2
2020-03-16KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson2-11/+11
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson2-8/+9
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2-15/+3
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson5-118/+21
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson11-46/+28
2020-03-16KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson1-0/+4
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson4-4/+4
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson4-24/+0
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson1-4/+9
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson6-45/+25
2020-03-16KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson1-0/+11
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson3-11/+10
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson3-17/+30
2020-03-16KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin1-5/+0
2020-03-16KVM: VMX: Add 'else' to split mutually exclusive caseMiaohe Lin1-5/+3
2020-03-16KVM: x86: eliminate some unreachable codeMiaohe Lin2-4/+0
2020-03-16KVM: x86: Fix print format and coding styleMiaohe Lin3-4/+3
2020-03-16KVM: vmx: rewrite the comment in vmx_get_mt_maskChia-I Wu1-10/+17
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2-14/+27
2020-02-23KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini1-1/+1
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton8-2/+83
2020-02-23KVM: fix error handling in svm_hardware_setupLi RongQing1-21/+20
2020-02-21KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin1-7/+6
2020-02-21KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin1-1/+3
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov4-11/+8
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov4-10/+17
2020-02-21kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit1-0/+3
2020-02-21KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2-1/+2
2020-02-21KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li1-2/+9
2020-02-21KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin1-1/+1
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeQian Cai2-23/+26
2020-02-20KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini1-1/+1
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin1-5/+5
2020-02-12KVM: x86: enable -WerrorPaolo Bonzini1-0/+1
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini1-1/+1
2020-02-12KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson1-1/+1
2020-02-12KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson1-0/+3
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2-5/+16