linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-16 19:16:42 to 2021-03-10 21:40:41 UTC [more...]

[PATCH] selftests/sgx: fix EINIT failure dueto SGX_INVALID_SIGNATURE
 2021-03-10 21:39 UTC  (10+ messages)

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

[PATCH v3 0/5] x86/sgx: NUMA
 2021-03-10 20:36 UTC  (20+ messages)
` [PATCH v3 1/5] x86/sgx: Fix a resource leak in sgx_init()
` [PATCH v3 2/5] x86/sgx: Use sgx_free_epc_page() in sgx_reclaim_pages()
` [PATCH v3 3/5] x86/sgx: Replace section->init_laundry_list with a temp list
` [PATCH v3 4/5] x86/sgx: Replace section->page_list with a global free page list
` [PATCH v3 5/5] x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()

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

SGX Linux-Compatible Hardware
 2021-03-10 14:45 UTC  (4+ messages)

SGX Performance Creep
 2021-03-09 17:16 UTC  (2+ messages)

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

[PATCH v5] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-03-06  0:20 UTC 

[PATCH] x86/sgx: Replace section->init_laundry_list with a temp list
 2021-03-02  4:42 UTC 

[PATCH] x86/sgx: Fix a resource leak in sgx_init()
 2021-03-02  2:32 UTC 

[PATCH v4] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-03-01 21:23 UTC 

[PATCH v2] x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
 2021-02-25  8:14 UTC  (2+ messages)

[PATCH 0/3] Introduce version array structure: sgx_va
 2021-02-25  7:34 UTC  (7+ messages)
` [PATCH 1/3] x86/sgx: Move struct sgx_va_page creation to sgx_alloc_va_page()
` [PATCH 2/3] x86/sgx: Add a version array (VA) structure
` [PATCH 3/3] x86/sgx: Use sgx_va for the enclave's version array

[PATCH] x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
 2021-02-24 17:31 UTC  (9+ messages)

[PATCH v5 0/3] Some optimizations related to sgx
 2021-02-24  9:31 UTC  (4+ messages)
` [PATCH v5 3/3] x86/sgx: Remove redundant if conditions in sgx_encl_create

[RFC PATCH v5 00/26] KVM SGX virtualization support
 2021-02-18  9:09 UTC  (28+ messages)
` [RFC PATCH v5 03/26] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [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 08/26] x86/sgx: Expose SGX architectural definitions to the kernel


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