summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/vgic/vgic-mmio-v3.c
AgeCommit message (Expand)Author
2019-04-03KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIsMarc Zyngier
2019-01-24KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlockJulien Thierry
2018-10-01vgic: Add support for 52bit guest physical addressKristina Martsenko
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier
2018-07-21KVM: arm/arm64: vgic: Allow configuration of interrupt groupsChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writesChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Permit uaccess writes to return errorsChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Keep track of implementation revisionChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3Christoffer Dall
2018-05-25KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger
2018-05-25KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger
2018-05-25KVM: arm/arm64: Helper to register a new redistributor regionEric Auger
2018-05-25KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger
2018-05-25KVM: arm/arm64: Helper to locate free rdist indexEric Auger
2018-05-25KVM: arm/arm64: Replace the single rdist region by a listEric Auger
2017-11-10KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier
2017-11-06KVM: arm/arm64: Support calling vgic_update_irq_pending from irq contextChristoffer Dall
2017-08-03KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchgChristoffer Dall
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier
2017-06-04KVM: arm/arm64: Use uaccess functions for GICv3 {sc}activeChristoffer Dall
2017-05-23KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}activeChristoffer Dall
2017-05-18KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devicesChristoffer Dall
2017-05-18KVM: arm/arm64: Fix bug when registering redist iodevsChristoffer Dall
2017-05-09KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUsChristoffer Dall
2017-05-09KVM: arm/arm64: Refactor vgic_register_redist_iodevsChristoffer Dall
2017-01-30KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K
2017-01-30KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K
2017-01-30KVM: arm/arm64: vgic: Implement support for userspace accessVijaya Kumar K
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall
2016-11-14ARM: KVM: Support vGICv3 ITSVladimir Murzin
2016-09-22KVM: arm: vgic: Support 64-bit data manipulation on 32-bit host systemsVladimir Murzin
2016-09-22KVM: arm: vgic: Fix compiler warnings when built for 32-bitVladimir Murzin
2016-09-22KVM: arm64: vgic-its: Introduce config option to guard ITS specific codeVladimir Murzin
2016-08-15KVM: arm64: vgic-its: Make updates to propbaser/pendbaser atomicChristoffer Dall
2016-07-18KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkAndre Przywara
2016-07-18KVM: arm64: vgic: Handle ITS related GICv3 redistributor registersAndre Przywara
2016-07-18KVM: arm/arm64: vgic: Add refcounting for IRQsAndre Przywara
2016-07-18KVM: arm/arm64: vgic: Move redistributor kvm_io_devicesAndre Przywara
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handlerAndre Przywara
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlersAndre Przywara
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handlerAndre Przywara
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handlerAndre Przywara
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlersAndre Przywara
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling frameworkAndre Przywara