linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-14 16:13:13 to 2020-03-06 18:34:57 UTC [more...]

x86/sgx: v23-rc2
 2020-03-06 18:34 UTC  (25+ messages)

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

[PATCH 1/2] x86/sgx: cleanup: Remove unused struct
 2020-03-03 23:12 UTC  (4+ messages)
` [PATCH 2/2] x86/sgx: Remove non-LC bit from sgx_einit()

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

[PATCH v24 00/24] Intel SGX foundations
 2020-02-25 10:15 UTC  (9+ messages)
` [PATCH v24 07/24] x86/cpu/intel: Detect SGX supprt
` [PATCH v24 12/24] x86/sgx: Linux Enclave Driver

[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

[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 for_v25] x86/sgx: Remove unused SGX_DRV_NR_DEVICES define
 2020-01-14 21:56 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).