aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/vgic/vgic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-02KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQsChristoffer Dall1-0/+1
2018-01-02KVM: arm/arm64: vgic: Support level-triggered mapped interruptsChristoffer Dall1-0/+7
2017-11-10KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/syncMarc Zyngier1-0/+2
2017-11-10KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier1-0/+2
2017-11-10KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier1-0/+2
2017-11-10KVM: arm/arm64: vITS: Add MSI translation helpersMarc Zyngier1-0/+4
2017-11-06KVM: arm/arm64: Support calling vgic_update_irq_pending from irq contextChristoffer Dall1-1/+2
2017-09-05KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall1-0/+16
2017-05-24KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall1-4/+8
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+31
2017-05-09KVM: arm/arm64: Register ITS iodev when setting base addressChristoffer Dall1-1/+0
2017-05-09KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUsChristoffer Dall1-1/+2
2017-05-09KVM: arm/arm64: Make vgic_v3_check_base more broadly usableChristoffer Dall1-0/+1
2017-05-09KVM: arm/arm64: Refactor vgic_register_redist_iodevsChristoffer Dall1-1/+1
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+5
2017-05-08KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger1-0/+1
2017-05-08KVM: arm64: vgic-its: ITT save and restoreEric Auger1-0/+4
2017-05-08KVM: arm64: vgic-its: Device table save/restoreEric Auger1-0/+10
2017-05-08KVM: arm64: vgic-its: Collection table save/restoreEric Auger1-0/+9
2017-05-08KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusEric Auger1-0/+1
2017-05-08KVM: arm/arm64: vgic: expose (un)lock_all_vcpusEric Auger1-0/+3
2017-04-09KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationChristoffer Dall1-2/+0
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall1-0/+6
2017-04-04KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall1-1/+8
2017-04-04KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall1-0/+2
2017-01-30KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K1-0/+2
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K1-0/+25
2017-01-30KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr structVijaya Kumar K1-0/+5
2017-01-30KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K1-1/+39
2017-01-25KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall1-0/+3
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall1-0/+8
2016-11-14ARM: KVM: Support vGICv3 ITSVladimir Murzin1-26/+0
2016-09-22ARM: KVM: Support vgic-v3Vladimir Murzin1-54/+0
2016-09-22KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin1-0/+4
2016-08-15KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara1-0/+6
2016-07-18KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefMarc Zyngier1-0/+8
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara1-0/+6
2016-07-18KVM: arm64: vgic-its: Implement MSI injection in ITS emulationAndre Przywara1-0/+6
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableAndre Przywara1-0/+5
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara1-0/+3
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkAndre Przywara1-0/+7
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-1/+1
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement map_resourcesEric Auger1-0/+7
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement vgic_initEric Auger1-0/+8
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_initEric Auger1-0/+9
2016-05-20KVM: arm/arm64: vgic-new: Add userland GIC CPU interface accessAndre Przywara1-0/+2
2016-05-20KVM: arm/arm64: vgic-new: Add GICH_VMCR accessorsAndre Przywara1-0/+21
2016-05-20KVM: arm/arm64: vgic-new: Export register access interfaceChristoffer Dall1-0/+2
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registersEric Auger1-0/+1