index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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-10-18
Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-10-10
KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
Sean Christopherson
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-09-30
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
2025-09-30
entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
2025-09-30
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2025-09-15
KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
Keir Fraser
2025-09-15
KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
Keir Fraser
2025-08-27
KVM: guest_memfd: Track guest_memfd mmap support in memslot
Fuad Tabba
2025-08-27
KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
Fuad Tabba
2025-08-27
KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
Fuad Tabba
2025-08-27
KVM: Fix comment that refers to kvm uapi header path
Fuad Tabba
2025-08-27
KVM: Fix comments that refer to slots_lock
Fuad Tabba
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
2025-08-27
KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
Fuad Tabba
2025-08-27
KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
2025-06-25
VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()
Sean Christopherson
2025-06-23
KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
Sean Christopherson
2025-06-23
KVM: Don't WARN if updating IRQ bypass route fails
Sean Christopherson
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
2025-06-20
KVM: x86: Hardcode the PIT IRQ source ID to '2'
Sean Christopherson
2025-06-20
KVM: x86: Move kvm_{request,free}_irq_source_id() to i8254.c (PIT)
Sean Christopherson
2025-06-20
KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()
Sean Christopherson
2025-05-28
Merge branch 'kvm-lockdep-common' into HEAD
Paolo Bonzini
2025-05-27
KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus
Maxim Levitsky
2025-04-24
KVM: SVM: Fix SNP AP destroy race with VMRUN
Tom Lendacky
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
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-03-14
KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events()
Binbin Wu
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
2025-03-14
KVM: Export hardware virtualization enabling/disabling functions
Kai Huang
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
[next]