summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/vgic
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Allow no running vcpu on saving vgic3 pending tableGavin Shan2023-01-291-1/+1
* KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending statusGavin Shan2023-01-291-1/+1
* KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan2023-01-292-8/+19
* KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivationMarc Zyngier2023-01-213-16/+18
* KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementationsMarc Zyngier2023-01-051-0/+2
* KVM: arm64: Enable ring-based dirty memory trackingGavin Shan2022-11-101-0/+20
* KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren2022-10-151-1/+4
* KVM: arm64: vgic: Remove duplicate check in update_affinity_collection()Gavin Shan2022-09-261-1/+1
* KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()Marc Zyngier2022-07-171-52/+26
* KVM: arm64: vgic: Consolidate userspace access for base address settingMarc Zyngier2022-07-171-44/+31
* KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier2022-07-171-0/+32
* KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_userMarc Zyngier2022-07-171-3/+3
* KVM: arm64: vgic-v2: Consolidate userspace access for MMIO registersMarc Zyngier2022-07-171-22/+17
* KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registersMarc Zyngier2022-07-171-66/+37
* KVM: arm64: vgic-v3: Use u32 to manage the line level from userspaceMarc Zyngier2022-07-175-8/+12
* KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()Marc Zyngier2022-07-172-28/+9
* KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()Marc Zyngier2022-07-172-8/+3
* KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pendingMarc Zyngier2022-06-082-39/+22
* KVM: arm64: Don't read a HW interrupt pending state in user contextMarc Zyngier2022-06-073-5/+21
* Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-256-55/+269
|\
| * Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/nextMarc Zyngier2022-05-161-18/+78
| |\
| | * KVM: arm64: vgic: Undo work in failed ITS restoresRicardo Koller2022-05-161-2/+13
| | * KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failuresRicardo Koller2022-05-161-4/+23
| | * KVM: arm64: vgic: Add more checks when restoring ITS tablesRicardo Koller2022-05-161-0/+7
| | * KVM: arm64: vgic: Check that new ITEs could be saved in guest memoryRicardo Koller2022-05-161-12/+35
| * | Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextMarc Zyngier2022-05-161-0/+4
| |\ \
| | * | KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaroundMarc Zyngier2022-05-151-0/+4
| | |/
| * | KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier2022-05-044-6/+47
| * | KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier2022-05-043-21/+111
| * | KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier2022-05-043-10/+29
| |/
* / KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson2022-05-021-3/+3
|/
* KVM: arm64: vgic: Remove unnecessary type castingsYu Zhe2022-04-062-6/+6
* 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
|\ \