aboutsummaryrefslogtreecommitdiffstats
path: root/include/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-20arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara1-2/+2
2015-01-20arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara1-0/+2
2015-01-20arm64: KVM: add SGI generation register emulationAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara1-1/+8
2015-01-20arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara1-0/+8
2015-01-20arm/arm64: KVM: introduce per-VM opsAndre Przywara1-0/+11
2015-01-20arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara1-2/+5
2014-12-15arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-6/+4
2014-12-13arm/arm64: KVM: Add (new) vgic_initialized macroChristoffer Dall1-0/+6
2014-12-13arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall1-2/+2
2014-12-13arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell1-2/+2
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall1-2/+2
2014-10-07ARM: KVM: fix vgic-disabled buildArnd Bergmann1-0/+8
2014-09-18arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier1-1/+0
2014-09-18arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier1-3/+3
2014-09-18arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier1-1/+2
2014-09-18arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier1-2/+1
2014-09-18arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier1-1/+0
2014-09-18arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier1-18/+58
2014-09-18arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall1-1/+15
2014-09-18arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall1-2/+2
2014-09-18arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall1-2/+2
2014-07-11KVM: ARM: vgic: add the GICv3 backendMarc Zyngier1-0/+28
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier1-1/+6
2014-07-11KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier1-1/+2
2014-07-11KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier1-3/+8
2014-07-11KVM: ARM: introduce vgic_params structureMarc Zyngier1-0/+11
2014-07-11KVM: ARM: vgic: introduce vgic_enableMarc Zyngier1-0/+1
2014-07-11KVM: ARM: vgic: abstract VMCR accessMarc Zyngier1-0/+9
2014-07-11KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier1-0/+2
2014-07-11KVM: ARM: vgic: abstract MISR decodingMarc Zyngier1-0/+4
2014-07-11KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier1-0/+1
2014-07-11KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier1-0/+2
2014-07-11KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier1-0/+18
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier1-7/+13
2014-07-11arm64: KVM: allow export and import of generic timer regsAlex Bennée1-0/+14
2014-03-06ARM: KVM: fix non-VGIC compilationMarc Zyngier1-0/+5
2013-12-21KVM: arm-vgic: Set base addr through device APIChristoffer Dall1-1/+1
2013-08-30ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256Christoffer Dall1-1/+1
2013-06-26ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel1-0/+4
2013-05-19ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2-0/+305