summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
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
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-05Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier
2022-12-02Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini
2022-12-02KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas
2022-11-30KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersSean Christopherson
2022-11-30KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cacheSean Christopherson
2022-11-30KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()Michal Luczaj
2022-11-30KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()Michal Luczaj
2022-11-30KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj
2022-11-30KVM: Shorten gfn_to_pfn_cache function namesMichal Luczaj
2022-11-28KVM: always declare prototype for kvm_arch_irqchip_in_kernelPaolo Bonzini
2022-11-18KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeedPaolo Bonzini
2022-11-17KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLLDavid Matlack
2022-11-10KVM: Support dirty ring in conjunction with bitmapGavin Shan
2022-11-10KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULLGavin Shan
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini
2022-11-09kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu
2022-11-09kvm: Add KVM_PFN_ERR_SIGPENDINGPeter Xu
2022-10-27KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj
2022-10-22kvm: Add support for arch compat vm ioctlsAlexander Graf