linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-01 09:47:49 to 2021-03-19 05:39:12 UTC [more...]

[PATCH] selftests/sgx: improve error detection and messages
 2021-03-19  5:37 UTC  (2+ messages)

[PATCH] x86/sgx: Avoid returning NULL in __sgx_alloc_epc_page()
 2021-03-19  4:06 UTC 

[PATCH] x86/sgx: fix uninitialized 'nid' variable
 2021-03-18 21:49 UTC 

[PATCH 1/2] x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_list
 2021-03-18 19:28 UTC  (6+ messages)
` [PATCH 2/2] x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-18  0:04 UTC  (69+ 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 v3 "
` [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 v5] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-03-17  8:06 UTC  (2+ messages)

[PATCH v4 0/3] x86/sgx: NUMA
 2021-03-16 12:50 UTC  (14+ messages)
` [PATCH v4 1/3] x86/sgx: Use sgx_free_epc_page() in sgx_reclaim_pages()
` [PATCH v4 2/3] x86/sgx: Replace section local dirty page lists with a global list
` [PATCH v4 3/3] x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()

[PATCH v6] selftests/x86: Use getauxval() to simplify the code in sgx
 2021-03-15 13:02 UTC  (2+ messages)

[PATCH] selftests/sgx: fix EINIT failure dueto SGX_INVALID_SIGNATURE
 2021-03-12 16:53 UTC  (15+ messages)

[PATCH v3 0/5] x86/sgx: NUMA
 2021-03-10 22:52 UTC  (28+ 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  (54+ messages)
` [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 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 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 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  (6+ messages)
` [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

[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 


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