summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-02-22Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-02-22Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-02-22Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-02-22KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger
2019-02-22KVM: s390: implement subfunction processor callsChristian Borntraeger
2019-02-22arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin
2019-02-22Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras
2019-02-22powerpc/kvm: Save and restore host AMR/IAMR/UAMORMichael Ellerman
2019-02-22KVM: PPC: Book3S: Improve KVM reference countingAlexey Kardashevskiy
2019-02-22KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe
2019-02-21powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras
2019-02-21KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras
2019-02-21KVM: PPC: Book3S HV: Context switch AMR on Power9Michael Ellerman
2019-02-20x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti
2019-02-20KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner
2019-02-20KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner
2019-02-20KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson
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-20Revert "KVM: MMU: document fast invalidate all pages"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