summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/vgic/vgic-its.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusEric Auger1-4/+2
2017-05-08KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS rangeEric Auger1-5/+20
2017-05-08KVM: arm64: vgic-its: Interpret MAPD ITT_addr fieldEric Auger1-0/+4
2017-05-08KVM: arm64: vgic-its: Interpret MAPD Size field and check related errorsEric Auger1-1/+14
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidrEric Auger1-3/+20
2017-05-08KVM: arm64: vgic-its: Introduce migration ABI infrastructureEric Auger1-4/+89
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadrEric Auger1-2/+40
2017-05-08KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_accessEric Auger1-2/+77
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger1-1/+35
2017-05-08KVM: arm/arm64: vgic-its: rename itte into iteEric Auger1-74/+74
2017-03-07KVM: arm/arm64: VGIC: Fix command handling while ITS being disabledAndre Przywara1-44/+65
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall1-3/+3
2016-11-14KVM: arm64: vgic-its: Fix compatibility with 32-bitVladimir Murzin1-5/+6
2016-08-16KVM: arm64: ITS: avoid re-mapping LPIsAndre Przywara1-14/+13
2016-08-16KVM: arm64: check for ITS device on MSI injectionAndre Przywara1-2/+19
2016-08-16KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara1-10/+33
2016-08-10KVM: arm64: vgic-its: Handle errors from vgic_add_lpiChristoffer Dall1-4/+17
2016-08-09KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara1-19/+37
2016-07-18KVM: arm64: vgic-its: Simplify MAPI error handlingMarc Zyngier1-18/+12
2016-07-18KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersMarc Zyngier1-6/+5
2016-07-18KVM: arm64: vgic-its: Turn device_id validation into generic ID validationMarc Zyngier1-72/+62
2016-07-18KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier1-0/+1
2016-07-18KVM: arm64: vgic-its: Add collection allocator/destructorMarc Zyngier1-38/+54
2016-07-18KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesMarc Zyngier1-1/+6
2016-07-18KVM: arm64: vgic-its: Validate the device table L1 entryMarc Zyngier1-2/+11
2016-07-18KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idMarc Zyngier1-3/+3
2016-07-18KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingMarc Zyngier1-0/+2
2016-07-18KVM: arm64: vgic-its: Fix handling of indirect tablesMarc Zyngier1-3/+3
2016-07-18KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefMarc Zyngier1-1/+1
2016-07-18KVM: arm64: vgic-its: Implement MSI injection in ITS emulationAndre Przywara1-0/+77
2016-07-18KVM: arm64: vgic-its: Implement ITS command queue command handlersAndre Przywara1-1/+660
2016-07-18KVM: arm64: vgic-its: Allow updates of LPI configuration tableAndre Przywara1-0/+39
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableAndre Przywara1-0/+95
2016-07-18KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationAndre Przywara1-0/+5
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara1-14/+385
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara1-0/+135
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkAndre Przywara1-0/+103