aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2-25/+43
2014-12-13arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2-1/+2
2014-12-13arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall1-0/+2
2014-12-13arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall1-1/+1
2014-11-25arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO readAndre Przywara1-6/+9
2014-11-25arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel1-5/+15
2014-11-25arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek1-2/+7
2014-11-25arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel1-1/+6
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmLinus Torvalds3-40/+207
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall1-0/+7
2014-10-15arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper1-1/+1
2014-10-14arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall1-0/+11
2014-10-14arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2-28/+107
2014-10-13arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel1-8/+69
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel1-1/+4
2014-10-10arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel1-0/+6
2014-10-10arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel1-2/+1
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-46/+32
2014-09-29arm: kvm: fix CPU hotplugVladimir Murzin1-1/+2
2014-09-26arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall1-3/+5
2014-09-26arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp1-2/+2
2014-09-18arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier1-7/+0
2014-09-18arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier1-0/+3
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall1-20/+1
2014-09-11ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel1-2/+10
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-1/+1
2014-08-29KVM: static inline empty kvm_arch functionsRadim Krčmář1-19/+0
2014-08-29arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall1-0/+2
2014-08-29ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar1-0/+4
2014-08-27KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon1-1/+1
2014-08-27KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon1-1/+1
2014-08-27KVM: ARM/arm64: fix broken __percpu annotationWill Deacon1-1/+1
2014-08-27arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall2-14/+9
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-155/+260
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-1/+2
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-7/+1
2014-07-11ARM: KVM: enable KVM in Kconfig on big-endian systemsVictor Kamensky1-1/+1
2014-07-11ARM: KVM: one_reg coproc set and get BE fixesVictor Kamensky1-9/+79
2014-07-11ARM: KVM: __kvm_vcpu_run function return result fix in BE caseVictor Kamensky1-0/+5
2014-07-11ARM: KVM: handle 64bit values passed to mrcc or from mcrr instructions in BE caseVictor Kamensky3-7/+7
2014-07-11ARM: KVM: fix vgic V7 assembler code to work in BE imageVictor Kamensky1-0/+14
2014-07-11KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier1-0/+1
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier1-13/+13
2014-07-11arm64: KVM: allow export and import of generic timer regsAlex Bennée1-10/+0
2014-07-11ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips1-3/+8
2014-07-11ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2-37/+46
2014-07-11arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall1-73/+84