aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/arm/vgic/vgic-its.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09KVM: arm/arm64: vgic-its: Cleanup after failed ITT restoreGravatar Christoffer Dall 1-13/+22
2017-05-09KVM: arm/arm64: Don't call map_resources when restoring ITS tablesGravatar Christoffer Dall 1-9/+1
2017-05-09KVM: arm/arm64: Register ITS iodev when setting base addressGravatar Christoffer Dall 1-34/+10
2017-05-09KVM: arm/arm64: Get rid of its->initialized fieldGravatar Marc Zyngier 1-6/+1
2017-05-08KVM: arm64: vgic-its: Fix pending table syncGravatar Eric Auger 1-12/+12
2017-05-08KVM: arm64: vgic-its: ITT save and restoreGravatar Eric Auger 1-3/+113
2017-05-08KVM: arm64: vgic-its: Device table save/restoreGravatar Eric Auger 1-5/+189
2017-05-08KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPAGravatar Eric Auger 1-3/+8
2017-05-08KVM: arm64: vgic-its: Collection table save/restoreGravatar Eric Auger 1-2/+98
2017-05-08KVM: arm64: vgic-its: Add infrastructure for table lookupGravatar Eric Auger 1-0/+92
2017-05-08KVM: arm64: vgic-its: vgic_its_alloc_ite/deviceGravatar Eric Auger 1-21/+47
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESGravatar Eric Auger 1-4/+103
2017-05-08KVM: arm64: vgic-its: Read config and pending bit in add_lpi()Gravatar Eric Auger 1-11/+24
2017-05-08KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusGravatar Eric Auger 1-4/+2
2017-05-08KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS rangeGravatar Eric Auger 1-5/+20
2017-05-08KVM: arm64: vgic-its: Interpret MAPD ITT_addr fieldGravatar Eric Auger 1-0/+4
2017-05-08KVM: arm64: vgic-its: Interpret MAPD Size field and check related errorsGravatar Eric Auger 1-1/+14
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidrGravatar Eric Auger 1-3/+20
2017-05-08KVM: arm64: vgic-its: Introduce migration ABI infrastructureGravatar Eric Auger 1-4/+89
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadrGravatar Eric Auger 1-2/+40
2017-05-08KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_accessGravatar Eric Auger 1-2/+77
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupGravatar Eric Auger 1-1/+35
2017-05-08KVM: arm/arm64: vgic-its: rename itte into iteGravatar Eric Auger 1-74/+74
2017-03-07KVM: arm/arm64: VGIC: Fix command handling while ITS being disabledGravatar Andre Przywara 1-44/+65
2017-01-25KVM: arm/arm64: Remove struct vgic_irq pending fieldGravatar Christoffer Dall 1-3/+3
2016-11-14KVM: arm64: vgic-its: Fix compatibility with 32-bitGravatar Vladimir Murzin 1-5/+6
2016-08-16KVM: arm64: ITS: avoid re-mapping LPIsGravatar Andre Przywara 1-14/+13
2016-08-15KVM: arm64: check for ITS device on MSI injectionGravatar Andre Przywara 1-2/+19
2016-08-15KVM: arm64: ITS: move ITS registration into first VCPU runGravatar Andre Przywara 1-10/+33
2016-08-10KVM: arm64: vgic-its: Handle errors from vgic_add_lpiGravatar Christoffer Dall 1-4/+17
2016-08-09KVM: arm64: ITS: return 1 on successful MSI injectionGravatar Andre Przywara 1-19/+37
2016-07-18KVM: arm64: vgic-its: Simplify MAPI error handlingGravatar Marc Zyngier 1-18/+12
2016-07-18KVM: arm64: vgic-its: Make vgic_its_cmd_handle_mapi similar to other handlersGravatar Marc Zyngier 1-6/+5
2016-07-18KVM: arm64: vgic-its: Turn device_id validation into generic ID validationGravatar Marc Zyngier 1-72/+62
2016-07-18KVM: arm64: vgic-its: Add pointer to corresponding kvm_deviceGravatar Marc Zyngier 1-0/+1
2016-07-18KVM: arm64: vgic-its: Add collection allocator/destructorGravatar Marc Zyngier 1-38/+54
2016-07-18KVM: arm64: vgic-its: Fix L2 entry validation for indirect tablesGravatar Marc Zyngier 1-1/+6
2016-07-18KVM: arm64: vgic-its: Validate the device table L1 entryGravatar Marc Zyngier 1-2/+11
2016-07-18KVM: arm64: vgic-its: Fix misleading nr_entries in vgic_its_check_device_idGravatar Marc Zyngier 1-3/+3
2016-07-18KVM: arm64: vgic-its: Fix vgic_its_check_device_id BE handlingGravatar Marc Zyngier 1-0/+2
2016-07-18KVM: arm64: vgic-its: Fix handling of indirect tablesGravatar Marc Zyngier 1-3/+3
2016-07-18KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefGravatar Marc Zyngier 1-1/+1
2016-07-18KVM: arm64: vgic-its: Implement MSI injection in ITS emulationGravatar Andre Przywara 1-0/+77
2016-07-18KVM: arm64: vgic-its: Implement ITS command queue command handlersGravatar Andre Przywara 1-1/+660
2016-07-18KVM: arm64: vgic-its: Allow updates of LPI configuration tableGravatar Andre Przywara 1-0/+39
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableGravatar Andre Przywara 1-0/+95
2016-07-18KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationGravatar Andre Przywara 1-0/+5
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersGravatar Andre Przywara 1-14/+385
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceGravatar Andre Przywara 1-0/+135
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkGravatar Andre Przywara 1-0/+103