arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRn
[firefly-linux-kernel-4.4.55.git] / virt / kvm / arm / vgic.c
2014-10-02 Christoffer Dallarm/arm64: KVM: vgic: Improve handling of GICD_I{CS...
2014-10-02 Christoffer Dallarm/arm64: KVM: vgic: Clear queued flags on unqueue
2014-10-02 Christoffer Dallarm/arm64: KVM: Rename irq_active to irq_queued
2014-10-02 Christoffer Dallarm/arm64: KVM: Rename irq_state to irq_pending
2014-10-02 Will DeaconKVM: ARM: vgic: register kvm_device_ops dynamically
2014-10-02 Will DeaconKVM: vgic: declare probe function pointer as const
2014-10-02 Will DeaconKVM: vgic: return int instead of bool when checking...
2014-10-02 Will Deaconkvm: arm64: vgic: fix hyp panic with 64k pages on juno...
2014-10-02 Victor KamenskyARM64: KVM: fix vgic_bitmap_get_reg function for BE...
2014-10-02 Victor KamenskyARM: KVM: vgic mmio should hold data as LE bytes array...
2014-10-02 Marc Zyngierarm64: KVM: vgic: enable GICv2 emulation on top on...
2014-10-02 Marc Zyngierarm64: KVM: split GICv2 world switch from hyp code
2014-10-02 Marc ZyngierKVM: ARM: vgic: revisit implementation of irqchip_in_kernel
2014-10-02 Marc ZyngierKVM: ARM: vgic: split GICv2 backend from the main vgic...
2014-10-02 Marc ZyngierKVM: ARM: introduce vgic_params structure
2014-10-02 Marc ZyngierKVM: ARM: vgic: introduce vgic_enable
2014-10-02 Marc ZyngierKVM: ARM: vgic: abstract VMCR access
2014-10-02 Marc ZyngierKVM: ARM: vgic: move underflow handling to vgic_ops
2014-10-02 Marc ZyngierKVM: ARM: vgic: abstract MISR decoding
2014-10-02 Marc ZyngierKVM: ARM: vgic: abstract EISR bitmap access
2014-10-02 Marc ZyngierKVM: ARM: vgic: abstract access to the ELRSR bitmap
2014-10-02 Marc ZyngierKVM: ARM: vgic: introduce vgic_ops and LR manipulation...
2014-10-02 Marc ZyngierKVM: arm/arm64: vgic: move GICv2 registers to their...
2014-10-02 Haibin WangKVM: ARM: vgic: Fix the overlap check action about...
2014-10-02 Andre PrzywaraKVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
2014-10-02 Haibin WangKVM: ARM: vgic: Fix sgi dispatch problem
2014-10-02 Ming Leiarm, kvm: fix double lock on cpu_add_remove_lock
2014-10-02 Christoffer Dallarm64: KVM: Add VGIC device control for arm64
2014-10-02 Christoffer DallKVM: arm-vgic: Support CPU interface reg access
2014-10-02 Christoffer DallKVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR...
2014-10-02 Christoffer DallKVM: arm-vgic: Support unqueueing of LRs to the dist
2014-10-02 Christoffer DallKVM: arm-vgic: Add vgic reg access from dev attr
2014-10-02 Christoffer DallKVM: arm-vgic: Make vgic mmio functions more generic
2014-10-02 Christoffer DallKVM: arm-vgic: Set base addr through device API
2014-10-02 Christoffer DallKVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC
2014-10-02 Christoffer DallARM: KVM: Allow creating the VGIC after VCPUs
2014-10-02 Christoffer Dallarm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init
2014-10-02 Christoffer DallARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs
2014-10-02 Marc ZyngierARM: KVM: vgic: fix GICD_ICFGRn access
2014-10-02 Marc ZyngierARM: KVM: vgic: simplify vgic_get_target_reg
2014-10-02 Marc ZyngierARM: KVM: move GIC/timer code to a common location