| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: arm64: Ensure I-cache isolation between vcpus of a same VM | Marc Zyngier | 2021-03-17 | 1 | -1/+7 |
* | KVM: arm64: Fix exclusive limit for IPA size | Marc Zyngier | 2021-03-17 | 1 | -2/+1 |
* | KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() | Sean Christopherson | 2021-02-26 | 1 | -1/+1 |
* | mm: provide a saner PTE walking API for modules | Paolo Bonzini | 2021-02-26 | 1 | -2/+2 |
* | KVM: do not assume PTE is writable after follow_pfn | Paolo Bonzini | 2021-02-26 | 1 | -3/+12 |
* | KVM: Forbid the use of tagged userspace addresses for memslots | Marc Zyngier | 2021-02-03 | 1 | -0/+1 |
* | kvm: check tlbs_dirty directly | Lai Jiangshan | 2021-01-12 | 1 | -2/+1 |
* | KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace | Zenghui Yu | 2020-12-02 | 1 | -2/+20 |
* | KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIRED | Stephen Boyd | 2020-11-18 | 1 | -1/+1 |
* | KVM: arm64: Force PTE mapping on fault resulting in a device mapping | Santosh Shukla | 2020-11-18 | 1 | -0/+1 |
* | KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch | Marc Zyngier | 2020-10-01 | 2 | -2/+2 |
* | KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() | Zenghui Yu | 2020-10-01 | 1 | -2/+9 |
* | KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy | Zenghui Yu | 2020-10-01 | 1 | -2/+8 |
* | KVM: fix overflow of zero page refcount with ksm running | Zhuang Yanying | 2020-10-01 | 1 | -0/+1 |
* | KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest... | Miaohe Lin | 2020-10-01 | 1 | -0/+1 |
* | KVM: fix memory leak in kvm_io_bus_unregister_dev() | Rustam Kovhaev | 2020-09-17 | 1 | -9/+12 |
* | KVM: arm64: Do not try to map PUDs when they are folded into PMD | Marc Zyngier | 2020-09-17 | 1 | -1/+6 |
* | KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set | Will Deacon | 2020-08-26 | 1 | -4/+13 |
* | KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() | Will Deacon | 2020-08-26 | 2 | -2/+3 |
* | KVM: arm64: Don't inherit exec permission across page-table levels | Will Deacon | 2020-08-05 | 1 | -5/+6 |
* | KVM: arm64: Save the host's PtrAuth keys in non-preemptible context | Marc Zyngier | 2020-06-17 | 1 | -1/+21 |
* | KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception | Marc Zyngier | 2020-06-17 | 1 | -0/+28 |
* | KVM: x86: Fix APIC page invalidation race | Eiichi Tsukata | 2020-06-17 | 1 | -10/+16 |
* | KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read | Marc Zyngier | 2020-05-20 | 4 | -44/+75 |
* | KVM: arm64: Fix 32bit PC wrap-around | Marc Zyngier | 2020-05-14 | 1 | -2/+6 |
* | KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER | Marc Zyngier | 2020-05-14 | 1 | -2/+2 |
* | KVM: Check for a bad hva before dropping into the ghc slow path | Sean Christopherson | 2020-03-05 | 1 | -6/+6 |
* | KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer | Alexandru Elisei | 2020-02-14 | 1 | -1/+2 |
* | KVM: arm64: pmu: Fix chained SW_INCR counters | Eric Auger | 2020-02-14 | 1 | -13/+30 |
* | KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset | Eric Auger | 2020-02-14 | 1 | -0/+3 |
* | KVM: arm: Make inject_abt32() inject an external abort instead | James Morse | 2020-02-14 | 1 | -3/+7 |
* | KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests | James Morse | 2020-02-14 | 1 | -3/+5 |
* | KVM: arm/arm64: Fix young bit from mmu notifier | Gavin Shan | 2020-02-14 | 1 | -1/+2 |
* | KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections | Eric Auger | 2020-02-14 | 1 | -1/+2 |
* | KVM: Play nice with read-only memslots when querying host page size | Sean Christopherson | 2020-02-11 | 1 | -1/+1 |
* | KVM: Use vcpu-specific gva->hva translation when querying host page size | Sean Christopherson | 2020-02-11 | 1 | -2/+2 |
* | KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM | Sean Christopherson | 2020-02-11 | 1 | -5/+5 |
* | x86/kvm: Cache gfn to pfn translation | Boris Ostrovsky | 2020-02-11 | 1 | -19/+79 |
* | x86/kvm: Introduce kvm_(un)map_gfn() | Boris Ostrovsky | 2020-02-11 | 1 | -5/+24 |
* | KVM: arm64: Only sign-extend MMIO up to register width | Christoffer Dall | 2020-02-11 | 1 | -0/+6 |
* | KVM: arm/arm64: Correct AArch32 SPSR on exception entry | Mark Rutland | 2020-02-11 | 1 | -3/+3 |
* | KVM: arm/arm64: Correct CPSR on exception entry | Mark Rutland | 2020-02-11 | 1 | -10/+101 |
* | KVM: arm/arm64: Properly handle faulting of device mappings | Marc Zyngier | 2019-12-31 | 1 | -4/+17 |
* | KVM: arm/arm64: vgic: Don't rely on the wrong pending table | Zenghui Yu | 2019-12-13 | 1 | -3/+3 |
* | KVM: Add a comment describing the /dev/kvm no_compat handling | Marc Zyngier | 2019-11-15 | 1 | -0/+7 |
* | KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n | Marc Zyngier | 2019-11-13 | 1 | -1/+7 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-11-12 | 1 | -14/+34 |
|\ |
|
| * | KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved | Sean Christopherson | 2019-11-12 | 1 | -3/+23 |
| * | KVM: fix placement of refcount initialization | Paolo Bonzini | 2019-11-11 | 1 | -2/+2 |
| * | KVM: Fix NULL-ptr deref after kvm_create_vm fails | Paolo Bonzini | 2019-11-11 | 1 | -9/+9 |