summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/vgic/vgic-its.c
AgeCommit message (Expand)Author
2017-12-17KVM: arm/arm64: vgic-its: Preserve the revious read from the pending tableMarc Zyngier
2017-12-14KVM: arm/arm64: vgic-its: Check result of allocation before useMarc Zyngier
2017-10-29KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tablesEric Auger
2017-10-29KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITSEric Auger
2017-10-29KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned valueEric Auger
2017-10-29KVM: arm/arm64: vgic-its: Fix return value for device table restorewanghaibin
2017-10-13KVM: arm64: its: Fix missing dynamic allocation check in scan_its_tableChristoffer Dall
2017-09-05KVM: arm/arm64: vITS: Drop its_ite->lpi fieldMarc Zyngier
2017-07-25KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capabilityShanker Donthineni
2017-05-09KVM: arm/arm64: vgic-its: Cleanup after failed ITT restoreChristoffer Dall
2017-05-09KVM: arm/arm64: Don't call map_resources when restoring ITS tablesChristoffer Dall
2017-05-09KVM: arm/arm64: Register ITS iodev when setting base addressChristoffer Dall
2017-05-09KVM: arm/arm64: Get rid of its->initialized fieldMarc Zyngier
2017-05-08KVM: arm64: vgic-its: Fix pending table syncEric Auger
2017-05-08KVM: arm64: vgic-its: ITT save and restoreEric Auger
2017-05-08KVM: arm64: vgic-its: Device table save/restoreEric Auger
2017-05-08KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPAEric Auger
2017-05-08KVM: arm64: vgic-its: Collection table save/restoreEric Auger
2017-05-08KVM: arm64: vgic-its: Add infrastructure for table lookupEric Auger
2017-05-08KVM: arm64: vgic-its: vgic_its_alloc_ite/deviceEric Auger
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger
2017-05-08KVM: arm64: vgic-its: Read config and pending bit in add_lpi()Eric Auger
2017-05-08KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusEric Auger
2017-05-08KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS rangeEric Auger
2017-05-08KVM: arm64: vgic-its: Interpret MAPD ITT_addr fieldEric Auger
2017-05-08KVM: arm64: vgic-its: Interpret MAPD Size field and check related errorsEric Auger
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidrEric Auger
2017-05-08KVM: arm64: vgic-its: Introduce migration ABI infrastructureEric Auger
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadrEric Auger
2017-05-08KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_accessEric Auger
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger
2017-05-08KVM: arm/arm64: vgic-its: rename itte into iteEric Auger
2017-03-07KVM: arm/arm64: VGIC: Fix command handling while ITS being disabledAndre Przywara
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall
2016-11-14KVM: arm64: vgic-its: Fix compatibility with 32-bitVladimir Murzin
2016-08-16KVM: arm64: ITS: avoid re-mapping LPIsAndre Przywara
2016-08-15KVM: arm64: check for ITS device on MSI injectionAndre Przywara
2016-08-15KVM: arm64: ITS: move ITS registration into first VCPU runAndre Przywara
2016-08-10KVM: arm64: vgic-its: Handle errors from vgic_add_lpiChristoffer Dall
2016-08-09KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara
2016-07-18KVM: arm64: vgic-its: Simplify MAPI error handlingMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Turn device_id validation into generic ID validationMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Add collection allocator/destructorMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Validate the device table L1 entryMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingMarc Zyngier
2016-07-18KVM: arm64: vgic-its: Fix handling of indirect tablesMarc Zyngier