Age | Commit message (Expand) | Author |
---|---|---|
2024-10-25 | KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map() | Sean Christopherson |
2024-10-25 | KVM: Provide refcounted page as output field in struct kvm_follow_pfn | Sean Christopherson |
2024-10-25 | KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs | David Stevens |
2024-10-25 | KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code | David Stevens |
2024-10-25 | KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs | Sean Christopherson |
2024-04-11 | KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start() | Sean Christopherson |
2023-11-14 | KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory | Sean Christopherson |
2022-12-27 | kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK() | Lai Jiangshan |
2022-11-09 | kvm: Add interruptible flag to __gfn_to_pfn_memslot() | Peter Xu |
2022-04-21 | KVM: SPDX style and spelling fixes | Tom Rix |
2022-01-07 | KVM: Reinstate gfn_to_pfn_cache with invalidation support | David Woodhouse |