linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 16:49:33 to 2020-06-17 22:11:16 UTC [more...]

[PATCH v33 00/21] Intel SGX foundations
 2020-06-17 22:08 UTC  (10+ messages)
` [PATCH v33 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v33 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control "
` [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v33 04/21] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v33 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v33 06/21] x86/cpu/intel: Detect SGX support
` [PATCH v33 07/21] x86/cpu/intel: Add nosgx kernel parameter
` [PATCH v33 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
` [PATCH v33 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()

[PATCH v32 00/21] Intel SGX foundations
 2020-06-17 21:53 UTC  (35+ messages)
` [PATCH v32 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v32 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control "
` [PATCH v32 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v32 04/21] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v32 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v32 06/21] x86/cpu/intel: Detect SGX support
` [PATCH v32 07/21] x86/cpu/intel: Add nosgx kernel parameter
` [PATCH v32 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
` [PATCH v32 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
` [PATCH v32 10/21] mm: Introduce vm_ops->may_mprotect()
` [PATCH v32 11/21] x86/sgx: Linux Enclave Driver
` [PATCH v32 12/21] x86/sgx: Add provisioning
` [PATCH v32 13/21] x86/sgx: Add a page reclaimer
` [PATCH v32 14/21] x86/sgx: ptrace() support for the SGX driver
` [PATCH v32 15/21] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v32 16/21] x86/fault: Add helper function to sanitize error code
` [PATCH v32 17/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v32 18/21] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v32 19/21] selftests/x86: Add a selftest for SGX
` [PATCH v32 20/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v32 21/21] x86/sgx: Update MAINTAINERS

[PATCH v31 00/21] Intel SGX foundations
 2020-06-01  1:16 UTC  (22+ messages)
` [PATCH v31 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v31 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control "
` [PATCH v31 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v31 04/21] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v31 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v31 06/21] x86/cpu/intel: Detect SGX support
` [PATCH v31 07/21] x86/cpu/intel: Add nosgx kernel parameter
` [PATCH v31 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
` [PATCH v31 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
` [PATCH v31 10/21] mm: Introduce vm_ops->may_mprotect()
` [PATCH v31 11/21] x86/sgx: Linux Enclave Driver
` [PATCH v31 12/21] x86/sgx: Add provisioning
` [PATCH v31 13/21] x86/sgx: Add a page reclaimer
` [PATCH v31 14/21] x86/sgx: ptrace() support for the SGX driver
` [PATCH v31 15/21] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v31 16/21] x86/fault: Add helper function to sanitize error code
` [PATCH v31 17/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v31 18/21] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v31 19/21] selftests/x86: Add a selftest for SGX
` [PATCH v31 20/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v31 21/21] x86/sgx: Update MAINTAINERS

[PATCH for_v31 0/6] x86/sgx: Misc fixes for v31
 2020-06-01  1:01 UTC  (14+ messages)
` [PATCH for_v31 1/6] x86/sgx: Fix inadvertant early return from sgx_ioctl()
` [PATCH for_v31 2/6] x86/sgx: Remove unnecessary globals after merging reclaim.c into main.c
` [PATCH for_v31 3/6] x86/sgx: Rename sgx_free_page() to sgx_free_epc_page()
` [PATCH for_v31 4/6] x86/sgx: Replace "grab" with "alloc" in VA page helper
` [PATCH for_v31 5/6] x86/sgx: Update stale comment in EPC page allocators
` [PATCH for_v31 6/6] x86/sgx: Drop the message that fires when there are too many EPC sections

[PATCH v30 00/20] Intel SGX foundations
 2020-05-31 23:12 UTC  (75+ messages)
` [PATCH v30 01/20] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v30 02/20] x86/cpufeatures: x86/msr: Intel SGX Launch Control "
` [PATCH v30 03/20] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v30 05/20] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v30 06/20] x86/cpu/intel: Detect SGX support
` [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
` [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
` [PATCH v30 10/20] x86/sgx: Linux Enclave Driver
` [PATCH v30 11/20] x86/sgx: Add provisioning
` [PATCH v30 12/20] x86/sgx: Add a page reclaimer
` [PATCH v30 13/20] x86/sgx: ptrace() support for the SGX driver
` [PATCH v30 14/20] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v30 15/20] x86/fault: Add helper function to sanitize error code
` [PATCH v30 16/20] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v30 17/20] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v30 18/20] selftests/x86: Add a selftest for SGX
` [PATCH v30 19/20] docs: x86/sgx: Document SGX micro architecture and kernel internals
` [PATCH v30 20/20] x86/sgx: Update MAINTAINERS
` [PATCH] x86/cpu/intel: Add nosgx kernel parameter

[PATCH v29 00/20] Intel SGX foundations
 2020-05-28 11:19 UTC  (50+ messages)
` [PATCH v29 11/20] x86/sgx: Linux Enclave Driver
` [PATCH v29 14/20] x86/sgx: ptrace() support for the SGX driver
` [PATCH] x86/cpu/intel: Add nosgx kernel parameter

[PATCH v3] x86/sgx: Hack in idea for allocating from local EPC node when possible
 2020-05-14  8:01 UTC 

[PATCH v2] x86/sgx: Hack in idea for allocating from local EPC node when possible
 2020-05-14  6:31 UTC  (3+ messages)

[PATCH] x86/sgx: Hack in idea for allocating from local EPC node when possible
 2020-05-14  4:51 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).