summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_types.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Shrink struct kvm_mmu_memory_cacheMathias Krause2023-03-231-1/+1
* KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang2023-01-191-1/+1
* KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj2022-11-301-0/+1
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-1/+7
|\
| * KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-1/+5
| * KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson2022-05-251-0/+2
* | KVM: Add gfp_custom flag in struct kvm_mmu_memory_cacheAnup Patel2022-07-291-0/+1
|/
* KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-1/+0
* KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-021-2/+8
* KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-071-0/+18
* KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang2021-12-081-0/+1
* KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse2021-11-181-7/+0
* KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang2021-09-061-0/+1
* KVM: stats: Add halt polling related histogram statsJing Zhang2021-08-201-0/+5
* KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-0/+1
* KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-0/+2
* KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-0/+12
* KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-091-0/+19
* x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-1/+8
* KVM: arm64: Support stolen time reporting via shared structureSteven Price2019-10-211-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 503Thomas Gleixner2019-06-191-15/+1
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+1
* KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-261-0/+1
* KVM: move APIC types to arch/x86/Paolo Bonzini2014-12-181-27/+0
* KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-0/+14
* KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-071-0/+1
* KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov2011-01-121-0/+7
* KVM: Use u64 for frame data typesJoerg Roedel2010-08-021-2/+2
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-0/+10
* KVM: Split IOAPIC structureSheng Yang2009-06-101-0/+17
* KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity2009-03-241-12/+0
* KVM: remove the vmap usageIzik Eidus2009-03-241-2/+1
* KVM: MMU: Don't assume struct page for x86Anthony Liguori2008-04-271-0/+2
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-0/+54