aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/kvm_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini1-1/+7
2022-07-29KVM: Add gfp_custom flag in struct kvm_mmu_memory_cacheAnup Patel1-0/+1
2022-06-24KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack1-1/+5
2022-05-25KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson1-0/+2
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse1-1/+0
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson1-2/+8
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse1-0/+18
2021-12-08KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang1-0/+1
2021-11-18KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cacheDavid Woodhouse1-7/+0
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang1-0/+1
2021-08-20KVM: stats: Add halt polling related histogram statsJing Zhang1-0/+5
2021-08-20KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang1-0/+1
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-0/+2
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-0/+12
2020-07-09KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson1-0/+19
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky1-1/+8
2019-10-21KVM: arm64: Support stolen time reporting via shared structureSteven Price1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 503Thomas Gleixner1-15/+1
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-0/+1
2014-12-18KVM: move APIC types to arch/x86/Paolo Bonzini1-27/+0
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini1-0/+14
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-0/+1
2011-01-12KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov1-0/+7
2010-08-02KVM: Use u64 for frame data typesJoerg Roedel1-2/+2
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov1-0/+10
2009-06-10KVM: Split IOAPIC structureSheng Yang1-0/+17
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity1-12/+0
2009-03-24KVM: remove the vmap usageIzik Eidus1-2/+1
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori1-0/+2
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+54