kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-29 17:23:46 to 2021-02-01 16:31:41 UTC [more...]

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-01 16:28 UTC  (9+ messages)
` [PATCH 1/9] vfio-pci: rename vfio_pci.c to vfio_pci_core.c
` [PATCH 2/9] vfio-pci: introduce vfio_pci_core subsystem driver
` [PATCH 3/9] vfio-pci-core: export vfio_pci_register_dev_region function
` [PATCH 4/9] mlx5-vfio-pci: add new vfio_pci driver for mlx5 devices
` [PATCH 5/9] vfio-pci/zdev: remove unused vdev argument
` [PATCH 7/9] vfio/pci: use s390 naming instead of zdev
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd
` [PATCH 9/9] vfio/pci: use powernv naming instead of nvlink2

[PATCH v2 1/1] vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay
 2021-02-01 16:03 UTC  (3+ messages)

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-01 15:25 UTC  (40+ messages)
` [RFC PATCH v3 01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v3 02/27] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [RFC PATCH v3 03/27] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v3 06/27] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v3 07/27] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v3 08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v3 09/27] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v3 12/27] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v3 13/27] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v3 14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v3 15/27] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v3 16/27] KVM: VMX: Convert vcpu_vmx.exit_reason to a union

[PATCH 1/2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-01 15:19 UTC  (4+ messages)
` [PATCH 2/2] KVM: Scalable memslots implementation

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-01 15:15 UTC  (10+ messages)
` [PATCH v13 01/15] iommu: Introduce attach/detach_pasid_table API
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 03/15] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v13 04/15] iommu/smmuv3: Allow s1 and s2 configs to coexist

arm64: gen-hyprel.c:40:10: fatal error: generated/autoconf.h: No such file or directory
 2021-02-01 15:01 UTC  (2+ messages)

[PATCH] KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check
 2021-02-01 14:43 UTC  (2+ messages)

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-02-01 14:41 UTC  (5+ messages)
` [PATCH v13 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device

[RFC PATCH v3 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-01 14:34 UTC  (11+ messages)
` [RFC PATCH v3 10/13] virtio/vsock: rest of "

[PATCH v6 05/11] target/arm: Restrict ARMv6 cpus to TCG accel
 2021-02-01 14:29 UTC  (6+ messages)
` [PATCH v6 00/11] Support disabling TCG on ARM (part 2)
    ` [PATCH v6 01/11] sysemu/tcg: Introduce tcg_builtin() helper
  ` [PATCH v6 02/11] exec: Restrict TCG specific headers

[stable-5.4][PATCH] KVM: Forbid the use of tagged userspace addresses for memslots
 2021-02-01 13:55 UTC  (3+ messages)

[RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log
 2021-02-01 13:25 UTC  (4+ messages)

[PATCH V3 0/9] vfio virtual address update
 2021-02-01 13:17 UTC  (33+ messages)
` [PATCH V3 1/9] vfio: option to unmap all
` [PATCH V3 2/9] vfio/type1: unmap cleanup
` [PATCH V3 3/9] vfio/type1: implement unmap all
` [PATCH V3 4/9] vfio: interfaces to update vaddr
` [PATCH V3 5/9] vfio/type1: massage unmap iteration
` [PATCH V3 6/9] vfio/type1: implement interfaces to update vaddr
` [PATCH V3 7/9] vfio: iommu driver notify callback
` [PATCH V3 8/9] vfio/type1: implement "
` [PATCH V3 9/9] vfio/type1: block on invalid vaddr

[kvm-unit-tests PATCH v1 1/5] s390x: css: Store CSS Characteristics
 2021-02-01 12:22 UTC  (5+ messages)
  ` [kvm-unit-tests PATCH v1 2/5] s390x: css: simplifications of the tests

[PATCH v3] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-02-01 11:21 UTC  (2+ messages)

[RFC v3 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-02-01 11:05 UTC  (9+ messages)
` [RFC v3 03/11] vdpa: Remove the restriction that only supports virtio-net devices
              `  "

[Bug 211467] New: Regression affecting 32->64 bit SYSENTER on AMD
 2021-02-01 10:31 UTC  (4+ messages)
` [Bug 211467] "

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-01 10:23 UTC  (22+ messages)
` [PATCH RFC v2 02/10] vringh: add 'iotlb_lock' to synchronize iotlb accesses
` [PATCH RFC v2 03/10] vringh: reset kiov 'consumed' field in __vringh_iov()
` [PATCH RFC v2 04/10] vringh: implement vringh_kiov_advance()
` [PATCH RFC v2 05/10] vringh: add vringh_kiov_length() helper
` [PATCH RFC v2 06/10] vdpa_sim: cleanup kiovs in vdpasim_free()
` [PATCH RFC v2 08/10] vdpa: add vdpa simulator for block device
` [PATCH RFC v2 09/10] vdpa_sim_blk: implement ramdisk behaviour
` [PATCH RFC v2 10/10] vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID

