index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
kvm_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
2024-09-17
1
-2
/
+16
|
\
|
*
KVM: Add arch hooks for enabling/disabling virtualization
Sean Christopherson
2024-09-04
1
-0
/
+14
|
*
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
2024-09-04
1
-2
/
+2
*
|
kvm: Note an RCU quiescent state on guest exit
Leonardo Bras
2024-09-04
1
-1
/
+9
|
/
*
KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
Sean Christopherson
2024-08-14
1
-0
/
+7
*
KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
Paolo Bonzini
2024-07-26
1
-0
/
+2
*
KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
Paolo Bonzini
2024-07-26
1
-1
/
+1
*
KVM: remove kvm_arch_gmem_prepare_needed()
Paolo Bonzini
2024-07-26
1
-1
/
+0
*
KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
Paolo Bonzini
2024-07-26
1
-2
/
+2
*
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-4
/
+8
|
\
|
*
KVM: Introduce vcpu->wants_to_run
David Matlack
2024-06-18
1
-0
/
+1
|
*
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
2024-06-11
1
-2
/
+0
|
*
KVM: Add a flag to track if a loaded vCPU is scheduled out
Sean Christopherson
2024-06-11
1
-0
/
+1
|
*
KVM: Setup empty IRQ routing when creating a VM
Yi Wang
2024-06-11
1
-0
/
+6
|
*
KVM: Unexport kvm_debugfs_dir
Borislav Petkov
2024-06-03
1
-2
/
+0
*
|
KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
Isaku Yamahata
2024-07-12
1
-0
/
+5
*
|
Merge branch 'kvm-coco-hooks' into HEAD
Paolo Bonzini
2024-05-12
1
-0
/
+36
|
\
\
|
|
/
|
/
|
|
*
KVM: guest_memfd: Add hook for invalidating memory
Michael Roth
2024-05-10
1
-0
/
+4
|
*
KVM: guest_memfd: Add interface for populating gmem pages with user data
Paolo Bonzini
2024-05-10
1
-0
/
+27
|
*
KVM: guest_memfd: Add hook for initializing memory
Paolo Bonzini
2024-05-10
1
-0
/
+5
*
|
Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
KVM: Remove kvm_make_all_cpus_request_except()
Venkatesh Srinivas
2024-05-02
1
-2
/
+0
*
|
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
1
-2
/
+0
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
1
-14
/
+46
|
\
|
*
Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
1
-12
/
+44
|
|
\
|
|
*
KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
Paul Durrant
2024-02-20
1
-0
/
+31
|
|
*
KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()
Sean Christopherson
2024-02-20
1
-2
/
+2
|
|
*
KVM: pfncache: remove KVM_GUEST_USES_PFN usage
Paul Durrant
2024-02-20
1
-10
/
+1
|
|
*
KVM: pfncache: add a mark-dirty helper
Paul Durrant
2024-02-20
1
-0
/
+10
|
*
|
Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
1
-0
/
+1
|
|
\
\
|
|
*
|
KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel
Sean Christopherson
2024-02-22
1
-0
/
+1
|
|
|
/
|
*
|
Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
1
-1
/
+0
|
|
\
\
|
|
*
|
KVM: Get reference to VM's address space in the async #PF worker
Sean Christopherson
2024-02-06
1
-1
/
+0
|
|
|
/
|
*
/
KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
Oliver Upton
2024-02-23
1
-1
/
+1
|
|
/
*
/
KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
Sean Christopherson
2024-02-23
1
-0
/
+26
|
/
*
KVM: clean up directives to compile out irqfds
Paolo Bonzini
2023-12-08
1
-0
/
+2
*
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2023-12-08
1
-5
/
+4
*
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
1
-29
/
+1
*
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
1
-23
/
+119
|
\
|
*
KVM: Allow arch code to track number of memslot address spaces per VM
Sean Christopherson
2023-11-14
1
-6
/
+11
|
*
KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
Sean Christopherson
2023-11-14
1
-1
/
+1
|
*
KVM: x86/mmu: Handle page fault for private memory
Chao Peng
2023-11-14
1
-2
/
+6
|
*
KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
2023-11-14
1
-0
/
+48
|
*
KVM: Introduce per-page memory attributes
Chao Peng
2023-11-13
1
-0
/
+19
|
*
KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Chao Peng
2023-11-13
1
-0
/
+11
|
*
KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
2023-11-13
1
-2
/
+2
|
*
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2023-11-13
1
-3
/
+3
|
*
KVM: Use gfn instead of hva for mmu_notifier_retry
Chao Peng
2023-11-13
1
-12
/
+21
*
|
KVM: Annotate struct kvm_irq_routing_table with __counted_by
Kees Cook
2023-10-08
1
-1
/
+1
|
/
*
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
2023-08-31
1
-0
/
+19
[next]