summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/vgic/vgic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-091-1/+1
|\
| * KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall2017-05-041-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-16/+44
|\|
| * KVM: arm/arm64: vgic: Improve sync_hwstate performanceChristoffer Dall2017-04-091-4/+6
| * KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flushChristoffer Dall2017-04-091-6/+0
| * KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationChristoffer Dall2017-04-091-9/+0
| * KVM: arm/arm64: vgic: Only set underflow when actually out of LRsChristoffer Dall2017-04-091-4/+6
| * KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQShih-Wei Li2017-04-091-0/+17
| * KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-091-0/+22
* | arm: kvm: move kvm_vgic_global_state out of .text sectionArd Biesheuvel2017-03-231-1/+3
|/
* KVM: arm/arm64: Remove kvm_vgic_inject_mapped_irqChristoffer Dall2017-02-011-34/+16
* KVM: arm/arm64: Remove struct vgic_irq pending fieldChristoffer Dall2017-01-251-9/+7
* KVM: arm/arm64: vgic: Kick VCPUs when queueing already pending IRQsShih-Wei Li2016-11-041-0/+12
* KVM: arm/arm64: vgic: Don't flush/sync without a working vgicChristoffer Dall2016-09-271-0/+6
* arm64: KVM: Use static keys for selecting the GIC backendVladimir Murzin2016-09-221-1/+1
* KVM: arm64: vgic-its: Plug race in vgic_put_irqChristoffer Dall2016-08-101-5/+5
* KVM: arm/arm64: Enable irqchip routingEric Auger2016-07-221-7/+0
* KVM: arm64: vgic-its: Generalize use of vgic_get_irq_krefMarc Zyngier2016-07-181-9/+1
* KVM: arm64: vgic-its: Enable ITS emulation as a virtual MSI controllerAndre Przywara2016-07-181-0/+8
* KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationAndre Przywara2016-07-181-6/+57
* KVM: arm64: vgic-its: Implement basic ITS register handlersAndre Przywara2016-07-181-3/+9
* KVM: arm/arm64: vgic: Add refcounting for IRQsAndre Przywara2016-07-181-4/+48
* KVM: arm/arm64: vgic-new: implement mapped IRQ handlingAndre Przywara2016-05-201-0/+53
* KVM: arm/arm64: vgic-new: vgic_init: implement vgic_initEric Auger2016-05-201-0/+4
* KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlersMarc Zyngier2016-05-201-0/+15
* KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irqEric Auger2016-05-201-0/+25
* KVM: arm/arm64: vgic-new: Add GICv3 world switch backendMarc Zyngier2016-05-201-5/+20
* KVM: arm/arm64: vgic-new: Add GICv2 world switch backendMarc Zyngier2016-05-201-0/+6
* KVM: arm/arm64: vgic-new: Add IRQ sync/flush frameworkMarc Zyngier2016-05-201-0/+192
* KVM: arm/arm64: vgic-new: Add IRQ sortingChristoffer Dall2016-05-201-0/+57
* KVM: arm/arm64: vgic-new: Implement virtual IRQ injectionChristoffer Dall2016-05-201-0/+211
* KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instanceChristoffer Dall2016-05-201-0/+41