kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-08 03:37:04 to 2021-02-09 12:07:11 UTC [more...]

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-09 11:57 UTC  (6+ messages)
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[RFC PATCH 0/2] Add a test for kvm page table code
 2021-02-09 11:21 UTC  (12+ 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

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

[PATCH v3] KVM: x86/MMU: Do not check unsync status for root SP
 2021-02-09 17:01 UTC  (2+ messages)

[PATCH] KVM: nVMX: Sync L2 guest CET states between L1/L2
 2021-02-09 10:53 UTC  (2+ messages)

[PATCH v2 00/15] KVM: x86: Conditional Hyper-V emulation enablement
 2021-02-09 10:31 UTC  (8+ messages)
` [PATCH v2 10/15] KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcpu_hv'

[PATCH 1/2] KVM: x86/xen: Allow reset of Xen attributes
 2021-02-09 10:03 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr()

[PATCH 0/2] KVM: do not assume PTE is writable after follow_pfn
 2021-02-09 10:02 UTC  (13+ messages)
` [PATCH 1/2] mm: provide a sane PTE walking API for modules

linux-next: build warning after merge of the kvm tree
 2021-02-09 10:01 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Use hva_t for holding hypercall page address
 2021-02-09  9:22 UTC  (4+ messages)

[PATCH] KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
 2021-02-09  9:21 UTC  (2+ messages)

[PATCH] KVM: x86: hyper-v: Fix erroneous 'current_vcpu' usage in kvm_hv_flush_tlb()
 2021-02-09  9:17 UTC  (2+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Add new s390x targets to run tests with TCG and KVM accel
 2021-02-09  8:58 UTC  (7+ messages)

[PATCH v2] KVM: x86/MMU: Do not check unsync status for root SP
 2021-02-09  8:53 UTC  (7+ messages)

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-02-09  8:26 UTC  (7+ messages)

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-09  6:26 UTC  (10+ messages)
` [RFC v2 2/4] KVM: x86: add support for ioregionfd signal handling
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION

[PATCH v10 16/16] KVM: SVM: Bypass DBG_DECRYPT API calls for unencrypted guest memory
 2021-02-09  6:23 UTC  (2+ messages)

linux-next: build failure after merge of the kvm tree
 2021-02-09  4:56 UTC  (4+ messages)

[PATCH v2 0/9] Introduce vfio-pci-core subsystem
 2021-02-09  1:55 UTC  (14+ messages)
` [PATCH 8/9] vfio/pci: use x86 naming instead of igd

[PATCH] drm/i915/gvt/kvmgt: Fix the build failure in kvmgt
 2021-02-09  1:08 UTC  (2+ messages)

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-09  0:36 UTC  (4+ messages)
` [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain

[RFC PATCH v4 00/26] KVM SGX virtualization support
 2021-02-09  0:09 UTC  (31+ 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 v10 00/17] Add AMD SEV guest live migration support
 2021-02-08 22:50 UTC  (9+ messages)
` [PATCH v10 12/16] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

[PATCH net] vsock/virtio: update credit only if socket is not closed
 2021-02-08 21:40 UTC  (3+ messages)

[PATCH] KVM: x86: compile out TDP MMU on 32-bit systems
 2021-02-08 19:41 UTC  (3+ messages)

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-02-08 18:55 UTC  (10+ messages)
` [PATCH RFC 3/7] kvm: x86: XSAVE state and XFD MSRs context switch

[PATCH v2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-08 18:51 UTC 

[RESEND RFC: timer passthrough 0/9] Support timer passthrough for VM
 2021-02-08 18:13 UTC  (2+ messages)

[PATCH v6 0/6] Qemu SEV-ES guest support
 2021-02-08 17:35 UTC  (5+ messages)

[PATCH v1] kvm: x86: Revise guest_fpu xcomp_bv field
 2021-02-08 17:24 UTC  (3+ messages)

[PATCH for 5.4] Fix unsynchronized access to sev members through svm_register_enc_region
 2021-02-08 16:54 UTC  (2+ messages)

[PATCH for 4.19] Fix unsynchronized access to sev members through svm_register_enc_region
 2021-02-08 16:53 UTC  (2+ messages)

memory leak in virtio_transport_send_pkt_info
 2021-02-08 16:39 UTC 

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

[RFC, v3 0/2] msi support for platform devices
 2021-02-08 15:27 UTC  (8+ 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

[PATCH 5.10 077/120] Fix unsynchronized access to sev members through svm_register_enc_region
 2021-02-08 15:01 UTC 

[PATCH 0/5] KVM: Make the maximum number of user memslots configurable and raise the default
 2021-02-08 15:02 UTC  (10+ messages)
` [PATCH 1/5] KVM: Make the maximum number of user memslots a per-VM thing

[PATCH v18 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-02-08 13:40 UTC  (8+ messages)
` [PATCH v18 1/7] arm/arm64: Probe for the presence of KVM hypervisor
` [PATCH v18 2/7] KVM: arm64: Advertise KVM UID to guests via SMCCC
` [PATCH v18 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent
` [PATCH v18 4/7] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v18 5/7] clocksource: Add clocksource id for arm arch counter
` [PATCH v18 6/7] KVM: arm64: Add support for the KVM PTP service
` [PATCH v18 7/7] ptp: arm/arm64: Enable ptp_kvm for arm/arm64

[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 RESEND] perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]
 2021-02-08 12:40 UTC  (2+ 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 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 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  (5+ messages)
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map

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

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-08  6:32 UTC  (3+ messages)

[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  (7+ messages)
` [PATCH v3 09/13] vhost/vdpa: remove vhost_vdpa_config_validate()


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