summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-3/+0
|\
| * KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson2023-06-061-3/+0
* | Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-2/+2
|\ \
| * | KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit condWei Wang2023-06-011-2/+2
| |/
* / KVM: arm64: Export kvm_are_all_memslots_empty()Ricardo Koller2023-05-161-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-4/+3
|\
| * KVM: Fix comments that refer to the non-existent install_new_memslots()Jun Miao2023-03-241-2/+2
| * KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
* | KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka2023-03-271-0/+10
* | KVM: irqfd: Make resampler_list an RCU listDmytro Maluka2023-03-271-0/+1
|/
* KVM: update code comment in struct kvm_vcpuWang Yong2023-02-071-1/+1
* kvm_host.h: fix spelling typo in function declarationWang Liang2023-01-241-1/+1
* KVM: account allocation in generic version of kvm_arch_alloc_vm()Alexey Dobriyan2023-01-241-1/+1
* KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-0/+4
* KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-3/+1
* KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-3/+0
* KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-54/+53
|\
| * Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-121-48/+28
| |\
| | * Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini2022-12-021-41/+22
| | |\
| | | * KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersSean Christopherson2022-11-301-5/+3
| | | * KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cacheSean Christopherson2022-11-301-12/+0
| | | * KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()Michal Luczaj2022-11-301-6/+4
| | | * KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()Michal Luczaj2022-11-301-3/+1
| | | * KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj2022-11-301-19/+18
| | * | KVM: Reference to kvm_userspace_memory_region in doc and commentsJavier Martinez Canillas2022-12-021-2/+2
| | |/
| | * KVM: Shorten gfn_to_pfn_cache function namesMichal Luczaj2022-11-301-11/+10
| * | Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-4/+6
| |\ \ | | |/ | |/|
| | * Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier2022-12-051-4/+6
| | |\
| | | * KVM: Support dirty ring in conjunction with bitmapGavin Shan2022-11-101-0/+1
| | | * KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULLGavin Shan2022-11-101-4/+5
| * | | KVM: always declare prototype for kvm_arch_irqchip_in_kernelPaolo Bonzini2022-11-281-1/+1
| * | | KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeedPaolo Bonzini2022-11-181-0/+5
| * | | KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-091-0/+2
| * | | kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu2022-11-091-2/+2
| * | | kvm: Add KVM_PFN_ERR_SIGPENDINGPeter Xu2022-11-091-0/+10
| |/ /
* | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | rcu: Remove unused 'cpu' in rcu_virt_note_context_switch()Zeng Heng2022-10-181-1/+1
* | | | KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLLDavid Matlack2022-11-171-0/+1
| |/ / |/| |
* | | KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-271-7/+17
| |/ |/|
* | kvm: Add support for arch compat vm ioctlsAlexander Graf2022-10-221-0/+2
|/
* KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-2/+1
* KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.Yosry Ahmed2022-08-301-0/+13
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-29/+31
* KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-3/+3
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-15/+5
|\
| * KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor, againSean Christopherson2022-07-121-5/+0
| * KVM: debugfs: expose pid of vcpu threadsVineeth Pillai2022-06-241-0/+2
| * KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-0/+1
| * KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()Sean Christopherson2022-06-201-1/+1