linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 00:48:57 to 2021-02-02 22:44:58 UTC [more...]

[PATCH] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-02-02 22:43 UTC  (3+ messages)

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-02-02 22:41 UTC  (102+ 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 v4 0/5] Some optimizations related to sgx
 2021-02-02 22:04 UTC  (11+ messages)
` [PATCH v4 1/5] selftests/x86: Use getauxval() to simplify the code in sgx
` [PATCH v4 2/5] x86/sgx: Reduce the locking range in sgx_sanitize_section()
` [PATCH v4 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
` [PATCH v4 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
` [PATCH v4 5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create

[PATCH V3] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-02-02 19:47 UTC 

[PATCH v2] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-02-02 17:44 UTC  (5+ messages)

[PATCH] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-02-02 17:37 UTC  (4+ messages)

[PATCH v3 0/5] Some optimizations related to sgx
 2021-02-01 12:55 UTC  (15+ 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-02-01 11:28 UTC  (2+ messages)

[PATCH v5] x86/sgx: Fix use-after-free in sgx_mmu_notifier_release()
 2021-01-30 19:26 UTC  (4+ messages)

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

[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  (6+ 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  (58+ messages)
` [RFC PATCH v2 01/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [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 08/26] x86/sgx: Expose SGX architectural definitions to the kernel
` [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 15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union

[PATCH v3] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-01-21 21:04 UTC  (2+ 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).