- dee67a9 Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 7 months ago
- 676f819 KVM: Discard zero mask with function kvm_dirty_ring_reset by Bibo Mao · 8 months ago
- c31745d virt: guest_memfd: fix reference leak on hwpoisoned page by Paolo Bonzini · 8 months ago
- f474092 kvm: do not account temporary allocations to kmem by Alexey Dobriyan · 8 months ago
- c3f3edf KVM: Stop processing *all* memslots when "null" mmu_notifier handler is found by Babu Moger · 8 months ago
- 49f683b KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() by Breno Leitao · 9 months ago
- 61307b7 Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 8 months ago
- 7d41e24 Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 9 months ago
- f4bc137 Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 9 months ago
- e5f62e2 Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 9 months ago
- 4232da2 Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD by Paolo Bonzini · 9 months ago
- 29ae7d9 mm: pass VMA instead of MM to follow_pte() by David Hildenbrand · 10 months ago
- 82e9c84 KVM: Remove kvm_make_all_cpus_request_except() by Venkatesh Srinivas · 10 months ago
- ea54dd3 KVM: Treat the device list as an rculist by Oliver Upton · 9 months ago
- c23e2b7 KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values by Sean Christopherson · 1 year ago
- eefb85b3 KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start() by Sean Christopherson · 11 months ago
- 5257de9 KVM: remove unused argument of kvm_handle_hva_range() by Paolo Bonzini · 10 months ago
- f3b65bba KVM: delete .change_pte MMU notifier callback by Paolo Bonzini · 10 months ago
- f588557 KVM: Simplify error handling in __gfn_to_pfn_memslot() by Anish Moorthy · 12 months ago
- a3bd2f7 KVM: Add function comments for __kvm_read/write_guest_page() by Anish Moorthy · 12 months ago
- ed2f049 KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameter by Anish Moorthy · 12 months ago
- a952d60 KVM: Use vfree for memory allocated by vcalloc()/__vcalloc() by Li RongQing · 12 months ago
- fc62a4e KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPA by Sean Christopherson · 11 months ago
- 5c9ca4e KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activation by Sean Christopherson · 11 months ago
- 18f06e9 KVM: Add helpers to consolidate gfn_to_pfn_cache's page split check by Sean Christopherson · 11 months ago
- e9a2bba Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 11 months ago
- c9cd0be Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 11 months ago
- 507e72f Merge tag 'kvm-x86-generic-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 11 months ago
- a81d95a Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 11 months ago
- 961e2bf Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 11 months ago
- 7d8942d Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 11 months ago
- 6addfcf KVM: pfncache: simplify locking and make more self-contained by David Woodhouse · 11 months ago
- 284851e KVM: Get rid of return value from kvm_arch_create_vm_debugfs() by Oliver Upton · 12 months ago
- e5635922 KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with KVM_MEM_READONLY by Sean Christopherson · 11 months ago
- ea3689d KVM: fix kvm_mmu_memory_cache allocation warning by Arnd Bergmann · 12 months ago
- dafc17d KVM: Add a comment explaining the directed yield pending interrupt logic by Sean Christopherson · 1 year, 1 month ago
- 77bcd9e KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel by Sean Christopherson · 1 year, 1 month ago
- 9fa336e KVM: pfncache: check the need for invalidation under read lock first by Paul Durrant · 12 months ago
- 721f5b0 KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA by Paul Durrant · 12 months ago
- 406c109 KVM: pfncache: include page offset in uhva and use it consistently by Paul Durrant · 12 months ago
- 53e63e9 KVM: pfncache: stop open-coding offset_in_page() by Paul Durrant · 12 months ago
- a4bff3d KVM: pfncache: remove KVM_GUEST_USES_PFN usage by Paul Durrant · 12 months ago
- 41496ff KVM: pfncache: remove unnecessary exports by Paul Durrant · 12 months ago
- f39b80e KVM: pfncache: Add a map helper function by Paul Durrant · 12 months ago
- 687d8f4 Merge branch 'kvm-kconfig' by Paolo Bonzini · 12 months ago
- f48212e treewide: remove CONFIG_HAVE_KVM by Paolo Bonzini · 1 year, 1 month ago
- 61df71e kvm: move "select IRQ_BYPASS_MANAGER" to common code by Paolo Bonzini · 1 year, 1 month ago
- 8886640 kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol by Paolo Bonzini · 1 year, 1 month ago
- c2744ed KVM: Nullify async #PF worker's "apf" pointer as soon as it might be freed by Sean Christopherson · 1 year, 1 month ago
- 8284765f KVM: Get reference to VM's address space in the async #PF worker by Sean Christopherson · 1 year, 1 month ago
- 422eeb5 KVM: Put mm immediately after async #PF worker completes remote gup() by Sean Christopherson · 1 year, 1 month ago
- 3d75b8a KVM: Always flush async #PF workqueue when vCPU is being destroyed by Sean Christopherson · 1 year, 1 month ago
- d489ec9 KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls by Sean Christopherson · 1 year, 1 month ago
- 09d1c6a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year ago
- c604110 Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 1 month ago
- fb872da Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 1 month ago
- 3a373e0 KVM: fix direction of dependency on MMU notifiers by Paolo Bonzini · 1 year, 1 month ago
- caadf87 KVM: introduce CONFIG_KVM_COMMON by Paolo Bonzini · 1 year, 1 month ago
- 9cc5262 Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 1 year, 1 month ago
- 1362925 Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD by Paolo Bonzini · 1 year, 1 month ago
- 5c2b217 Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 1 year, 1 month ago
- b1a39a7 KVM: Convert comment into an assertion in kvm_io_bus_register_dev() by Marc Zyngier · 1 year, 2 months ago
- 8ed26ab KVM: clean up directives to compile out irqfds by Paolo Bonzini · 1 year, 3 months ago
- a5d3df8 KVM: remove deprecated UAPIs by Paolo Bonzini · 1 year, 3 months ago
- c5b31cc KVM: remove CONFIG_HAVE_KVM_IRQFD by Paolo Bonzini · 1 year, 3 months ago
- 8132d88 KVM: remove CONFIG_HAVE_KVM_EVENTFD by Paolo Bonzini · 1 year, 3 months ago
- 80583d0 KVM: guest-memfd: fix unused-function warning by Paolo Bonzini · 1 year, 2 months ago
- ea61294 Revert "KVM: Prevent module exit until all VMs are freed" by Sean Christopherson · 1 year, 3 months ago
- 087e152 KVM: Set file_operations.owner appropriately for all such structures by Sean Christopherson · 1 year, 3 months ago
- 1f82935 KVM: Harden copying of userspace-array against overflow by Philipp Stanner · 1 year, 3 months ago
- 6391224 KVM: move KVM_CAP_DEVICE_CTRL to the generic check by Wei Wang · 1 year, 11 months ago
- 3652117 eventfd: simplify eventfd_signal() by Christian Brauner · 1 year, 2 months ago
- 6c370dc Merge branch 'kvm-guestmemfd' into HEAD by Paolo Bonzini · 1 year, 3 months ago
- 89ea60c KVM: x86: Add support for "protected VMs" that can utilize private memory by Sean Christopherson · 1 year, 3 months ago
- eed52e4 KVM: Allow arch code to track number of memslot address spaces per VM by Sean Christopherson · 1 year, 3 months ago
- a7800aa KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory by Sean Christopherson · 1 year, 3 months ago
- 5a47555 KVM: Introduce per-page memory attributes by Chao Peng · 1 year, 3 months ago
- 193bbfa KVM: Drop .on_unlock() mmu_notifier hook by Sean Christopherson · 1 year, 3 months ago
- cec29ee KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory by Sean Christopherson · 1 year, 3 months ago
- bb58b90 KVM: Introduce KVM_SET_USER_MEMORY_REGION2 by Sean Christopherson · 1 year, 3 months ago
- f128cf8c KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER by Sean Christopherson · 1 year, 3 months ago
- d497a0f KVM: WARN if there are dangling MMU invalidations at VM destruction by Sean Christopherson · 1 year, 3 months ago
- 8569992 KVM: Use gfn instead of hva for mmu_notifier_retry by Chao Peng · 1 year, 3 months ago
- c0db1923 KVM: Assert that mmu_invalidate_in_progress *never* goes negative by Sean Christopherson · 1 year, 3 months ago
- e97b39c KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges by Sean Christopherson · 1 year, 3 months ago
- 0c02183 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 5 months ago
- 0d15bf9 Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 5 months ago
- e0fb12c Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 1 year, 5 months ago
- ec0e2dc Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 1 year, 5 months ago
- b1e1296 kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow() by David Hildenbrand · 1 year, 6 months ago
- 3e1efe2 KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union by Sean Christopherson · 1 year, 6 months ago
- 619b507 KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code by David Matlack · 1 year, 6 months ago
- d478899 KVM: Allow range-based TLB invalidation from common code by David Matlack · 1 year, 6 months ago
- eddd214 KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL by Raghavendra Rao Ananta · 1 year, 6 months ago
- a1342c8 KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs() by David Matlack · 1 year, 6 months ago
- 73e2f19 kvm/vfio: avoid bouncing the mutex when adding and deleting groups by Dmitry Torokhov · 1 year, 7 months ago
- 9e0f4f2 kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() by Dmitry Torokhov · 1 year, 7 months ago
- eed3013 KVM: Grab a reference to KVM for VM and vCPU stats file descriptors by Sean Christopherson · 1 year, 7 months ago
- dcc31ea kvm/vfio: Accept vfio device file from userspace by Yi Liu · 1 year, 7 months ago
- 2f99073 kvm/vfio: Prepare for accepting vfio device fd by Yi Liu · 1 year, 7 months ago