summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge branch 'kvm-lockdep-common' into HEADPaolo Bonzini1-0/+4
2025-05-27KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpusMaxim Levitsky1-0/+4
2025-04-24KVM: SVM: Fix SNP AP destroy race with VMRUNTom Lendacky1-1/+18
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-0/+10
2025-04-04KVM: Allow building irqbypass.ko as as module when kvm.ko is a moduleSean Christopherson1-1/+1
2025-03-20Merge branch 'kvm-nvmx-and-vm-teardown' into HEADPaolo Bonzini1-1/+0
2025-03-14KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events()Binbin Wu1-0/+1
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang1-0/+1
2025-03-14KVM: Export hardware virtualization enabling/disabling functionsKai Huang1-0/+8
2025-02-26KVM: Drop kvm_arch_sync_events() now that all implementations are nopsSean Christopherson1-1/+0
2025-02-14KVM: Allow lockless walk of SPTEs when handing aging mmu_notifier eventJames Houghton1-0/+1
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 ...Paolo Bonzini1-3/+13
2025-01-15KVM: x86: Drop double-underscores from __kvm_set_memory_region()Sean Christopherson1-1/+1
2025-01-15KVM: Add a dedicated API for setting KVM-internal memslotsSean Christopherson1-2/+2
2025-01-15KVM: 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-17KVM: Verify there's at least one online vCPU when iterating over all vCPUsSean Christopherson1-3/+4
2024-12-17KVM: 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/g...Paolo Bonzini1-0/+1
2024-11-13LoongArch: KVM: Add iocsr and mmio bus simulation in kernelXianglai Li1-0/+1
2024-10-31KVM: 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