| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2021-11-11 | KVM: generalize "bugged" VM to "dead" VM | Paolo Bonzini | 1 | -5/+5 |
| 2021-09-30 | kvm: irqfd: avoid update unmodified entries of the routing | Longpeng(Mike) | 1 | -1/+14 |
| 2021-09-30 | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS | Juergen Gross | 1 | -1/+1 |
| 2021-09-30 | KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask | Vitaly Kuznetsov | 1 | -20/+9 |
| 2021-09-30 | KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except() | Vitaly Kuznetsov | 1 | -6/+23 |
| 2021-09-30 | KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask() | Vitaly Kuznetsov | 1 | -2/+1 |
| 2021-09-30 | KVM: Optimize kvm_make_vcpus_request_mask() a bit | Vitaly Kuznetsov | 1 | -35/+53 |
| 2021-09-30 | KVM: use vma_pages() helper | Yang Li | 1 | -1/+1 |
| 2021-09-23 | KVM: Remove tlbs_dirty | Lai Jiangshan | 1 | -8/+2 |
| 2021-09-22 | KVM: KVM: Use cpumask_available() to check for NULL cpumask when kicking vCPUs | Sean Christopherson | 1 | -3/+15 |
| 2021-09-22 | KVM: Clean up benign vcpu->cpu data races when kicking vCPUs | Sean Christopherson | 1 | -8/+28 |
| 2021-09-22 | KVM: do not shrink halt_poll_ns below grow_start | Sergey Senozhatsky | 1 | -1/+5 |
| 2021-09-06 | KVM: Drop unused kvm_dirty_gfn_invalid() | Peter Xu | 1 | -5/+0 |
| 2021-09-06 | Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 1 | -18/+1 |
| 2021-09-06 | KVM: stats: Add VM stat for remote tlb flush requests | Jing Zhang | 1 | -0/+1 |
| 2021-09-06 | KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count() | Sean Christopherson | 1 | -3/+0 |
| 2021-08-20 | KVM: stats: Add halt polling related histogram stats | Jing Zhang | 1 | -0/+12 |
| 2021-08-20 | KVM: stats: Add halt_wait_ns stats for all architectures | Jing Zhang | 1 | -0/+4 |
| 2021-08-20 | KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_range | Maxim Levitsky | 1 | -2/+5 |
| 2021-08-13 | KVM: Allow to have arch-specific per-vm debugfs files | Peter Xu | 1 | -1/+19 |
| 2021-08-13 | KVM: stats: remove dead stores | Paolo Bonzini | 1 | -2/+0 |
| 2021-08-10 | Merge branch 'kvm-vmx-secctl' into HEAD | Paolo Bonzini | 1 | -2/+16 |
| 2021-08-06 | KVM: Cache the last used slot index per vCPU | David Matlack | 1 | -1/+21 |
| 2021-08-06 | KVM: Rename lru_slot to last_used_slot | David Matlack | 1 | -2/+2 |
| 2021-08-04 | KVM: Do not leak memory for duplicate debugfs directories | Paolo Bonzini | 1 | -2/+16 |
| 2021-08-03 | KVM: Don't take mmu_lock for range invalidation unless necessary | Paolo Bonzini | 1 | -13/+12 |
| 2021-08-03 | KVM: Block memslot updates across range_start() and range_end() | Paolo Bonzini | 1 | -4/+54 |
| 2021-08-02 | KVM: Introduce kvm_get_kvm_safe() | Peter Xu | 1 | -5/+15 |
| 2021-08-02 | KVM: Add infrastructure and macro to mark VM as bugged | Sean Christopherson | 1 | -5/+5 |
| 2021-08-02 | KVM: Get rid of kvm_get_pfn() | Marc Zyngier | 1 | -8/+1 |
| 2021-08-02 | KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap() | Marc Zyngier | 1 | -10/+0 |
| 2021-07-27 | KVM: add missing compat KVM_CLEAR_DIRTY_LOG | Paolo Bonzini | 1 | -0/+28 |
| 2021-07-27 | KVM: use cpu_relax when halt polling | Li RongQing | 1 | -0/+1 |
| 2021-07-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -2/+2 |
| 2021-07-15 | kvm: debugfs: fix memory leak in kvm_create_vm_debugfs | Pavel Skripkin | 1 | -1/+1 |
| 2021-07-14 | KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio | Kefeng Wang | 1 | -1/+1 |
| 2021-07-14 | Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -2/+17 |
| 2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2021-06-29 | virt/kvm: use vma_lookup() instead of find_vma_intersection() | Liam Howlett | 1 | -1/+1 |
| 2021-06-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -49/+423 |
| 2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2021-06-24 | KVM: debugfs: Reuse binary stats descriptors | Jing Zhang | 1 | -28/+76 |
| 2021-06-24 | KVM: stats: Support binary stats retrieval for a VCPU | Jing Zhang | 1 | -1/+50 |
| 2021-06-24 | KVM: stats: Support binary stats retrieval for a VM | Jing Zhang | 1 | -0/+42 |
| 2021-06-24 | KVM: do not allow mapping valid but non-reference-counted pages | Nicholas Piggin | 1 | -2/+17 |
| 2021-06-24 | KVM: stats: Add fd-based API to read binary stats data | Jing Zhang | 1 | -0/+146 |
| 2021-06-24 | KVM: stats: Separate generic stats from architecture specific ones | Jing Zhang | 1 | -7/+7 |
| 2021-06-18 | sched,perf,kvm: Fix preemption condition | Peter Zijlstra | 1 | -1/+1 |
| 2021-06-17 | KVM: switch per-VM stats to u64 | Paolo Bonzini | 1 | -2/+2 |
| 2021-06-17 | kvm: add PM-notifier | Sergey Senozhatsky | 2 | -0/+38 |
| 2021-06-17 | KVM: mmu: Add slots_arch_lock for memslot arch fields | Ben Gardon | 1 | -6/+48 |
| 2021-06-17 | KVM: mmu: Refactor memslot copy | Ben Gardon | 1 | -7/+16 |
| 2021-05-27 | KVM: VMX: update vcpu posted-interrupt descriptor when assigning device | Marcelo Tosatti | 1 | -0/+1 |
| 2021-05-27 | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK | Marcelo Tosatti | 1 | -0/+2 |
| 2021-05-27 | KVM: PPC: exit halt polling on need_resched() | Wanpeng Li | 1 | -2/+1 |
| 2021-05-17 | Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -10/+6 |
| 2021-05-15 | Revert "irqbypass: do not start cons/prod when failed connect" | Zhu Lingshan | 1 | -10/+6 |
| 2021-05-07 | kvm: Cap halt polling at kvm->max_halt_poll_ns | David Matlack | 1 | -2/+2 |
| 2021-05-03 | kvm: exit halt polling on need_resched() as well | Benjamin Segall | 1 | -1/+2 |
| 2021-04-21 | KVM: Boost vCPU candidate in user mode which is delivering interrupt | Wanpeng Li | 1 | -1/+7 |
| 2021-04-21 | KVM: x86: Support KVM VMs sharing SEV context | Nathan Tempelman | 1 | -0/+6 |
| 2021-04-20 | KVM: Add proper lockdep assertion in I/O bus unregister | Sean Christopherson | 1 | -2/+4 |
| 2021-04-20 | KVM: Stop looking for coalesced MMIO zones if the bus is destroyed | Sean Christopherson | 2 | -7/+22 |
| 2021-04-20 | KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU | Sean Christopherson | 1 | -3/+7 |
| 2021-04-17 | KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot | Sean Christopherson | 1 | -4/+11 |
| 2021-04-17 | KVM: Move MMU notifier's mmu_lock acquisition into common helper | Sean Christopherson | 1 | -41/+80 |
| 2021-04-17 | KVM: Kill off the old hva-based MMU notifier callbacks | Sean Christopherson | 1 | -85/+0 |
| 2021-04-17 | KVM: Move x86's MMU notifier memslot walkers to generic code | Sean Christopherson | 1 | -5/+164 |
| 2021-04-17 | KVM: Assert that notifier count is elevated in .change_pte() | Sean Christopherson | 1 | -2/+7 |
| 2021-04-17 | KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations | Sean Christopherson | 1 | -1/+1 |
| 2021-04-17 | KVM: Move arm64's MMU notifier trace events to generic code | Sean Christopherson | 1 | -0/+10 |
| 2021-02-22 | KVM: x86/mmu: Consider the hva in mmu_notifier retry | David Stevens | 1 | -4/+25 |
| 2021-02-09 | KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped() | Sean Christopherson | 1 | -1/+1 |
| 2021-02-09 | mm: provide a saner PTE walking API for modules | Paolo Bonzini | 1 | -2/+2 |