summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini
2021-11-18KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse
2021-11-11KVM: generalize "bugged" VM to "dead" VMPaolo Bonzini
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross
2021-09-30kvm: irqfd: avoid update unmodified entries of the routingLongpeng(Mike)
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov
2021-09-30KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()Vitaly Kuznetsov
2021-09-23KVM: Remove tlbs_dirtyLai Jiangshan
2021-09-22KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang
2021-08-20KVM: stats: Add halt polling related histogram statsJing Zhang
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang
2021-08-20KVM: x86/mmu: bump mmu notifier count in kvm_zap_gfn_rangeMaxim Levitsky
2021-08-13KVM: Allow to have arch-specific per-vm debugfs filesPeter Xu
2021-08-06KVM: Cache the last used slot index per vCPUDavid Matlack
2021-08-06KVM: Move last_used_slot logic out of search_memslotsDavid Matlack
2021-08-06KVM: Rename lru_slot to last_used_slotDavid Matlack
2021-08-03KVM: Block memslot updates across range_start() and range_end()Paolo Bonzini
2021-08-02KVM: Introduce kvm_get_kvm_safe()Peter Xu
2021-08-02KVM: Export kvm_make_all_cpus_request() for use in marking VMs as buggedSean Christopherson
2021-08-02KVM: Add infrastructure and macro to mark VM as buggedSean Christopherson
2021-08-02KVM: Get rid of kvm_get_pfn()Marc Zyngier
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang
2021-06-17kvm: add PM-notifierSergey Senozhatsky
2021-06-17KVM: mmu: Add slots_arch_lock for memslot arch fieldsBen Gardon
2021-06-09kvm: fix previous commit for 32-bit buildsPaolo Bonzini
2021-06-08kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti
2021-05-27KVM: PPC: exit halt polling on need_resched()Wanpeng Li
2021-05-05context_tracking: KVM: Move guest enter/exit wrappers to KVM's domainSean Christopherson
2021-04-21KVM: Boost vCPU candidate in user mode which is delivering interruptWanpeng Li
2021-04-21KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman
2021-04-20KVM: Stop looking for coalesced MMIO zones if the bus is destroyedSean Christopherson
2021-04-19KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini
2021-04-17KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson
2021-02-22KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov
2021-02-04KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon
2020-11-15KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu
2020-11-15KVM: Pass in kvm pointer into mark_page_dirty_in_slot()Peter Xu