summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()Paul Mackerras2013-08-291-78/+72
* KVM: PPC: Book3S PR: Make instruction fetch fallback work for system callsPaul Mackerras2013-08-282-1/+39
* KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMXPaul Mackerras2013-08-281-4/+25
* KVM: PPC: Book3S: Fix compile error in XICS emulationPaul Mackerras2013-08-281-0/+1
* KVM: PPC: Book3S PR: return appropriate error when allocation failsThadeu Lima de Souza Cascardo2013-08-281-2/+3
* arch: powerpc: kvm: add signed type cast for comparationChen Gang2013-08-281-2/+2
* powerpc/kvm: Copy the pvr value after memsetAneesh Kumar K.V2013-08-221-4/+3
* KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entryPaul Mackerras2013-07-252-0/+15
* kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood2013-07-111-2/+0
* kvm/ppc: Call trace_hardirqs_on before entryScott Wood2013-07-114-9/+12
* KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlersPaul Mackerras2013-07-101-1/+1
* KVM: PPC: Book3S HV: Correct tlbie usagePaul Mackerras2013-07-102-59/+82
* powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.Aneesh Kumar K.V2013-07-083-11/+32
* powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V2013-07-086-152/+65
* powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V2013-07-0810-51/+341
* KVM: PPC: Book3S: Ignore DABR registerAlexander Graf2013-07-081-0/+2
* Merge remote-tracking branch 'cmadma/for-v3.12-cma-dma' into kvm-ppc-nextAlexander Graf2013-07-082-4/+4
|\
| * mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V2013-07-022-4/+4
* | KVM: VMX: mark unusable segment as nonpresentGleb Natapov2013-07-041-2/+9
* | arm64: KVM: Kconfig integrationMarc Zyngier2013-07-043-0/+54
* | 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