aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-04KVM: remove kvm_arch_post_init_vmPaolo Bonzini1-1/+0
2025-01-20Merge branch 'kvm-mirror-page-tables' into HEADPaolo Bonzini1-1/+12
2025-01-20Merge tag 'kvm-x86-vcpu_array-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+13
2025-01-14KVM: x86: Drop double-underscores from __kvm_set_memory_region()Sean Christopherson1-1/+1
2025-01-14KVM: Add a dedicated API for setting KVM-internal memslotsSean Christopherson1-2/+2
2025-01-14KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)Sean Christopherson1-2/+0
2024-12-23KVM: Add member to struct kvm_gfn_range to indicate private/sharedIsaku Yamahata1-0/+6
2024-12-23KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.fileYan Zhao1-1/+6
2024-12-16KVM: Verify there's at least one online vCPU when iterating over all vCPUsSean Christopherson1-3/+4
2024-12-16KVM: Explicitly verify target vCPU is online in kvm_get_vcpu()Sean Christopherson1-0/+9
2024-11-14KVM: x86: switch hugepage recovery thread to vhost_taskPaolo Bonzini1-6/+0
2024-11-14Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-0/+1
2024-11-13LoongArch: KVM: Add iocsr and mmio bus simulation in kernelXianglai Li1-0/+1
2024-10-30KVM: Protect vCPU's "last run PID" with rwlock, not RCUSean Christopherson1-1/+2
2024-10-25KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"Sean Christopherson1-3/+0
2024-10-25KVM: Drop APIs that manipulate "struct page" via pfnsSean Christopherson1-5/+0
2024-10-25KVM: Drop gfn_to_pfn() APIs now that all users are goneSean Christopherson1-8/+0
2024-10-25KVM: Add support for read-only usage of gfn_to_page()Sean Christopherson1-1/+6
2024-10-25KVM: Move x86's API to release a faultin page to common KVMSean Christopherson1-0/+26
2024-10-25KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson1-2/+4
2024-10-25KVM: Add kvm_faultin_pfn() to specifically service guest page faultsSean Christopherson1-0/+12
2024-10-25KVM: Move declarations of memslot accessors up in kvm_host.hSean Christopherson1-4/+4
2024-10-25KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson1-2/+18
2024-10-25KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()Sean Christopherson1-1/+1
2024-10-25KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()David Stevens1-1/+1
2024-10-25KVM: Use NULL for struct page pointer to indicate mremapped memorySean Christopherson1-4/+0
2024-10-25KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson1-1/+1
2024-10-25KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error codeDavid Stevens1-1/+2
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson1-2/+1
2024-10-25KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()Sean Christopherson1-2/+2
2024-10-25KVM: Add kvm_release_page_unused() API to put pages that KVM never consumesSean Christopherson1-0/+9
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson1-7/+0
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomicDr. David Alan Gilbert1-1/+0
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfnDr. David Alan Gilbert1-1/+0
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini1-2/+16
2024-09-04KVM: Add arch hooks for enabling/disabling virtualizationSean Christopherson1-0/+14
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson1-2/+2
2024-09-04kvm: Note an RCU quiescent state on guest exitLeonardo Bras1-1/+9
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson1-0/+7
2024-07-26KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini1-0/+2
2024-07-26KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini1-1/+1
2024-07-26KVM: remove kvm_arch_gmem_prepare_needed()Paolo Bonzini1-1/+0
2024-07-26KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini1-2/+2
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+8
2024-07-12KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memoryIsaku Yamahata1-0/+5
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack1-0/+1
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson1-2/+0
2024-06-11KVM: Add a flag to track if a loaded vCPU is scheduled outSean Christopherson1-0/+1
2024-06-11KVM: Setup empty IRQ routing when creating a VMYi Wang1-0/+6
2024-06-03KVM: Unexport kvm_debugfs_dirBorislav Petkov1-2/+0