kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-11 17:45:59 to 2021-02-16 09:46:39 UTC [more...]

[RFC PATCH 00/10] vdpa: get/set_config() rework
 2021-02-16  9:44 UTC 

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

[RFC PATCH 00/23] [RFC PATCH 00/24] TDX support
 2021-02-16  7:56 UTC  (26+ messages)
` [RFC PATCH 01/23] target/i386: Expose x86_cpu_get_supported_feature_word() for TDX
` [RFC PATCH 02/23] kvm: Switch KVM_CAP_READONLY_MEM to a per-VM ioctl()
` [RFC PATCH 03/23] KVM: i386: use VM capability check for KVM_CAP_X86_SMM
` [RFC PATCH 04/23] i386/kvm: Move architectural CPUID leaf generation to separarte helper
` [RFC PATCH 05/23] vl: Introduce machine_init_done_late notifier
` [RFC PATCH 06/23] hw/i386: Introduce kvm-type for TDX guest
` [RFC PATCH 07/23] i386/kvm: Squash getting/putting guest state for TDX VMs
` [RFC PATCH 08/23] i386/kvm: Skip KVM_X86_SETUP_MCE for TDX guests
` [RFC PATCH 09/23] target/i386: kvm: don't synchronize guest tsc for TD guest
` [RFC PATCH 10/23] linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH 11/23] hw/i386: Initialize TDX via KVM ioctl() when kvm_type is TDX
` [RFC PATCH 12/23] target/i386/tdx: Finalize the TD's measurement when machine is done
` [RFC PATCH 13/23] i386/tdx: Frame in tdx_get_supported_cpuid with KVM_TDX_CAPABILITIES
` [RFC PATCH 14/23] i386/tdx: Frame in the call for KVM_TDX_INIT_VCPU
` [RFC PATCH 15/23] i386/tdx: Add hook to require generic device loader
` [RFC PATCH 16/23] hw/i386: Add definitions from UEFI spec for volumes, resources, etc
` [RFC PATCH 17/23] i386/tdx: Add definitions for TDVF metadata
` [RFC PATCH 18/23] i386/tdx: Parse tdvf metadata and store the result into TdxGuest
` [RFC PATCH 19/23] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH 20/23] i386/tdx: Add TDVF memory via INIT_MEM_REGION
` [RFC PATCH 21/23] i386/tdx: Use KVM_TDX_INIT_VCPU to pass HOB to TDVF
` [RFC PATCH 22/23] i386/tdx: Force x2apic mode and routing for TDs
` [RFC PATCH 23/23] target/i386: Add machine option to disable PIC/8259

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-16  6:58 UTC  (12+ messages)
` [RFC PATCH v4 02/17] af_vsock: separate wait data loop
` [RFC PATCH v4 07/17] af_vsock: rest of SEQPACKET support

[PATCH v2 0/1] s390/vfio-ap: fix circular lockdep when staring SE guest
 2021-02-16  1:15 UTC  (2+ messages)
` [PATCH v2 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH] virtio/s390: implement virtio-ccw revision 2 correctly
 2021-02-15 18:51 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] x86: PCID test adjustments
 2021-02-15 16:49 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/4] x86: Remove PCID test that INVPCID isn't enabled without PCID
` [kvm-unit-tests PATCH 2/4] x86: Iterate over all INVPCID types in the enabled test
` [kvm-unit-tests PATCH 3/4] x86: Add a testcase for !PCID && INVPCID
` [kvm-unit-tests PATCH 4/4] x86: Add a 'pcid' group for the various PCID+INVPCID permutations

[PATCH 0/3] KVM: x86: SVM INVPCID fix, and cleanups
 2021-02-15 16:45 UTC  (8+ messages)
` [PATCH 1/3] KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
` [PATCH 2/3] KVM: x86: Advertise INVPCID by default
` [PATCH 3/3] KVM: VMX: Allow INVPCID in guest without PCID

[PATCH] selftests: kvm: add hardware_disable test
 2021-02-15 16:43 UTC  (2+ messages)

[PATCH] selftests: kvm: avoid uninitialized variable warning
 2021-02-15 16:42 UTC 

[PATCH v3 0/1] KVM: s390: diag9c forwarding
 2021-02-15 16:06 UTC  (2+ messages)
