public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-09 16:58:59 to 2022-03-11 02:19:40 UTC [more...]

[PATCH 00/13] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-11  2:19 UTC  (18+ messages)
` [PATCH 01/13] selftests: KVM: Dump VM stats in binary stats test
` [PATCH 02/13] selftests: KVM: Test reading a single stat
` [PATCH 03/13] selftests: KVM: Wrap memslot IDs in a struct for readability
` [PATCH 04/13] selftests: KVM: Add memslot parameter to VM vaddr allocation
` [PATCH 05/13] selftests: KVM: Add memslot parameter to elf_load
` [PATCH 06/13] selftests: KVM: Improve error message in vm_phy_pages_alloc
` [PATCH 07/13] selftests: KVM: Add NX huge pages test
` [PATCH 08/13] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH 09/13] KVM: x86/MMU: Track NX hugepages on a per-VM basis
` [PATCH 10/13] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH 11/13] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH 12/13] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH 13/13] selftests: KVM: Test disabling NX hugepages on a VM

[PATCH net v3 resend] vsock: each transport cycles only on its own sockets
 2022-03-11  2:00 UTC 

[PATCH v3] vsock: each transport cycles only on its own sockets
 2022-03-11  1:50 UTC  (6+ messages)

[kvm:queue 182/205] <inline asm>:40:208: error: expected relocatable expression
 2022-03-11  1:12 UTC  (3+ messages)
  ` 答复: "

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-11  0:25 UTC  (27+ messages)
` [PATCH v2 01/26] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v2 02/26] KVM: x86/mmu: Use a bool for direct
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 04/26] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 06/26] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v2 07/26] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v2 08/26] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v2 09/26] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v2 10/26] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v2 11/26] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH v2 12/26] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v2 13/26] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v2 14/26] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v2 15/26] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 17/26] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH v2 18/26] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH v2 19/26] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v2 22/26] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v2 23/26] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs
` [PATCH v2 24/26] KVM: x86/mmu: Split huge pages aliased by multiple SPTEs
` [PATCH v2 25/26] KVM: x86/mmu: Drop NULL pte_list_desc_cache fallback
` [PATCH v2 26/26] KVM: selftests: Map x86_64 guest virtual memory with huge pages

