kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-05 18:01:48 to 2021-02-08 13:41:26 UTC [more...]

[PATCH v18 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-02-08 13:40 UTC 

[RFC, v3 0/2] msi support for platform devices
 2021-02-08 13:31 UTC  (6+ messages)
` [RFC v4 0/3] "
  ` [RFC v4 1/3] vfio/platform: add support for msi
  ` [RFC v4 2/3] vfio/platform: change cleanup order

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

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-08 12:44 UTC  (11+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

[PATCH RESEND] perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]
 2021-02-08 12:40 UTC  (3+ messages)

[PATCH v3 10/21] x86/fpu/xstate: Update xstate save function to support dynamic xstate
 2021-02-08 12:33 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/11] GIC fixes and improvements
 2021-02-08 12:02 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 11/11] arm64: gic: Use IPI test checking for the LPI tests

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-08 11:49 UTC  (7+ messages)
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION

[PATCH v2] KVM: x86/MMU: Do not check unsync status for root SP
 2021-02-08 11:36 UTC  (2+ messages)

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-02-08 11:22 UTC  (5+ messages)
` [RFC PATCH 1/4] KVM: arm64: Move the clean of dcache to the map handler
` [RFC PATCH 2/4] KVM: arm64: Add an independent API for coalescing tables
` [RFC PATCH 3/4] KVM: arm64: Install the block entry before unmapping the page mappings
` [RFC PATCH 4/4] KVM: arm64: Distinguish cases of memcache allocations completely

linux-next: build failure after merge of the kvm tree
 2021-02-08 11:18 UTC  (2+ messages)

[PATCH] drm/i915/gvt/kvmgt: Fix the build failure in kvmgt
 2021-02-08 18:52 UTC 

[RFC PATCH v4 00/26] KVM SGX virtualization support
 2021-02-08 11:11 UTC  (29+ messages)
` [RFC PATCH v4 01/26] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [RFC PATCH v4 02/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v4 03/26] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [RFC PATCH v4 04/26] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v4 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v4 06/26] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v4 07/26] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v4 08/26] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v4 09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v4 10/26] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v4 11/26] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v4 12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v4 13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v4 14/26] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v4 15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v4 16/26] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH v4 17/26] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH v4 18/26] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [RFC PATCH v4 19/26] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [RFC PATCH v4 20/26] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH v4 21/26] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH v4 22/26] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH v4 23/26] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH v4 24/26] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH v4 25/26] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH v4 26/26] KVM: x86: Add capability to grant VM access to privileged SGX attribute

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

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-02-08 10:32 UTC  (14+ messages)
` [PATCH v2 13/28] KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
` [PATCH v2 21/28] KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
` [PATCH v2 23/28] KVM: x86/mmu: Allow parallel page faults for the TDP MMU

[PATCH v2 0/4] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-02-08 10:31 UTC  (8+ messages)
` [PATCH v2 4/4] KVM: x86: Expose Architectural LBR CPUID and its XSAVES bit

[RFC PATCH] KVM: x86: Set PF_VCPU when processing IRQs to fix tick-based accounting
 2021-02-08 10:28 UTC  (2+ messages)

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-02-08 10:25 UTC  (11+ messages)
` [PATCH RFC 1/7] kvm: x86: Expose XFD CPUID to guest
` [PATCH RFC 2/7] kvm: x86: Introduce XFD MSRs as passthrough "
` [PATCH RFC 3/7] kvm: x86: XSAVE state and XFD MSRs context switch
` [PATCH RFC 4/7] kvm: x86: Add new ioctls for XSAVE extension
` [PATCH RFC 5/7] kvm: x86: Revise CPUID.D.1.EBX for alignment rule
` [PATCH RFC 6/7] kvm: x86: Add AMX_TILE, AMX_INT8 and AMX_BF16 support
` [PATCH RFC 7/7] kvm: x86: AMX XCR0 support for guest

[RFC PATCH 0/2] Add a test for kvm page table code
 2021-02-08 10:21 UTC  (4+ messages)
` [RFC PATCH 1/2] KVM: selftests: Add a macro to get string of vm_mem_backing_src_type
` [RFC PATCH 2/2] KVM: selftests: Add a test for kvm page table code

[PATCH v2 1/1] vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay
 2021-02-08  9:57 UTC  (3+ messages)
  ` [vdpa_sim_net] 79991caf52: net/ipv4/ipmr.c:#RCU-list_traversed_in_non-reader_section

[PATCH v2] vfio/pci: Add support for opregion v2.0+
 2021-02-08 17:02 UTC  (2+ messages)
` [PATCH v3] vfio/pci: Add support for opregion v2.1+

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-08  8:21 UTC  (3+ messages)
` [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain

[PATCH v1] kvm: x86: Revise guest_fpu xcomp_bv field
 2021-02-08 16:16 UTC 

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-08  6:32 UTC  (20+ messages)
` [RFC PATCH v4 01/17] af_vsock: update functions for connectible socket
` [RFC PATCH v4 02/17] af_vsock: separate wait data loop
` [RFC PATCH v4 03/17] af_vsock: separate receive "
` [RFC PATCH v4 04/17] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v4 05/17] af_vsock: separate wait space loop
` [RFC PATCH v4 06/17] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v4 07/17] af_vsock: rest of SEQPACKET support
` [RFC PATCH v4 08/17] af_vsock: update comments for stream sockets
` [RFC PATCH v4 09/17] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v4 10/17] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v4 11/17] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v4 12/17] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v4 13/17] virtio/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v4 14/17] vhost/vsock: "
` [RFC PATCH v4 15/17] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v4 16/17] loopback/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v4 17/17] virtio/vsock: simplify credit update function API

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

