summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+3
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-141/+404
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+20
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2018-06-01kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-47/+14
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr-0/+15
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder-2/+2
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-84/+347
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier-2/+16
2018-05-31arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier-0/+4
2018-05-26KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov-8/+26
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig-1/+1
2018-05-25KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger-4/+67
2018-05-25KVM: arm/arm64: Check all vcpu redistributors are set on map_resourcesEric Auger-5/+14
2018-05-25KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger-0/+6
2018-05-25KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger-44/+37
2018-05-25KVM: arm/arm64: Helper to register a new redistributor regionEric Auger-16/+81
2018-05-25KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger-17/+42
2018-05-25KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger-1/+6
2018-05-25KVM: arm/arm64: Helper to locate free rdist indexEric Auger-2/+35
2018-05-25KVM: arm/arm64: Replace the single rdist region by a listEric Auger-20/+67
2018-05-25KVM: arm/arm64: Set dist->spis to NULL after kfreeEric Auger-0/+1
2018-05-25KVM: arm64: Remove eager host SVE state savingDave Martin-3/+0
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin-0/+7
2018-05-25KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin-0/+4
2018-05-25KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall-1/+9
2018-05-15KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() callsAndre Przywara-4/+4
2018-05-15KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara-7/+8
2018-05-15KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinityAndre Przywara-2/+3
2018-05-15KVM: arm/arm64: Properly protect VGIC locks from IRQsAndre Przywara-14/+23
2018-05-05Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář-62/+81
2018-05-04KVM: arm/arm64: vgic_init: Cleanup reference to process_maintenanceValentin Schneider-1/+1
2018-04-27rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+78
2018-04-27KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier-61/+80
2018-04-26KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()Mark Rutland-0/+5
2018-04-26KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()Mark Rutland-4/+10
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+1
2018-04-20arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier-0/+60
2018-04-17KVM: arm/arm64: vgic: Kick new VCPU on interrupt migrationAndre Przywara-0/+8
2018-04-17KVM: arm/arm64: Close VMID generation raceMarc Zyngier-5/+10
2018-03-28Merge tag 'kvm-arm-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář-489/+650
2018-03-26KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_listMarc Zyngier-6/+9
2018-03-26KVM: arm/arm64: vgic: Disallow Active+Pending for level interruptsMarc Zyngier-48/+60
2018-03-19Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADMarc Zyngier-72/+169
2018-03-19arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier-21/+59
2018-03-19arm64: KVM: Introduce EL2 VA randomisationMarc Zyngier-1/+1
2018-03-19KVM: arm/arm64: Move HYP IO VAs to the "idmap" rangeMarc Zyngier-14/+59