index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kvm_host.h
Age
Commit message (
Expand
)
Author
2025-04-04
KVM: Allow building irqbypass.ko as as module when kvm.ko is a module
Sean Christopherson
2025-03-20
Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD
Paolo Bonzini
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
2025-02-14
KVM: Allow lockless walk of SPTEs when handing aging mmu_notifier event
James Houghton
2025-02-04
KVM: remove kvm_arch_post_init_vm
Paolo Bonzini
2025-01-20
Merge branch 'kvm-mirror-page-tables' into HEAD
Paolo Bonzini
2025-01-20
Merge tag 'kvm-x86-vcpu_array-6.14' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2025-01-14
KVM: x86: Drop double-underscores from __kvm_set_memory_region()
Sean Christopherson
2025-01-14
KVM: Add a dedicated API for setting KVM-internal memslots
Sean Christopherson
2025-01-14
KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)
Sean Christopherson
2024-12-23
KVM: Add member to struct kvm_gfn_range to indicate private/shared
Isaku Yamahata
2024-12-23
KVM: guest_memfd: Remove RCU-protected attribute from slot->gmem.file
Yan Zhao
2024-12-16
KVM: Verify there's at least one online vCPU when iterating over all vCPUs
Sean Christopherson
2024-12-16
KVM: Explicitly verify target vCPU is online in kvm_get_vcpu()
Sean Christopherson
2024-11-14
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
2024-11-14
Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-11-13
LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
Xianglai Li
2024-10-30
KVM: Protect vCPU's "last run PID" with rwlock, not RCU
Sean Christopherson
2024-10-25
KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
Sean Christopherson
2024-10-25
KVM: Drop APIs that manipulate "struct page" via pfns
Sean Christopherson
2024-10-25
KVM: Drop gfn_to_pfn() APIs now that all users are gone
Sean Christopherson
2024-10-25
KVM: Add support for read-only usage of gfn_to_page()
Sean Christopherson
2024-10-25
KVM: Move x86's API to release a faultin page to common KVM
Sean Christopherson
2024-10-25
KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
Sean Christopherson
2024-10-25
KVM: Add kvm_faultin_pfn() to specifically service guest page faults
Sean Christopherson
2024-10-25
KVM: Move declarations of memslot accessors up in kvm_host.h
Sean Christopherson
2024-10-25
KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
Sean Christopherson
2024-10-25
KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
Sean Christopherson
2024-10-25
KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
David Stevens
2024-10-25
KVM: Use NULL for struct page pointer to indicate mremapped memory
Sean Christopherson
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
2024-10-25
KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
David Stevens
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
2024-10-25
KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
Sean Christopherson
2024-10-25
KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
Sean Christopherson
2024-10-25
KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
Sean Christopherson
2024-10-20
KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic
Dr. David Alan Gilbert
2024-10-20
KVM: Remove unused kvm_vcpu_gfn_to_pfn
Dr. David Alan Gilbert
2024-09-17
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
2024-09-04
KVM: Add arch hooks for enabling/disabling virtualization
Sean Christopherson
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
2024-09-04
kvm: Note an RCU quiescent state on guest exit
Leonardo Bras
2024-08-14
KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
Sean Christopherson
2024-07-26
KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
Paolo Bonzini
2024-07-26
KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
Paolo Bonzini
2024-07-26
KVM: remove kvm_arch_gmem_prepare_needed()
Paolo Bonzini
2024-07-26
KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
Paolo Bonzini
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-12
KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
Isaku Yamahata
2024-06-18
KVM: Introduce vcpu->wants_to_run
David Matlack
[next]