index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kvm_types.h
Age
Commit message (
Expand
)
Author
2024-04-19
KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
Sean Christopherson
2024-02-20
KVM: pfncache: remove KVM_GUEST_USES_PFN usage
Paul Durrant
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2023-03-23
KVM: Shrink struct kvm_mmu_memory_cache
Mathias Krause
2023-01-19
KVM: MMU: Make the definition of 'INVALID_GPA' common
Yu Zhang
2022-11-30
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-07-29
KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache
Anup Patel
2022-06-24
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2022-05-25
KVM: Fully serialize gfn=>pfn cache refresh via mutex
Sean Christopherson
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
2022-04-02
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
2022-01-07
KVM: Reinstate gfn_to_pfn_cache with invalidation support
David Woodhouse
2021-12-08
KVM: stats: Add stat to detect if vcpu is currently blocking
Jing Zhang
2021-11-18
KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cache
David Woodhouse
2021-09-06
KVM: stats: Add VM stat for remote tlb flush requests
Jing Zhang
2021-08-20
KVM: stats: Add halt polling related histogram stats
Jing Zhang
2021-08-20
KVM: stats: Add halt_wait_ns stats for all architectures
Jing Zhang
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2020-07-09
KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
Sean Christopherson
2020-01-30
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2019-10-21
KVM: arm64: Support stolen time reporting via shared structure
Steven Price
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 503
Thomas Gleixner
2016-01-15
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
2015-05-26
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
2014-12-18
KVM: move APIC types to arch/x86/
Paolo Bonzini
2014-08-29
KVM: forward declare structs in kvm_types.h
Paolo Bonzini
2013-04-07
KVM: Allow cross page reads and writes from cached translations.
Andrew Honig
2011-01-12
KVM: Add memory slot versioning and use it to provide fast guest write interface
Gleb Natapov
2010-08-02
KVM: Use u64 for frame data types
Joerg Roedel
2009-06-10
KVM: APIC: get rid of deliver_bitmask
Gleb Natapov
2009-06-10
KVM: Split IOAPIC structure
Sheng Yang
2009-03-24
KVM: Move struct kvm_pio_request into x86 kvm_host.h
Avi Kivity
2009-03-24
KVM: remove the vmap usage
Izik Eidus
2008-04-27
KVM: MMU: Don't assume struct page for x86
Anthony Liguori
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity