- dc12927 KVM: eventfd: Fix false positive RCU usage warning by Hou Wenlong · 2 years, 11 months ago
- a2c8e1d Revert "KVM: SVM: avoid infinite loop on NPF from bad address" by Sean Christopherson · 3 years ago
- 49b7e49 KVM: downgrade two BUG_ONs to WARN_ON_ONCE by Paolo Bonzini · 3 years, 1 month ago
- 6a44f20 KVM: Disallow user memslot with size that exceeds "unsigned long" by Sean Christopherson · 3 years, 2 months ago
- 6d0ff92 KVM: do not shrink halt_poll_ns below grow_start by Sergey Senozhatsky · 3 years, 4 months ago
- 32f55c2 KVM: Do not leak memory for duplicate debugfs directories by Paolo Bonzini · 3 years, 5 months ago
- 52acb6c KVM: add missing compat KVM_CLEAR_DIRTY_LOG by Paolo Bonzini · 3 years, 5 months ago
- 679837d KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio by Kefeng Wang · 3 years, 6 months ago
- dd8ed6c KVM: do not allow mapping valid but non-reference-counted pages by Nicholas Piggin · 3 years, 6 months ago
- bc439b4 Revert "irqbypass: do not start cons/prod when failed connect" by Zhu Lingshan · 3 years, 8 months ago
- ce76392 kvm: exit halt polling on need_resched() as well by Benjamin Segall · 3 years, 8 months ago
- 21756f8 kvm: Cap halt polling at kvm->max_halt_poll_ns by David Matlack · 3 years, 8 months ago
- 2a20592 KVM: Stop looking for coalesced MMIO zones if the bus is destroyed by Sean Christopherson · 3 years, 9 months ago
- 03c6ccc KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU by Sean Christopherson · 3 years, 9 months ago
- 3320aa6 KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() by Sean Christopherson · 3 years, 11 months ago
- a42150f mm: provide a saner PTE walking API for modules by Paolo Bonzini · 3 years, 11 months ago
- 83d42c2 KVM: do not assume PTE is writable after follow_pfn by Paolo Bonzini · 3 years, 11 months ago
- 256a004 KVM: Forbid the use of tagged userspace addresses for memslots by Marc Zyngier · 4 years ago
- ffee6772 kvm: check tlbs_dirty directly by Lai Jiangshan · 4 years ago
- a6a0b05 kvm: x86/mmu: Support dirty logging for the TDP MMU by Ben Gardon · 4 years, 2 months ago
- 9e9eb22 KVM: Cache as_id in kvm_memory_slot by Peter Xu · 4 years, 2 months ago
- 871c433 KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 3 months ago
- 2fc4f15 kvm/eventfd: move wildcard calculation outside loop by Yi Li · 4 years, 4 months ago
- f658866 KVM: fix memory leak in kvm_io_bus_unregister_dev() by Rustam Kovhaev · 4 years, 4 months ago
- 1b67fd0 Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 4 months ago
- fdfe7cb KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() by Will Deacon · 4 years, 5 months ago
- 9ad57f6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
- 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
- 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
- a979a6a irqbypass: do not start cons/prod when failed connect by Zhu Lingshan · 4 years, 5 months ago
- 5c73b9a kvm/eventfd: Use sequence counter with associated spinlock by Ahmed S. Darwish · 4 years, 5 months ago
- 935ace2 entry: Provide infrastructure for work before transitioning to guest mode by Thomas Gleixner · 4 years, 5 months ago
- 6926f95 KVM: Move x86's MMU memory cache helpers to common KVM code by Sean Christopherson · 4 years, 6 months ago
- 995decb KVM: x86: take as_id into account when checking PGD by Vitaly Kuznetsov · 4 years, 6 months ago
- e8c2226 KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool by Vitaly Kuznetsov · 4 years, 6 months ago
- 1393b4a kvm: use more precise cast and do not drop __user by Paolo Bonzini · 4 years, 6 months ago
- 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 2a18b7e KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected by Vitaly Kuznetsov · 4 years, 7 months ago
- 7863e34 KVM: async_pf: Cleanup kvm_setup_async_pf() by Vitaly Kuznetsov · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
- e649b3f KVM: x86: Fix APIC page invalidation race by Eiichi Tsukata · 4 years, 7 months ago
- 7ec28e2 KVM: Use vmemdup_user() by Denis Efremov · 4 years, 7 months ago
- d56f513 KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories by Paolo Bonzini · 4 years, 7 months ago
- 3806094 Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 7 months ago
- 09d952c KVM: check userspace_addr for all memslots by Paolo Bonzini · 4 years, 7 months ago
- 557a961 KVM: x86: acknowledgment mechanism for async pf page ready notifications by Vitaly Kuznetsov · 4 years, 7 months ago
- 0958f0c KVM: introduce kvm_read_guest_offset_cached() by Vitaly Kuznetsov · 4 years, 7 months ago
- 7c0ade6 KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present() by Vitaly Kuznetsov · 4 years, 7 months ago
- a8387d0 Revert "KVM: No need to retry for hva_to_pfn_remapped()" by Paolo Bonzini · 4 years, 7 months ago
- 656012c KVM: Fix spelling in code comments by Fuad Tabba · 4 years, 9 months ago
- 9ed24f4 KVM: arm64: Move virt/kvm/arm to arch/arm64 by Marc Zyngier · 4 years, 8 months ago
- cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
- 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
- 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 8 months ago
- c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 8 months ago
- da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
- 4aef2ec Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
- 54163a3 KVM: Introduce kvm_make_all_cpus_request_except() by Suravee Suthikulpanit · 4 years, 8 months ago
- 0225fd5 KVM: arm64: Fix 32bit PC wrap-around by Marc Zyngier · 4 years, 8 months ago
- 958e8e1 KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS by Marc Zyngier · 4 years, 8 months ago
- acd0578 kvm: add capability for halt polling by David Matlack · 4 years, 8 months ago
- 446c076 Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/master by Marc Zyngier · 4 years, 8 months ago
- 57bdb43 KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() by Zenghui Yu · 4 years, 9 months ago
- 969ce8b5 KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy by Zenghui Yu · 4 years, 9 months ago
- ba1ed9e KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits by Marc Zyngier · 4 years, 9 months ago
- 41ee52e KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits by Marc Zyngier · 4 years, 9 months ago
- 9a50ebb KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read by Marc Zyngier · 4 years, 9 months ago
- e72436b KVM: SVM: avoid infinite loop on NPF from bad address by Paolo Bonzini · 4 years, 8 months ago
- 1b94f6f KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run by Tianjia Zhang · 4 years, 9 months ago
- c36b715 KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2 by Paolo Bonzini · 4 years, 8 months ago
- 63d0434 KVM: x86: move kvm_create_vcpu_debugfs after last failure point by Paolo Bonzini · 4 years, 9 months ago
- fdc9999 KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests by Marc Zyngier · 4 years, 9 months ago
- 2890ac9 KVM: arm64: PSCI: Narrow input registers when using 32bit functions by Marc Zyngier · 4 years, 9 months ago
- 788109c KVM: remove redundant assignment to variable r by Colin Ian King · 4 years, 9 months ago
- 1c32ca5 KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER by Marc Zyngier · 4 years, 9 months ago
- b990408 KVM: Pass kvm_init()'s opaque param to additional arch funcs by Sean Christopherson · 4 years, 9 months ago
- cf39d37 Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 9 months ago
- 0774a96 KVM: Fix out of range accesses to memslots by Sean Christopherson · 4 years, 9 months ago
- cc98702 Merge branch 'kvm-arm64/gic-v4.1' into kvmarm-master/next by Marc Zyngier · 4 years, 9 months ago
- dab4fe3 KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs by Marc Zyngier · 4 years, 10 months ago
- d9c3872 KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable by Marc Zyngier · 4 years, 10 months ago
- 2291ff2 KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor by Marc Zyngier · 4 years, 10 months ago
- bacf2c6 KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts by Marc Zyngier · 4 years, 10 months ago
- ef1820b KVM: arm64: GICv4.1: Add direct injection capability to SGI registers by Marc Zyngier · 4 years, 10 months ago
- 9879b79 KVM: arm64: GICv4.1: Let doorbells be auto-enabled by Marc Zyngier · 4 years, 10 months ago
- ae699ad irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer by Marc Zyngier · 4 years, 10 months ago
- 600087b KVM: Drop largepages_enabled and its accessor/mutator by Sean Christopherson · 4 years, 10 months ago
- 2bde08f KVM: Drop gfn_to_pfn_atomic() by Peter Xu · 4 years, 10 months ago
- 3c9bd40 KVM: x86: enable dirty log gradually in small chunks by Jay Zhou · 4 years, 10 months ago
- 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 4 years, 10 months ago
- 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 4 years, 10 months ago
- 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 4 years, 10 months ago
- 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 4 years, 10 months ago
- 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 4 years, 10 months ago
- 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 4 years, 10 months ago
- e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 4 years, 10 months ago