summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-12Merge branch 'kvm-coco-hooks' into HEADPaolo Bonzini1-0/+36
2024-05-12Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+0
2024-05-10KVM: guest_memfd: Add hook for invalidating memoryMichael Roth1-0/+4
2024-05-10KVM: guest_memfd: Add interface for populating gmem pages with user dataPaolo Bonzini1-0/+27
2024-05-10KVM: guest_memfd: Add hook for initializing memoryPaolo Bonzini1-0/+5
2024-05-02KVM: Remove kvm_make_all_cpus_request_except()Venkatesh Srinivas1-2/+0
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini1-2/+0
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+46
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-12/+44
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2024-03-11Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-02-23KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton1-1/+1
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson1-0/+26
2024-02-22KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernelSean Christopherson1-0/+1
2024-02-20KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant1-0/+31
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson1-2/+2
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant1-10/+1
2024-02-20KVM: pfncache: add a mark-dirty helperPaul Durrant1-0/+10
2024-02-06KVM: Get reference to VM's address space in the async #PF workerSean Christopherson1-1/+0
2023-12-08KVM: clean up directives to compile out irqfdsPaolo Bonzini1-0/+2
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-5/+4
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-29/+1
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini1-23/+119
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson1-6/+11
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroSean Christopherson1-1/+1
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng1-2/+6
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson1-0/+48
2023-11-13KVM: Introduce per-page memory attributesChao Peng1-0/+19
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng1-0/+11
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson1-2/+2
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-3/+3
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng1-12/+21
2023-10-08KVM: Annotate struct kvm_irq_routing_table with __counted_byKees Cook1-1/+1
2023-08-31KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=ySean Christopherson1-0/+19
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+5
2023-08-17KVM: Remove unused kvm_make_cpus_request_mask() declarationYue Haibing1-2/+0
2023-08-17KVM: Remove unused kvm_device_{get,put}() declarationsYue Haibing1-2/+0