summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-02-23KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson
2024-02-22KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernelSean Christopherson
2024-02-20KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAPaul Durrant
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Sean Christopherson
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant
2024-02-20KVM: pfncache: add a mark-dirty helperPaul Durrant
2024-02-06KVM: Get reference to VM's address space in the async #PF workerSean Christopherson
2023-12-08KVM: clean up directives to compile out irqfdsPaolo Bonzini
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroSean Christopherson
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson
2023-11-13KVM: Introduce per-page memory attributesChao Peng
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng
2023-10-08KVM: Annotate struct kvm_irq_routing_table with __counted_byKees Cook
2023-08-31KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=ySean Christopherson
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-17KVM: Remove unused kvm_make_cpus_request_mask() declarationYue Haibing
2023-08-17KVM: Remove unused kvm_device_{get,put}() declarationsYue Haibing
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack
2023-08-17KVM: Allow range-based TLB invalidation from common codeDavid Matlack
2023-08-17KVM: Declare kvm_arch_flush_remote_tlbs() globallyRaghavendra Rao Ananta
2023-08-17KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()David Matlack
2023-07-01Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-07-01Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-06-06KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson
2023-06-01KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit condWei Wang
2023-05-16KVM: arm64: Export kvm_are_all_memslots_empty()Ricardo Koller
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka
2023-03-27KVM: irqfd: Make resampler_list an RCU listDmytro Maluka
2023-03-24KVM: Fix comments that refer to the non-existent install_new_memslots()Jun Miao
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2023-02-07KVM: update code comment in struct kvm_vcpuWang Yong
2023-01-24kvm_host.h: fix spelling typo in function declarationWang Liang
2023-01-24KVM: account allocation in generic version of kvm_arch_alloc_vm()Alexey Dobriyan
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson