summaryrefslogtreecommitdiffstats
path: root/virt/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: Enable halt polling shrink parameter by defaultParshuram Sangle2024-06-031-2/+2
| * KVM: Unexport kvm_debugfs_dirBorislav Petkov2024-06-031-2/+1
* | Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-0/+3
|\ \
| * | KVM: Validate hva in kvm_gpc_activate_hva() to fix __kvm_gpc_refresh() WARNPei Li2024-06-281-0/+3
* | | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-121-3/+5
|\| |
| * | Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-06-211-3/+5
| |\ \
| | * | KVM: Stop processing *all* memslots when "null" mmu_notifier handler is foundBabu Moger2024-06-181-1/+2
| | * | KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()Breno Leitao2024-06-051-2/+3
| | |/
* | | Merge branch 'kvm-prefault' into HEADPaolo Bonzini2024-07-122-0/+63
|\ \ \
| * | | KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memoryIsaku Yamahata2024-07-122-0/+63
* | | | mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini2024-07-121-2/+1
|/ / /
* | | Merge branch 'kvm-6.10-fixes' into HEADPaolo Bonzini2024-06-203-9/+11
|\| |
| * | KVM: Discard zero mask with function kvm_dirty_ring_resetBibo Mao2024-06-201-0/+3
| * | virt: guest_memfd: fix reference leak on hwpoisoned pagePaolo Bonzini2024-06-201-2/+3
| * | kvm: do not account temporary allocations to kmemAlexey Dobriyan2024-06-201-6/+5
| |/
* | KVM: interrupt kvm_gmem_populate() on signalsPaolo Bonzini2024-06-201-0/+5
* | Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini2024-06-032-23/+152
|\ \ | |/ |/|
| * KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth2024-05-121-2/+2
| * Merge branch 'kvm-coco-hooks' into HEADPaolo Bonzini2024-05-122-23/+152
| |\
| | * KVM: guest_memfd: Add hook for invalidating memoryMichael Roth2024-05-102-0/+18
| | * KVM: guest_memfd: Add interface for populating gmem pages with user dataPaolo Bonzini2024-05-101-0/+52
| | * KVM: guest_memfd: extract __kvm_gmem_get_pfn()Paolo Bonzini2024-05-101-16/+24
| | * KVM: guest_memfd: Add hook for initializing memoryPaolo Bonzini2024-05-102-3/+52
| | * KVM: guest_memfd: limit overzealous WARNPaolo Bonzini2024-05-101-1/+2
| | * KVM: guest_memfd: pass error up from filemap_grab_folioPaolo Bonzini2024-05-101-6/+6
| | * KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inodeMichael Roth2024-05-101-0/+1
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+2
|\ \ \ | |/ / |/| |
| * | mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-2/+2
* | | Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-1/+1
|\ \ \
| * | | KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()Li RongQing2024-04-091-1/+1
| |/ /
* | | Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-19/+8
|\ \ \
| * | | KVM: Remove kvm_make_all_cpus_request_except()Venkatesh Srinivas2024-05-021-11/+2
| * | | KVM: Simplify error handling in __gfn_to_pfn_memslot()Anish Moorthy2024-04-091-7/+3
| * | | KVM: Add function comments for __kvm_read/write_guest_page()Anish Moorthy2024-04-091-0/+2
| * | | KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameterAnish Moorthy2024-04-091-1/+1
| |/ /
* | | Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-05-122-3/+13
|\ \ \
| * | | KVM: Treat the device list as an rculistOliver Upton2024-04-252-3/+13
| |/ /
* | | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-103-21/+38
|\ \ \
| * | | KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()Sean Christopherson2024-04-113-7/+4
| * | | KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPASean Christopherson2024-04-081-0/+7
| * | | KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activationSean Christopherson2024-04-081-7/+9
| * | | KVM: Add helpers to consolidate gfn_to_pfn_cache's page split checkSean Christopherson2024-04-081-8/+19
| |/ /
* | / KVM: Allow page-sized MMU caches to be initialized with custom 64-bit valuesSean Christopherson2024-04-191-2/+14
| |/ |/|
* | KVM: remove unused argument of kvm_handle_hva_range()Paolo Bonzini2024-04-111-6/+1
* | KVM: delete .change_pte MMU notifier callbackPaolo Bonzini2024-04-111-43/+0
|/
* Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-108/+143
|\
| * KVM: pfncache: simplify locking and make more self-containedDavid Woodhouse2024-03-041-10/+11
| * KVM: pfncache: check the need for invalidation under read lock firstPaul Durrant2024-02-221-3/+19
| * KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant2024-02-201-28/+70
| * KVM: pfncache: include page offset in uhva and use it consistentlyPaul Durrant2024-02-201-8/+21