` [PATCH v3 1/1] s390:kvm: "

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2021-02-15 13:17 UTC  (5+ messages)

[PATCH] vfio/type1: Use follow_pte()
 2021-02-15 11:06 UTC  (6+ messages)

[PATCH] arch: s390: kvm: Fix oustanding to outstanding in the file kvm-s390.c
 2021-02-15  9:08 UTC  (3+ messages)

[GIT PULL] First batch of KVM changes for Linux 5.12
 2021-02-14 17:28 UTC 

[RFC PATCH v4 00/26] KVM SGX virtualization support
 2021-02-13 13:33 UTC  (11+ messages)
` [RFC PATCH v4 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
            ` [RFC PATCH v4 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests'

[PATCH] KVM: nVMX: Sync L2 guest CET states between L1/L2
 2021-02-13  2:03 UTC  (3+ messages)

[PATCH 0/9] KVM: x86: Fixes for (benign?) truncation bugs
 2021-02-13  1:05 UTC  (10+ messages)
` [PATCH 1/9] KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loads
` [PATCH 2/9] KVM: x86: Check CR3 GPA for validity regardless of vCPU mode
` [PATCH 3/9] KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode
` [PATCH 4/9] KVM: VMX: Truncate GPR value for DR and CR reads "
` [PATCH 5/9] KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bit
` [PATCH 6/9] KVM: nVMX: Truncate base/index GPR value on address calc "
` [PATCH 7/9] KVM: x86/xen: Drop RAX[63:32] when processing hypercall
` [PATCH 8/9] KVM: SVM: Use default rAX size for INVLPGA emulation
` [PATCH 9/9] KVM: x86: Rename GPR accessors to make mode-aware variants the defaults

[PATCH 00/14] KVM: x86/mmu: Dirty logging fixes and improvements
 2021-02-13  0:50 UTC  (15+ messages)
` [PATCH 01/14] KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE pages
` [PATCH 02/14] KVM: x86/mmu: Don't unnecessarily write-protect small pages in TDP MMU
` [PATCH 03/14] KVM: x86/mmu: Split out max mapping level calculation to helper
` [PATCH 04/14] KVM: x86/mmu: Pass the memslot to the rmap callbacks
` [PATCH 05/14] KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
` [PATCH 06/14] KVM: nVMX: Disable PML in hardware when running L2
` [PATCH 07/14] KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
` [PATCH 08/14] KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
` [PATCH 09/14] KVM: x86: Move MMU's PML logic to common code
` [PATCH 10/14] KVM: x86: Further clarify the logic and comments for toggling log dirty
` [PATCH 11/14] KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
` [PATCH 12/14] KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
` [PATCH 13/14] KVM: x86: Fold "write-protect large" use case into generic write-protect
` [PATCH 14/14] KVM: x86/mmu: Remove a variety of unnecessary exports

[PATCH 0/3] vfio: Device memory DMA mapping improvements
 2021-02-12 22:47 UTC  (7+ messages)
` [PATCH 1/3] vfio: Introduce vma ops registration and notifier
` [PATCH 2/3] vfio/pci: Implement vm_ops registration
` [PATCH 3/3] vfio/type1: Implement vma registration and restriction

[RESEND PATCH ] KVM: VMX: Enable/disable PML when dirty logging gets enabled/disabled
 2021-02-12 22:13 UTC  (8+ messages)

[PATCH 0/3] AMD invpcid exception fix
 2021-02-12 21:49 UTC  (15+ messages)
` [PATCH 1/3] KVM: Add a stub for invpcid in the emulator table
` [PATCH 2/3] KVM: SVM: Handle invpcid during gp interception
` [PATCH 3/3] KVM: SVM: check if we need to track GP intercept for invpcid

[PATCH v5 00/14] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-02-12 19:14 UTC  (5+ messages)
` [PATCH v5 04/14] vfio/mdev: idxd: Add auxialary device plumbing for idxd mdev support

[PATCH] KVM: arm64: Handle CMOs on Read Only memslots
 2021-02-12 18:18 UTC  (3+ messages)

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-12 17:50 UTC  (20+ messages)
` [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool 02/21] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 08/21] x86/ioport: Refactor "
` [PATCH kvmtool 09/21] x86/ioport: Switch to new "
` [PATCH kvmtool 10/21] hw/rtc: Refactor "
` [PATCH kvmtool 11/21] hw/rtc: Switch to new trap handler
` [PATCH kvmtool 12/21] hw/vesa: Switch trap handling to use MMIO handler

[GIT PULL] KVM/arm64 updates for 5.12
 2021-02-12 16:24 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/5] CSS Mesurement Block
 2021-02-12 16:04 UTC  (16+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v2 2/5] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v2 3/5] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v2 4/5] s390x: css: testing measurement block format 0
` [kvm-unit-tests PATCH v2 5/5] s390x: css: testing measurement block format 1

[PATCH v2 0/1] KVM: s390: diag9c forwarding
 2021-02-12 14:20 UTC  (3+ messages)
` [PATCH v2 1/1] s390:kvm: "

Call for Google Summer of Code 2021 project ideas
 2021-02-12 13:51 UTC  (2+ messages)
  ` [Rust-VMM] "

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-02-12 11:01 UTC  (12+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-12  8:55 UTC  (4+ messages)
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-11 23:48 UTC  (4+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag

[PATCH v4 0/2] x86: Add the feature Virtual SPEC_CTRL
 2021-02-11 22:42 UTC  (4+ messages)
` [PATCH v4 2/2] KVM: SVM: Add support for "

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

[PATCH 0/1] fix circular lockdep when staring SE guest
 2021-02-11 19:18 UTC  (10+ messages)
` [PATCH 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-02-11 18:03 UTC 


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