aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier2020-03-242-0/+99
* KVM: arm64: GICv4.1: Add direct injection capability to SGI registersMarc Zyngier2020-03-242-8/+107
* KVM: arm64: GICv4.1: Let doorbells be auto-enabledMarc Zyngier2020-03-241-1/+8
* irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layerMarc Zyngier2020-03-242-21/+17
* Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-282-2/+1
|\
| * kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-171-2/+0
| * KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
* | KVM: Disable preemption in kvm_get_running_vcpu()Marc Zyngier2020-02-121-12/+0
* | Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-01-309-132/+228
|\|
| * KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integerAlexandru Elisei2020-01-281-1/+2
| * KVM: arm64: pmu: Only handle supported event countersEric Auger2020-01-281-5/+5
| * KVM: arm64: pmu: Fix chained SW_INCR countersEric Auger2020-01-281-13/+30
| * KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabledEric Auger2020-01-281-29/+33
| * KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger2020-01-281-0/+3
| * KVM: arm: Make inject_abt32() inject an external abort insteadJames Morse2020-01-231-3/+7
| * KVM: arm: Fix DFSR setting for non-LPAE aarch32 guestsJames Morse2020-01-231-3/+5
| * KVM: arm/arm64: Fix young bit from mmu notifierGavin Shan2020-01-231-1/+2
| * KVM: arm/arm64: Cleanup MMIO handlingMarc Zyngier2020-01-232-49/+22
| * KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()Zenghui Yu2020-01-191-5/+0
| * KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handlerZenghui Yu2020-01-191-2/+1
| * KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland2020-01-191-3/+3
| * KVM: arm/arm64: Correct CPSR on exception entryMark Rutland2020-01-191-10/+101
| * KVM: arm/arm64: Re-check VMA on detecting a poisoned pageJames Morse2020-01-191-11/+9
| * KVM: arm: Remove duplicate includeYueHaibing2020-01-191-2/+0
| * KVM: ARM: Call hyp_cpu_pm_exit at the right placeShannon Zhao2020-01-191-1/+1
| * KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZZenghui Yu2020-01-191-1/+4
| * KVM: arm/arm64: vgic-its: Fix restoration of unmapped collectionsEric Auger2020-01-191-1/+2
| * KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall2020-01-191-0/+6
* | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-7/+1
* | KVM: Move running VCPU from ARM to common codePaolo Bonzini2020-01-274-45/+7
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-5/+0
* | KVM: arm64: Free sve_state via arm specific hookSean Christopherson2020-01-271-0/+2
* | KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson2020-01-271-14/+20
* | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-27/+2
* | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
* | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-10/+11
* | KVM: arm: Drop kvm_arch_vcpu_free()Sean Christopherson2020-01-241-7/+2
|/
* Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-12-1813-163/+324
|\
| * KVM: arm/arm64: Properly handle faulting of device mappingsMarc Zyngier2019-12-121-4/+17
| * KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_...Jia He2019-12-061-9/+0
| * KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg...Miaohe Lin2019-12-061-15/+4
| * KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...Miaohe Lin2019-12-061-0/+1
| * KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()Miaohe Lin2019-12-061-2/+2
| * Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/nextMarc Zyngier2019-11-088-50/+55
| |\
| | * KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...Marc Zyngier2019-11-081-2/+2
| | * KVM: vgic-v4: Track the number of VLPIs per vcpuMarc Zyngier2019-11-083-0/+6
| | * KVM: arm/arm64: Let the timer expire in hardirq context on RTThomas Gleixner2019-11-071-4/+4
| | * KVM: arm/arm64: vgic: Don't rely on the wrong pending tableZenghui Yu2019-10-291-3/+3
| | * KVM: arm/arm64: vgic: Fix some comments typoZenghui Yu2019-10-292-2/+2
| | * KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/putMarc Zyngier2019-10-285-39/+38