aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAge
* KVM: arm: plug potential guest hardware debug leakageZhichao Huang2017-05-25
* arm: KVM: Do not use stack-protector to compile HYP codeMarc Zyngier2017-05-25
* KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones2017-05-20
* kvm: arm/arm64: Fix locking for kvm_free_stage2_pgdSuzuki K Poulose2017-04-12
* arm/arm64: KVM: Take mmap_sem in kvm_arch_prepare_memory_regionMarc Zyngier2017-04-12
* arm/arm64: KVM: Take mmap_sem in stage2_unmap_vmMarc Zyngier2017-04-12
* arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-04
* arm/arm64: KVM: Map the BSS at HYPMarc Zyngier2016-10-21
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-06
|\
| * Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2016-09-29
| |\
| | * arm64: KVM: Remove duplicating init code for setting VMIDVladimir Murzin2016-09-22
| | * ARM: KVM: Support vgic-v3Vladimir Murzin2016-09-22
| | * arm/arm64: KVM: Remove external abort test from MMIO handlingMarc Zyngier2016-09-08
| | * arm/arm64: KVM: Inject virtual abort when guest exits on external abortMarc Zyngier2016-09-08
| | * arm: KVM: Drop unreachable HYP abort handlersMarc Zyngier2016-09-08
| | * arm: KVM: Inject a Virtual Abort if it was pendingMarc Zyngier2016-09-08
| | * arm: KVM: Handle async aborts delivered while at HYPMarc Zyngier2016-09-08
| | * arm: KVM: Add HYP async abort handlerMarc Zyngier2016-09-08
| | * arm: KVM: Add Virtual Abort injection helperMarc Zyngier2016-09-08
| | * arm: KVM: Preserve pending Virtual Abort in world switchMarc Zyngier2016-09-08
| | * arm: KVM: Use common AArch32 conditional execution codeMarc Zyngier2016-09-08
| | * arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier2016-09-08
| | * KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall2016-09-08
| | * arm/kvm: excise redundant cache maintenanceMark Rutland2016-09-08
| * | kvm: add stubs for arch specific debugfs supportLuiz Capitulino2016-09-16
| |/
* | kvm-arm: Unmap shadow pagetables properlySuzuki K Poulose2016-09-09
* | arm: KVM: Fix idmap overlap detection when the kernel is idmap'edMarc Zyngier2016-09-06
|/
* Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-08-18
|\
| * KVM: arm/arm64: Change misleading use of is_error_pfnChristoffer Dall2016-08-17
* | KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-12
|/
* Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-04
|\
| * KVM: arm/arm64: Enable irqchip routingEric Auger2016-07-22
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-02
|\ \
| * | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-22
| |\|
| | * KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-18
| | * KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-18
| | * arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier2016-07-03
| | * arm/arm64: KVM: Check that IDMAP doesn't intersect with VA rangeMarc Zyngier2016-07-03
| | * arm: KVM: Allow hyp teardownMarc Zyngier2016-07-03
| | * arm: KVM: Simplify HYP initMarc Zyngier2016-07-03
| | * arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-03
| | * arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-03
| | * arm/arm64: KVM: Always have merged page tablesMarc Zyngier2016-07-03
| | * arm/arm64: KVM: Export __hyp_text_start/end symbolsMarc Zyngier2016-07-03
| | * KVM: arm/arm64: The GIC is dead, long live the GICMarc Zyngier2016-07-03
| | * arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier2016-06-29
| | * arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier2016-06-29
| | * arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier2016-06-29
| * | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-01
| |/
| * KVM: ARM: Fix typosAndrea Gelmini2016-06-14