summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic/vgic-v3.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier1-21/+2
2024-02-24KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIsOliver Upton1-1/+2
2023-10-16arm64: kvm: Use cpus_have_final_cap() explicitlyMark Rutland1-1/+1
2023-07-14KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier1-1/+1
2023-05-19KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker1-7/+0
2023-05-11KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier1-0/+4
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-4/+5
2023-02-14Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton1-4/+5
2023-01-29KVM: arm64: Allow no running vcpu on saving vgic3 pending tableGavin Shan1-1/+1
2023-01-29KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending statusGavin Shan1-1/+1
2023-01-21KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivationMarc Zyngier1-14/+11
2023-01-17KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()Christophe JAILLET1-4/+5
2023-01-05KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementationsMarc Zyngier1-0/+2
2022-05-15KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaroundMarc Zyngier1-0/+4
2022-01-28Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+15
2022-01-22KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systemsMarc Zyngier1-2/+15
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-3/+3
2021-12-16Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/nextMarc Zyngier1-2/+2
2021-12-16KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()Marc Zyngier1-2/+2
2021-12-15KVM: arm64: pkvm: Disable GICv2 supportQuentin Perret1-1/+1
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier1-2/+2
2021-10-17Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/nextMarc Zyngier1-3/+18
2021-10-17KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possibleMarc Zyngier1-4/+11
2021-10-17KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrorsMarc Zyngier1-0/+8
2021-10-11KVM: arm64: vgic-v3: Check redist region is not above the VM IPA sizeRicardo Koller1-2/+4
2021-08-20KVM: arm64: vgic: Resample HW pending state on deactivationMarc Zyngier1-31/+5
2021-06-01KVM: arm64: vgic: Implement SW-driven deactivationMarc Zyngier1-4/+15
2021-03-24KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tablesShenming Lu1-6/+60
2021-03-06KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier1-2/+6
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier1-1/+3
2020-12-27KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()Marc Zyngier1-12/+6
2020-12-23KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Alexandru Elisei1-3/+0
2020-09-15KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull1-2/+2
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall1-6/+8
2020-05-16KVM: Fix spelling in code commentsFuad Tabba1-1/+1
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier1-0/+691