- e9a2bba Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 12 months ago
- c9cd0be Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 12 months ago
- 507e72f Merge tag 'kvm-x86-generic-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 12 months ago
- a81d95a Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 12 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 · 12 months ago
- 7d8942d Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 12 months ago
- 6addfcf KVM: pfncache: simplify locking and make more self-contained by David Woodhouse · 1 year ago
- 284851e KVM: Get rid of return value from kvm_arch_create_vm_debugfs() by Oliver Upton · 1 year, 1 month ago
- e5635922 KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with KVM_MEM_READONLY by Sean Christopherson · 1 year ago
- ea3689d KVM: fix kvm_mmu_memory_cache allocation warning by Arnd Bergmann · 1 year, 1 month ago
- dafc17d KVM: Add a comment explaining the directed yield pending interrupt logic by Sean Christopherson · 1 year, 2 months ago
- 77bcd9e KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel by Sean Christopherson · 1 year, 2 months ago
- 9fa336e KVM: pfncache: check the need for invalidation under read lock first by Paul Durrant · 1 year, 1 month ago
- 721f5b0 KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA by Paul Durrant · 1 year, 1 month ago
- 406c109 KVM: pfncache: include page offset in uhva and use it consistently by Paul Durrant · 1 year, 1 month ago
- 53e63e9 KVM: pfncache: stop open-coding offset_in_page() by Paul Durrant · 1 year, 1 month ago
- a4bff3d KVM: pfncache: remove KVM_GUEST_USES_PFN usage by Paul Durrant · 1 year, 1 month ago
- 41496ff KVM: pfncache: remove unnecessary exports by Paul Durrant · 1 year, 1 month ago
- f39b80e KVM: pfncache: Add a map helper function by Paul Durrant · 1 year, 1 month ago
- 687d8f4 Merge branch 'kvm-kconfig' by Paolo Bonzini · 1 year, 1 month ago
- f48212e treewide: remove CONFIG_HAVE_KVM by Paolo Bonzini · 1 year, 2 months ago
- 61df71e kvm: move "select IRQ_BYPASS_MANAGER" to common code by Paolo Bonzini · 1 year, 2 months ago
- 8886640 kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol by Paolo Bonzini · 1 year, 2 months ago
- c2744ed KVM: Nullify async #PF worker's "apf" pointer as soon as it might be freed by Sean Christopherson · 1 year, 2 months ago
- 8284765f KVM: Get reference to VM's address space in the async #PF worker by Sean Christopherson · 1 year, 2 months ago
- 422eeb5 KVM: Put mm immediately after async #PF worker completes remote gup() by Sean Christopherson · 1 year, 2 months ago
- 3d75b8a KVM: Always flush async #PF workqueue when vCPU is being destroyed by Sean Christopherson · 1 year, 2 months ago
- d489ec9 KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls by Sean Christopherson · 1 year, 2 months ago
- 09d1c6a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 2 months 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, 2 months ago
- fb872da Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 2 months ago
- 3a373e0 KVM: fix direction of dependency on MMU notifiers by Paolo Bonzini · 1 year, 2 months ago
- caadf87 KVM: introduce CONFIG_KVM_COMMON by Paolo Bonzini · 1 year, 2 months ago
- 9cc5262 Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 1 year, 2 months 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, 2 months 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, 2 months ago
- b1a39a7 KVM: Convert comment into an assertion in kvm_io_bus_register_dev() by Marc Zyngier · 1 year, 3 months ago
- 8ed26ab KVM: clean up directives to compile out irqfds by Paolo Bonzini · 1 year, 5 months ago
- a5d3df8 KVM: remove deprecated UAPIs by Paolo Bonzini · 1 year, 4 months ago
- c5b31cc KVM: remove CONFIG_HAVE_KVM_IRQFD by Paolo Bonzini · 1 year, 5 months ago
- 8132d88 KVM: remove CONFIG_HAVE_KVM_EVENTFD by Paolo Bonzini · 1 year, 5 months ago
- 80583d0 KVM: guest-memfd: fix unused-function warning by Paolo Bonzini · 1 year, 3 months ago
- ea61294 Revert "KVM: Prevent module exit until all VMs are freed" by Sean Christopherson · 1 year, 5 months ago
- 087e152 KVM: Set file_operations.owner appropriately for all such structures by Sean Christopherson · 1 year, 5 months ago
- 1f82935 KVM: Harden copying of userspace-array against overflow by Philipp Stanner · 1 year, 4 months ago
- 6391224 KVM: move KVM_CAP_DEVICE_CTRL to the generic check by Wei Wang · 2 years ago
- 3652117 eventfd: simplify eventfd_signal() by Christian Brauner · 1 year, 3 months ago
- 6c370dc Merge branch 'kvm-guestmemfd' into HEAD by Paolo Bonzini · 1 year, 4 months ago
- 89ea60c KVM: x86: Add support for "protected VMs" that can utilize private memory by Sean Christopherson · 1 year, 4 months ago
- eed52e4 KVM: Allow arch code to track number of memslot address spaces per VM by Sean Christopherson · 1 year, 4 months ago
- a7800aa KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory by Sean Christopherson · 1 year, 4 months ago
- 5a47555 KVM: Introduce per-page memory attributes by Chao Peng · 1 year, 4 months ago
- 193bbfa KVM: Drop .on_unlock() mmu_notifier hook by Sean Christopherson · 1 year, 4 months ago
- cec29ee KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory by Sean Christopherson · 1 year, 4 months ago
- bb58b90 KVM: Introduce KVM_SET_USER_MEMORY_REGION2 by Sean Christopherson · 1 year, 4 months ago
- f128cf8c KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER by Sean Christopherson · 1 year, 4 months ago
- d497a0f KVM: WARN if there are dangling MMU invalidations at VM destruction by Sean Christopherson · 1 year, 4 months ago
- 8569992 KVM: Use gfn instead of hva for mmu_notifier_retry by Chao Peng · 1 year, 4 months ago
- c0db1923 KVM: Assert that mmu_invalidate_in_progress *never* goes negative by Sean Christopherson · 1 year, 4 months ago
- e97b39c KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges by Sean Christopherson · 1 year, 4 months ago
- 0c02183 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 6 months ago
- 0d15bf9 Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 6 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, 6 months ago
- ec0e2dc Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio by Linus Torvalds · 1 year, 6 months ago
- b1e1296 kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow() by David Hildenbrand · 1 year, 7 months ago
- 3e1efe2 KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union by Sean Christopherson · 1 year, 7 months ago
- 619b507 KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code by David Matlack · 1 year, 7 months ago
- d478899 KVM: Allow range-based TLB invalidation from common code by David Matlack · 1 year, 7 months ago
- eddd214 KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL by Raghavendra Rao Ananta · 1 year, 7 months ago
- a1342c8 KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs() by David Matlack · 1 year, 7 months ago
- 73e2f19 kvm/vfio: avoid bouncing the mutex when adding and deleting groups by Dmitry Torokhov · 1 year, 8 months ago
- 9e0f4f2 kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() by Dmitry Torokhov · 1 year, 8 months ago
- eed3013 KVM: Grab a reference to KVM for VM and vCPU stats file descriptors by Sean Christopherson · 1 year, 8 months ago
- dcc31ea kvm/vfio: Accept vfio device file from userspace by Yi Liu · 1 year, 8 months ago
- 2f99073 kvm/vfio: Prepare for accepting vfio device fd by Yi Liu · 1 year, 8 months ago
- b1a59be vfio: Refine vfio file kAPIs for KVM by Yi Liu · 1 year, 8 months ago
- e8069f5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 8 months ago
- 255006a Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 8 months ago
- d74669e Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEAD by Paolo Bonzini · 1 year, 8 months ago
- cc74404 Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 1 year, 8 months ago
- 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 8 months ago
- 2230f9e1 KVM: Avoid illegal stage2 mapping on invalid memory slot by Gavin Shan · 1 year, 9 months ago
- c33c794 mm: ptep_get() conversion by Ryan Roberts · 1 year, 9 months ago
- 8351039 Merge branch kvm-arm64/eager-page-splitting into kvmarm/next by Oliver Upton · 1 year, 9 months ago
- cc77b95 kvm/eventfd: use list_for_each_entry when deassign ioeventfd by Wei Wang · 2 years, 1 month ago
- 5ea5ca3 KVM: destruct kvm_io_device while unregistering it from kvm_io_bus by Wei Wang · 2 years, 1 month ago
- ca5e863 mm/gup: remove vmas parameter from get_user_pages_remote() by Lorenzo Stoakes · 1 year, 10 months ago
- 54d0206 mm/gup: remove unused vmas parameter from get_user_pages() by Lorenzo Stoakes · 1 year, 10 months ago
- 5f643e4 KVM: Clean up kvm_vm_ioctl_create_vcpu() by Michal Luczaj · 1 year, 9 months ago
- 0a8a5f2 KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page by Sean Christopherson · 1 year, 9 months ago
- 70b0bc4 KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx() by Michal Luczaj · 2 years ago
- 76021e9 KVM: Protect vcpu->pid dereference via debugfs with RCU by Sean Christopherson · 2 years, 1 month ago
- afb2acb KVM: Fix vcpu_array[0] races by Michal Luczaj · 1 year, 10 months ago
- e0ceec2 KVM: Don't enable hardware after a restart/shutdown is initiated by Sean Christopherson · 1 year, 10 months ago
- 6735150 KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown by Sean Christopherson · 1 year, 10 months ago
- 26f4571 KVM: arm64: Export kvm_are_all_memslots_empty() by Ricardo Koller · 1 year, 10 months ago
- c8c655c3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 10 months ago
- f20730e Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 10 months ago
- 52882b9 KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent by Alexey Kardashevskiy · 2 years, 10 months ago
- fef8f2b KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking by Dmytro Maluka · 2 years ago