[PATCH v3 00/13] vdpa: add vdpa simulator for block device
 2021-02-08  4:13 UTC  (11+ messages)
` [PATCH v3 08/13] vdpa: add return value to get_config/set_config callbacks
` [PATCH v3 09/13] vhost/vdpa: remove vhost_vdpa_config_validate()

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-08  1:17 UTC  (23+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU
` [RFC PATCH 04/11] iommu/arm-smmu-v3: Split block descriptor to a span of page
` [RFC PATCH 05/11] iommu/arm-smmu-v3: Merge a span of page to block descriptor
` [RFC PATCH 06/11] iommu/arm-smmu-v3: Scan leaf TTD to sync hardware dirty log
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-08  0:28 UTC  (9+ messages)
` [PATCH v10 12/16] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

linux-next: build failure after merge of the kvm tree
 2021-02-07 19:48 UTC  (3+ messages)

[kvm:queue 102/138] drivers/gpu/drm/i915/gvt/kvmgt.c:1706:12: error: passing argument 1 of 'spin_lock' from incompatible pointer type
 2021-02-07 12:56 UTC 

[RFC PATCH v1 0/4] vfio: Add IOPF support for VFIO passthrough
 2021-02-07 11:47 UTC  (8+ messages)

[PATCH] KVM: x86: compile out TDP MMU on 32-bit systems
 2021-02-06 14:53 UTC 

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-02-06  4:01 UTC  (2+ messages)

[PATCH] KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspace
 2021-02-06  0:32 UTC 

[RESEND RFC: timer passthrough 0/9] Support timer passthrough for VM
 2021-02-05 18:22 UTC  (9+ messages)
` [RFC: timer passthrough 1/9] KVM: vmx: hook set_next_event for getting the host tscd
` [RFC: timer passthrough 3/9] KVM: vmx: enable passthrough timer to guest
` [RFC: timer passthrough 4/9] KVM: vmx: enable passth timer switch to sw timer
` [RFC: timer passthrough 5/9] KVM: vmx: use tsc_adjust to enable tsc_offset timer passthrough
` [RFC: timer passthrough 7/9] KVM: vmx: save the initial value of host tscd

[PATCH v2 0/2] s390/kvm: fix MVPG when in VSIE
 2021-02-05 12:56 UTC  (8+ messages)
` [PATCH v2 1/2] s390/kvm: extend kvm_s390_shadow_fault to return entry pointer
` [PATCH v2 2/2] s390/kvm: VSIE: correctly handle MVPG when in VSIE

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-05 10:56 UTC  (10+ messages)
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1

[GIT PULL] vdpa: last minute bugfix
 2021-02-05 18:12 UTC  (2+ messages)

[PATCH] coresight: etm4x: Fix merge resolution for amba rework
 2021-02-05 14:04 UTC  (2+ messages)

general protection fault in vmx_vcpu_run (2)
 2021-02-05 15:20 UTC 

[PATCH v5 00/14] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-02-05 20:54 UTC  (15+ messages)
` [PATCH v5 01/14] vfio/mdev: idxd: add theory of operation documentation for idxd mdev
` [PATCH v5 02/14] dmaengine: idxd: add IMS detection in base driver
` [PATCH v5 03/14] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH v5 04/14] vfio/mdev: idxd: Add auxialary device plumbing for idxd mdev support
` [PATCH v5 05/14] vfio/mdev: idxd: add basic mdev registration and helper functions
` [PATCH v5 06/14] vfio/mdev: idxd: add mdev type as a new wq type
` [PATCH v5 07/14] vfio/mdev: idxd: add 1dwq-v1 mdev type
` [PATCH v5 08/14] vfio/mdev: idxd: add emulation rw routines
` [PATCH v5 09/14] vfio/mdev: idxd: prep for virtual device commands
` [PATCH v5 10/14] vfio/mdev: idxd: virtual device commands emulation
` [PATCH v5 11/14] vfio/mdev: idxd: ims setup for the vdcm
` [PATCH v5 12/14] vfio/mdev: idxd: add irq bypass for IMS vectors
` [PATCH v5 13/14] vfio/mdev: idxd: add new wq state for mdev
` [PATCH v5 14/14] vfio/mdev: idxd: add error notification from host driver to mediated device

[PATCH v17 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-02-05 17:00 UTC  (6+ messages)
` [PATCH v17 1/7] arm/arm64: Probe for the presence of KVM hypervisor

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-05 16:51 UTC  (11+ messages)

[PATCH 0/2] KVM: do not assume PTE is writable after follow_pfn
 2021-02-05 18:14 UTC  (2+ messages)

[GIT PULL] KVM fixes for 5.11-rc7
 2021-02-05 18:13 UTC  (4+ messages)

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-05 17:58 UTC  (5+ 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).