summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Fix caching of host MDCR_EL2 valueMark Rutland2018-11-131-2/+2
* KVM: arm/arm64: Fix vgic init raceChristoffer Dall2018-09-261-0/+4
* KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()Mark Rutland2018-09-261-0/+3
* KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal2018-09-051-0/+4
* KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal2018-09-051-11/+27
* KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumerPaolo Bonzini2018-08-241-5/+6
* KVM: arm/arm64: Drop resource size check for GICV windowArd Biesheuvel2018-08-241-5/+0
* KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.Lan Tianyu2018-07-251-1/+5
* arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-07-221-2/+16
* arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-07-221-0/+4
* KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-07-221-1/+1
* KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse2018-07-221-15/+3
* KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()Mark Rutland2018-06-211-0/+5
* KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pendingAndre Przywara2018-05-302-0/+4
* KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-221-7/+8
* KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() callsAndre Przywara2018-05-222-4/+4
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-05-011-0/+60
* KVM: arm/arm64: Close VMID generation raceMarc Zyngier2018-05-011-5/+10
* kvm: Map PFN-type memory regions as writable (if possible)KarimAllah Ahmed2018-04-261-2/+5
* KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_listMarc Zyngier2018-04-241-6/+9
* KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintidMarc Zyngier2018-03-214-16/+65
* kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3Marc Zyngier2018-03-211-1/+2
* KVM: arm/arm64: Reduce verbosity of KVM init logArd Biesheuvel2018-03-213-5/+5
* KVM: mmu: Fix overlap between public and private memslotsWanpeng Li2018-03-081-2/+1
* KVM: arm/arm64: Fix spinlock acquisition in vgic_set_ownerMarc Zyngier2018-02-251-2/+3
* kvm: arm: don't treat unavailable HYP mode as an errorArd Biesheuvel2018-02-251-1/+1
* KVM: arm/arm64: Handle CPU_PM_ENTER_FAILEDJames Morse2018-02-161-0/+1
* arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-161-1/+8
* arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier2018-02-161-10/+2
* arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2018-02-161-1/+23
* arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier2018-02-161-1/+44
* arm/arm64: KVM: Add smccc accessors to PSCI codeMarc Zyngier2018-02-161-10/+42
* arm/arm64: KVM: Add PSCI_VERSION helperMarc Zyngier2018-02-161-3/+1
* arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier2018-02-162-2/+3
* arm64: KVM: Use per-CPU vector when BP hardening is enabledMarc Zyngier2018-02-161-1/+7
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2018-02-032-5/+26
* KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2Punit Agrawal2018-01-231-1/+1
* KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2018-01-171-3/+3
* KVM: arm/arm64: Fix HYP unmapping going off limitsMarc Zyngier2017-12-291-6/+4
* kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt2017-12-251-1/+1
* KVM: arm/arm64: vgic-its: Preserve the revious read from the pending tableMarc Zyngier2017-12-171-1/+1
* KVM: arm/arm64: vgic-its: Check result of allocation before useMarc Zyngier2017-12-141-0/+2
* KVM: arm/arm64: vgic: Preserve the revious read from the pending tableMarc Zyngier2017-12-141-1/+1
* KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocationMarc Zyngier2017-12-141-2/+1
* KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversionChristoffer Dall2017-12-141-4/+0
* KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-141-0/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-042-42/+62
|\
| * KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tablesEric Auger2017-10-291-9/+11
| * KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITSEric Auger2017-10-291-0/+11
| * KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned valueEric Auger2017-10-291-0/+4