linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-29 23:14:30 to 2020-02-23 17:05:48 UTC [more...]

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

x86/sgx: v23-rc2
 2020-02-22  5:41 UTC  (19+ messages)

[PATCH] x86/sgx: Sanitize pages in two rounds
 2020-02-09 21:04 UTC  (2+ messages)

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

[PATCH for_v25 0/3] x86/sgx: Fix feature control rebase
 2020-02-04  5:26 UTC  (8+ messages)
` [PATCH for_v25 1/3] x86/msr: Fixup "Add Intel SGX hardware bits"
` [PATCH for_v25 2/3] x86/msr: Fixup "Intel SGX Launch Control "
` [PATCH for_v25 3/3] x86/cpu: Configure SGX support when initializing feature control MSR

[PATCH for_v25] x86/sgx: Fix exception fixup bug
 2020-02-03 20:02 UTC 

[PATCH] x86/sgx: Uncoditionally disallow SGX if MSRs are not writable
 2020-01-23 14:34 UTC  (2+ messages)

[PATCH v24 00/24] Intel SGX foundations
 2020-01-23 12:31 UTC  (47+ messages)
` [PATCH v24 01/24] x86/sgx: Update MAINTAINERS
` [PATCH v24 04/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v24 05/24] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v24 06/24] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v24 07/24] x86/cpu/intel: Detect SGX supprt
` [PATCH v24 08/24] x86/sgx: Enumerate and track EPC sections
` [PATCH v24 09/24] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v24 10/24] x86/sgx: Add sgx_einit() for wrapping ENCLS[EINIT]
` [PATCH v24 11/24] mm: Introduce vm_ops->may_mprotect()
` [PATCH v24 12/24] x86/sgx: Linux Enclave Driver
` [PATCH v24 13/24] selftests/x86: Recurse into subdirectories
` [PATCH v24 14/24] selftests/x86: Add a selftest for SGX
` [PATCH v24 15/24] x86/sgx: Add provisioning
` [PATCH v24 16/24] x86/sgx: Add a page reclaimer
` [PATCH v24 17/24] x86/sgx: ptrace() support for the SGX driver
` [PATCH v24 18/24] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v24 19/24] x86/fault: Add helper function to sanitize error code
` [PATCH v24 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
` [PATCH v24 21/24] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions
` [PATCH v24 22/24] selftests/x86: Add vDSO selftest for SGX
` [PATCH v24 23/24] docs: x86/sgx: Document microarchitecture
` [PATCH v24 24/24] docs: x86/sgx: Document kernel internals

[PATCH for_v25] x86/sgx: Remove unused SGX_DRV_NR_DEVICES define
 2020-01-14 21:56 UTC 

v25-rc1
 2020-01-14 10:44 UTC  (8+ messages)

[PATCH for_v25] x86/sgx: Move the intermediate EINIT helper into the driver
 2020-01-02 17:12 UTC  (2+ messages)

[PATCH for_v25 0/4] x86/sgx: Reclaim bug fix and cleanup
 2020-01-02 17:06 UTC  (6+ messages)
` [PATCH for_v25 1/4] x86/sgx: Put SECS backing iff retrieving the backing succeeds
` [PATCH for_v25 2/4] x86/sgx: Use goto to handle sgx_encl_get_backing() failure in SECS flows
` [PATCH for_v25 3/4] x86/sgx: Drop unused @encl parameter from __sgx_encl_ewb()
` [PATCH for_v25 4/4] x86/sgx: Pre-calculate VA slot virtual address in sgx_encl_ewb()

[PATCH for_v25] x86/sgx: Move SGX sub-feature bits to their own word
 2020-01-02 16:54 UTC  (2+ messages)

[PATCH for_v25 0/4] selftests/x86: x86/sgx: Minor selftest cleanup
 2020-01-02 16:49 UTC  (6+ messages)
` [PATCH for_v25 1/4] selftests/x86: Fix INCLUDES definition in SGX Makefile
` [PATCH for_v25 2/4] x86/sgx: Add missing linux/bits.h include in sgx/arch.h
` [PATCH for_v25 3/4] selftests/x86: Add .gitignore for SGX selftest
` [PATCH for_v25 4/4] selftests/x86: Remove redundant kernel include

[PATCH v23 00/24] Intel SGX foundations
 2019-12-23 11:01 UTC  (7+ messages)
` [PATCH v23 12/24] x86/sgx: Linux Enclave Driver

[PATCH] x86/sgx: Fix double-free when EADD fails
 2019-12-12 23:59 UTC  (5+ 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).