summaryrefslogtreecommitdiff
path: root/xen/arch/arm/vgic-v3-its.c
AgeCommit message (Expand)Author
2020-09-21xen: include xen/guest_access.h rather than asm/guest_access.hJulien Grall
2019-05-21xen/const: Extend the existing macro BIT to take a suffix in parameterJulien Grall
2018-11-09xen/arm: Only include vreg.h when necessaryJulien Grall
2018-10-01xen/arm: vgic-v3-its: Make vgic_v3_its_free_domain idempotentJulien Grall
2018-02-02xen/arm: Don't crash domain on bad MMIO emulationJulien Grall
2017-12-08ARM: VGIC: move gic_remove_irq_from_queues()Andre Przywara
2017-08-18arm/guest_access: Rename vgic_access_guest_memorySergej Proskurin
2017-08-18arm/guest_access: Move vgic_access_guest_memory to guest_access.hSergej Proskurin
2017-06-23xen/arm: Rename vgic_reg* functions definitions and calls to vreg_reg*Bhupinder Thakur
2017-06-14ARM: vITS: create and initialize virtual ITSes for Dom0Andre Przywara
2017-06-14ARM: vITS: increase mmio_count for each ITSAndre Przywara
2017-06-14ARM: vITS: handle INVALL commandAndre Przywara
2017-06-14ARM: vITS: handle INV commandAndre Przywara
2017-06-14ARM: vITS: handle DISCARD commandAndre Przywara
2017-06-14ARM: vITS: handle MOVI commandAndre Przywara
2017-06-14ARM: vITS: handle MAPTI/MAPI commandAndre Przywara
2017-06-14ARM: vITS: handle MAPD commandAndre Przywara
2017-06-14ARM: vITS: handle CLEAR commandAndre Przywara
2017-06-14ARM: vITS: handle MAPC commandAndre Przywara
2017-06-14ARM: vITS: handle INT commandAndre Przywara
2017-06-14ARM: vITS: introduce translation table walksAndre Przywara
2017-06-14ARM: vITS: add command handling stub and MMIO emulationAndre Przywara
2017-04-07ARM: GICv3 ITS: introduce device mappingAndre Przywara
2017-04-07ARM: vGICv3: introduce ITS emulation stubAndre Przywara