summaryrefslogtreecommitdiffstats
path: root/include/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-073-122/+102
|\
| * KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2015-03-301-6/+0
| * KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handlingAndre Przywara2015-03-301-0/+1
| * KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_busAndre Przywara2015-03-261-0/+1
| * KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGICAndre Przywara2015-03-261-0/+9
| * KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-261-0/+76
| * arm/arm64: KVM: Fix migration race in the arch timerChristoffer Dall2015-03-141-0/+2
| * arm/arm64: KVM: support for un-queuing active IRQsChristoffer Dall2015-03-141-1/+14
| * arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall2015-03-122-116/+0
* | arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall2015-03-141-0/+1
|/
* arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2015-01-201-2/+2
* arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara2015-01-201-0/+2
* arm64: KVM: add SGI generation register emulationAndre Przywara2015-01-201-0/+1
* arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara2015-01-201-1/+8
* arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara2015-01-201-0/+1
* arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara2015-01-201-0/+8
* arm/arm64: KVM: introduce per-VM opsAndre Przywara2015-01-201-0/+11
* arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara2015-01-201-2/+5
* arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall2014-12-151-6/+4
* arm/arm64: KVM: Add (new) vgic_initialized macroChristoffer Dall2014-12-131-0/+6
* arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall2014-12-131-2/+2
* arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell2014-12-131-2/+2
* arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-161-2/+2
* ARM: KVM: fix vgic-disabled buildArnd Bergmann2014-10-071-0/+8
* arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier2014-09-181-1/+0
* arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier2014-09-181-3/+3
* arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier2014-09-181-1/+2
* arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier2014-09-181-2/+1
* arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier2014-09-181-1/+0
* arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-181-18/+58
* arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall2014-09-181-1/+15
* arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall2014-09-181-2/+2
* arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall2014-09-181-2/+2
* KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2014-07-111-0/+28
* arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier2014-07-111-1/+6
* KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier2014-07-111-1/+2
* KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-111-3/+8
* KVM: ARM: introduce vgic_params structureMarc Zyngier2014-07-111-0/+11
* KVM: ARM: vgic: introduce vgic_enableMarc Zyngier2014-07-111-0/+1
* KVM: ARM: vgic: abstract VMCR accessMarc Zyngier2014-07-111-0/+9
* KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier2014-07-111-0/+2
* KVM: ARM: vgic: abstract MISR decodingMarc Zyngier2014-07-111-0/+4
* KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier2014-07-111-0/+1
* KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier2014-07-111-0/+2
* KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier2014-07-111-0/+18
* KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier2014-07-111-7/+13
* arm64: KVM: allow export and import of generic timer regsAlex Bennée2014-07-111-0/+14
* ARM: KVM: fix non-VGIC compilationMarc Zyngier2014-03-061-0/+5
* KVM: arm-vgic: Set base addr through device APIChristoffer Dall2013-12-211-1/+1
* ARM: KVM: vgic: Bump VGIC_NR_IRQS to 256Christoffer Dall2013-08-301-1/+1
OpenPOWER on IntegriCloud