summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
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
2018-03-19KVM: arm64: Fix HYP idmap unmap when using 52bit PAMarc Zyngier-5/+21
2018-03-19KVM: arm/arm64: Fix idmap size and alignmentMarc Zyngier-0/+2
2018-03-19KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier-25/+27
2018-03-19KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappingsMarc Zyngier-33/+22
2018-03-19KVM: arm/arm64: Demote HYP VA range display to being a debug featureMarc Zyngier-3/+4
2018-03-19KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQsChristoffer Dall-48/+87
2018-03-19KVM: arm/arm64: Move VGIC APR save/restore to vgic put/loadChristoffer Dall-62/+74
2018-03-19KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHEChristoffer Dall-2/+20
2018-03-19KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64Christoffer Dall-80/+0
2018-03-19KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC codeChristoffer Dall-66/+84
2018-03-19KVM: arm/arm64: Get rid of vgic_elrsrChristoffer Dall-26/+10
2018-03-19KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1Christoffer Dall-1/+1