summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/vgic/vgic.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injectionMarc Zyngier2019-08-181-0/+1
* KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidationMarc Zyngier2019-08-181-0/+1
* KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitiveMarc Zyngier2019-08-181-0/+1
* KVM: arm/arm64: vgic: Add LPI translation cache definitionMarc Zyngier2019-08-181-0/+2
* Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-08-091-0/+2
|\
| * KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier2019-08-051-0/+2
* | Documentation: move Documentation/virtual to Documentation/virtChristoph Hellwig2019-07-241-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIsMarc Zyngier2019-04-031-0/+1
* KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.hJia He2018-08-121-0/+6
* KVM: arm/arm64: vgic-debug: Show LPI statusMarc Zyngier2018-07-211-0/+1
* kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-011-2/+2
* KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-251-1/+12
* KVM: arm/arm64: Helper to register a new redistributor regionEric Auger2018-05-251-0/+8
* KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger2018-05-251-0/+10
* KVM: arm/arm64: Helper to locate free rdist indexEric Auger2018-05-251-0/+11
* KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier2018-04-271-0/+14
* Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADMarc Zyngier2018-03-191-0/+3
|\
| * KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintidMarc Zyngier2018-03-141-0/+2
| * KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pendingAndre Przywara2018-03-141-0/+1
* | KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeChristoffer Dall2018-03-191-0/+3
|/
* KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQsChristoffer Dall2018-01-021-0/+1
* KVM: arm/arm64: vgic: Support level-triggered mapped interruptsChristoffer Dall2018-01-021-0/+7
* KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/syncMarc Zyngier2017-11-101-0/+2
* KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier2017-11-101-0/+2
* KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier2017-11-101-0/+2
* KVM: arm/arm64: vITS: Add MSI translation helpersMarc Zyngier2017-11-101-0/+4
* KVM: arm/arm64: Support calling vgic_update_irq_pending from irq contextChristoffer Dall2017-11-061-1/+2
* KVM: arm/arm64: Extract GICv3 max APRn index calculationChristoffer Dall2017-09-051-0/+16
* KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall2017-05-241-4/+8
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-091-2/+31
|\
| * KVM: arm/arm64: Register ITS iodev when setting base addressChristoffer Dall2017-05-091-1/+0
| * KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUsChristoffer Dall2017-05-091-1/+2
| * KVM: arm/arm64: Make vgic_v3_check_base more broadly usableChristoffer Dall2017-05-091-0/+1
| * KVM: arm/arm64: Refactor vgic_register_redist_iodevsChristoffer Dall2017-05-091-1/+1
| * KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger2017-05-081-0/+1
| * KVM: arm64: vgic-its: ITT save and restoreEric Auger2017-05-081-0/+4
| * KVM: arm64: vgic-its: Device table save/restoreEric Auger2017-05-081-0/+10
| * KVM: arm64: vgic-its: Collection table save/restoreEric Auger2017-05-081-0/+9
| * KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusEric Auger2017-05-081-0/+1
| * KVM: arm/arm64: vgic: expose (un)lock_all_vcpusEric Auger2017-05-081-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-2/+5
|\|
| * KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationChristoffer Dall2017-04-091-2/+0
| * KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-091-0/+6
* | KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall2017-04-041-1/+8
* | KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall2017-04-041-0/+2
|/
* KVM: arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctlVijaya Kumar K2017-01-301-0/+2
* KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-301-0/+25
* KVM: arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr structVijaya Kumar K2017-01-301-0/+5
* KVM: arm/arm64: vgic: Add distributor and redistributor accessVijaya Kumar K2017-01-301-1/+39