summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm/arm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-121-1/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-28/+18
|\
| * Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-221-23/+13
| |\
| | * KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-181-0/+1
| | * KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-181-1/+1
| | * arm: KVM: Allow hyp teardownMarc Zyngier2016-07-031-1/+2
| | * arm/arm64: KVM: Kill free_boot_hyp_pgdMarc Zyngier2016-07-031-4/+0
| | * arm/arm64: KVM: Drop boot_pgdMarc Zyngier2016-07-031-12/+3
| | * arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier2016-06-291-1/+1
| | * arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier2016-06-291-1/+1
| | * arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsMarc Zyngier2016-06-291-6/+7
| * | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-4/+4
| |/
| * KVM: ARM: Fix typosAndrea Gelmini2016-06-141-1/+1
* | KVM: arm/arm64: Stop leaking vcpu pid referencesJames Morse2016-06-271-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-271-15/+22
|\
| * KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall2016-05-201-1/+7
| * KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall2016-05-201-12/+13
| * KVM: arm/arm64: Move timer IRQ map to latest possible timeChristoffer Dall2016-05-201-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-1/+1
|\ \ | |/
| * kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2016-04-211-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-161-47/+71
|\ \ | |/ |/|
| * arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro2016-04-281-48/+71
* | arm64: KVM: unregister notifiers in hyp mode teardown pathSudeep Holla2016-04-061-3/+10
|/
* arm64: KVM: Register CPU notifiers when the kernel runs at HYPJames Morse2016-03-311-19/+33
* KVM: arm/arm64: disable preemption when calling smp_call_function_manyEric Auger2016-03-211-0/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-3/+5
|\
| * arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel2016-02-181-3/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-62/+182
|\ \
| * | KVM: arm/arm64: timer: Add active state cachingMarc Zyngier2016-02-291-0/+1
| * | arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-291-0/+3
| * | arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao2016-02-291-0/+55
| * | arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao2016-02-291-0/+1
| * | arm64: KVM: Add PMU overflow interrupt routingShannon Zhao2016-02-291-2/+6
| * | arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier2016-02-291-59/+114
| * | ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier2016-02-291-1/+1
| * | arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier2016-02-291-0/+1
| |/
* | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-4/+4
|/
* arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin2015-12-181-2/+20
* arm64: KVM: Add support for 16-bit VMIDVladimir Murzin2015-12-181-2/+8
* arm64: KVM: Map the kernel RO section into HYPMarc Zyngier2015-12-141-0/+7
* KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar2015-12-141-0/+1
* KVM: arm/arm64: Fix preemptible timer active state crazynessChristoffer Dall2015-11-241-6/+1
* arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall2015-10-221-1/+1
* KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger2015-10-221-4/+31
* KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger2015-10-221-1/+2
* KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger2015-10-221-1/+2
* KVM: arm/arm64: rename pause into power_offEric Auger2015-10-221-10/+10
* arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall2015-10-221-3/+8
* arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall2015-10-221-0/+10
* KVM: arm/arm64: Fix memory leak if timer initialization failsPavel Fedin2015-10-201-1/+1
OpenPOWER on IntegriCloud