summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/vgic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-03-181-1/+1
|\
| * KVM: arm64: fix typos in commentsJulia Lawall2022-03-181-1/+1
* | KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier2022-02-111-0/+2
|/
* Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-01-281-2/+15
|\
| * KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systemsMarc Zyngier2022-01-221-2/+15
* | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-076-11/+18
|\|
| * Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/nextMarc Zyngier2021-12-163-7/+9
| |\
| | * KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()Marc Zyngier2021-12-162-4/+4
| | * KVM: arm64: vgic-v3: Fix vcpu index comparisonMarc Zyngier2021-12-161-3/+5
| * | Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier2021-12-152-1/+6
| |\ \
| | * | KVM: arm64: pkvm: Disable GICv2 supportQuentin Perret2021-12-152-1/+6
| | |/
| * | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2021-12-072-2/+2
| |\ \
| | * | KVM: arm64: Constify kvm_io_gic_opsRikard Falkeborn2021-12-062-2/+2
| | |/
| * / KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pidMarc Zyngier2021-12-011-1/+1
| |/
* / KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-087-15/+18
|/
* Merge branch kvm-arm64/memory-accounting into kvmarm-master/nextMarc Zyngier2021-10-175-11/+11
|\
| * KVM: arm64: vgic: Add memcg accounting to vgic allocationsJia He2021-10-175-11/+11
* | Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/nextMarc Zyngier2021-10-171-3/+18
|\ \
| * | KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possibleMarc Zyngier2021-10-171-4/+11
| * | KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrorsMarc Zyngier2021-10-171-0/+8
| |/
* | KVM: arm64: vgic: Drop vgic_check_ioaddr()Ricardo Koller2021-10-112-25/+4
* | KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA sizeRicardo Koller2021-10-111-2/+2
* | KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA sizeRicardo Koller2021-10-111-2/+5
* | KVM: arm64: vgic-v3: Check redist region is not above the VM IPA sizeRicardo Koller2021-10-112-4/+8
* | kvm: arm64: vgic: Introduce vgic_check_iorangeRicardo Koller2021-10-112-0/+26
|/
* KVM: arm64: vgic: Resample HW pending state on deactivationMarc Zyngier2021-08-204-62/+50
* KVM: arm64: vgic: Drop WARN from vgic_get_irqRicardo Koller2021-08-191-1/+0
* KVM: arm64: Fix comments related to GICv2 PMR reportingJason Wang2021-08-021-2/+2
* KVM: arm64: vgic: Implement SW-driven deactivationMarc Zyngier2021-06-012-8/+30
* KVM: arm64: vgic: move irq->get_input_level into an ops structureMarc Zyngier2021-06-011-7/+7
* KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivationMarc Zyngier2021-06-011-0/+10
* KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt maskingMarc Zyngier2021-06-011-1/+7
* irqchip/gic: Split vGIC probing information from the GIC codeMarc Zyngier2021-06-011-3/+15
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-018-53/+169
|\
| * Merge branch 'kvm-arm64/vlpi-save-restore' into kvmarm-master/nextMarc Zyngier2021-04-134-9/+102
| |\
| | * KVM: arm64: GICv4.1: Give a chance to save VLPI stateShenming Lu2021-03-241-3/+3
| | * KVM: arm64: GICv4.1: Restore VLPI pending state to physical sideZenghui Yu2021-03-241-0/+19
| | * KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tablesShenming Lu2021-03-241-6/+60
| | * KVM: arm64: GICv4.1: Add function to get VLPI stateShenming Lu2021-03-242-0/+20
| * | KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger2021-04-131-2/+2
| * | KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspaceEric Auger2021-04-061-19/+27
| * | kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()Eric Auger2021-04-063-10/+14
| * | KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]Eric Auger2021-04-061-6/+4
| * | KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()Eric Auger2021-04-061-1/+5
| * | KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()Eric Auger2021-04-061-1/+7
| * | KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION readEric Auger2021-04-061-0/+3
| * | KVM: arm64: vgic-v3: Fix some error codes when setting RDIST baseEric Auger2021-04-061-7/+7
| |/
* | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-272-5/+6
|\ \
| * | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-082-5/+6
| |/
* | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-2/+2
|\ \ | |/ |/|