linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-18 03:28:34 to 2021-01-27 17:35:24 UTC [more...]

[PATCH v4] x86/sgx: Fix the call order of synchronize_srcu() in sgx_release()
 2021-01-27 17:31 UTC  (17+ messages)

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

[PATCH v3 0/5] Some optimizations related to sgx
 2021-01-25 18:46 UTC  (9+ messages)
` [PATCH v3 1/5] selftests/x86: Simplify the code to get vdso base address in sgx
` [PATCH v3 2/5] x86/sgx: Optimize the locking range in sgx_sanitize_section()
` [PATCH v3 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
` [PATCH v3 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
` [PATCH v3 5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create

[PATCH v3 1/5] selftests/x86: Simplify the code to get vdso base address in sgx
 2021-01-25 18:12 UTC 

[PATCH] x86/vdso: fix a warning with x32 compiler
 2021-01-25 17:26 UTC  (3+ messages)

[PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
 2021-01-24  6:36 UTC  (7+ messages)

[PATCH v2] x86/sgx: Remove redundant if conditions in sgx_encl_create
 2021-01-24  6:33 UTC  (4+ messages)

[PATCH] mm: Optimizing error condition detection in do_mprotect_pkey()
 2021-01-22 17:38 UTC  (4+ messages)

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

[PATCH v3] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-01-21 21:04 UTC  (2+ messages)

[PATCH v2] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-01-21 14:33 UTC  (4+ messages)

[PATCH v2] x86/sgx: Fix free_cnt counting logic in epc section
 2021-01-20 22:31 UTC  (3+ messages)

[PATCH v2] x86/sgx: Allows ioctl PROVISION to execute before CREATE
 2021-01-20 16:20 UTC  (2+ messages)

[PATCH] selftests/x86: Simplify the code of getting vdso base address in sgx
 2021-01-20 14:34 UTC  (2+ messages)

[PATCH] x86/sgx: Remove redundant if conditions in sgx_encl_create
 2021-01-20 14:39 UTC  (3+ messages)

[PATCH] x86/sgx: Fix free_cnt counting logic in epc section
 2021-01-20 14:36 UTC  (3+ messages)


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