summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2017-05-09KVM: set no_llseek in stat_fops_per_vmGeliang Tang-2/+2
2017-05-09KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enableChristoffer Dall-6/+2
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-15/+3
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko-15/+3
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-369/+540
2017-05-08KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger-0/+72
2017-05-08KVM: arm64: vgic-its: Fix pending table syncEric Auger-12/+12
2017-05-08KVM: arm64: vgic-its: ITT save and restoreEric Auger-3/+117
2017-05-08KVM: arm64: vgic-its: Device table save/restoreEric Auger-5/+199
2017-05-08KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPAEric Auger-3/+8
2017-05-08KVM: arm64: vgic-its: Collection table save/restoreEric Auger-2/+107
2017-05-08KVM: arm64: vgic-its: Add infrastructure for table lookupEric Auger-0/+92
2017-05-08KVM: arm64: vgic-its: vgic_its_alloc_ite/deviceEric Auger-21/+47
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger-4/+103
2017-05-08KVM: arm64: vgic-its: Read config and pending bit in add_lpi()Eric Auger-11/+24
2017-05-08KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusEric Auger-4/+47
2017-05-08KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS rangeEric Auger-5/+20
2017-05-08KVM: arm64: vgic-its: Interpret MAPD ITT_addr fieldEric Auger-0/+4
2017-05-08KVM: arm64: vgic-its: Interpret MAPD Size field and check related errorsEric Auger-1/+14
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidrEric Auger-3/+20
2017-05-08KVM: arm64: vgic-its: Introduce migration ABI infrastructureEric Auger-4/+89
2017-05-08KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadrEric Auger-2/+40
2017-05-08KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_accessEric Auger-4/+84
2017-05-08KVM: arm/arm64: vgic: expose (un)lock_all_vcpusEric Auger-2/+5
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger-1/+35
2017-05-08arm/arm64: vgic: turn vgic_find_mmio_region into publicEric Auger-6/+10
2017-05-08KVM: arm/arm64: vgic-its: rename itte into iteEric Auger-74/+74
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+3
2017-05-04KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kickPaolo Bonzini-0/+2
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall-12/+4328
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini-17/+17
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand-3/+7
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras-4/+0
2017-04-27Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini-315/+366
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini-3/+22
2017-04-27KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář-4/+8
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones-3/+0
2017-04-27KVM: perform a wake_up in kvm_make_all_cpus_requestRadim Krčmář-0/+3
2017-04-27KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_upRadim Krčmář-2/+0
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt-4/+0
2017-04-21Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-0/+105
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy-0/+105
2017-04-19KVM: arm/arm64: vgic-v3: Fix off-by-one LR accessMarc Zyngier-1/+1
2017-04-19KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2Marc Zyngier-4/+15
2017-04-12KVM: x86: cleanup return handling in setup_routing_entry()David Hildenbrand-6/+5
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand-2/+2
2017-04-12KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIPDavid Hildenbrand-0/+3
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall-7/+35
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf-23/+99
2017-04-09KVM: arm/arm64: Cleanup the arch timer code's irqchip checkingChristoffer Dall-8/+7