kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-25 02:50:49 to 2021-08-26 10:41:42 UTC [more...]

[RFC PATCH v2 00/44] TDX support
 2021-08-26 10:41 UTC  (11+ messages)
` [RFC PATCH v2 04/44] vl: Introduce machine_init_done_late notifier
` [RFC PATCH v2 06/44] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH v2 07/44] i386/kvm: Squash getting/putting guest state for TDX VMs
` [RFC PATCH v2 10/44] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH v2 15/44] i386/tdx: Add hook to require generic device loader

[PATCH V5 00/13] Introduce vfio_pci_core subsystem
 2021-08-26 10:39 UTC  (14+ messages)
` [PATCH V5 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V5 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V5 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V5 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V5 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V5 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V5 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V5 08/13] vfio/pci: Move module parameters "
` [PATCH V5 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V5 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V5 11/13] vfio: Use select for eventfd
` [PATCH V5 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V5 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH 0/2] VM: Fix a benign race in kicking vCPUs
 2021-08-26 10:24 UTC  (5+ messages)
` [PATCH 2/2] KVM: Guard cpusmask NULL check with CONFIG_CPUMASK_OFFSTACK

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-26 10:15 UTC  (4+ messages)

[PATCH net-next] sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
 2021-08-26 10:10 UTC  (3+ messages)

[PATCH 0/2] KVM: SMM fixes for nVMX
 2021-08-26  9:57 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulation
` [PATCH 2/2] VMX: nSVM: enter protected mode prior to returning to nested guest from SMM

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-26  9:43 UTC  (10+ messages)

[PATCH V4 00/13] Introduce vfio_pci_core subsystem
 2021-08-26  9:36 UTC  (31+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V4 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v4 1/2] qdev-properties: Add a new macro with bitmask check for uint64_t property
 2021-08-26  9:19 UTC  (2+ messages)

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-08-26  8:43 UTC  (2+ messages)

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-08-26  8:33 UTC  (5+ messages)
` [PATCH v4 10/14] KVM: s390: pv: usage counter instead of flag
` [PATCH v4 13/14] KVM: s390: pv: lazy destroy for reboot

cleanup vfio iommu_group creation v3
 2021-08-26  8:21 UTC  (33+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/14] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/14] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/14] vfio: refactor noiommu group creation
` [PATCH 06/14] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/14] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/14] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/14] vfio: remove the unused mdev iommu hook
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/14] vfio/spapr_tce: reject mediated devices
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain
` [PATCH 14/14] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[PATCH] KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
 2021-08-26  7:49 UTC 

[kvm-unit-tests PATCH v2] x86: vpmu: Add tests for Arch LBR support
 2021-08-26  7:13 UTC 

[kvm-unit-tests PATCH 0/2] Two fixes for KVM unit tests
 2021-08-26  5:07 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: Fix cscope
` [kvm-unit-tests PATCH 2/2] s390x: fixing I/O memory allocation

[PATCH v5 0/7] KVM: PKS Virtualization support
 2021-08-26  2:04 UTC  (2+ messages)

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-26  0:51 UTC  (5+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[PATCH] KVM: x86/mmu: Refactor slot null check in kvm_mmu_hugepage_adjust
 2021-08-25 23:31 UTC  (2+ messages)

[PATCH 7/7] KVM: X86: Also prefetch the last range in __direct_pte_prefetch()
 2021-08-25 22:58 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU
 2021-08-25 22:49 UTC  (2+ messages)

[PATCH 0/4] Prevent inlining for asm blocks with labels
 2021-08-25 22:26 UTC  (5+ messages)
` [PATCH 1/4] x86: realmode: mark exec_in_big_real_mode as noinline
` [PATCH 2/4] x86: svm: mark test_run "
` [PATCH 3/4] x86: umip: mark do_ring3 "
` [PATCH 4/4] x86: vmx: mark some test_* functions "

[PATCH v4] vfio/ap_ops: Convert to use vfio_register_group_dev()
 2021-08-25 22:21 UTC  (5+ messages)

[PATCH 0/3] perf/x86/intel: KVM: PT intr handler fix and cleanup
 2021-08-25 20:09 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-25 19:19 UTC  (16+ messages)
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 v5 26/38] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler

[PATCH][kvmtool] virtio/pci: Correctly handle MSI-X masking while MSI-X is disabled
 2021-08-25 17:44 UTC  (5+ messages)

[RFC PATCH v4 kvmtool 0/5] KVM SPE support
 2021-08-25 16:19 UTC  (6+ messages)
` [RFC PATCH v4 kvmtool 1/5] update_headers: Sync KVM UAPI headers with KVM SPE implementation
` [RFC PATCH v4 kvmtool 2/5] arm/arm64: Make kvm__arch_delete_ram() aarch32/aarch64 specific
` [RFC PATCH v4 kvmtool 3/5] init: Add last_{init, exit} list macros
` [RFC PATCH v4 kvmtool 4/5] arm64: Add SPE support
` [RFC PATCH v4 kvmtool 5/5] arm64: SPE: Set KVM_ARM_VCPU_SUPPORTED_CPUS

cleanup vfio iommu_group creation v2
 2021-08-25 16:08 UTC  (26+ messages)
` [PATCH 01/14] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 13/14] vfio/iommu_type1: remove the "external" domain

[PATCH v10 02/28] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers
 2021-08-25 15:53 UTC  (5+ messages)
` [PATCH v10 04/28] x86/fpu/xstate: Modify address finders "
` [PATCH v10 06/28] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
` [PATCH v10 08/28] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer
` [PATCH v10 10/28] x86/fpu/xstate: Update the XSTATE save function to support dynamic states

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-25 13:50 UTC  (8+ messages)
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address

[PATCH v2 0/4] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-25 13:19 UTC  (14+ messages)
` [PATCH v2 4/4] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

[PATCH 0/2] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-08-25 12:40 UTC  (5+ messages)
` [PATCH 2/2] KVM: nSVM: temporarly save vmcb12's efer, cr0 and cr4 to avoid TOC/TOU races

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-25 12:17 UTC  (9+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v11 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace

[PATCH 0/5] KVM: VMX: PT (processor trace) optimizations and fixes
 2021-08-25 11:53 UTC  (9+ messages)
` [PATCH 3/5] KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit

[PATCH 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-08-25  9:05 UTC  (2+ messages)
` [PATCH 2/2] vfio/fsl-mc: Add per device reset support

[PATCH v8 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR
 2021-08-25  7:59 UTC  (2+ messages)

Re: [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
 2021-08-25  7:57 UTC  (3+ messages)
` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work

[Bug 110441] New: KVM guests randomly get I/O errors on VirtIO based devices
 2021-08-25  5:36 UTC  (2+ messages)
` [Bug 110441] "

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-08-25  2:50 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v3 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v3 3/4] KVM: arm64/mmu: "
` [PATCH v3 4/4] KVM: mmu: remove over-aggressive warnings


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