Sign in
android-kvm
/
linux
/
35667a2969d80a08b1df4066cbf282fc5d875cc4
/
virt
66155de
KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
by Sean Christopherson
· 5 months ago
c9b35a6
KVM: eventfd: Use synchronize_srcu_expedited() on shutdown
by Li RongQing
· 6 months ago
66a644c
KVM: guest_memfd: abstract how prepared folios are recorded
by Paolo Bonzini
· 6 months ago
e4ee544
KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
by Paolo Bonzini
· 6 months ago
4b5f671
KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
by Paolo Bonzini
· 6 months ago
e300614
KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
by Paolo Bonzini
· 6 months ago
de80252
KVM: guest_memfd: move check for already-populated page to common code
by Paolo Bonzini
· 6 months ago
7239ed7
KVM: remove kvm_arch_gmem_prepare_needed()
by Paolo Bonzini
· 6 months ago
6dd761d9
KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm
by Paolo Bonzini
· 6 months ago
b855243
KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
by Paolo Bonzini
· 6 months ago
78c4293
KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn
by Paolo Bonzini
· 6 months ago
564429a
KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
by Paolo Bonzini
· 6 months ago
7fbdda3
KVM: guest_memfd: do not go through struct page
by Paolo Bonzini
· 6 months ago
d04c77d
KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation
by Paolo Bonzini
· 6 months ago
d0d8722
KVM: guest_memfd: return folio from __kvm_gmem_get_pfn()
by Paolo Bonzini
· 6 months ago
86014c1
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 6 months ago
f4501e8
Merge tag 'kvm-x86-fixes-6.10-11' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 6 months ago
c8b8b81
Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
by Paolo Bonzini
· 6 months ago
f3996d4
Merge branch 'kvm-prefault' into HEAD
by Paolo Bonzini
· 6 months ago
bc1a5cd
KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
by Isaku Yamahata
· 9 months ago
27e6a24
mm, virt: merge AS_UNMOVABLE and AS_INACCESSIBLE
by Paolo Bonzini
· 6 months ago
25bc6af
KVM: Add missing MODULE_DESCRIPTION()
by Jeff Johnson
· 7 months ago
ebbdf37c
KVM: Validate hva in kvm_gpc_activate_hva() to fix __kvm_gpc_refresh() WARN
by Pei Li
· 7 months ago
dee67a9
Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 7 months ago
02b0d3b
Merge branch 'kvm-6.10-fixes' into HEAD
by Paolo Bonzini
· 7 months ago
d814738
KVM: interrupt kvm_gmem_populate() on signals
by Paolo Bonzini
· 7 months ago
676f819
KVM: Discard zero mask with function kvm_dirty_ring_reset
by Bibo Mao
· 7 months ago
c31745d
virt: guest_memfd: fix reference leak on hwpoisoned page
by Paolo Bonzini
· 7 months ago
f474092
kvm: do not account temporary allocations to kmem
by Alexey Dobriyan
· 7 months ago
1189645
KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
by David Matlack
· 8 months ago
4b23e0c
KVM: Ensure new code that references immediate_exit gets extra scrutiny
by David Matlack
· 8 months ago
a681631
KVM: Introduce vcpu->wants_to_run
by David Matlack
· 8 months ago
8b8e57e
KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
by Mathias Krause
· 7 months ago
c3f3edf
KVM: Stop processing *all* memslots when "null" mmu_notifier handler is found
by Babu Moger
· 7 months ago
5c1f50a
KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEM
by Dan Carpenter
· 7 months ago
2a27c43
KVM: Delete the now unused kvm_arch_sched_in()
by Sean Christopherson
· 8 months ago
d1ae567
KVM: Add a flag to track if a loaded vCPU is scheduled out
by Sean Christopherson
· 8 months ago
fbe4a7e
KVM: Setup empty IRQ routing when creating a VM
by Yi Wang
· 8 months ago
49f683b
KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()
by Breno Leitao
· 8 months ago
ab978c6
Merge branch 'kvm-6.11-sev-snp' into HEAD
by Paolo Bonzini
· 7 months ago
778c350
Revert "KVM: async_pf: avoid recursive flushing of work items"
by Sean Christopherson
· 9 months ago
aeb1b22
KVM: Enable halt polling shrink parameter by default
by Parshuram Sangle
· 1 year, 2 months ago
96a02b9
KVM: Unexport kvm_debugfs_dir
by Borislav Petkov
· 8 months ago
61307b7
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
by Linus Torvalds
· 8 months ago
4f2e7aa
KVM: SEV: Implement gmem hook for initializing private pages
by Michael Roth
· 8 months ago
7323260
Merge branch 'kvm-coco-hooks' into HEAD
by Paolo Bonzini
· 8 months ago
7d41e24
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 8 months ago
f4bc137
Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 8 months ago
e5f62e2
Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 8 months ago
4232da2
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
by Paolo Bonzini
· 8 months ago
a90764f
KVM: guest_memfd: Add hook for invalidating memory
by Michael Roth
· 1 year ago
1f6c06b
KVM: guest_memfd: Add interface for populating gmem pages with user data
by Paolo Bonzini
· 11 months ago
17573fd
KVM: guest_memfd: extract __kvm_gmem_get_pfn()
by Paolo Bonzini
· 9 months ago
3bb2531
KVM: guest_memfd: Add hook for initializing memory
by Paolo Bonzini
· 8 months ago
fa30b0d
KVM: guest_memfd: limit overzealous WARN
by Paolo Bonzini
· 9 months ago
7062372
KVM: guest_memfd: pass error up from filemap_grab_folio
by Paolo Bonzini
· 11 months ago
1d23040
KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
by Michael Roth
· 10 months ago
29ae7d9
mm: pass VMA instead of MM to follow_pte()
by David Hildenbrand
· 9 months ago
82e9c84
KVM: Remove kvm_make_all_cpus_request_except()
by Venkatesh Srinivas
· 9 months ago
ea54dd3
KVM: Treat the device list as an rculist
by Oliver Upton
· 9 months ago
c23e2b7
KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
by Sean Christopherson
· 12 months ago
eefb85b3
KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()
by Sean Christopherson
· 10 months ago
5257de9
KVM: remove unused argument of kvm_handle_hva_range()
by Paolo Bonzini
· 9 months ago
f3b65bba
KVM: delete .change_pte MMU notifier callback
by Paolo Bonzini
· 9 months ago
f588557
KVM: Simplify error handling in __gfn_to_pfn_memslot()
by Anish Moorthy
· 11 months ago
a3bd2f7
KVM: Add function comments for __kvm_read/write_guest_page()
by Anish Moorthy
· 11 months ago
ed2f049
KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
by Anish Moorthy
· 11 months ago
a952d60
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
by Li RongQing
· 12 months ago
fc62a4e
KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPA
by Sean Christopherson
· 10 months ago
5c9ca4e
KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activation
by Sean Christopherson
· 10 months ago
18f06e9
KVM: Add helpers to consolidate gfn_to_pfn_cache's page split check
by Sean Christopherson
· 10 months ago
e9a2bba
Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 10 months ago
c9cd0be
Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 10 months ago
507e72f
Merge tag 'kvm-x86-generic-6.9' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 10 months ago
a81d95a
Merge tag 'kvm-x86-asyncpf-6.9' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 10 months ago
961e2bf
Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 10 months ago
7d8942d
Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 10 months ago
6addfcf
KVM: pfncache: simplify locking and make more self-contained
by David Woodhouse
· 11 months ago
284851e
KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
by Oliver Upton
· 11 months ago
e5635922
KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with KVM_MEM_READONLY
by Sean Christopherson
· 11 months ago
ea3689d
KVM: fix kvm_mmu_memory_cache allocation warning
by Arnd Bergmann
· 11 months ago
dafc17d
KVM: Add a comment explaining the directed yield pending interrupt logic
by Sean Christopherson
· 1 year ago
77bcd9e
KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel
by Sean Christopherson
· 1 year ago
9fa336e
KVM: pfncache: check the need for invalidation under read lock first
by Paul Durrant
· 11 months ago
721f5b0
KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
by Paul Durrant
· 11 months ago
406c109
KVM: pfncache: include page offset in uhva and use it consistently
by Paul Durrant
· 11 months ago
53e63e9
KVM: pfncache: stop open-coding offset_in_page()
by Paul Durrant
· 11 months ago
a4bff3d
KVM: pfncache: remove KVM_GUEST_USES_PFN usage
by Paul Durrant
· 11 months ago
41496ff
KVM: pfncache: remove unnecessary exports
by Paul Durrant
· 11 months ago
f39b80e
KVM: pfncache: Add a map helper function
by Paul Durrant
· 11 months ago
687d8f4
Merge branch 'kvm-kconfig'
by Paolo Bonzini
· 11 months ago
f48212e
treewide: remove CONFIG_HAVE_KVM
by Paolo Bonzini
· 1 year ago
61df71e
kvm: move "select IRQ_BYPASS_MANAGER" to common code
by Paolo Bonzini
· 12 months ago
8886640
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
by Paolo Bonzini
· 12 months ago
c2744ed
KVM: Nullify async #PF worker's "apf" pointer as soon as it might be freed
by Sean Christopherson
· 1 year ago
8284765f
KVM: Get reference to VM's address space in the async #PF worker
by Sean Christopherson
· 1 year ago
422eeb5
KVM: Put mm immediately after async #PF worker completes remote gup()
by Sean Christopherson
· 1 year ago
3d75b8a
KVM: Always flush async #PF workqueue when vCPU is being destroyed
by Sean Christopherson
· 1 year ago
d489ec9
KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls
by Sean Christopherson
· 1 year ago
09d1c6a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 12 months ago
Next »