kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 18:36:02 to 2021-04-08 01:40:13 UTC [more...]

[PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
 2021-04-08  1:40 UTC  (7+ messages)

[PATCH v4 00/11] KVM SGX virtualization support (KVM part)
 2021-04-07 23:08 UTC  (25+ messages)
` [PATCH v4 01/11] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [PATCH v4 02/11] KVM: x86: Define new #PF SGX error code bit
` [PATCH v4 03/11] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v4 04/11] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v4 05/11] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [PATCH v4 06/11] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [PATCH v4 07/11] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [PATCH v4 08/11] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v4 09/11] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [PATCH v4 10/11] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [PATCH v4 11/11] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-07 22:48 UTC  (12+ messages)
` [PATCH 1/7] hyperv: Detect Nested virtualization support "
` [PATCH 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
` [PATCH 4/7] KVM: SVM: hyper-v: Nested enlightenments in VMCB
` [PATCH 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM
` [PATCH 6/7] KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
` [PATCH 7/7] KVM: SVM: hyper-v: Direct Virtual Flush support

[PATCH 0/4] Add support for XMM fast hypercalls
 2021-04-07 21:29 UTC 

[PATCH 1/4] KVM: x86: Move FPU register accessors into fpu.h
 2021-04-07 21:19 UTC  (4+ messages)
` [PATCH 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH] KVM: SVM: Make sure GHCB is mapped before updating
 2021-04-07 21:07 UTC  (4+ messages)

[RFC PATCH v3 0/2] KVM: arm64: Improve efficiency of stage2 page table
 2021-04-07 20:57 UTC  (6+ messages)
` [RFC PATCH v3 1/2] KVM: arm64: Move CMOs from user_mem_abort to the fault handlers
` [RFC PATCH v3 2/2] KVM: arm64: Distinguish cases of memcache allocations completely

[PATCH 1/1] x86/kvm/svm: Implement support for PSFD
 2021-04-07 20:03 UTC  (2+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-07 19:45 UTC  (15+ messages)
` [RFC Part1 PATCH 06/13] x86/compressed: rescinds and validate the memory used for the GHCB
` [RFC Part1 PATCH 07/13] x86/compressed: register GHCB memory when SNP is active

[PATCH kvm-unit-tests 0/8] arm/arm64: Prepare for target-efi
 2021-04-07 18:59 UTC  (9+ messages)
` [PATCH kvm-unit-tests 1/8] arm/arm64: Reorganize cstart assembler
` [PATCH kvm-unit-tests 2/8] arm/arm64: Move setup_vm into setup
` [PATCH kvm-unit-tests 3/8] pci-testdev: ioremap regions
` [PATCH kvm-unit-tests 4/8] arm/arm64: mmu: Stop mapping an assumed IO region
` [PATCH kvm-unit-tests 5/8] arm/arm64: mmu: Remove memory layout assumptions
` [PATCH kvm-unit-tests 6/8] arm/arm64: setup: Consolidate "
` [PATCH kvm-unit-tests 7/8] chr-testdev: Silently fail init
` [PATCH kvm-unit-tests 8/8] arm/arm64: psci: don't assume method is hvc

[PATCH] KVM: arm64: Fully zero the vcpu state on reset
 2021-04-07 18:13 UTC 

[PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers
 2021-04-07 18:00 UTC  (18+ messages)
` [PATCH v2 1/8] crypto: ccp: Free SEV device if SEV init fails
` [PATCH v2 2/8] crypto: ccp: Detect and reject "invalid" addresses destined for PSP
` [PATCH v2 3/8] crypto: ccp: Reject SEV commands with mismatching command buffer
` [PATCH v2 4/8] crypto: ccp: Play nice with vmalloc'd memory for SEV command structs
` [PATCH v2 5/8] crypto: ccp: Use the stack for small SEV command buffers
` [PATCH v2 6/8] crypto: ccp: Use the stack and common buffer for status commands
` [PATCH v2 7/8] crypto: ccp: Use the stack and common buffer for INIT command
` [PATCH v2 8/8] KVM: SVM: Allocate SEV command structures on local stack

[PATCH 1/3] virtio: update reset callback to return status
 2021-04-07 17:51 UTC  (8+ messages)
` [PATCH 2/3] virito_pci: add timeout to reset device operation
` [PATCH 3/3] virtio_pci: add module param for reset_timeout

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-04-07 17:40 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: reduce pvclock_gtod_sync_lock critical sections

[PATCH v2] KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations
 2021-04-07 16:59 UTC  (3+ messages)

[PATCH v4 00/16] KVM: x86/pmu: Add basic support to enable Guest PEBS via DS
 2021-04-07 15:40 UTC  (13+ messages)
` [PATCH v4 02/16] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH v4 06/16] KVM: x86/pmu: Reprogram guest PEBS event to emulate guest PEBS counter
` [PATCH v4 07/16] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH v4 08/16] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to manage guest DS buffer
` [PATCH v4 09/16] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS

[PATCH v19 0/7] KVM: arm64: Add host/guest KVM-PTP support
 2021-04-07 15:31 UTC  (5+ messages)
` [PATCH v19 3/7] ptp: Reorganize ptp_kvm.c to make it arch-independent

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-07 15:10 UTC  (12+ messages)
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH] KVM: selftests: vgic_init kvm selftests fixup
 2021-04-07 14:52 UTC  (3+ messages)

[PATCH v11 00/13] Add AMD SEV guest live migration support
 2021-04-07 14:01 UTC  (13+ messages)
` [PATCH v11 08/13] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v11 10/13] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-07 13:18 UTC  (3+ messages)
` [RFC PATCH v2 2/2] "

[PATCH -next] s390/protvirt: fix error return code in uv_info_init()
 2021-04-07 13:06 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 0/7] s390: Add support for large pages
 2021-04-07 12:42 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] s390x: lib: add and use macros for control register bits
` [kvm-unit-tests PATCH v3 2/7] libcflat: add SZ_1M and SZ_2G
` [kvm-unit-tests PATCH v3 3/7] s390x: lib: fix pgtable.h
` [kvm-unit-tests PATCH v3 4/7] s390x: lib: Add idte and other huge pages functions/macros
` [kvm-unit-tests PATCH v3 5/7] s390x: lib: add PGM_TEID_* macros
` [kvm-unit-tests PATCH v3 6/7] s390x: mmu: add support for large pages
` [kvm-unit-tests PATCH v3 7/7] s390x: edat test

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2021-04-07 11:34 UTC  (5+ messages)
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device

Commit "x86/kvm: Move context tracking where it belongs" broke guest time accounting
 2021-04-07 11:01 UTC  (3+ messages)

[PATCH v6 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-07 10:58 UTC  (5+ messages)
` [PATCH v6 9/9] KVM: selftests: aarch64/vgic-v3 init sequence tests

