summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2022-08-251-5/+5
* KVM: Don't null dereference ops->destroyAlexey Kardashevskiy2022-08-111-1/+4
* 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-191-3/+31
* KVM: do not shrink halt_poll_ns below grow_startSergey Senozhatsky2021-10-091-1/+5
* 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: Do not leak memory for duplicate debugfs directoriesPaolo Bonzini2021-08-121-2/+16
* KVM: add missing compat KVM_CLEAR_DIRTY_LOGPaolo Bonzini2021-08-041-0/+28
* KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmioKefeng Wang2021-07-201-1/+1
* KVM: do not allow mapping valid but non-reference-counted pagesNicholas Piggin2021-06-301-2/+17
* KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST readEric Auger2021-06-231-2/+2
* KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2021-05-221-0/+2
* KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson2021-05-142-7/+22
* KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-171-1/+7
* KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier2021-03-171-2/+1
* KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()Sean Christopherson2021-02-261-1/+1
* mm: provide a saner PTE walking API for modulesPaolo Bonzini2021-02-261-2/+2
* KVM: do not assume PTE is writable after follow_pfnPaolo Bonzini2021-02-261-3/+12
* KVM: Forbid the use of tagged userspace addresses for memslotsMarc Zyngier2021-02-031-0/+1
* kvm: check tlbs_dirty directlyLai Jiangshan2021-01-121-2/+1
* KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspaceZenghui Yu2020-12-021-2/+20
* KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd2020-11-181-1/+1
* KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla2020-11-181-0/+1
* KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier2020-10-012-2/+2
* KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()Zenghui Yu2020-10-011-2/+9
* KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroyZenghui Yu2020-10-011-2/+8
* 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-171-9/+12
* KVM: arm64: Do not try to map PUDs when they are folded into PMDMarc Zyngier2020-09-171-1/+6
* KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setWill Deacon2020-08-261-4/+13
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-262-2/+3
* KVM: arm64: Don't inherit exec permission across page-table levelsWill Deacon2020-08-051-5/+6
* KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier2020-06-171-1/+21
* KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier2020-06-171-0/+28
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-171-10/+16
* KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER readMarc Zyngier2020-05-204-44/+75
* 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
* KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson2020-03-051-6/+6
* KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integerAlexandru Elisei2020-02-141-1/+2
* KVM: arm64: pmu: Fix chained SW_INCR countersEric Auger2020-02-141-13/+30
* 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