kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 23:52:58 to 2021-11-16 05:14:51 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-16  5:14 UTC  (41+ messages)

[PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
 2021-11-16  5:00 UTC  (7+ messages)
` [PATCH 2/6] vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
` [PATCH 3/6] vhost_test: remove vhost_test_flush_vq()
` [PATCH 4/6] vhost_vsock: simplify vhost_vsock_flush()
` [PATCH 5/6] vhost_net: remove NOP vhost_net_flush() in vhost_net_release()
` [PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()

[RFC] KVM: x86: SVM: don't expose PV_SEND_IPI feature with AVIC
 2021-11-16  2:04 UTC  (2+ messages)

[PATCH 1/1] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
 2021-11-16  0:03 UTC  (2+ messages)

[PATCH 00/15] Currently disabling dirty logging with the TDP MMU is extremely slow. On a 96 vCPU / 96G VM it takes ~45 seconds to disable dirty logging with the TDP MMU, as opposed to ~3.5 seconds with the legacy MMU. This series optimizes TLB flushes and introduces in-place large page promotion, to bring the disable dirty log time down to ~2 seconds
 2021-11-15 23:58 UTC  (17+ messages)
` [PATCH 01/15] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging
` [PATCH 02/15] KVM: x86/mmu: Introduce vcpu_make_spte
` [PATCH 03/15] KVM: x86/mmu: Factor wrprot for nested PML out of make_spte
` [PATCH 04/15] KVM: x86/mmu: Factor mt_mask "
` [PATCH 05/15] KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
` [PATCH 06/15] KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
` [PATCH 07/15] KVM: x86/mmu: Factor shadow_zero_check out of make_spte
` [PATCH 08/15] KVM: x86/mmu: Replace vcpu argument with kvm pointer in make_spte
` [PATCH 09/15] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
` [PATCH 10/15] KVM: x86/mmu: Propagate memslot const qualifier
` [PATCH 11/15] KVM: x86/MMU: Refactor vmx_get_mt_mask
` [PATCH 12/15] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
` [PATCH 13/15] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
` [PATCH 14/15] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
` [PATCH 15/15] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[PATCH 0/6] KVM: SEV: Bug fix, cleanups and enhancements
 2021-11-15 23:35 UTC  (4+ messages)
` [PATCH 1/6] KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs

[PATCH] KVM: x86: Fix recording of guest steal time / preempted status
 2021-11-15 23:24 UTC  (37+ messages)
` [PATCH v2] "
        ` [PATCH v3] "
                            ` [RFC PATCH 0/11] Rework gfn_to_pfn_cache
                              ` [PATCH 01/11] KVM: x86: Fix steal time asm constraints in 32-bit mode
                                ` [PATCH 02/11] KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
                                ` [PATCH 03/11] KVM: selftests: Add event channel upcall support to xen_shinfo_test
                                ` [PATCH 04/11] KVM: x86/xen: Use sizeof_field() instead of open-coding it
                                ` [PATCH 05/11] KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12
                                ` [PATCH 06/11] KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check
                                ` [PATCH 07/11] KVM: nVMX: Use a gfn_to_hva_cache for vmptrld
                                ` [PATCH 08/11] KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cache
                                ` [PATCH 09/11] KVM: Reinstate gfn_to_pfn_cache with invalidation support
                                ` [PATCH 10/11] KVM: x86/xen: Maintain valid mapping of Xen shared_info page
                                ` [PATCH 11/11] KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery

[PATCH 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-16  1:57 UTC  (41+ messages)
` [PATCH 01/11] iommu: Add device dma ownership set/release interfaces
` [PATCH 02/11] driver core: Set DMA ownership during driver bind/unbind
` [PATCH 03/11] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
` [PATCH 04/11] PCI: portdrv: "
` [PATCH 05/11] iommu: Add security context management for assigned devices
` [PATCH 06/11] iommu: Expose group variants of dma ownership interfaces
` [PATCH 07/11] vfio: Use DMA_OWNER_USER to declaim passthrough devices
` [PATCH 08/11] vfio: Remove use of vfio_group_viable()
` [PATCH 09/11] vfio: Delete the unbound_list
` [PATCH 10/11] vfio: Remove iommu group notifier
` [PATCH 11/11] iommu: Remove iommu group changes notifier

[PATCH 0/2] kvm: x86: Fix PMU virtualization for some basic events
 2021-11-15 17:51 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: Update vPMCs when retiring instructions
` [PATCH 2/2] KVM: x86: Update vPMCs when retiring branch instructions

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-15 18:44 UTC  (3+ messages)
` [PATCH v2 09/12] x86/sev: Use AP Jump Table blob to stop CPU

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-15 20:17 UTC  (11+ messages)
` [PATCH v7 02/45] x86/sev: detect/setup SEV/SME features earlier in boot
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active

[PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2021-11-15 21:46 UTC  (5+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-15 23:29 UTC  (11+ messages)

[PATCH] sev: allow capabilities to check for SEV-ES support
 2021-11-15 22:47 UTC  (2+ messages)

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-15 21:24 UTC  (4+ messages)
` [RFC 02/19] KVM: x86/mmu: Batch TLB flushes for a single zap

[PATCH] KVM: x86: fix cocci warnings
 2021-11-15 20:49 UTC  (6+ messages)

[PATCH v2 0/2] VMX: nested migration fixes for 32 bit nested guests
 2021-11-15 20:44 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state load
` [PATCH v2 2/2] KVM: x86/mmu: include efer.lma in extended mmu role

[PATCH 0/5] KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS and re-purpose it on x86
 2021-11-15 16:04 UTC  (5+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2021-11-15 15:45 UTC  (2+ messages)

[PATCH 00/11] KVM: x86: TDX preparation of introducing vm_type and blocking ioctls based on vm_type
 2021-11-15 15:39 UTC  (10+ messages)
` [PATCH 01/11] KVM: x86: Introduce vm_type to differentiate normal VMs from confidential VMs
` [PATCH 04/11] KVM: x86: Disable MCE related stuff for TDX
` [PATCH 10/11] KVM: Disallow read-only memory for x86 TDX

[PATCH] cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'
 2021-11-15 14:41 UTC 

[for-6.1 v3 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2021-11-15 14:30 UTC  (3+ messages)

[PATCH v2] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-15 14:08 UTC 

[RFC 0/3] vfio/pci: Enable runtime power management support
 2021-11-15 13:36 UTC  (4+ messages)
` [RFC 1/3] vfio/pci: register vfio-pci driver with runtime PM framework
` [RFC 2/3] vfio/pci: virtualize PME related registers bits and initialize to zero
` [RFC 3/3] vfio/pci: use runtime PM for vfio-device into low power state

Re: [PATCH] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-15 13:00 UTC  (2+ messages)

[PATCH 0/3] VMX: nested migration fixes for 32 bit nested guests
 2021-11-15 12:14 UTC  (6+ messages)
` [PATCH 3/3] KVM: x86/mmu: don't skip mmu initialization when mmu root level changes

[PATCH] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-15 10:24 UTC  (2+ messages)

[RFC PATCH kvmtool 0/2] Introduce VirtIO SCMI Device support
 2021-11-15 10:14 UTC  (3+ messages)
` [RFC PATCH kvmtool 1/2] virtio: Add support for VirtIO SCMI Device
` [RFC PATCH kvmtool 2/2] arm/fdt: Add FDT overlay support

linux-next: Tree for Nov 15 (kvm/x86)
 2021-11-15  3:52 UTC 

[PATCH 0/6] KVM: Dirty Quota-Based VM Live Migration Auto-Converge
 2021-11-14 14:57 UTC  (7+ messages)
` [PATCH 1/6] Define data structures for dirty quota migration
` [PATCH 2/6] Init dirty quota flag and allocate memory for vCPUdqctx
` [PATCH 3/6] Add KVM_CAP_DIRTY_QUOTA_MIGRATION and handle vCPU page faults
` [PATCH 4/6] Increment dirty counter for vmexit due to page write fault
` [PATCH 5/6] Exit to userspace when dirty quota is full
` [PATCH 6/6] Free vCPUdqctx memory on vCPU destroy

[PATCH] KVM: Fix steal time asm constraints in 32-bit mode
 2021-11-14  8:59 UTC 

[GIT PULL] Second batch of KVM changes for Linux 5.16 merge window
 2021-11-13 19:15 UTC  (2+ messages)

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-13 15:22 UTC  (5+ messages)
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones

[PATCH] nitro_enclaves: Remove redundant 'flush_workqueue()' calls
 2021-11-13 12:44 UTC 

[PATCH v5 0/6] optimize the downtime for vfio migration
 2021-11-13  9:21 UTC  (4+ messages)
` [PATCH v5 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route

[RFC PATCH v2 00/11] KVM: arm64: Add support for hypercall services selection
 2021-11-13  1:22 UTC  (12+ messages)
` [RFC PATCH v2 01/11] KVM: arm64: Factor out firmware register handling from psci.c
` [RFC PATCH v2 02/11] KVM: Introduce kvm_vcpu_has_run_once
` [RFC PATCH v2 03/11] KVM: Introduce kvm_vm_has_run_once
` [RFC PATCH v2 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [RFC PATCH v2 05/11] KVM: arm64: Add standard hypervisor firmware register
` [RFC PATCH v2 06/11] KVM: arm64: Add vendor "
` [RFC PATCH v2 07/11] Docs: KVM: Add doc for the bitmap firmware registers
` [RFC PATCH v2 08/11] Docs: KVM: Rename psci.rst to hypercalls.rst
` [RFC PATCH v2 09/11] tools: Import ARM SMCCC definitions
` [RFC PATCH v2 10/11] selftests: KVM: aarch64: Introduce hypercall ABI test
` [RFC PATCH v2 11/11] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list

[kvm-unit-tests PATCH] x86/pmu: Test PMU virtualization on emulated instructions
 2021-11-12 23:56 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).