[RFC 0/7] KVM: PKS Virtualization support
 2021-02-01 10:05 UTC  (5+ messages)
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-02-01  9:40 UTC  (15+ messages)

[PATCH v2] KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
 2021-02-01  9:08 UTC  (4+ messages)

[PATCH] KVM: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-01  9:01 UTC  (2+ messages)

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-02-01  8:43 UTC  (5+ messages)

[PATCH 1/2] KVM: selftests: Keep track of memslots more efficiently
 2021-02-01  8:10 UTC  (2+ messages)
` [PATCH 2/2] KVM: selftests: add a memslot-related performance benchmark

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-02-01  7:56 UTC  (10+ messages)
` [RFC PATCH v1 1/4] vfio/type1: Add a bitmap to track IOPF mapped pages
` [RFC PATCH v1 3/4] vfio: Try to enable IOPF for VFIO devices

[PATCH v14 00/11] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-02-01  6:01 UTC  (17+ messages)
` [PATCH v14 01/11] KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static
` [PATCH v14 02/11] KVM: x86/pmu: Set up IA32_PERF_CAPABILITIES if PDCM bit is available
` [PATCH v14 03/11] KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
` [PATCH v14 04/11] KVM: vmx/pmu: Expose DEBUGCTLMSR_LBR in the MSR_IA32_DEBUGCTLMSR
` [PATCH v14 05/11] KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
` [PATCH v14 06/11] KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE
` [PATCH v14 07/11] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
` [PATCH v14 08/11] KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
` [PATCH v14 09/11] KVM: vmx/pmu: Release guest LBR event via lazy release mechanism
` [PATCH v14 10/11] KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES
` [PATCH v14 11/11] selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES

[RESEND v13 00/10] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-02-01  5:28 UTC  (5+ messages)
` [RESEND v13 03/10] KVM: x86/pmu: Use IA32_PERF_CAPABILITIES to adjust features visibility

[kvm-unit-test] [PATCH] x86: Add tests for Guest Last Branch Recording (LBR)
 2021-02-01  4:57 UTC 

[PATCH v14 00/13] Introduce support for guest CET feature
 2021-02-01  4:56 UTC  (5+ messages)
` [PATCH v14 10/13] KVM: x86: Enable CET virtualization for VMX and advertise CET to userspace

[PATCH] uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED
 2021-02-01  4:25 UTC 

[PATCH v5 00/11] Support disabling TCG on ARM (part 2)
 2021-01-31 15:35 UTC  (17+ messages)
` [PATCH v5 01/11] exec: Restrict TCG specific headers
` [PATCH v5 02/11] default-configs: Remove unnecessary SEMIHOSTING selection
` [PATCH v5 03/11] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v5 04/11] target/arm: Restrict ARMv5 "
` [PATCH v5 05/11] target/arm: Restrict ARMv6 "
` [PATCH v5 06/11] target/arm: Restrict ARMv7 R-profile "
` [PATCH v5 07/11] target/arm: Restrict ARMv7 M-profile "
` [PATCH v5 08/11] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v5 09/11] target/arm: Reorder meson.build rules
` [PATCH v5 10/11] target/arm: Do not build TCG objects when TCG is off
` [PATCH v5 11/11] .travis.yml: Add a KVM-only Aarch64 job

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-01-30 18:54 UTC  (8+ messages)
` [RFC v2 2/4] KVM: x86: add support for ioregionfd signal handling
` [RFC v2 3/4] KVM: add support for ioregionfd cmds/replies serialization
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION

Add vfio-platform support for ONESHOT irq forwarding?
 2021-01-30 16:38 UTC  (8+ messages)

[PATCH v5 00/16] KVM: Add minimal support for Xen HVM guests
 2021-01-30 13:01 UTC  (6+ messages)
` [PATCH v5 16/16] KVM: x86/xen: Add event channel interrupt vector upcall

[PATCH] KVM: x86/mmu: Remove the defunct update_pte() paging hook
 2021-01-30  3:00 UTC  (2+ messages)

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2021-01-29 18:53 UTC  (4+ messages)
` [PATCH v4 09/12] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-01-29 18:05 UTC  (7+ messages)
` [PATCH v3 05/66] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v3 07/66] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-01-29 17:46 UTC  (13+ messages)
` [PATCH v6 1/6] sev/i386: Add initial support for SEV-ES
` [PATCH v6 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v6 3/6] sev/i386: Allow AP booting under SEV-ES
` [PATCH v6 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v6 5/6] kvm/i386: Use a per-VM check for SMM capability
` [PATCH v6 6/6] sev/i386: Enable an SEV-ES guest based on SEV policy

[RFC, v3 0/2] msi support for platform devices
 2021-01-29 17:24 UTC  (5+ messages)
` [RFC v4 0/3] "
  ` [RFC v4 1/3] vfio/platform: add support for msi
  ` [RFC v4 2/3] vfio/platform: change cleanup order
  ` [RFC v4 3/3] vfio: platform: reset: add msi support


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