aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+10
2022-02-01kvm: add guest_state_{enter,exit}_irqoff()Mark Rutland1-3/+109
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2022-01-19KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson1-2/+0
2022-01-19KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson1-1/+0
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-92/+340
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2022-01-07KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse1-0/+7
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse1-0/+103
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+0
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson1-0/+14
2021-12-08KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang1-1/+2
2021-12-08KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()Sean Christopherson1-0/+1
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson1-1/+1
2021-12-08KVM: Force PPC to define its own rcuwait objectSean Christopherson1-0/+2
2021-12-08KVM: x86/mmu: Propagate memslot const qualifierBen Gardon1-5/+5
2021-12-08KVM: Optimize gfn lookup in kvm_zap_gfn_range()Maciej S. Szmigiero1-0/+94
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero1-72/+71
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero1-0/+3
2021-12-08KVM: Resolve memslot ID via a hash table instead of via a static arrayMaciej S. Szmigiero1-9/+16
2021-12-08KVM: Integrate gfn_to_memslot_approx() into search_memslots()Maciej S. Szmigiero1-8/+27
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson1-2/+0
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-1/+2
2021-12-08KVM: Require total number of memslot pages to fit in an unsigned longSean Christopherson1-0/+1
2021-12-08KVM: Convert kvm_for_each_vcpu() to using xa_for_each_range()Marc Zyngier1-5/+3
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier1-1/+1
2021-12-08KVM: Convert the kvm->vcpus array to a xarrayMarc Zyngier1-2/+3
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier1-1/+1
2021-12-07KVM: Drop stale kvm_is_transparent_hugepage() declarationVitaly Kuznetsov1-1/+0
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini1-5/+1
2021-11-18KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse1-5/+1
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson1-0/+10
2021-11-11KVM: generalize "bugged" VM to "dead" VMPaolo Bonzini1-2/+10
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross1-1/+8
2021-09-30kvm: irqfd: avoid update unmodified entries of the routingLongpeng(Mike)1-0/+2
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-2/+2
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov1-1/+1
2021-09-30KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()Vitaly Kuznetsov1-1/+0
2021-09-23KVM: Remove tlbs_dirtyLai Jiangshan1-1/+0
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson1-5/+0
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+0
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang1-1/+2
2021-08-20KVM: stats: Add halt polling related histogram statsJing Zhang1-1/+7
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang1-1/+2
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-15/+75
2021-08-20KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_rangeMaxim Levitsky1-0/+5
2021-08-13KVM: Allow to have arch-specific per-vm debugfs filesPeter Xu1-0/+1
2021-08-06KVM: Cache the last used slot index per vCPUDavid Matlack1-0/+13
2021-08-06KVM: Move last_used_slot logic out of search_memslotsDavid Matlack1-16/+48
2021-08-06KVM: Rename lru_slot to last_used_slotDavid Matlack1-3/+3