[kvm-unit-tests PATCH v3 00/16] s390x: Testing SSCH, CSCH and HSCH for errors
 2021-04-07 10:53 UTC  (18+ messages)
` [kvm-unit-tests PATCH v3 03/16] s390x: css: simplify skipping tests on no device
` [kvm-unit-tests PATCH v3 11/16] s390x: css: No support for MIDAW
` [kvm-unit-tests PATCH v3 12/16] s390x: css: Check ORB reserved bits
` [kvm-unit-tests PATCH v3 13/16] s390x: css: checking for CSS extensions
` [kvm-unit-tests PATCH v3 14/16] s390x: css: issuing SSCH when the channel is status pending

[PATCH v4 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-07  8:10 UTC  (3+ messages)
` [PATCH v4 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-04-07  9:33 UTC  (3+ messages)
` [PATCH v12 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE

[PATCH] x86/kvm: Don't alloc __pv_cpu_mask when !CONFIG_SMP
 2021-04-07  8:53 UTC 

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v3
 2021-04-07  8:57 UTC  (2+ messages)

[PATCH v2 00/19] Fix broken documentation file references
 2021-04-07  8:20 UTC  (2+ messages)
` [PATCH v2 16/19] docs: vcpu-requests.rst: fix reference for atomic ops

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-07  7:39 UTC  (3+ messages)
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie

[PATCH v2 00/18] Make vfio_mdev type safe
 2021-04-07  5:16 UTC  (19+ messages)
` [PATCH v2 01/18] vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR's
` [PATCH v2 02/18] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer
` [PATCH v2 03/18] vfio/mdev: Add missing typesafety around mdev_device
` [PATCH v2 04/18] vfio/mdev: Simplify driver registration
` [PATCH v2 05/18] vfio/mdev: Use struct mdev_type in struct mdev_device
` [PATCH v2 06/18] vfio/mdev: Expose mdev_get/put_parent to mdev_private.h
` [PATCH v2 07/18] vfio/mdev: Add missing reference counting to mdev_type
` [PATCH v2 08/18] vfio/mdev: Reorganize mdev_device_create()
` [PATCH v2 09/18] vfio/mdev: Add missing error handling to dev_set_name()
` [PATCH v2 10/18] vfio/mdev: Remove duplicate storage of parent in mdev_device
` [PATCH v2 11/18] vfio/mdev: Add mdev/mtype_get_type_group_id()
` [PATCH v2 12/18] vfio/mtty: Use mdev_get_type_group_id()
` [PATCH v2 13/18] vfio/mdpy: "
` [PATCH v2 14/18] vfio/mbochs: "
` [PATCH v2 17/18] vfio/mdev: Remove kobj from mdev_parent_ops->create()
` [PATCH v2 18/18] vfio/mdev: Correct the function signatures for the mdev_type_attributes

[PATCH] KVM: MMU: protect TDP MMU pages only down to required level
 2021-04-07  1:31 UTC  (4+ messages)

[RFC PATCH] KVM: x86: Support write protect huge pages lazily
 2021-04-06 23:42 UTC  (3+ messages)

[PATCH] KVM: X86: Properly account for guest CPU time when considering context tracking
 2021-04-06 22:16 UTC  (4+ messages)

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-06 20:33 UTC  (12+ messages)
` [PATCH v3 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[kvm:queue 120/120] arch/x86/kvm/svm/sev.c:1380:2-8: preceding lock on line 1375 (fwd)
 2021-04-06 20:24 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Write in sk_psock_stop
 2021-04-06 20:19 UTC  (2+ messages)

[PATCH v3 00/14] Embed struct vfio_device in all sub-structures
 2021-04-06 19:45 UTC  (3+ messages)

remove the nvlink2 pci_vfio subdriver v2
 2021-04-06 19:38 UTC  (3+ messages)
` [PATCH 1/2] vfio/pci: remove vfio_pci_nvlink2

[PATCH v1] vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pages
 2021-04-06 19:37 UTC  (2+ messages)

[PATCH 0/4] vfio: fix a couple of spelling mistakes detected by codespell tool
 2021-04-06 19:37 UTC  (2+ messages)

[PATCH v4] vfio/pci: Add support for opregion v2.1+
 2021-04-06 19:37 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] vfio: pci: Spello fix in the file vfio_pci.c
 2021-04-06 19:37 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_sp
 2021-04-06 19:06 UTC  (5+ messages)

[PATCH 00/18] Make vfio_mdev type safe
 2021-04-06 18:53 UTC  (7+ messages)
` [PATCH 04/18] vfio/mdev: Use struct mdev_type in struct mdev_device
` [PATCH 11/18] vfio/mdev: Add mdev/mtype_get_type_group_id()


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