summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-04-291-19/+79
* x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-04-291-5/+24
* KVM: Properly check if "page" is valid in kvm_vcpu_unmapKarimAllah Ahmed2020-04-291-1/+1
* kvm: fix compile on s390 part 2Christian Borntraeger2020-04-291-0/+2
* kvm: fix compilation on s390Paolo Bonzini2020-04-291-0/+2
* kvm: fix compilation on aarch64Paolo Bonzini2020-04-291-1/+1
* KVM: Introduce a new guest mapping APIKarimAllah Ahmed2020-04-291-0/+64
* KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson2020-03-051-6/+6
* KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger2020-02-141-0/+3
* KVM: arm: Make inject_abt32() inject an external abort insteadJames Morse2020-02-141-3/+7
* KVM: arm: Fix DFSR setting for non-LPAE aarch32 guestsJames Morse2020-02-141-3/+5
* KVM: arm/arm64: Fix young bit from mmu notifierGavin Shan2020-02-141-1/+2
* KVM: arm/arm64: vgic-its: Fix restoration of unmapped collectionsEric Auger2020-02-141-1/+2
* KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson2020-02-111-1/+1
* KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-02-111-2/+2
* KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson2020-02-111-5/+5
* KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall2020-02-111-0/+6
* KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland2020-02-111-3/+3
* KVM: arm/arm64: Correct CPSR on exception entryMark Rutland2020-02-111-10/+101
* KVM: arm/arm64: vgic: Don't rely on the wrong pending tableZenghui Yu2019-12-131-3/+3
* kvm: properly check debugfs dentry before using itGreg Kroah-Hartman2019-12-051-1/+1
* KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-12-011-3/+23
* kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page tableSuzuki K Poulose2019-11-241-1/+2
* kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-121-1/+29
* kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-121-0/+84
* kvm: Convert kvm_lock to a mutexJunaid Shahid2019-11-121-15/+15
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-11-121-3/+7
* KVM: coalesced_mmio: add bounds checkingMatt Delco2019-09-211-7/+10
* kvm: Check irqchip mode before assign irqfdPeter Xu2019-09-161-0/+9
* KVM: arm/arm64: VGIC: Properly initialise private IRQ affinityAndre Przywara2019-09-101-10/+20
* 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/+38
* 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-141-0/+1
* KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2019-06-192-121/+136
* 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: 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: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-05-042-6/+6
* 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: arm/arm64: vgic: Always initialize the group of private IRQsChristoffer Dall2019-03-231-8/+14
* arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier2019-03-232-20/+26
* KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry2019-03-233-10/+10
* 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