summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAgeFilesLines
* arm: KVM: keep arm vfp/simd exit handling consistent with arm64Mario Smarduch2015-08-191-6/+8
* KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier2015-08-121-3/+1Star
* KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interruptsMarc Zyngier2015-08-121-0/+2
* arm/arm64: KVM: Move vgic handling to a non-preemptible sectionMarc Zyngier2015-08-121-3/+15
* arm/arm64: KVM: Fix ordering of timer/GIC on guest entryMarc Zyngier2015-08-121-4/+3Star
* KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-211-0/+2
* KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée2015-07-211-0/+6
* KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctlAlex Bennée2015-07-212-7/+6Star
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-1/+1
|\
| * ARM: kvm: fix a bad BSYM() usageRussell King2015-05-081-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-241-0/+2
|\ \
| * | arm/arm64: kvm: add missing PSCI includeMark Rutland2015-05-271-0/+2
| |/
* | Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-06-197-32/+46
|\ \
| * | arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2Marc Zyngier2015-06-171-3/+0Star
| * | ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi2015-06-171-13/+3Star
| * | KVM: arm/arm64: Enable the KVM-VFIO deviceKim Phillips2015-06-172-1/+2
| * | arm/arm64: KVM: Properly account for guest CPU timeChristoffer Dall2015-06-171-4/+17
| * | kvm: remove one useless check extensionTiejun Chen2015-06-171-1/+0Star
| * | arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2015-06-172-8/+22
| * | ARM: KVM: Remove pointless void pointer castFiro Yang2015-06-091-2/+2
* | | KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-0/+1
* | | KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-261-1/+1
* | | KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
* | | KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+2
|/ /
* / KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-2/+1Star
|\
| * KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara2015-04-221-2/+1Star
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-161-39/+30Star
|\ \ | |/ |/|
| * Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-271-3/+0Star
| |\
| | * ARM: kvm: round HYP section to page size instead of log2 upper boundArd Biesheuvel2015-03-271-3/+0Star
| * | arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-231-2/+25
| |/
| * ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2015-03-192-37/+8Star
* | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-078-109/+250
|\ \
| * | KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev2015-03-301-0/+1
| * | KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2015-03-301-27/+37
| * | KVM: arm/arm64: remove now unneeded include directory from MakefileAndre Przywara2015-03-261-1/+1
| * | arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall2015-03-141-1/+1
| * | arm/arm64: KVM: export VCPU power state via MP_STATE ioctlAlex Bennée2015-03-141-2/+19
| * | arm/arm64: KVM: Optimize handling of Access Flag faultsMarc Zyngier2015-03-122-0/+61
| * | arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2015-03-122-1/+97
| * | arm/arm64: KVM: Allow handle_hva_to_gpa to return a valueMarc Zyngier2015-03-121-9/+14
| * | KVM: arm/arm64: add irqfd supportEric Auger2015-03-123-1/+4
| * | KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger2015-03-121-0/+5
| * | KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIPEric Auger2015-03-121-1/+0Star
| * | arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall2015-03-125-59/+10Star
| * | KVM: arm/arm64: prefer IS_ENABLED to a static variablePaolo Bonzini2015-03-111-12/+5Star
| |/
* | arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier2015-03-111-4/+4
* | arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier2015-03-111-18/+49
|/
* arm/arm64: KVM: Add exit reaons to kvm_exit event tracingWei Huang2015-02-232-4/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-138-32/+347
|\