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
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