summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2016-07-15virt: Convert kvm hotplug to state machineThomas Gleixner-24/+8
2016-07-14KVM: don't use anon_inode_getfd() before possible failuresAl Viro-2/+11
2016-07-14Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini-2/+0
2016-07-14KVM: release anon file in failure path of vm creationLiu Shuo-0/+2
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson-0/+2
2016-07-14KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář-3/+4
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini-3/+42
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini-5/+15
2016-07-03KVM: arm/arm64: The GIC is dead, long live the GICMarc Zyngier-5074/+4
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li-1/+1
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini-7/+0
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini-6/+17
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini-10/+12
2016-06-02KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini-1/+1
2016-06-02KVM: arm/arm64: vgic-new: Removel harmful BUG_ONMarc Zyngier-3/+1
2016-05-31KVM: arm/arm64: vgic-v3: Always resample level interruptsMarc Zyngier-5/+9
2016-05-31KVM: arm/arm64: vgic-v2: Always resample level interruptsMarc Zyngier-5/+9
2016-05-31KVM: arm/arm64: vgic-v2: Clear all dirty LRsChristoffer Dall-4/+3
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank-10/+177
2016-05-24Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-112/+4045
2016-05-20KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall-39/+66
2016-05-20KVM: arm/arm64: vgic-new: enable buildAndre Przywara-0/+5
2016-05-20KVM: arm/arm64: vgic-new: implement mapped IRQ handlingAndre Przywara-0/+53
2016-05-20KVM: arm/arm64: vgic-new: Wire up irqfd injectionAndre Przywara-0/+52
2016-05-20KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enableEric Auger-2/+32
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement map_resourcesEric Auger-0/+175
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement vgic_initEric Auger-0/+239
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement vgic_createEric Auger-0/+84
2016-05-20KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_initEric Auger-0/+245
2016-05-20KVM: arm/arm64: vgic-new: Add userland GIC CPU interface accessAndre Przywara-2/+116
2016-05-20KVM: arm/arm64: vgic-new: Add GICH_VMCR accessorsAndre Przywara-0/+72
2016-05-20KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registersAndre Przywara-1/+54
2016-05-20KVM: arm/arm64: vgic-new: Export register access interfaceChristoffer Dall-0/+38
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registersEric Auger-2/+90
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDREric Auger-0/+38
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addrEric Auger-0/+89
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRLEric Auger-0/+22
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQSEric Auger-4/+79
2016-05-20KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registrationEric Auger-0/+110
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handlerAndre Przywara-0/+106
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlersAndre Przywara-1/+40
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handlerAndre Przywara-2/+14
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handlerAndre Przywara-2/+30
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlersAndre Przywara-1/+48
2016-05-20KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling frameworkAndre Przywara-0/+238
2016-05-20KVM: arm/arm64: vgic-new: Add SGIPENDR register handlersAndre Przywara-2/+60
2016-05-20KVM: arm/arm64: vgic-new: Add SGIR register handlerAndre Przywara-1/+42
2016-05-20KVM: arm/arm64: vgic-new: Add TARGET registers handlersAndre Przywara-1/+42
2016-05-20KVM: arm/arm64: vgic-new: Add CONFIG registers handlersAndre Przywara-1/+55
2016-05-20KVM: arm/arm64: vgic-new: Add PRIORITY registers handlersAndre Przywara-1/+50