summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0356-2857/+1259
|\
| * KVM: PPC: Ignore PIR writesAlexander Graf2013-06-301-0/+3
| * KVM: PPC: Book3S PR: Invalidate SLB entries properlyPaul Mackerras2013-06-301-1/+6
| * KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras2013-06-304-20/+66
| * KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a matchPaul Mackerras2013-06-301-12/+2
| * KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entryPaul Mackerras2013-06-301-11/+2
| * KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras2013-06-301-2/+2
| * KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen2013-06-301-1/+1
| * Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 i...Gleb Natapov2013-06-2714-45/+66
| |\
| | * ARM: kvm: don't include drivers/virtio/KconfigArnd Bergmann2013-06-261-2/+0
| | * arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand2013-06-262-3/+8
| | * ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier2013-06-261-0/+3
| | * ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier2013-06-261-0/+1
| | * ARM: KVM: perform save/restore of PARMarc Zyngier2013-06-264-13/+35
| | * ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier2013-06-262-4/+0
| | * ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier2013-06-262-11/+0
| | * ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier2013-06-262-6/+6
| | * ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmidMarc Zyngier2013-06-261-2/+0
| | * ARM: KVM: Don't handle PSCI calls via SMCDave P Martin2013-06-262-4/+1
| | * ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel2013-06-261-0/+12
| * | KVM: Fix RTC interrupt coalescing trackingGleb Natapov2013-06-272-24/+35
| * | kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-274-2/+37
| * | KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-271-1/+3
| * | KVM: MMU: document fast invalidate all pagesXiao Guangrong2013-06-271-0/+3
| * | KVM: MMU: document write_flooding_countXiao Guangrong2013-06-271-0/+1
| * | KVM: MMU: document clear_spte_countXiao Guangrong2013-06-272-3/+18
| * | KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-272-22/+1
| * | KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-271-1/+6
| * | KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-272-2/+31
| * | KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-276-14/+61
| * | KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-273-12/+21
| * | KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-273-17/+60
| * | KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-202-3/+9
| |/
| * KVM: s390: Fixed priority of execution in STSIThomas Huth2013-06-201-7/+16
| * KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth2013-06-203-85/+81
| * KVM: s390: Check for access exceptions during TPIThomas Huth2013-06-201-3/+4
| * KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth2013-06-201-0/+3
| * KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth2013-06-201-24/+39
| * KVM: s390: Privileged operation check for TPROTThomas Huth2013-06-201-0/+3
| * KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth2013-06-203-12/+9
| * KVM: s390: Fix epsw instruction decodingThomas Huth2013-06-171-2/+1
| * KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs2013-06-175-0/+65
| * KVM: s390: Use common waitqueueChristian Borntraeger2013-06-174-19/+19
| * KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller2013-06-171-3/+3
| * KVM: s390: guest large pagesChristian Borntraeger2013-06-174-5/+99
| * KVM: s390: Provide function for setting the guest storage keyChristian Borntraeger2013-06-172-0/+51
| * KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-121-3/+20
| * KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-051-1/+7
| * KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-053-4/+20
| * KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-051-3/+30