index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
kvm_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-10
KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
Sean Christopherson
1
-5
/
+1
2025-10-10
KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
Sean Christopherson
1
-1
/
+2
2025-10-10
KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS
Sean Christopherson
1
-2
/
+5
2025-09-30
KVM: Export KVM-internal symbols for sub-modules only
Sean Christopherson
1
-64
/
+64
2025-09-30
Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2025-09-30
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-8
/
+35
2025-09-15
KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
Keir Fraser
1
-2
/
+9
2025-09-15
KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
Keir Fraser
1
-6
/
+26
2025-09-10
KVM: TDX: Do not retry locally when the retry is caused by invalid memslot
Sean Christopherson
1
-0
/
+1
2025-08-27
KVM: Allow and advertise support for host mmap() on guest_memfd files
Fuad Tabba
1
-0
/
+2
2025-08-27
KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
Fuad Tabba
1
-2
/
+2
2025-08-27
KVM: Fix comments that refer to slots_lock
Fuad Tabba
1
-1
/
+1
2025-08-27
KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
1
-2
/
+2
2025-07-29
Merge tag 'kvm-x86-dirty_ring-6.17' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
1
-3
/
+6
2025-07-29
Merge tag 'kvm-x86-generic-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+3
2025-06-24
KVM: Allow CPU to reschedule while setting per-page memory attributes
Liam Merwick
1
-0
/
+3
2025-06-20
KVM: fix typo in kvm_vm_set_mem_attributes() comment
Liam Merwick
1
-1
/
+1
2025-06-20
KVM: Add trace_kvm_vm_set_mem_attributes()
Liam Merwick
1
-0
/
+2
2025-06-20
KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
Sean Christopherson
1
-3
/
+6
2025-05-28
Merge branch 'kvm-lockdep-common' into HEAD
Paolo Bonzini
1
-0
/
+59
2025-05-27
KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus
Maxim Levitsky
1
-0
/
+59
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+15
2025-05-08
KVM: Remove obsolete comment about locking for kvm_io_bus_read/write
Li RongQing
1
-3
/
+0
2025-04-24
KVM: SVM: Fix SNP AP destroy race with VMRUN
Tom Lendacky
1
-4
/
+15
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-17
/
+9
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-24
/
+40
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+4
2025-03-20
Merge branch 'kvm-nvmx-and-vm-teardown' into HEAD
Paolo Bonzini
1
-1
/
+8
2025-03-14
KVM: TDX: Handle TDX PV MMIO hypercall
Sean Christopherson
1
-0
/
+1
2025-03-14
KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers
Yan Zhao
1
-2
/
+2
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
1
-1
/
+2
2025-03-14
KVM: Export hardware virtualization enabling/disabling functions
Kai Huang
1
-14
/
+4
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
1
-1
/
+0
2025-02-26
KVM: Assert that a destroyed/freed vCPU is no longer visible
Sean Christopherson
1
-0
/
+8
2025-02-21
make use of anon_inode_getfile_fmode()
Al Viro
1
-7
/
+4
2025-02-14
KVM: Allow lockless walk of SPTEs when handing aging mmu_notifier event
James Houghton
1
-7
/
+16
2025-02-12
KVM: Rename kvm_handle_hva_range()
James Houghton
1
-16
/
+16
2025-02-04
KVM: remove kvm_arch_post_init_vm
Paolo Bonzini
1
-15
/
+0
2025-01-31
KVM: Do not restrict the size of KVM-internal memory regions
Sean Christopherson
1
-1
/
+9
2025-01-20
Merge branch 'kvm-mirror-page-tables' into HEAD
Paolo Bonzini
1
-0
/
+14
2025-01-20
Merge tag 'kvm-x86-vcpu_array-6.14' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
1
-16
/
+52
2025-01-14
KVM: Disallow all flags for KVM-internal memslots
Sean Christopherson
1
-0
/
+3
2025-01-14
KVM: x86: Drop double-underscores from __kvm_set_memory_region()
Sean Christopherson
1
-4
/
+4
2025-01-14
KVM: Add a dedicated API for setting KVM-internal memslots
Sean Christopherson
1
-3
/
+12
2025-01-14
KVM: Assert slots_lock is held when setting memory regions
Sean Christopherson
1
-8
/
+2
2025-01-14
KVM: Open code kvm_set_memory_region() into its sole caller (ioctl() API)
Sean Christopherson
1
-13
/
+2
2024-12-23
KVM: Add member to struct kvm_gfn_range to indicate private/shared
Isaku Yamahata
1
-0
/
+14
2024-12-16
KVM: Drop hack that "manually" informs lockdep of kvm->lock vs. vcpu->mutex
Sean Christopherson
1
-7
/
+2
2024-12-16
KVM: Don't BUG() the kernel if xa_insert() fails with -EBUSY
Sean Christopherson
1
-1
/
+1
2024-12-16
Revert "KVM: Fix vcpu_array[0] races"
Sean Christopherson
1
-9
/
+5
[next]