kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-30 14:51:36 to 2021-02-02 06:32:23 UTC [more...]

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-02-02  6:31 UTC  (10+ messages)
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest

[PATCH v1] vfio/pci: Add support for opregion v2.0+
 2021-02-02  5:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] KVM: MIPS: remove unneeded semicolon
 2021-02-02  4:40 UTC  (2+ messages)

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-02  4:13 UTC  (14+ messages)
` [PATCH v8 01/13] qom: Allow optional sugar props
` [PATCH v8 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v8 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v8 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
` [PATCH v8 05/13] confidential guest support: Rework the "memory-encryption" property
` [PATCH v8 06/13] sev: Add Error ** to sev_kvm_init()
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
` [PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PATCH v8 09/13] confidential guest support: Update documentation
` [PATCH v8 10/13] spapr: Add PEF based confidential guest support
` [PATCH v8 11/13] spapr: PEF: prevent migration
` [PATCH v8 12/13] confidential guest support: Alter virtio default properties for protected guests
` [PATCH v8 13/13] s390: Recognize confidential-guest-support option

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-02  3:26 UTC  (23+ 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

[PATCH v7 00/13] Generalize memory encryption models
 2021-02-02  1:41 UTC  (5+ messages)
` [PATCH v7 07/13] confidential guest support: Introduce cgs "ready" flag

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

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-02-02  1:33 UTC 

[PATCH] KVM: x86/mmu: Remove unused variable invalid_list
 2021-02-02  0:30 UTC 

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-02  0:12 UTC  (43+ 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

[GIT PULL] vdpa: bugfix
 2021-02-01 23:25 UTC 

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

[PATCH V3 0/9] vfio virtual address update
 2021-02-01 21:13 UTC  (34+ 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

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-01 20:47 UTC  (18+ 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 6/9] vfio-pci/zdev: fix possible segmentation fault issue
` [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 v4 00/15] x86: major paravirt cleanup
 2021-02-01 19:48 UTC  (3+ messages)
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-02-01 18:48 UTC  (4+ messages)
` [PATCH v6 3/6] sev/i386: Allow AP booting under SEV-ES

[PATCH v6 05/11] target/arm: Restrict ARMv6 cpus to TCG accel
 2021-02-01 17:37 UTC  (9+ 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
  ` [PATCH v6 03/11] target/arm: Restrict ARMv4 cpus to TCG accel
    ` [PATCH v6 06/11] target/arm: Restrict ARMv7 R-profile "

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

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

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

[PATCH v5 0/2] System Generation ID driver and VMGENID backend
 2021-02-01 17:24 UTC  (3+ messages)
` [PATCH v5 1/2] drivers/misc: sysgenid: add system generation id driver
` [PATCH v5 2/2] drivers/virt: vmgenid: add vm "

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-01 17:19 UTC  (12+ 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

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

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 "

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

[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

[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
              `  "

[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] 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  (3+ messages)

[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  (4+ 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  (7+ messages)
` [PATCH v5 03/11] target/arm: Restrict ARMv4 cpus to TCG accel

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


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