linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-20 17:47:35 to 2020-05-15 00:24:08 UTC [more...]

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

[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 

[PATCH for_v29 v3 0/2] x86/sgx: Make vDSO callable from C
 2020-04-20 21:52 UTC  (4+ messages)
` [PATCH for_v29 v3 1/2] x86/sgx: vdso: Make __vdso_sgx_enter_enclave() callable from C code
` [PATCH for_v29 v3 2/2] selftests/sgx: Add selftest to invoke __vsgx_enter_enclave() from C

[PATCH] x86/sgx: Remove PROT_NONE branch from sgx_encl_may_map()
 2020-04-20 21:51 UTC  (4+ messages)

[PATCH for_v29 v2 0/5] x86/sgx: Make vDSO callable from C
 2020-04-17 18:57 UTC  (21+ messages)
` [PATCH for_v29 v2 1/5] x86/sgx: vdso: Make __vdso_sgx_enter_enclave() callable from C code
` [PATCH for_v29 v2 2/5] x86/sgx: vdso: Define a typedef for __vdso_sgx_enter_enclave
` [PATCH for_v29 v2 3/5] selftests/sgx: Pass EENTER to vDSO wrapper instead of hardcoding
` [PATCH for_v29 v2 4/5] selftests/sgx: Stop clobbering non-volatile registers
` [PATCH for_v29 v2 5/5] selftests/sgx: Add selftest to invoke __vsgx_enter_enclave() from C

[PATCH 1/1] Implement cryptographic initialization control
 2020-04-16 17:43 UTC  (2+ messages)

[PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
 2020-04-16 17:39 UTC  (7+ messages)

[PATCH] Revert "Kernel selftests: tpm2: check for tpm support"
 2020-04-12 14:22 UTC  (2+ messages)

[PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
 2020-04-10 13:22 UTC  (13+ messages)

[PATCH 0/4] Migrate enclave mapping to an anonymous inode
 2020-04-09 18:39 UTC  (44+ messages)
` [PATCH 1/4] x86/sgx: Remove PROT_NONE branch from sgx_encl_may_map()
` [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
` [PATCH 3/4] x86/sgx: Move mmap() to the anonymous enclave file
` [PATCH 4/4] x86/sgx: Hand over the enclave file to the user space

[PATCH 0/1] Implement cryptographic initialization control
 2020-04-07  9:14 UTC 

[PATCH v3] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
 2020-04-06 20:41 UTC  (3+ messages)

[PATCH for_v29] selftest/sgx: Remove printing of segments during enclave load
 2020-03-30 20:46 UTC  (2+ messages)

[PATCH for_v29] selftests/sgx: Fix a benign linker warning
 2020-03-30 20:35 UTC  (2+ messages)

[PATCH 1/2] Revert "selftests/x86: Recurse into subdirectories"
 2020-03-30 19:19 UTC  (7+ messages)
` [PATCH 2/2] selftests/x86/sgx: Move to selftests/sgx

[PATCH 1/5] selftests/sgx: Add PHDRS to encl.lds
 2020-03-23  3:52 UTC  (6+ messages)
` [PATCH 2/5] selftests/sgx: Manage encl_fd in the main function
` [PATCH 3/5] selftests/sgx: Move EINIT out of encl_build()
` [PATCH 4/5] selftest/sgx: Replace encl_build() with encl_build_segment()
` [PATCH 5/5] selftests/sgx: Load encl.elf directly in the test program

[PATCH for_v29 0/8] x86/sgx: Make vDSO callable from C
 2020-03-21 20:11 UTC  (11+ messages)
` [PATCH for_v29 3/8] x86/sgx: vdso: Make __vdso_sgx_enter_enclave() callable from C code


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