summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2019-02-20KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson
2019-02-20KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson
2019-02-20Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson
2019-02-20KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson
2019-02-20Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: zap pages in batch"Sean Christopherson
2019-02-20Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson
2019-02-20KVM: x86/mmu: Remove is_obsolete() callSean Christopherson
2019-02-20KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson
2019-02-20Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson
2019-02-20KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson
2019-02-20KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson
2019-02-20KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson
2019-02-20KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson
2019-02-20KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson
2019-02-20KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson
2019-02-20KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson
2019-02-20KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-20kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20kvm: svm: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20KVM: nVMX: do not start the preemption timer hrtimer unnecessarilyPaolo Bonzini
2019-02-20kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang
2019-02-20KVM: x86: cleanup freeing of nested statePaolo Bonzini
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang
2019-02-20KVM: x86: expose MOVDIR64B CPU feature into VM.Liu Jingqi
2019-02-20KVM: x86: expose MOVDIRI CPU feature into VM.Liu Jingqi
2019-02-20kvm, x86, mmu: Use kernel generic dynamic physical address maskKai Huang
2019-02-20KVM: nVMX: remove useless is_protmode checkPaolo Bonzini
2019-02-20KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-02-20KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson
2019-02-20KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-02-20svm: Fix improper check when deactivate AVICSuthikulpanit, Suravee
2019-02-20KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini
2019-02-20svm: Fix AVIC DFR and LDR handlingSuthikulpanit, Suravee
2019-02-20KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson
2019-02-20KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson
2019-02-20KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson
2019-02-20KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson
2019-02-20KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson
2019-02-20KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson
2019-02-20KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson
2019-02-20KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson
2019-02-20KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson