summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov2020-07-091-0/+1
| * KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov2020-07-081-2/+2
* | entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2020-07-241-0/+8
* | KVM: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-111-0/+1
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-081-2/+2
* KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini2020-06-041-2/+1
* KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2020-06-011-0/+3
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-5/+5
* Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-0/+3
|\
| * KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-081-0/+3
* | kvm: add capability for halt pollingDavid Matlack2020-04-241-0/+1
* | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+1
* | KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2Paolo Bonzini2020-04-211-0/+6
* | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-0/+5
|/
* KVM: Check validity of resolved slot when searching memslotsSean Christopherson2020-04-141-1/+1
* KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
* Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-311-1/+1
|\