| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
| 2023-03-31 | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent | Alexey Kardashevskiy | 1 | -1/+0 |
| 2023-03-27 | KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking | Dmytro Maluka | 1 | -6/+35 |
| 2023-03-27 | KVM: irqfd: Make resampler_list an RCU list | Dmytro Maluka | 1 | -2/+6 |
| 2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider | 1 | -0/+3 |
| 2023-02-15 | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 1 | -3/+3 |
| 2023-02-01 | KVM: Destroy target device if coalesced MMIO unregistration fails | Sean Christopherson | 1 | -3/+5 |
| 2023-01-24 | Merge branch 'kvm-v6.2-rc4-fixes' into HEAD | Paolo Bonzini | 1 | -0/+7 |
| 2023-01-23 | Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -3/+3 |
| 2023-01-20 | kvm/vfio: Fix potential deadlock on vfio group_lock | Yi Liu | 1 | -3/+3 |
| 2023-01-11 | KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule | David Woodhouse | 1 | -0/+7 |
| 2022-12-29 | KVM: Clean up error labels in kvm_init() | Sean Christopherson | 1 | -4/+4 |
| 2022-12-29 | KVM: Opt out of generic hardware enabling on s390 and PPC | Sean Christopherson | 2 | -6/+27 |
| 2022-12-29 | KVM: Register syscore (suspend/resume) ops early in kvm_init() | Sean Christopherson | 1 | -34/+34 |
| 2022-12-29 | KVM: Make hardware_enable_failed a local variable in the "enable all" path | Isaku Yamahata | 1 | -19/+16 |
| 2022-12-29 | KVM: Use a per-CPU variable to track which CPUs have enabled virtualization | Sean Christopherson | 1 | -23/+18 |
| 2022-12-29 | KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit() | Isaku Yamahata | 1 | -1/+0 |
| 2022-12-29 | KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock | Isaku Yamahata | 1 | -12/+24 |
| 2022-12-29 | KVM: Ensure CPU is stable during low level hardware enable/disable | Sean Christopherson | 1 | -2/+2 |
| 2022-12-29 | KVM: Disable CPU hotplug during hardware enabling/disabling | Chao Gao | 1 | -0/+12 |
| 2022-12-29 | KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section | Chao Gao | 1 | -8/+22 |
| 2022-12-29 | KVM: Drop kvm_arch_check_processor_compat() hook | Sean Christopherson | 1 | -23/+1 |
| 2022-12-29 | KVM: Drop kvm_arch_{init,exit}() hooks | Sean Christopherson | 1 | -17/+2 |
| 2022-12-29 | KVM: Drop arch hardware (un)setup hooks | Sean Christopherson | 1 | -7/+0 |
| 2022-12-29 | KVM: Teardown VFIO ops earlier in kvm_exit() | Sean Christopherson | 1 | -1/+1 |
| 2022-12-29 | KVM: Allocate cpus_hardware_enabled after arch hardware setup | Sean Christopherson | 1 | -7/+7 |
| 2022-12-29 | KVM: Initialize IRQ FD after arch hardware setup | Sean Christopherson | 1 | -18/+17 |
| 2022-12-29 | KVM: Register /dev/kvm as the _very_ last thing during initialization | Sean Christopherson | 1 | -9/+22 |
| 2022-12-29 | Merge branch 'kvm-late-6.1' into HEAD | Paolo Bonzini | 1 | -4/+0 |
| 2022-12-28 | Merge branch 'kvm-late-6.1-fixes' into HEAD | Paolo Bonzini | 1 | -4/+0 |
| 2022-12-27 | kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK() | Lai Jiangshan | 1 | -4/+0 |
| 2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -92/+188 |
| 2022-12-12 | Merge remote-tracking branch 'kvm/queue' into HEAD | Paolo Bonzini | 2 | -62/+54 |
| 2022-12-09 | Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm... | Paolo Bonzini | 3 | -14/+103 |
| 2022-12-05 | Merge branch kvm-arm64/dirty-ring into kvmarm-master/next | Marc Zyngier | 3 | -14/+103 |
| 2022-12-02 | Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEAD | Paolo Bonzini | 1 | -54/+50 |
| 2022-12-02 | KVM: Remove stale comment about KVM_REQ_UNHALT | Sean Christopherson | 1 | -4/+0 |
| 2022-11-30 | KVM: Skip unnecessary "unmap" if gpc is already valid during refresh | Sean Christopherson | 1 | -2/+1 |
| 2022-11-30 | KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers | Sean Christopherson | 1 | -6/+11 |
| 2022-11-30 | KVM: Do not partially reinitialize gfn=>pfn cache during activation | Sean Christopherson | 1 | -4/+4 |
| 2022-11-30 | KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache | Sean Christopherson | 1 | -28/+16 |
| 2022-11-30 | KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh() | Michal Luczaj | 1 | -4/+3 |
| 2022-11-30 | KVM: Clean up hva_to_pfn_retry() | Michal Luczaj | 1 | -4/+4 |
| 2022-11-30 | KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check() | Michal Luczaj | 1 | -3/+2 |
| 2022-11-30 | KVM: Store immutable gfn_to_pfn_cache properties | Michal Luczaj | 1 | -8/+14 |
| 2022-11-30 | KVM: x86: Remove unused argument in gpc_unmap_khva() | Michal Luczaj | 1 | -4/+4 |
| 2022-11-30 | KVM: Shorten gfn_to_pfn_cache function names | Michal Luczaj | 1 | -10/+10 |
| 2022-11-23 | Merge branch 'kvm-dwmw2-fixes' into HEAD | Paolo Bonzini | 1 | -1/+6 |
| 2022-11-23 | Merge branch 'kvm-dwmw2-fixes' into HEAD | Paolo Bonzini | 1 | -1/+6 |
| 2022-11-23 | KVM: Update gfn_to_pfn_cache khva when it moves within the same page | David Woodhouse | 1 | -1/+6 |
| 2022-11-18 | KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeed | Paolo Bonzini | 1 | -0/+8 |
| 2022-11-17 | KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL | David Matlack | 1 | -3/+24 |
| 2022-11-17 | KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling | David Matlack | 1 | -6/+15 |
| 2022-11-17 | KVM: Cap vcpu->halt_poll_ns before halting rather than after | David Matlack | 1 | -4/+6 |
| 2022-11-12 | KVM: Push dirty information unconditionally to backup bitmap | Gavin Shan | 1 | -3/+2 |
| 2022-11-10 | KVM: Support dirty ring in conjunction with bitmap | Gavin Shan | 3 | -9/+72 |
| 2022-11-10 | KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL | Gavin Shan | 2 | -4/+31 |
| 2022-11-09 | KVM: replace direct irq.h inclusion | Paolo Bonzini | 1 | -2/+1 |
| 2022-11-09 | kvm: Add interruptible flag to __gfn_to_pfn_memslot() | Peter Xu | 3 | -14/+20 |
| 2022-11-09 | kvm: Add KVM_PFN_ERR_SIGPENDING | Peter Xu | 1 | -0/+2 |
| 2022-11-06 | Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 1 | -0/+3 |
| 2022-10-31 | KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them | Gavin Shan | 1 | -0/+3 |
| 2022-10-27 | KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache | Sean Christopherson | 1 | -7/+34 |
| 2022-10-27 | KVM: Initialize gfn_to_pfn_cache locks in dedicated helper | Michal Luczaj | 1 | -9/+12 |
| 2022-10-27 | KVM: debugfs: Return retval of simple_attr_open() if it fails | Hou Wenlong | 1 | -7/+6 |
| 2022-10-22 | kvm: Add support for arch compat vm ioctls | Alexander Graf | 1 | -0/+11 |
| 2022-10-12 | Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -13/+32 |
| 2022-10-07 | vfio: Hold a reference to the iommu_group in kvm for SPAPR | Jason Gunthorpe | 1 | -11/+14 |
| 2022-10-07 | vfio: Add vfio_file_is_group() | Jason Gunthorpe | 1 | -2/+18 |
| 2022-10-03 | Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 3 | -3/+24 |
| 2022-09-29 | KVM: Add KVM_CAP_DIRTY_LOG_RING_ACQ_REL capability and config option | Marc Zyngier | 2 | -1/+22 |
| 2022-09-29 | KVM: Use acquire/release semantics when accessing dirty ring GFN state | Marc Zyngier | 1 | -2/+2 |
| 2022-09-26 | KVM: remove KVM_REQ_UNHALT | Paolo Bonzini | 1 | -3/+1 |
| 2022-09-26 | KVM: fix memoryleak in kvm_init() | Miaohe Lin | 1 | -3/+2 |
| 2022-08-19 | KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() | Li kunyu | 1 | -1/+1 |
| 2022-08-19 | KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() | Li kunyu | 1 | -1/+1 |
| 2022-08-19 | KVM: Rename mmu_notifier_* to mmu_invalidate_* | Chao Peng | 2 | -33/+36 |
| 2022-08-19 | KVM: Move coalesced MMIO initialization (back) into kvm_create_vm() | Sean Christopherson | 1 | -5/+6 |
| 2022-08-19 | KVM: Unconditionally get a ref to /dev/kvm module when creating a VM | Sean Christopherson | 1 | -10/+4 |
| 2022-08-19 | KVM: Properly unwind VM creation if creating debugfs fails | Sean Christopherson | 1 | -8/+8 |
| 2022-08-10 | KVM: Actually create debugfs in kvm_create_vm() | Oliver Upton | 1 | -17/+19 |
| 2022-08-10 | KVM: Pass the name of the VM fd to kvm_create_vm_debugfs() | Oliver Upton | 1 | -3/+6 |
| 2022-08-10 | KVM: Get an fd before creating the VM | Oliver Upton | 1 | -13/+17 |
| 2022-08-10 | KVM: Shove vcpu stats_id init into kvm_vcpu_init() | Oliver Upton | 1 | -4/+4 |
| 2022-08-10 | KVM: Shove vm stats_id init into kvm_create_vm() | Oliver Upton | 1 | -3/+3 |
| 2022-08-01 | Merge remote-tracking branch 'kvm/next' into kvm-next-5.20 | Paolo Bonzini | 2 | -138/+312 |
| 2022-07-29 | KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache | Anup Patel | 1 | -1/+3 |
| 2022-06-24 | KVM: debugfs: expose pid of vcpu threads | Vineeth Pillai | 1 | -2/+13 |
| 2022-06-24 | KVM: Allow for different capacities in kvm_mmu_memory_cache structs | David Matlack | 1 | -3/+30 |
| 2022-06-20 | KVM: Do not zero initialize 'pfn' in hva_to_pfn() | Sean Christopherson | 1 | -1/+1 |
| 2022-06-20 | KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page() | Sean Christopherson | 1 | -14/+52 |
| 2022-06-20 | KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page() | Sean Christopherson | 1 | -4/+4 |
| 2022-06-20 | KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page() | Sean Christopherson | 1 | -20/+11 |
| 2022-06-20 | KVM: Don't WARN if kvm_pfn_to_page() encounters a "reserved" pfn | Sean Christopherson | 1 | -3/+1 |
| 2022-06-20 | KVM: Avoid pfn_to_page() and vice versa when releasing pages | Sean Christopherson | 1 | -21/+43 |
| 2022-06-20 | KVM: Don't set Accessed/Dirty bits for ZERO_PAGE | Sean Christopherson | 1 | -2/+14 |
| 2022-06-20 | KVM: Drop bogus "pfn != 0" guard from kvm_release_pfn() | Sean Christopherson | 1 | -3/+0 |
| 2022-06-15 | KVM: Rename ack_flush() to ack_kick() | Lai Jiangshan | 1 | -2/+2 |
| 2022-06-09 | Merge branch 'kvm-5.20-early' | Paolo Bonzini | 2 | -85/+165 |
| 2022-06-09 | KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blocking | Maxim Levitsky | 1 | -2/+6 |
| 2022-06-09 | Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into... | Paolo Bonzini | 3 | -188/+146 |
| 2022-06-08 | KVM: Move kvm_arch_vcpu_precreate() under kvm->lock | Zeng Guang | 1 | -4/+6 |
| 2022-06-07 | Merge branch 'kvm-5.20-early-patches' into HEAD | Paolo Bonzini | 2 | -81/+159 |
| 2022-06-07 | Merge branch 'kvm-5.19-early-fixes' into HEAD | Paolo Bonzini | 1 | -1/+4 |
| 2022-06-07 | KVM: Don't null dereference ops->destroy | Alexey Kardashevskiy | 1 | -1/+4 |
| 2022-06-01 | Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -186/+143 |
| 2022-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+2 |
| 2022-05-25 | KVM: Do not pin pages tracked by gfn=>pfn caches | Sean Christopherson | 1 | -16/+20 |
| 2022-05-25 | KVM: Fix multiple races in gfn=>pfn cache refresh | Sean Christopherson | 2 | -71/+131 |
| 2022-05-25 | KVM: Fully serialize gfn=>pfn cache refresh via mutex | Sean Christopherson | 1 | -0/+12 |
| 2022-05-25 | KVM: Do not incorporate page offset into gfn=>pfn cache user address | Sean Christopherson | 1 | -2/+0 |
| 2022-05-25 | KVM: Put the extra pfn reference when reusing a pfn in the gpc cache | Sean Christopherson | 1 | -0/+8 |
| 2022-05-25 | KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper | Sean Christopherson | 1 | -7/+3 |
| 2022-05-25 | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 3 | -13/+34 |
| 2022-05-20 | KVM: Free new dirty bitmap if creating a new memslot fails | Sean Christopherson | 1 | -1/+1 |
| 2022-05-20 | KVM: eventfd: Fix false positive RCU usage warning | Wanpeng Li | 1 | -1/+2 |
| 2022-05-17 | kvm/vfio: Fix potential deadlock problem in vfio | Wan Jiabing | 1 | -1/+1 |
| 2022-05-13 | kvm/vfio: Remove vfio_group from kvm | Jason Gunthorpe | 1 | -43/+8 |
| 2022-05-13 | vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm() | Jason Gunthorpe | 1 | -8/+8 |
| 2022-05-13 | vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent() | Jason Gunthorpe | 1 | -8/+8 |
| 2022-05-13 | vfio: Remove vfio_external_group_match_file() | Jason Gunthorpe | 1 | -18/+1 |
| 2022-05-13 | vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group() | Jason Gunthorpe | 1 | -25/+12 |
| 2022-05-13 | kvm/vfio: Store the struct file in the kvm_vfio_group | Jason Gunthorpe | 1 | -30/+29 |
| 2022-05-13 | kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions | Jason Gunthorpe | 1 | -100/+123 |
| 2022-05-02 | KVM: Add max_vcpus field in common 'struct kvm' | Sean Christopherson | 1 | -1/+2 |
| 2022-04-29 | Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD | Paolo Bonzini | 1 | -0/+1 |
| 2022-04-29 | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT | Paolo Bonzini | 1 | -0/+1 |
| 2022-04-21 | KVM: SEV: add cache flush to solve SEV cache incoherency issues | Mingwei Zhang | 1 | -3/+24 |
| 2022-04-21 | KVM: SPDX style and spelling fixes | Tom Rix | 3 | -4/+4 |
| 2022-04-21 | KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref | Sean Christopherson | 1 | -6/+6 |
| 2022-04-08 | Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -2/+8 |
| 2022-04-07 | KVM: Don't create VM debugfs files outside of the VM directory | Oliver Upton | 1 | -2/+8 |
| 2022-04-06 | KVM: avoid NULL pointer dereference in kvm_dirty_ring_push | Paolo Bonzini | 1 | -1/+1 |
| 2022-04-02 | KVM: Remove dirty handling from gfn_to_pfn_cache completely | David Woodhouse | 1 | -33/+8 |
| 2022-04-02 | KVM: Use enum to track if cached PFN will be used in guest and/or host | Sean Christopherson | 1 | -7/+7 |
| 2022-04-02 | KVM: Don't actually set a request when evicting vCPUs for GFN cache invd | Sean Christopherson | 2 | -8/+13 |
| 2022-04-02 | KVM: avoid double put_page with gfn-to-pfn cache | David Woodhouse | 1 | -0/+1 |
| 2022-03-29 | Revert "KVM: set owner of cpu and vm file operations" | David Matlack | 1 | -4/+2 |
| 2022-03-29 | KVM: Prevent module exit until all VMs are freed | David Matlack | 1 | -0/+13 |
| 2022-03-11 | KVM: compat: riscv: Prevent KVM_COMPAT from being selected | Guo Ren | 1 | -1/+1 |
| 2022-03-08 | KVM: use __vcalloc for very large allocations | Paolo Bonzini | 1 | -2/+2 |
| 2022-03-04 | Merge branch 'kvm-bugfixes' into HEAD | Paolo Bonzini | 1 | -3/+1 |
| 2022-03-01 | KVM: Drop kvm_reload_remote_mmus(), open code request in x86 users | Sean Christopherson | 1 | -5/+0 |
| 2022-02-25 | KVM: Move VM's worker kthreads back to the original cgroup before exiting. | Vipin Sharma | 1 | -1/+21 |
| 2022-02-17 | KVM: Fix lockdep false negative during host resume | Wanpeng Li | 1 | -3/+1 |
| 2022-02-10 | KVM: Remove unused "kvm" of kvm_make_vcpu_request() | Jinrong Liang | 1 | -5/+4 |
| 2022-01-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -9/+7 |
| 2022-01-28 | KVM: eventfd: Fix false positive RCU usage warning | Hou Wenlong | 1 | -4/+4 |
| 2022-01-26 | Revert "KVM: SVM: avoid infinite loop on NPF from bad address" | Sean Christopherson | 1 | -1/+0 |
| 2022-01-24 | KVM: remove async parameter of hva_to_pfn_remapped() | Xianting Tian | 1 | -4/+3 |
| 2022-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+2 |
| 2022-01-19 | KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx | Sean Christopherson | 1 | -2/+0 |
| 2022-01-19 | KVM: Drop unused kvm_vcpu.pre_pcpu field | Sean Christopherson | 1 | -1/+0 |
| 2022-01-19 | KVM: avoid warning on s390 in mark_page_dirty | Christian Borntraeger | 1 | -0/+2 |
| 2022-01-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 8 | -475/+1028 |
| 2022-01-12 | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+44 |
| 2022-01-07 | KVM: Reinstate gfn_to_pfn_cache with invalidation support | David Woodhouse | 7 | -27/+395 |
| 2022-01-07 | KVM: Warn if mark_page_dirty() is called without an active vCPU | David Woodhouse | 2 | -10/+6 |
| 2021-12-09 | KVM: Add Makefile.kvm for common files, use it for x86 | David Woodhouse | 1 | -0/+13 |
| 2021-12-09 | KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING | David Woodhouse | 2 | -2/+5 |
| 2021-12-08 | KVM: Add helpers to wake/query blocking vCPU | Sean Christopherson | 2 | -7/+3 |
| 2021-12-08 | KVM: Don't redo ktime_get() when calculating halt-polling stop/deadline | Sean Christopherson | 1 | -1/+1 |
| 2021-12-08 | KVM: stats: Add stat to detect if vcpu is currently blocking | Jing Zhang | 1 | -0/+4 |
| 2021-12-08 | KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt() | Sean Christopherson | 1 | -16/+36 |
| 2021-12-08 | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() | Sean Christopherson | 1 | -11/+9 |
| 2021-12-08 | KVM: Drop obsolete kvm_arch_vcpu_block_finish() | Sean Christopherson | 1 | -1/+0 |
| 2021-12-08 | KVM: Don't block+unblock when halt-polling is successful | Sean Christopherson | 1 | -3/+4 |
| 2021-12-08 | KVM: Reconcile discrepancies in halt-polling stats | Sean Christopherson | 1 | -19/+16 |
| 2021-12-08 | KVM: Refactor and document halt-polling stats update helper | Sean Christopherson | 1 | -7/+13 |
| 2021-12-08 | KVM: Update halt-polling stats if and only if halt-polling was attempted | Sean Christopherson | 1 | -3/+5 |
| 2021-12-08 | KVM: Force PPC to define its own rcuwait object | Sean Christopherson | 2 | -4/+7 |
| 2021-12-08 | KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU | Sean Christopherson | 1 | -2/+3 |
| 2021-12-08 | KVM: Avoid atomic operations when kicking the running vCPU | Paolo Bonzini | 1 | -1/+14 |
| 2021-12-08 | KVM: x86/mmu: Propagate memslot const qualifier | Ben Gardon | 1 | -6/+6 |
| 2021-12-08 | KVM: Dynamically allocate "new" memslots from the get-go | Sean Christopherson | 1 | -101/+77 |
| 2021-12-08 | KVM: Wait 'til the bitter end to initialize the "new" memslot | Sean Christopherson | 1 | -17/+20 |
| 2021-12-08 | KVM: Optimize overlapping memslots check | Maciej S. Szmigiero | 1 | -14/+22 |
| 2021-12-08 | KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_m... | Maciej S. Szmigiero | 1 | -1/+1 |
| 2021-12-08 | KVM: Keep memslots in tree-based structures instead of array-based ones | Maciej S. Szmigiero | 1 | -368/+393 |
| 2021-12-08 | KVM: Use interval tree to do fast hva lookup in memslots | Maciej S. Szmigiero | 1 | -14/+39 |
| 2021-12-08 | KVM: Resolve memslot ID via a hash table instead of via a static array | Maciej S. Szmigiero | 1 | -20/+75 |
| 2021-12-08 | KVM: Move WARN on invalid memslot index to update_memslots() | Maciej S. Szmigiero | 1 | -2/+4 |
| 2021-12-08 | KVM: Integrate gfn_to_memslot_approx() into search_memslots() | Maciej S. Szmigiero | 1 | -1/+1 |
| 2021-12-08 | KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region() | Sean Christopherson | 1 | -22/+13 |
| 2021-12-08 | KVM: Use prepare/commit hooks to handle generic memslot metadata updates | Sean Christopherson | 1 | -43/+66 |
| 2021-12-08 | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks | Sean Christopherson | 1 | -5/+4 |
| 2021-12-08 | KVM: Let/force architectures to deal with arch specific memslot data | Sean Christopherson | 1 | -4/+1 |
| 2021-12-08 | KVM: Use "new" memslot's address space ID instead of dedicated param | Sean Christopherson | 1 | -13/+9 |
| 2021-12-08 | KVM: Resync only arch fields when slots_arch_lock gets reacquired | Maciej S. Szmigiero | 1 | -20/+25 |
| 2021-12-08 | KVM: Open code kvm_delete_memslot() into its only caller | Sean Christopherson | 1 | -25/+17 |
| 2021-12-08 | KVM: Require total number of memslot pages to fit in an unsigned long | Sean Christopherson | 1 | -0/+19 |
| 2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier | 1 | -6/+7 |
| 2021-12-08 | KVM: Convert the kvm->vcpus array to a xarray | Marc Zyngier | 1 | -6/+9 |
| 2021-12-08 | KVM: Move wiping of the kvm->vcpus array to common code | Marc Zyngier | 1 | -2/+15 |
| 2021-11-26 | KVM: downgrade two BUG_ONs to WARN_ON_ONCE | Paolo Bonzini | 1 | -2/+4 |
| 2021-11-18 | KVM: Disallow user memslot with size that exceeds "unsigned long" | Sean Christopherson | 1 | -1/+2 |
| 2021-11-18 | KVM: Ensure local memslot copies operate on up-to-date arch-specific data | Sean Christopherson | 1 | -16/+31 |
| 2021-11-18 | Merge branch 'kvm-5.16-fixes' into kvm-master | Paolo Bonzini | 1 | -89/+11 |
| 2021-11-18 | KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cache | David Woodhouse | 1 | -89/+11 |
| 2021-11-17 | KVM: Move x86's perf guest info callbacks to generic KVM | Sean Christopherson | 1 | -0/+44 |