aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2015-06-19Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini7-32/+46
2015-06-17arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2Marc Zyngier1-3/+0
2015-06-17ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi1-13/+3
2015-06-17KVM: arm/arm64: Enable the KVM-VFIO deviceKim Phillips2-1/+2
2015-06-17arm/arm64: KVM: Properly account for guest CPU timeChristoffer Dall1-4/+17
2015-06-17kvm: remove one useless check extensionTiejun Chen1-1/+0
2015-06-17arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2-8/+22
2015-06-09ARM: KVM: Remove pointless void pointer castFiro Yang1-2/+2
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-0/+1
2015-05-27arm/arm64: kvm: add missing PSCI includeMark Rutland1-0/+2
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-1/+2
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger1-2/+2
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2015-04-22KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara1-2/+1
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-39/+30
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini8-109/+250
2015-03-30KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev1-0/+1
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara1-27/+37
2015-03-27Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon1-3/+0
2015-03-27ARM: kvm: round HYP section to page size instead of log2 upper boundArd Biesheuvel1-3/+0
2015-03-26KVM: arm/arm64: remove now unneeded include directory from MakefileAndre Przywara1-1/+1
2015-03-23arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel1-2/+25
2015-03-19ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2-37/+8
2015-03-14arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall1-1/+1
2015-03-14arm/arm64: KVM: export VCPU power state via MP_STATE ioctlAlex Bennée1-2/+19
2015-03-12arm/arm64: KVM: Optimize handling of Access Flag faultsMarc Zyngier2-0/+61
2015-03-12arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2-1/+97
2015-03-12arm/arm64: KVM: Allow handle_hva_to_gpa to return a valueMarc Zyngier1-9/+14
2015-03-12KVM: arm/arm64: add irqfd supportEric Auger3-1/+4
2015-03-12KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger1-0/+5
2015-03-12KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIPEric Auger1-1/+0
2015-03-12arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall5-59/+10
2015-03-11KVM: arm/arm64: prefer IS_ENABLED to a static variablePaolo Bonzini1-12/+5
2015-03-11arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-4/+4
2015-03-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier1-18/+49
2015-02-23arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang2-4/+8
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-32/+347
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-01-29arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier1-4/+8
2015-01-29arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier1-15/+67
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier7-72/+127
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirtyKai Huang1-2/+16
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-nextPaolo Bonzini1-2/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-2/+1
2015-01-23arm/arm64: KVM: Fixup incorrect config symbol in commentChristoffer Dall1-2/+2
2015-01-20arm/arm64: KVM: split GICv2 specific emulation code from vgic.cAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara1-0/+8