summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()Vitaly Kuznetsov2021-09-301-1/+0
* KVM: Remove tlbs_dirtyLai Jiangshan2021-09-231-1/+0
* KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2021-09-221-5/+0
* Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-061-1/+0
|\
| * KVM: Get rid of kvm_get_pfn()Marc Zyngier2021-08-021-1/+0
* | KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang2021-09-061-1/+2
* | KVM: stats: Add halt polling related histogram statsJing Zhang2021-08-201-1/+7
* | KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-1/+2
* | KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-15/+75
* | KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_rangeMaxim Levitsky2021-08-201-0/+5
* | KVM: Allow to have arch-specific per-vm debugfs filesPeter Xu2021-08-131-0/+1
* | KVM: Cache the last used slot index per vCPUDavid Matlack2021-08-061-0/+13
* | KVM: Move last_used_slot logic out of search_memslotsDavid Matlack2021-08-061-16/+48
* | KVM: Rename lru_slot to last_used_slotDavid Matlack2021-08-061-3/+3
* | KVM: Block memslot updates across range_start() and range_end()Paolo Bonzini2021-08-031-0/+5
* | KVM: Introduce kvm_get_kvm_safe()Peter Xu2021-08-021-0/+1
* | KVM: Export kvm_make_all_cpus_request() for use in marking VMs as buggedSean Christopherson2021-08-021-9/+9
* | KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson2021-08-021-1/+27
|/
* KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-16/+1
* KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-1/+12
* KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+6
* KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-2/+80
* kvm: add PM-notifierSergey Senozhatsky2021-06-171-0/+9
* KVM: mmu: Add slots_arch_lock for memslot arch fieldsBen Gardon2021-06-171-0/+9
* kvm: fix previous commit for 32-bit buildsPaolo Bonzini2021-06-091-2/+2
* kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini2021-06-081-1/+9
* KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-271-1/+1
* KVM: PPC: exit halt polling on need_resched()Wanpeng Li2021-05-271-0/+6
* context_tracking: KVM: Move guest enter/exit wrappers to KVM's domainSean Christopherson2021-05-051-0/+45
* KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li2021-04-211-0/+1
* KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman2021-04-211-0/+1
* KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson2021-04-201-2/+2
* KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon2021-04-191-1/+1
* KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson2021-04-171-8/+0
* KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson2021-04-171-0/+14
* KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini2021-04-171-1/+1
* KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson2021-04-171-0/+8
* KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-221-1/+24
* KVM: Raise the maximum number of user memslotsVitaly Kuznetsov2021-02-091-3/+2
* KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon2021-02-041-0/+5
* KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu2020-11-151-0/+5
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+13
* KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu2020-11-151-1/+1
* KVM: remove kvm_clear_guest_pagePaolo Bonzini2020-11-151-1/+0
* kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon2020-10-231-0/+1
* KVM: Cache as_id in kvm_memory_slotPeter Xu2020-10-211-0/+1
* KVM: arm64: pvtime: Fix stolen time accounting across migrationAndrew Jones2020-08-211-0/+20
* KVM: arm64: Drop type input from kvm_put_guestAndrew Jones2020-08-211-5/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-2/+10
|\
| * KVM: Move x86's MMU memory cache helpers to common KVM codeSean Christopherson2020-07-091-0/+7