summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson2022-03-011-1/+0
* Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-051-0/+10
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-3/+0
| |\
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-92/+340
| |\ \
| * \ \ Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-0/+10
| |\ \ \
| | * | | KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson2021-11-171-0/+10
* | | | | kvm: add guest_state_{enter,exit}_irqoff()Mark Rutland2022-02-011-3/+109
| |_|_|/ |/| | |
* | | | KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson2022-01-191-2/+0
* | | | KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson2022-01-191-1/+0
| |_|/ |/| |
* | | KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-071-0/+7
* | | KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-071-0/+103
* | | Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-1/+0
|\ \ \
| * | | KVM: Drop stale kvm_is_transparent_hugepage() declarationVitaly Kuznetsov2021-12-071-1/+0
| |/ /
* | | KVM: Add helpers to wake/query blocking vCPUSean Christopherson2021-12-081-0/+14
* | | KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang2021-12-081-1/+2
* | | KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()Sean Christopherson2021-12-081-0/+1
* | | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* | | KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-081-0/+2
* | | KVM: x86/mmu: Propagate memslot const qualifierBen Gardon2021-12-081-5/+5
* | | KVM: Optimize gfn lookup in kvm_zap_gfn_range()Maciej S. Szmigiero2021-12-081-0/+94
* | | KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-081-72/+71