| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2021-02-04 | KVM: x86/mmu: Use an rwlock for the x86 MMU | Ben Gardon | 3 | -19/+46 |
| 2021-02-04 | KVM: X86: use vzalloc() instead of vmalloc/memset | Tian Tao | 1 | -2/+1 |
| 2021-02-04 | KVM: do not assume PTE is writable after follow_pfn | Paolo Bonzini | 1 | -3/+12 |
| 2021-01-25 | Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -0/+1 |
| 2021-01-21 | KVM: Forbid the use of tagged userspace addresses for memslots | Marc Zyngier | 1 | -0/+1 |
| 2021-01-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+1 |
| 2021-01-07 | kvm: check tlbs_dirty directly | Lai Jiangshan | 1 | -2/+1 |
| 2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -27/+346 |
| 2020-12-19 | mm, kvm: account kvm_vcpu_mmap to kmemcg | Shakeel Butt | 2 | -2/+2 |
| 2020-11-15 | KVM: Don't allocate dirty bitmap if dirty ring is enabled | Peter Xu | 1 | -2/+2 |
| 2020-11-15 | KVM: Make dirty ring exclusive to dirty bitmap log | Peter Xu | 1 | -0/+12 |
| 2020-11-15 | KVM: X86: Implement ring-based dirty memory tracking | Peter Xu | 2 | -1/+306 |
| 2020-11-15 | KVM: Pass in kvm pointer into mark_page_dirty_in_slot() | Peter Xu | 1 | -13/+17 |
| 2020-11-15 | KVM: remove kvm_clear_guest_page | Paolo Bonzini | 1 | -9/+2 |
| 2020-11-15 | kvm/eventfd: Drain events from eventfd in irqfd_wakeup() | David Woodhouse | 1 | -0/+3 |
| 2020-11-15 | kvm/eventfd: Use priority waitqueue to catch events before userspace | David Woodhouse | 1 | -2/+4 |
| 2020-10-23 | kvm: x86/mmu: Support dirty logging for the TDP MMU | Ben Gardon | 1 | -4/+2 |
| 2020-10-21 | KVM: Cache as_id in kvm_memory_slot | Peter Xu | 1 | -0/+6 |
| 2020-09-28 | KVM: use struct_size() and flex_array_size() helpers in kvm_io_bus_unregister... | Rustam Kovhaev | 1 | -2/+2 |
| 2020-09-28 | kvm/eventfd: move wildcard calculation outside loop | Yi Li | 1 | -1/+3 |
| 2020-09-11 | KVM: fix memory leak in kvm_io_bus_unregister_dev() | Rustam Kovhaev | 1 | -9/+12 |
| 2020-09-11 | Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 4 | -9/+13 |
| 2020-08-21 | KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() | Will Deacon | 1 | -1/+2 |
| 2020-08-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+2 |
| 2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2 | -2/+2 |
| 2020-08-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -6/+10 |
| 2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -6/+73 |
| 2020-08-05 | irqbypass: do not start cons/prod when failed connect | Zhu Lingshan | 1 | -6/+10 |
| 2020-07-29 | kvm/eventfd: Use sequence counter with associated spinlock | Ahmed S. Darwish | 1 | -1/+1 |
| 2020-07-24 | entry: Provide infrastructure for work before transitioning to guest mode | Thomas Gleixner | 1 | -0/+3 |
| 2020-07-09 | KVM: Move x86's MMU memory cache helpers to common KVM code | Sean Christopherson | 1 | -0/+55 |
| 2020-07-09 | KVM: x86: take as_id into account when checking PGD | Vitaly Kuznetsov | 1 | -0/+8 |
| 2020-07-08 | KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t... | Vitaly Kuznetsov | 1 | -6/+10 |
| 2020-07-02 | kvm: use more precise cast and do not drop __user | Paolo Bonzini | 1 | -1/+2 |
| 2020-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -39/+35 |
| 2020-06-11 | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ... | Vitaly Kuznetsov | 1 | -1/+1 |
| 2020-06-11 | KVM: async_pf: Cleanup kvm_setup_async_pf() | Vitaly Kuznetsov | 1 | -13/+6 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2 | -6/+6 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-06-08 | mm/gup.c: convert to use get_user_{page|pages}_fast_only() | Souptick Joarder | 1 | -5/+3 |
| 2020-06-08 | KVM: x86: Fix APIC page invalidation race | Eiichi Tsukata | 1 | -10/+16 |
| 2020-06-04 | KVM: Use vmemdup_user() | Denis Efremov | 1 | -11/+8 |
| 2020-06-04 | KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories | Paolo Bonzini | 1 | -4/+4 |
| 2020-06-01 | Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 32 | -19576/+3 |
| 2020-06-01 | KVM: check userspace_addr for all memslots | Paolo Bonzini | 1 | -3/+2 |
| 2020-06-01 | KVM: x86: acknowledgment mechanism for async pf page ready notifications | Vitaly Kuznetsov | 1 | -0/+10 |
| 2020-06-01 | KVM: introduce kvm_read_guest_offset_cached() | Vitaly Kuznetsov | 1 | -5/+14 |
| 2020-06-01 | KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_... | Vitaly Kuznetsov | 1 | -1/+1 |
| 2020-06-01 | Revert "KVM: No need to retry for hva_to_pfn_remapped()" | Paolo Bonzini | 1 | -0/+5 |
| 2020-05-16 | KVM: Fix spelling in code comments | Fuad Tabba | 3 | -3/+3 |