summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/vgic/vgic-its.c
AgeCommit message (Expand)Author
2017-11-17Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-10KVM: arm/arm64: Don't queue VLPIs on INV/INVALLChristoffer Dall
2017-11-10KVM: arm/arm64: Fix GICv4 ITS initialization issuesChristoffer Dall
2017-11-10KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being savedMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Handle INVALL applied to a vPEMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Propagate property updates to VLPIsMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPEMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPIMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITSMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPIMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Handle INT command applied to a VLPIMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier
2017-11-10KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPIMarc Zyngier
2017-11-10KVM: arm/arm64: vITS: Add MSI translation helpersMarc Zyngier
2017-11-06KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESETEric Auger
2017-11-06KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is clearedEric Auger
2017-11-06KVM: arm/arm64: vgic-its: New helper functions to free the cacheswanghaibin
2017-11-06KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_deviceEric Auger
2017-11-06KVM: arm/arm64: Support calling vgic_update_irq_pending from irq contextChristoffer Dall
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