summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-06-30KVM: PPC: Ignore PIR writesAlexander Graf1-0/+3
2013-06-30KVM: PPC: Book3S PR: Invalidate SLB entries properlyPaul Mackerras1-1/+6
2013-06-30KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras4-20/+66
2013-06-30KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a matchPaul Mackerras1-12/+2
2013-06-30KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entryPaul Mackerras1-11/+2
2013-06-30KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras1-2/+2
2013-06-30KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen1-1/+1
2013-06-27Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 i...Gleb Natapov14-45/+66
2013-06-27KVM: Fix RTC interrupt coalescing trackingGleb Natapov2-24/+35
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE4-2/+37
2013-06-27KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa1-1/+3
2013-06-27KVM: MMU: document fast invalidate all pagesXiao Guangrong1-0/+3
2013-06-27KVM: MMU: document write_flooding_countXiao Guangrong1-0/+1
2013-06-27KVM: MMU: document clear_spte_countXiao Guangrong2-3/+18
2013-06-27KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2-22/+1
2013-06-27KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong1-1/+6
2013-06-27KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2-2/+31
2013-06-27KVM: MMU: fast invalidate all mmio sptesXiao Guangrong6-14/+61
2013-06-27KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong3-12/+21
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong3-17/+60
2013-06-26ARM: kvm: don't include drivers/virtio/KconfigArnd Bergmann1-2/+0
2013-06-26arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand2-3/+8
2013-06-26ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier1-0/+3
2013-06-26ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier1-0/+1
2013-06-26ARM: KVM: perform save/restore of PARMarc Zyngier4-13/+35
2013-06-26ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier2-4/+0
2013-06-26ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier2-11/+0
2013-06-26ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier2-6/+6
2013-06-26ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmidMarc Zyngier1-2/+0
2013-06-26ARM: KVM: Don't handle PSCI calls via SMCDave P Martin2-4/+1
2013-06-26ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel1-0/+12
2013-06-20KVM: MMU: retain more available bits on mmio spteXiao Guangrong2-3/+9
2013-06-20KVM: s390: Fixed priority of execution in STSIThomas Huth1-7/+16
2013-06-20KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth3-85/+81
2013-06-20KVM: s390: Check for access exceptions during TPIThomas Huth1-3/+4
2013-06-20KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth1-0/+3
2013-06-20KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth1-24/+39
2013-06-20KVM: s390: Privileged operation check for TPROTThomas Huth1-0/+3
2013-06-20KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth3-12/+9
2013-06-17KVM: s390: Fix epsw instruction decodingThomas Huth1-2/+1
2013-06-17KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs5-0/+65
2013-06-17KVM: s390: Use common waitqueueChristian Borntraeger4-19/+19
2013-06-17KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller1-3/+3
2013-06-17KVM: s390: guest large pagesChristian Borntraeger4-5/+99
2013-06-17KVM: s390: Provide function for setting the guest storage keyChristian Borntraeger2-0/+51
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2013-06-05KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov1-1/+7
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong3-4/+20
2013-06-05KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong1-3/+30
2013-06-05KVM: MMU: zap pages in batchXiao Guangrong1-24/+11