aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/vgic/vgic-v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintidMarc Zyngier1-1/+8
2018-03-14KVM: arm/arm64: Reduce verbosity of KVM init logArd Biesheuvel1-1/+1
2018-01-02KVM: arm/arm64: vgic: Support level-triggered mapped interruptsChristoffer Dall1-0/+29
2017-11-06KVM: arm/arm64: Support calling vgic_update_irq_pending from irq contextChristoffer Dall1-2/+3
2017-05-24KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall1-3/+25
2017-05-15KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interruptMarc Zyngier1-0/+7
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-51/+39
2017-04-09KVM: arm/arm64: vgic: Improve sync_hwstate performanceChristoffer Dall1-2/+5
2017-04-09KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationChristoffer Dall1-47/+12
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall1-2/+22
2017-04-04KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall1-4/+4
2017-04-04KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall1-0/+15
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall1-7/+5
2017-01-13KVM: arm/arm64: vgic: Fix deadlock on error handlingMarc Zyngier1-2/+0
2016-11-24KVM: arm/arm64: vgic: Don't notify EOI for non-SPIsMarc Zyngier1-2/+4
2016-09-08arm64: KVM: vgic-v2: Enable GICV access from HYP if access from guest is unsafeMarc Zyngier1-27/+42
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier1-0/+2
2016-07-18KVM: arm/arm64: vgic: Add refcounting for IRQsAndre Przywara1-0/+1
2016-07-18KVM: arm/arm64: vgic: Check return value for kvm_register_vgic_deviceAndre Przywara1-3/+8
2016-05-31KVM: arm/arm64: vgic-v2: Always resample level interruptsMarc Zyngier1-5/+9
2016-05-20KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enableEric Auger1-1/+10
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement map_resourcesEric Auger1-0/+69
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement vgic_initEric Auger1-0/+5
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_initEric Auger1-0/+64
2016-05-20KVM: arm/arm64: vgic-new: Add GICH_VMCR accessorsAndre Przywara1-0/+29
2016-05-20KVM: arm/arm64: vgic-new: Add GICv2 world switch backendMarc Zyngier1-0/+176