summaryrefslogtreecommitdiff
path: root/include/linux/kvm_types.h
AgeCommit message (Expand)Author
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usagePaul Durrant
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson
2023-03-23KVM: Shrink struct kvm_mmu_memory_cacheMathias Krause
2023-01-19KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang
2022-11-30KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-29KVM: Add gfp_custom flag in struct kvm_mmu_memory_cacheAnup Patel
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack
2022-05-25KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse
2021-12-08KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang
2021-11-18KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse
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-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2019-10-21KVM: arm64: Support stolen time reporting via shared structureSteven Price
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 503Thomas Gleixner
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini
2014-12-18KVM: move APIC types to arch/x86/Paolo Bonzini
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov
2010-08-02KVM: Use u64 for frame data typesJoerg Roedel
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov
2009-06-10KVM: Split IOAPIC structureSheng Yang
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity
2009-03-24KVM: remove the vmap usageIzik Eidus
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity