aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-04KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall1-0/+3
2017-04-04kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose1-0/+10
2017-03-20arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_regionMarc Zyngier1-3/+8
2017-03-20arm/arm64: KVM: Take mmap_sem in stage2_unmap_vmMarc Zyngier1-0/+2
2017-03-09KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64Linu Cherian1-0/+3
2017-03-07arm: KVM: Survive unknown traps from guestsMark Rutland1-7/+12
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini1-0/+4
2017-02-08KVM: arm/arm64: Set a background timer to the earliest timer expirationJintack Lim1-1/+2
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim1-1/+8
2017-02-08KVM: arm/arm64: Decouple kvm timer functions from virtual timerJintack Lim1-1/+1
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim1-1/+0
2017-01-30arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENTMarc Zyngier1-9/+0
2017-01-30arm/arm64: KVM: Stop propagating cacheability status of a faulted pageMarc Zyngier1-7/+4
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2-2/+37
2017-01-25KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall1-0/+1
2017-01-13KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsJintack Lim1-0/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-11-14ARM: KVM: Support vGICv3 ITSVladimir Murzin3-0/+8
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPUMarc Zyngier2-1/+41
2016-10-21arm/arm64: KVM: Map the BSS at HYPMarc Zyngier1-0/+7
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-159/+162
2016-09-29Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into nextRadim Krčmář12-159/+152
2016-09-22arm64: KVM: Remove duplicating init code for setting VMIDVladimir Murzin1-8/+4
2016-09-22ARM: KVM: Support vgic-v3Vladimir Murzin4-2/+48
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+10
2016-09-09kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2-2/+1
2016-09-08arm/arm64: KVM: Remove external abort test from MMIO handlingMarc Zyngier1-6/+0
2016-09-08arm/arm64: KVM: Inject virtual abort when guest exits on external abortMarc Zyngier1-0/+5
2016-09-08arm: KVM: Drop unreachable HYP abort handlersMarc Zyngier1-27/+0
2016-09-08arm: KVM: Inject a Virtual Abort if it was pendingMarc Zyngier1-0/+19
2016-09-08arm: KVM: Handle async aborts delivered while at HYPMarc Zyngier2-1/+46
2016-09-08arm: KVM: Add HYP async abort handlerMarc Zyngier1-0/+3
2016-09-08arm: KVM: Add Virtual Abort injection helperMarc Zyngier1-0/+12
2016-09-08arm: KVM: Preserve pending Virtual Abort in world switchMarc Zyngier1-0/+9
2016-09-08arm: KVM: Use common AArch32 conditional execution codeMarc Zyngier2-97/+1
2016-09-08arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier1-3/+1
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2-14/+5
2016-09-08arm/kvm: excise redundant cache maintenanceMark Rutland1-2/+0
2016-09-06arm: KVM: Fix idmap overlap detection when the kernel is idmap'edMarc Zyngier1-1/+2
2016-08-18Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2016-08-17KVM: arm/arm64: Change misleading use of is_error_pfnChristoffer Dall1-1/+1
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-1/+5
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-0/+22
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-159/+104
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into nextRadim Krčmář5-151/+96
2016-07-22KVM: arm/arm64: Enable irqchip routingEric Auger3-0/+22
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara1-0/+1
2016-07-18KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara1-1/+1
2016-07-03arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier1-9/+9
2016-07-03arm/arm64: KVM: Check that IDMAP doesn't intersect with VA rangeMarc Zyngier1-0/+15