[PATCH] KVM: memcg: count KVM page table pages used by KVM in memcg pagetable stats
 2022-03-11  0:12 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-10 23:08 UTC  (15+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
 2022-03-10 21:38 UTC  (6+ messages)
` [PATCH 1/5] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH 2/5] KVM: SVM: Downgrade BUG_ON() to WARN_ON() in svm_inject_irq()
` [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events
` [PATCH 4/5] KVM: nSVM: Restore next_rip when doing L1 -> L2 event re-injection
` [PATCH 5/5] KVM: selftests: nSVM: Add svm_nested_soft_inject_test

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-10 21:25 UTC  (4+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers

[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
 2022-03-10 20:49 UTC  (13+ messages)
` [PATCH v8 3/9] hisi_acc_qm: Move VF PCI device IDs to common header
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-03-10 19:26 UTC  (15+ messages)
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[kvm-unit-tests PATCH 0/3] Move nNPT test cases to a seperate file
 2022-03-10 18:41 UTC  (3+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2022-03-10 18:22 UTC  (8+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU
  ` [RFC PATCH v2 18/19] vdpa_sim: filter destination mac address
  ` [RFC PATCH v2 19/19] vdpasim: control virtqueue support

[kvm:queue 210/210] arch/x86/kvm/cpuid.c:739:2: warning: unannotated fall-through between switch labels
 2022-03-10 17:46 UTC  (2+ messages)

[PATCH v4 0/3] Introduce Notify VM exit
 2022-03-10 17:43 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: X86: Extend KVM_SET_VCPU_EVENTS to inject a SHUTDOWN event
` [PATCH v4 2/3] KVM: VMX: Enable Notify VM exit
` [PATCH v4 3/3] KVM: Add document for KVM_CAP_X86_NOTIFY_VMEXIT and KVM_EXIT_NOTIFY

[PATCH] KVM: x86: Remove redundant vm_entry_controls_clearbit() call
 2022-03-10 17:14 UTC  (2+ messages)

[kvm-unit-tests PATCH] runtime: indicate failure on crash/timeout/abort in TAP
 2022-03-10 15:03 UTC 

[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
 2022-03-10 14:56 UTC  (2+ messages)

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-10 14:09 UTC  (17+ messages)
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes

[PATCH v2] vsock: each transport cycles only on its own sockets
 2022-03-10 13:36 UTC  (2+ messages)

[PATCH 0/2] vsock: cycle only on its own socket
 2022-03-10 13:18 UTC  (10+ messages)
` [PATCH 1/2] vsock: each transport cycles only on its own sockets
` [PATCH 2/2] vsock: refactor vsock_for_each_connected_socket

[PATCH 1/2] vsock: each transport cycles only on its own sockets
 2022-03-10 12:57 UTC  (5+ messages)
` [PATCH 2/2] vsock: refactor vsock_for_each_connected_socket

(no subject)
 2022-03-10 12:33 UTC 

(no subject)
 2022-03-10 12:37 UTC 

(no subject)
 2022-03-10 12:35 UTC 

[PATCH RESEND v1] trace: Split address space and slot id in trace_kvm_set_user_memory()
 2022-03-10 12:22 UTC 

[PATCH kvmtool] x86: Fixed Unable to execute init process since glibc version 2.33
 2022-03-10 12:17 UTC  (3+ messages)

[PATCH] vhost/vsock: reset only the h2g connections upon release
 2022-03-10 12:01 UTC  (5+ messages)

propagating vmgenid outward and upward
 2022-03-10 11:18 UTC  (4+ messages)

[PATCH] vhost: allow batching hint without size
 2022-03-10 10:59 UTC  (2+ messages)

[PATCH v2 0/9] kvm: s390: Add PV dump support
 2022-03-10 10:31 UTC  (10+ messages)
` [PATCH v2 1/9] s390x: Add SE hdr query information
` [PATCH v2 2/9] s390: uv: Add dump fields to query
` [PATCH v2 3/9] KVM: s390: pv: Add query interface
` [PATCH v2 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH v2 5/9] KVM: s390: pv: Add query dump information
` [PATCH v2 6/9] kvm: s390: Add configuration dump functionality
` [PATCH v2 7/9] kvm: s390: Add CPU "
` [PATCH v2 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH v2 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions

[PATCH 0/2] Enable notify VM exit
 2022-03-10 10:03 UTC  (6+ messages)
` [PATCH 1/2] linux-headers: Sync the linux headers
` [PATCH 2/2] i386: Add notify VM exit support

[PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-03-10  9:46 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] arm: 32 bit tests improvements
 2022-03-10  9:28 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/2] arm: Change text base address for 32 bit tests when running under kvmtool
` [kvm-unit-tests PATCH 2/2] arm/run: Fix using qemu-system-aarch64 to run aarch32 tests on aarch64

[PATCH v2 0/2] vdpa: add two ioctl commands to support generic vDPA
 2022-03-10  7:20 UTC  (3+ messages)
` [PATCH v2 1/2] vdpa: support exposing the config size to userspace
` [PATCH v2 2/2] vdpa: support exposing the count of vqs "

[PATCH][v4] KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
 2022-03-10  5:54 UTC 

[RESEND PATCH] KVM: x86/mmu: make apf token non-zero to fix bug
 2022-03-10  5:09 UTC  (4+ messages)

[PATCH 0/3] mm: vmalloc: introduce array allocation functions
 2022-03-10  4:18 UTC  (3+ messages)
` [PATCH 3/3] KVM: use vcalloc/__vcalloc for very large allocations

[PATCH] KVM: SVM: fix panic on out-of-bounds guest IRQ
 2022-03-10  3:17 UTC  (2+ messages)
`  "

[RFC 0/3] vdpa: add two ioctl commands to support generic vDPA
 2022-03-10  3:16 UTC  (4+ messages)
` [RFC 2/3] vdpa: support exposing the count of vqs to userspace

[PATCH] KVM: SVM: fix panic on out-of-bounds guest IRQ
 2022-03-10  3:12 UTC  (2+ messages)
`  "

[kvm:queue 182/205] arch/x86/kernel/kvm.c:756:16: warning: no previous prototype for '__kvm_vcpu_is_preempted'
 2022-03-10  1:59 UTC 

[PATCH v2 0/2] KVM: Prevent module exit until all VMs are freed
 2022-03-09 21:32 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Revert "KVM: set owner of cpu and vm file operations"

[PATCH v3 0/7] nSVM/SVM features
 2022-03-09 19:07 UTC  (8+ messages)
` [PATCH v3 4/7] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on
` [PATCH v3 7/7] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-09 18:52 UTC  (5+ messages)

[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
 2022-03-09 17:47 UTC  (4+ messages)
` [PATCH RFC v1 9/9] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

[PATCH] vfio/mlx5: Fix to not use 0 as NULL pointer
 2022-03-09 17:34 UTC  (2+ messages)

[RFC PATCH v2 0/5] vfio/pci: Enable runtime power management support
 2022-03-09 17:26 UTC  (3+ messages)
` [RFC PATCH v2 5/5] vfio/pci: add the support for PCI D3cold state

[PATCH 0/2] KVM: x86: add support for CPUID leaf 0x80000021
 2022-03-09 17:09 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: x86: synthesize CPUID leaf 0x80000021h if useful

[PATCH MANUALSEL 5.10] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-03-09 16:51 UTC  (2+ messages)

[PATCH MANUALSEL 5.15] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-03-09 16:47 UTC  (2+ messages)

[PATCH MANUALSEL 5.4] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-03-09 16:47 UTC  (2+ messages)

[PATCH MANUALSEL 5.16] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-03-09 16:47 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox