summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Prevent module exit until all VMs are freedDavid Matlack2022-04-151-0/+13
* KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse2022-03-231-0/+12
* KVM: remember position in kvm->vcpus arrayRadim Krčmář2021-09-261-2/+3
* KVM: arm64: Handle PSCI resets before userspace touches vCPU stateOliver Upton2021-09-221-0/+8
* KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson2021-07-281-1/+1
* KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin2021-07-281-2/+17
* KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini2021-07-281-3/+12
* KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger2021-06-301-2/+2
* KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2021-05-221-0/+2
* KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier2021-03-171-1/+1
* kvm: check tlbs_dirty directlyLai Jiangshan2021-02-231-2/+1
* KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspaceZenghui Yu2020-12-021-2/+20
* KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier2020-10-012-2/+5
* KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()Zenghui Yu2020-10-011-2/+9
* KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-10-011-0/+1
* KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...Miaohe Lin2020-10-011-0/+1
* KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev2020-09-261-9/+12
* KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setWill Deacon2020-08-261-4/+12
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-262-2/+2
* KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier2020-06-221-0/+28
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-221-8/+16
* KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier2020-05-141-2/+6
* KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVERMarc Zyngier2020-05-141-2/+2
* 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