summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()Sean Christopherson2022-06-201-1/+1
| * KVM: Remove kvm_vcpu_gfn_to_page() and kvm_vcpu_gpa_to_page()Sean Christopherson2022-06-201-7/+0
| * KVM: Avoid pfn_to_page() and vice versa when releasing pagesSean Christopherson2022-06-201-1/+0
* | kvm: stats: tell userspace which values are booleanPaolo Bonzini2022-07-141-1/+10
* | x86/kvm/vmx: Make noinstr cleanPeter Zijlstra2022-06-271-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-1/+3
|\
| * Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-1/+25
| |\
| * | KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson2022-05-021-0/+1
| * | KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other placesDavid Woodhouse2022-04-021-1/+2
* | | Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-1/+1
|\ \ \ | |_|/ |/| |
| * | lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-04-051-1/+1
| |/
* | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+2
* | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-1/+23
|/
* KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-9/+5
* KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-021-8/+8
* KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-7/+31
* KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentationSean Christopherson2022-03-011-2/+1