summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
AgeCommit message (Expand)AuthorLines
2015-03-11arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier-4/+4
2015-03-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier-18/+49
2015-02-23arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang-4/+8
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-32/+347
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2015-01-29arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier-4/+8
2015-01-29arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier-15/+67
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier-72/+127
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang-2/+16
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-2/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel-2/+1
2015-01-23arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall-2/+2
2015-01-20arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara-0/+1
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara-0/+8
2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara-1/+1
2015-01-20arm/arm64: KVM: rework MPIDR assignment and add accessorsAndre Przywara-12/+18
2015-01-16KVM: arm/arm64: Enable Dirty Page logging for ARMv8Mario Smarduch-12/+11
2015-01-16KVM: arm: page logging 2nd stage fault handlingMario Smarduch-9/+88
2015-01-16KVM: arm: dirty logging write protect supportMario Smarduch-0/+57
2015-01-16KVM: arm: Add initial dirty page locking supportMario Smarduch-0/+135
2015-01-16KVM: arm: Add ARMv7 API to flush TLBsMario Smarduch-0/+12
2015-01-15ARM: KVM: extend WFI tracepoint to differentiate between wfi and wfeAndre Przywara-7/+12
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar-0/+1
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-43/+186
2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall-2/+11
2014-12-13arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall-0/+5
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall-1/+1
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell-3/+3
2014-12-13arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall-0/+72
2014-12-13arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall-0/+18
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall-25/+43
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall-1/+2
2014-12-13arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall-0/+2
2014-12-13arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall-1/+1
2014-11-26arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel-1/+6
2014-11-26arm64: KVM: fix unmapping with 48-bit VAsMark Rutland-1/+2
2014-11-25arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO readAndre Przywara-6/+9
2014-11-25arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel-5/+15
2014-11-25arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek-2/+7
2014-11-25arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel-1/+6
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-40/+207
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall-0/+7
2014-10-15arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper-1/+1
2014-10-14arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall-0/+11
2014-10-14arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall-28/+107
2014-10-13arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel-8/+69
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel-1/+4
2014-10-10arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel-0/+6
2014-10-10arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel-2/+1
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-46/+32