summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2024-04-13KVM: Always flush async #PF workqueue when vCPU is being destroyedSean Christopherson1-5/+26
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handlerOliver Upton1-0/+2
2024-03-01KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()Oliver Upton1-0/+3
2022-11-03KVM: arm64: vgic: Fix exit condition in scan_its_table()Eric Ren1-1/+4
2022-08-25KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson1-5/+5
2022-04-15KVM: Prevent module exit until all VMs are freedDavid Matlack1-0/+13
2022-03-23KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse1-0/+12
2021-09-26KVM: remember position in kvm->vcpus arrayRadim Krčmář1-2/+3
2021-09-22KVM: arm64: Handle PSCI resets before userspace touches vCPU stateOliver Upton1-0/+8
2021-07-28KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson1-1/+1
2021-07-28KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin1-2/+17
2021-07-28KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini1-3/+12
2021-06-30KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger1-2/+2
2021-05-22KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei1-0/+2
2021-03-17KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-1/+1
2021-02-23kvm: check tlbs_dirty directlyLai Jiangshan1-2/+1
2020-12-02KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspaceZenghui Yu1-2/+20
2020-10-01KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier2-2/+5
2020-10-01KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()Zenghui Yu1-2/+9
2020-10-01KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying1-0/+1
2020-10-01KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...Miaohe Lin1-0/+1
2020-09-26KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev1-9/+12
2020-08-26KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setWill Deacon1-4/+12
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2-2/+2
2020-06-22KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier1-0/+28
2020-06-22KVM: x86: Fix APIC page invalidation raceEiichi Tsukata1-8/+16
2020-05-14KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier1-2/+6
2020-05-14KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVERMarc Zyngier1-2/+2
2020-04-29x86/kvm: Cache gfn to pfn translationBoris Ostrovsky1-19/+79
2020-04-29x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky1-5/+24
2020-04-29KVM: Properly check if "page" is valid in kvm_vcpu_unmapKarimAllah Ahmed1-1/+1
2020-04-29kvm: fix compile on s390 part 2Christian Borntraeger1-0/+2
2020-04-29kvm: fix compilation on s390Paolo Bonzini1-0/+2
2020-04-29kvm: fix compilation on aarch64Paolo Bonzini1-1/+1
2020-04-29KVM: Introduce a new guest mapping APIKarimAllah Ahmed1-0/+64
2020-03-05KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson1-6/+6
2020-02-15KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger1-0/+3
2020-02-15KVM: arm: Make inject_abt32() inject an external abort insteadJames Morse1-3/+7
2020-02-15KVM: arm: Fix DFSR setting for non-LPAE aarch32 guestsJames Morse1-3/+5
2020-02-15KVM: arm/arm64: Fix young bit from mmu notifierGavin Shan1-1/+2
2020-02-15KVM: arm/arm64: vgic-its: Fix restoration of unmapped collectionsEric Auger1-1/+2
2020-02-11KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson1-1/+1
2020-02-11KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-2/+2
2020-02-11KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-5/+5
2020-02-11KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall1-0/+6
2020-02-11KVM: arm/arm64: Correct AArch32 SPSR on exception entryMark Rutland1-3/+3
2020-02-11KVM: arm/arm64: Correct CPSR on exception entryMark Rutland1-10/+101
2019-12-13KVM: arm/arm64: vgic: Don't rely on the wrong pending tableZenghui Yu1-3/+3
2019-12-05kvm: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-3/+23