summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: coalesced_mmio: add bounds checkingMatt Delco2019-09-211-7/+10
* KVM: arm/arm64: Only skip MMIO insn onceAndrew Jones2019-09-101-0/+7
* KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WIMarc Zyngier2019-09-063-2/+26
* KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is longHeyi Guo2019-09-061-0/+7
* KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier2019-08-255-2/+39
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-1/+24
* KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroyDave Martin2019-07-211-0/+1
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-06-092-2/+3
* KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones2019-05-251-3/+8
* KVM: arm/arm64: Ensure only THP is candidate for adjustmentPunit Agrawal2019-05-161-1/+7
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-05-162-4/+7
* KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-05-041-3/+10
* KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-04-031-0/+3
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-232-3/+6
* kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn2019-02-121-1/+2
* kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2019-02-121-1/+2
* arm64: KVM: Skip MMIO insn after emulationMark Rutland2019-02-121-5/+6
* KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall2019-01-161-12/+11
* arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier2019-01-091-2/+4
* 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