aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingGravatar Sean Christopherson 1-0/+26
2023-12-08KVM: clean up directives to compile out irqfdsGravatar Paolo Bonzini 1-0/+2
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDGravatar Paolo Bonzini 1-5/+4
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDGravatar Paolo Bonzini 1-29/+1
2023-11-14Merge branch 'kvm-guestmemfd' into HEADGravatar Paolo Bonzini 1-23/+119
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMGravatar Sean Christopherson 1-6/+11
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroGravatar Sean Christopherson 1-1/+1
2023-11-14KVM: x86/mmu: Handle page fault for private memoryGravatar Chao Peng 1-2/+6
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memoryGravatar Sean Christopherson 1-0/+48
2023-11-13KVM: Introduce per-page memory attributesGravatar Chao Peng 1-0/+19
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceGravatar Chao Peng 1-0/+11
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Gravatar Sean Christopherson 1-2/+2
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERGravatar Sean Christopherson 1-3/+3
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryGravatar Chao Peng 1-12/+21
2023-10-08KVM: Annotate struct kvm_irq_routing_table with __counted_byGravatar Kees Cook 1-1/+1
2023-08-31KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=yGravatar Sean Christopherson 1-0/+19
2023-08-31Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-5/+5
2023-08-17KVM: Remove unused kvm_make_cpus_request_mask() declarationGravatar Yue Haibing 1-2/+0
2023-08-17KVM: Remove unused kvm_device_{get,put}() declarationsGravatar Yue Haibing 1-2/+0
2023-08-17KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionGravatar Sean Christopherson 1-1/+5
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeGravatar David Matlack 1-4/+3
2023-08-17KVM: Allow range-based TLB invalidation from common codeGravatar David Matlack 1-0/+11
2023-08-17KVM: Declare kvm_arch_flush_remote_tlbs() globallyGravatar Raghavendra Rao Ananta 1-0/+2
2023-08-17KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()Gravatar David Matlack 1-2/+2
2023-07-01Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-3/+0
2023-07-01Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-2/+2
2023-06-06KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageGravatar Sean Christopherson 1-3/+0
2023-06-01KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit condGravatar Wei Wang 1-2/+2
2023-05-16KVM: arm64: Export kvm_are_all_memslots_empty()Gravatar Ricardo Koller 1-0/+2
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-4/+3
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingGravatar Dmytro Maluka 1-0/+10
2023-03-27KVM: irqfd: Make resampler_list an RCU listGravatar Dmytro Maluka 1-0/+1
2023-03-24KVM: Fix comments that refer to the non-existent install_new_memslots()Gravatar Jun Miao 1-2/+2
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Gravatar Thomas Huth 1-2/+1
2023-02-07KVM: update code comment in struct kvm_vcpuGravatar Wang Yong 1-1/+1
2023-01-24kvm_host.h: fix spelling typo in function declarationGravatar Wang Liang 1-1/+1
2023-01-24KVM: account allocation in generic version of kvm_arch_alloc_vm()Gravatar Alexey Dobriyan 1-1/+1
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCGravatar Sean Christopherson 1-0/+4
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookGravatar Sean Christopherson 1-3/+1
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksGravatar Sean Christopherson 1-3/+0
2022-12-29KVM: Drop arch hardware (un)setup hooksGravatar Sean Christopherson 1-2/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-54/+53
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADGravatar Paolo Bonzini 1-48/+28
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Gravatar Paolo Bonzini 1-4/+6
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextGravatar Marc Zyngier 1-4/+6
2022-12-02Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADGravatar Paolo Bonzini 1-41/+22
2022-12-02KVM: Reference to kvm_userspace_memory_region in doc and commentsGravatar Javier Martinez Canillas 1-2/+2
2022-11-30KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersGravatar Sean Christopherson 1-5/+3
2022-11-30KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cacheGravatar Sean Christopherson 1-12/+0