kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-15 10:24:48 to 2021-11-16 12:21:50 UTC [more...]

[PATCH 0/4] KVM: x86/pmu: An insightful refactoring of vPMU code
 2021-11-16 12:20 UTC  (4+ messages)
` [PATCH 1/4] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
` [PATCH 2/4] KVM: x86/pmu: Refactoring find_arch_event() to find_perf_hw_id()
` [PATCH 3/4] KVM: x86/pmu: Reuse find_perf_hw_id() and drop find_fixed_event()

Thoughts of AMX KVM support based on latest kernel
 2021-11-16 12:18 UTC  (2+ messages)

[PATCH 0/4] Address some bad references to Kernel docs
 2021-11-16 12:11 UTC  (2+ messages)
` [PATCH 3/4] Documentation: update vcpu-requests.rst reference

[kvm-unit-tests PATCH v3 0/1] Test spec exception interception
 2021-11-16 11:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] s390x: Add specification exception interception test

[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-11-16 11:54 UTC  (3+ messages)

[PATCH] KVM: x86: Fix recording of guest steal time / preempted status
 2021-11-16 11:50 UTC  (46+ 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 0/7] KVM: Add Makefile.kvm for common files
                                      ` [PATCH 1/7] KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
                                        ` [PATCH 2/7] KVM: Add Makefile.kvm for common files, use it for x86
                                        ` [PATCH 3/7] KVM: s390: Use Makefile.kvm for common files
                                        ` [PATCH 4/7] KVM: mips: "
                                        ` [PATCH 5/7] KVM: RISC-V: "
                                        ` [PATCH 6/7] KVM: powerpc: "
                                        ` [PATCH 7/7] KVM: arm64: "

[PATCH 0/6] KVM: SEV: Bug fix, cleanups and enhancements
 2021-11-16 11:38 UTC  (6+ messages)
` [PATCH 1/6] KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
` [PATCH 2/6] KVM: SEV: Explicitly document that there are no TOCTOU races in copy ASID

[PATCH 0/4] KVM: selftests: Avoid mmap_sem contention during memory population
 2021-11-16 11:13 UTC  (2+ messages)

[PATCH v2 00/12] KVM: selftests: Hugepage fixes and cleanups
 2021-11-16 11:12 UTC  (2+ messages)

[PATCH] KVM: MMU: update comment on the number of page role combinations
 2021-11-16 11:07 UTC  (2+ messages)

[PATCH kvm-unit-tests] pmu: fix conditions for emulation test
 2021-11-16 10:50 UTC 

[kvm-unit-tests PATCH] x86/pmu: Test PMU virtualization on emulated instructions
 2021-11-16 10:45 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/2] Groups are separated by spaces
 2021-11-16 10:35 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: mark KVM-only tests
 2021-11-16 10:34 UTC 

[PATCH 0/2] kvm: x86: Fix PMU virtualization for some basic events
 2021-11-16 10:30 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Update vPMCs when retiring instructions

[PATCH 0/2] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-11-16 10:29 UTC  (4+ messages)
` [PATCH 2/2] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH v2 0/2] VMX: nested migration fixes for 32 bit nested guests
 2021-11-16 10:03 UTC  (6+ 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] KVM: x86: fix cocci warnings
 2021-11-16  9:50 UTC  (8+ messages)

[PATCH] KVM: Fix steal time asm constraints in 32-bit mode
 2021-11-16  9:46 UTC  (2+ messages)

[PATCH v2] KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
 2021-11-16  9:44 UTC  (2+ messages)

[PATCH 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-16  9:42 UTC  (37+ 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 05/11] iommu: Add security context management for assigned devices
` [PATCH 06/11] iommu: Expose group variants of dma ownership interfaces

[RFC] KVM: x86: SVM: don't expose PV_SEND_IPI feature with AVIC
 2021-11-16  9:30 UTC  (9+ messages)
      `  "
          ` [External] "

[PATCH] sev: allow capabilities to check for SEV-ES support
 2021-11-16  9:17 UTC  (3+ messages)

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

[PATCH 04/11] PCI: portdrv: Suppress kernel DMA ownership auto-claiming
 2021-11-16  7:24 UTC  (3+ messages)

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

[PATCH v10 kvmtool 0/8] KVMTOOL RISC-V Support
 2021-11-16  5:21 UTC  (9+ messages)
` [PATCH v10 kvmtool 1/8] update_headers: Sync-up ABI headers with Linux-5.16-rc1
` [PATCH v10 kvmtool 2/8] riscv: Initial skeletal support
` [PATCH v10 kvmtool 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v10 kvmtool 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v10 kvmtool 5/8] riscv: Add PLIC device emulation
` [PATCH v10 kvmtool 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v10 kvmtool 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v10 kvmtool 8/8] riscv: Generate PCI host DT node

[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()

[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 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)

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-15 21:24 UTC  (2+ 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  (7+ 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] 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)

[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)


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).