summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-25/+58
2024-07-16Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+3
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-3/+5
2024-07-12Merge branch 'kvm-prefault' into HEADPaolo Bonzini-0/+63
2024-07-12KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memoryIsaku Yamahata-0/+63
2024-07-12mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLEPaolo Bonzini-2/+1
2024-06-28KVM: Add missing MODULE_DESCRIPTION()Jeff Johnson-4/+2
2024-06-28KVM: Validate hva in kvm_gpc_activate_hva() to fix __kvm_gpc_refresh() WARNPei Li-0/+3
2024-06-21Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+5
2024-06-20Merge branch 'kvm-6.10-fixes' into HEADPaolo Bonzini-9/+11
2024-06-20KVM: interrupt kvm_gmem_populate() on signalsPaolo Bonzini-0/+5
2024-06-20KVM: Discard zero mask with function kvm_dirty_ring_resetBibo Mao-0/+3
2024-06-20virt: guest_memfd: fix reference leak on hwpoisoned pagePaolo Bonzini-2/+3
2024-06-20kvm: do not account temporary allocations to kmemAlexey Dobriyan-6/+5
2024-06-18KVM: Mark a vCPU as preempted/ready iff it's scheduled out while runningDavid Matlack-1/+1
2024-06-18KVM: Ensure new code that references immediate_exit gets extra scrutinyDavid Matlack-1/+1
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack-0/+3
2024-06-18KVM: Reject overly excessive IDs in KVM_CREATE_VCPUMathias Krause-1/+10
2024-06-18KVM: Stop processing *all* memslots when "null" mmu_notifier handler is foundBabu Moger-1/+2
2024-06-14KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEMDan Carpenter-2/+3
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson-1/+0
2024-06-11KVM: Add a flag to track if a loaded vCPU is scheduled outSean Christopherson-0/+4
2024-06-11KVM: Setup empty IRQ routing when creating a VMYi Wang-0/+31
2024-06-05KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()Breno Leitao-2/+3
2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini-23/+152
2024-06-03Revert "KVM: async_pf: avoid recursive flushing of work items"Sean Christopherson-12/+1
2024-06-03KVM: Enable halt polling shrink parameter by defaultParshuram Sangle-2/+2
2024-06-03KVM: Unexport kvm_debugfs_dirBorislav Petkov-2/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2024-05-12KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth-2/+2
2024-05-12Merge branch 'kvm-coco-hooks' into HEADPaolo Bonzini-23/+152
2024-05-12Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2024-05-12Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-19/+8
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-3/+13
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-21/+38
2024-05-10KVM: guest_memfd: Add hook for invalidating memoryMichael Roth-0/+18
2024-05-10KVM: guest_memfd: Add interface for populating gmem pages with user dataPaolo Bonzini-0/+52
2024-05-10KVM: guest_memfd: extract __kvm_gmem_get_pfn()Paolo Bonzini-16/+24
2024-05-10KVM: guest_memfd: Add hook for initializing memoryPaolo Bonzini-3/+52
2024-05-10KVM: guest_memfd: limit overzealous WARNPaolo Bonzini-1/+2
2024-05-10KVM: guest_memfd: pass error up from filemap_grab_folioPaolo Bonzini-6/+6
2024-05-10KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inodeMichael Roth-0/+1
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand-2/+2
2024-05-02KVM: Remove kvm_make_all_cpus_request_except()Venkatesh Srinivas-11/+2
2024-04-25KVM: Treat the device list as an rculistOliver Upton-3/+13
2024-04-19KVM: Allow page-sized MMU caches to be initialized with custom 64-bit valuesSean Christopherson-2/+14
2024-04-11KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()Sean Christopherson-7/+4
2024-04-11KVM: remove unused argument of kvm_handle_hva_range()Paolo Bonzini-6/+1
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini-43/+0
2024-04-09KVM: Simplify error handling in __gfn_to_pfn_memslot()Anish Moorthy-7/+3