aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/arm.c
AgeCommit message (Expand)Author
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara
2016-07-18KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara
2016-07-03arm: KVM: Allow hyp teardownMarc Zyngier
2016-07-03arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier
2016-07-03arm/arm64: KVM: Drop boot_pgdMarc Zyngier
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini
2016-06-29arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier
2016-06-29arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier
2016-06-29arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier
2016-06-27KVM: arm/arm64: Stop leaking vcpu pid referencesJames Morse
2016-06-14KVM: ARM: Fix typosAndrea Gelmini
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-20KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall
2016-05-20KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall
2016-05-20KVM: arm/arm64: Move timer IRQ map to latest possible timeChristoffer Dall
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro
2016-04-21kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose
2016-04-06arm64: KVM: unregister notifiers in hyp mode teardown pathSudeep Holla
2016-03-31arm64: KVM: Register CPU notifiers when the kernel runs at HYPJames Morse
2016-03-21KVM: arm/arm64: disable preemption when calling smp_call_function_manyEric Auger
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-02-29KVM: arm/arm64: timer: Add active state cachingMarc Zyngier
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao
2016-02-29arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao
2016-02-29arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao
2016-02-29arm64: KVM: Add PMU overflow interrupt routingShannon Zhao
2016-02-29arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier
2016-02-29ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier
2016-02-29arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel
2015-12-18arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin
2015-12-14arm64: KVM: Map the kernel RO section into HYPMarc Zyngier
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar
2015-11-24KVM: arm/arm64: Fix preemptible timer active state crazynessChristoffer Dall
2015-10-22arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall
2015-10-22KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger
2015-10-22KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger
2015-10-22KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger
2015-10-22KVM: arm/arm64: rename pause into power_offEric Auger
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall
2015-10-20KVM: arm/arm64: Fix memory leak if timer initialization failsPavel Fedin