summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller2019-02-051-10/+10
| | * | KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-053-8/+7
| | * | KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-052-2/+2
| | * | KVM: s390: drop obsolete else pathMichael Mueller2019-02-051-1/+1
| | * | KVM: s390: clarify kvm related kernel messageMichael Mueller2019-02-051-3/+3
| * | | KVM: Minor cleanups for kvm_main.cLeo Yan2019-02-221-2/+1
| * | | Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-02-2220-139/+206
| |\ \ \
| | * \ \ Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-228-100/+71
| | |\ \ \
| | * | | | KVM: PPC: Book3S: Improve KVM reference countingAlexey Kardashevskiy2019-02-221-3/+4
| | * | | | KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe2019-02-222-0/+12
| | * | | | KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-193-1/+19
| | * | | | KVM: PPC: Release all hardware TCE tables attached to a groupAlexey Kardashevskiy2019-02-191-1/+0
| | * | | | KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUSSuraj Jitindar Singh2019-02-191-0/+18
| | * | | | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-197-26/+47
| | * | | | KVM: PPC: Remove -I. header search pathsMasahiro Yamada2019-02-191-5/+0
| | * | | | KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_nodewangbo2019-02-191-3/+1
| | * | | | KVM: PPC: Book3S PR: Add emulation for slbfee. instructionPaul Mackerras2019-02-194-0/+34
| * | | | | Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"Lan Tianyu2019-02-201-5/+3
| * | | | | x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti2019-02-201-0/+14
| * | | | | KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner2019-02-202-8/+7
| * | | | | KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-204-18/+31
| * | | | | KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner2019-02-202-2/+9
| * | | | | KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson2019-02-201-23/+10
| * | | | | KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson2019-02-201-2/+5
| * | | | | KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson2019-02-201-10/+26
| * | | | | Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-203-100/+1
| * | | | | KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson2019-02-201-1/+2
| * | | | | KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson2019-02-201-1/+4
| * | | | | Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson2019-02-202-1/+16
| * | | | | Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson2019-02-201-12/+9
| * | | | | Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson2019-02-202-22/+0
| * | | | | Revert "KVM: MMU: zap pages in batch"Sean Christopherson2019-02-201-11/+24
| * | | | | Revert "KVM: MMU: collapse TLB flushes when zap all pages"Sean Christopherson2019-02-201-28/+3
| * | | | | Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson2019-02-203-19/+4
| * | | | | KVM: x86/mmu: Remove is_obsolete() callSean Christopherson2019-02-201-5/+1
| * | | | | KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptesSean Christopherson2019-02-201-1/+2
| * | | | | Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"Sean Christopherson2019-02-202-1/+22
| * | | | | Revert "KVM: MMU: document fast invalidate all pages"Sean Christopherson2019-02-202-30/+1
| * | | | | KVM: x86/mmu: Zap only the relevant pages when removing a memslotSean Christopherson2019-02-201-1/+32
| * | | | | KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()Sean Christopherson2019-02-201-6/+16
| * | | | | KVM: x86/mmu: Move slot_level_*() helper functions up a few linesSean Christopherson2019-02-201-69/+70
| * | | | | KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson2019-02-204-30/+26
| * | | | | KVM: Remove the hack to trigger memslot generation wraparoundSean Christopherson2019-02-201-6/+2
| * | | | | KVM: x86: Refactor the MMIO SPTE generation handlingSean Christopherson2019-02-201-33/+43
| * | | | | KVM: x86: Use a u64 when passing the MMIO gen aroundSean Christopherson2019-02-201-7/+7
| * | | | | KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson2019-02-203-14/+35
| * | | | | KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-02-201-1/+6
| * | | | | KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-02-201-2/+19
| * | | | | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-209-12/+15
| * | | | | kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-203-13/+27