summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAgeFilesLines
* arm: KVM: Survive unknown traps from guestsMark Rutland2017-12-161-7/+12
* arm: KVM: Allow unaligned accesses at HYPMarc Zyngier2017-06-141-3/+2
* kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose2017-04-301-0/+12
* arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_regionMarc Zyngier2017-04-221-0/+3
* kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2016-10-052-2/+1
* KVM: arm/arm64: Stop leaking vcpu pid referencesJames Morse2016-07-121-0/+1
* arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tablesMarc Zyngier2016-06-031-6/+11
* arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin2016-03-111-1/+1
* arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka2015-10-271-2/+4
* arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2015-07-132-8/+22
* ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi2015-07-031-13/+3
* KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara2015-05-171-2/+1
* arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-05-111-3/+3
* arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier2015-05-111-18/+49
* arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier2015-05-111-4/+8
* arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier2015-05-111-15/+67
* arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall2015-05-111-2/+11
* arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall2015-05-111-0/+5
* arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell2015-05-111-3/+3
* arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2015-05-112-0/+72
* arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall2015-05-111-0/+18
* arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2015-05-112-1/+2
* arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall2015-05-111-0/+2
* arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall2015-05-111-1/+1
* arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel2015-05-111-5/+15
* arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2015-05-111-2/+7
* arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel2014-11-261-1/+6
* arm64: KVM: fix unmapping with 48-bit VAsMark Rutland2014-11-261-1/+2
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-183-40/+207
|\
| * arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-161-0/+7
| * arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper2014-10-151-1/+1
| * arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall2014-10-141-0/+11
| * arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2014-10-142-28/+107
| * arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel2014-10-131-8/+69
| * arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-101-1/+4
| * arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel2014-10-101-0/+6
| * arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel2014-10-101-2/+1
| * arm: kvm: fix CPU hotplugVladimir Murzin2014-09-291-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-084-46/+32
|\|
| * arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall2014-09-261-3/+5
| * arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2014-09-261-2/+2
| * arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier2014-09-181-7/+0
| * arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-181-0/+3
| * Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-181-20/+1
| |\
| | * KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
| | * KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-19/+0
| * | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-111-2/+10
| * | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-271-1/+1
| * | KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-271-1/+1
| * | KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2014-08-271-1/+1