linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 00:13:00 to 2019-08-26 05:59:38 UTC [more...]

[PATCH] x86/sgx: Fix sgx_ioc_enclave_add_page() documentation
 2019-08-26  5:59 UTC  (2+ messages)

[PATCH 0/4] Remaining updates for v22
 2019-08-26  5:39 UTC  (7+ messages)
` [PATCH 1/4] x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb()
` [PATCH 2/4] x86/sgx: Validate TCS permssions in sgx_validate_secinfo()
` [PATCH 3/4] x86/sgx: Remove a deperecated enum
` [PATCH 4/4] x86/sgx: Move VM prot bits calculation to sgx_encl_page_alloc()

[PATCH 0/3] x86/sgx: Misc code cleanups
 2019-08-26  5:38 UTC  (5+ messages)
` [PATCH 1/3] x86/sgx: Tweak Kconfig help section according to checkpatch
` [PATCH 2/3] x86/sgx: Add missing SPDX license to encls.c
` [PATCH 3/3] x86/sgx: Fix whitespace damage in sgx_encl_page_alloc()

sgx_reclaimer_write() refinement
 2019-08-26  3:24 UTC  (4+ messages)

sgx_encl_may_map()
 2019-08-26  2:56 UTC  (5+ messages)

[PATCH v2] x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb()
 2019-08-23 13:57 UTC 

[PATCH] x86/sgx: Fix ELDU MAC failures
 2019-08-23 13:54 UTC  (4+ messages)

[PATCH] x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb()
 2019-08-23 13:45 UTC  (2+ messages)

[PATCH] x86/sgx: Pass userspace source address directly to EADD
 2019-08-23 13:44 UTC  (2+ messages)

[PATCH 0/5] x86/sgx: Improve permission handing
 2019-08-23 13:41 UTC  (29+ messages)
` [PATCH 1/5] x86/sgx: Document permission handling better
` [PATCH 2/5] x86/sgx: Use memchr_inv() in sgx_validate_secinfo()
` [PATCH 3/5] x86/sgx: Make sgx_validate_secinfo() more readable
` [PATCH 4/5] x86/sgx: Validate TCS permssions in sgx_validate_secinfo()
` [PATCH 5/5] x86/sgx: Rename vm_prot_bits as max_vm_flags

[PATCH v3] x86/sgx: Determine SECS at compile time in sgx_encl_eldu()
 2019-08-23  2:12 UTC  (3+ messages)

CONFIG_INTEL_SGX_DRIVER removed
 2019-08-23  2:06 UTC  (2+ messages)

[PATCH for_v22 v2 0/8] x86/sgx: Remove EADD worker and page copy
 2019-08-23  1:34 UTC  (22+ messages)
` [PATCH for_v22 v2 1/8] selftests/x86/sgx: Align enclave binary on 4k boundary
` [PATCH for_v22 v2 2/8] x86/sgx: Require EADD source to be page aligned
` [PATCH for_v22 v2 3/8] x86/sgx: Validate generic SECINFO immediately after copying from user
` [PATCH for_v22 v2 4/8] x86/sgx: Set SGX_ENCL_PAGE_TCS when allocating encl_page
` [PATCH for_v22 v2 5/8] x86/sgx: Move encl_page insertion into tree out of alloc flow
` [PATCH for_v22 v2 6/8] x86/sgx: Allocate encl_page prior to taking encl->lock
` [PATCH for_v22 v2 7/8] x86/sgx: Remove the EADD page worker
` [PATCH for_v22 v2 8/8] x86/sgx: Pass userspace source address directly to EADD

[PATCH v3 0/7] Fix the reported SGX selftest makefile issues
 2019-08-22 16:14 UTC  (15+ messages)
` [PATCH v3 1/7] selftests/x86/sgx: Fix objcopy call in the Makefile
` [PATCH v3 2/7] selftests/x86/sgx: Do not generate object files
` [PATCH v3 3/7] selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S
` [PATCH v3 4/7] selftests/x86/sgx: Fix EXTRA_CLEAN
` [PATCH v3 5/7] selftests/x86/sgx: Fix target in the Makefile
` [PATCH v3 6/7] selftests/x86: Revert SGX changes
` [PATCH v3 7/7] selftests/x86: Recurse into subdirectories

[PATCH v2] x86/sgx: Determine SECS at compile time in sgx_encl_eldu()
 2019-08-22 15:51 UTC 

[PATCH 0/2] v22 fixes
 2019-08-22 14:55 UTC  (7+ messages)
` [PATCH 1/2] x86/sgx: Remove duplicate check for entry->epc_page in sgx_encl_load_page()
` [PATCH 2/2] x86/sgx: Determine SECS at compile time in sgx_encl_eldu()

[PATCH] x86/sgx: Return 0 when !CONFIG_INTEL_SGX_DRIVER
 2019-08-22 14:42 UTC  (12+ messages)

[PATCH] x86/sgx: Remove INTEL_SGX_DRIVER
 2019-08-22  1:36 UTC 

mmap(), #PF handler and EADD interaction
 2019-08-21 18:15 UTC  (3+ messages)

[RFC PATCH 00/21] x86/sgx: KVM: Add SGX virtualization
 2019-08-20  1:41 UTC  (8+ messages)
` [RFC PATCH 08/21] KVM: x86: Add kvm_x86_ops hook to short circuit emulation

[PATCH v2 0/7] Fix the reported SGX selftest makefile issues
 2019-08-18 16:44 UTC  (8+ messages)
` [PATCH v2 1/7] selftests/x86/sgx: Fix objcopy call in the Makefile
` [PATCH v2 2/7] selftests/x86/sgx: Do not generate object files
` [PATCH v2 3/7] selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S
` [PATCH v2 4/7] selftests/x86/sgx: Fix EXTRA_CLEAN
` [PATCH v2 5/7] selftests/x86/sgx: Fix target in the Makefile
` [PATCH v2 6/7] selftests/x86: Revert SGX changes
` [PATCH v2 7/7] selftests/x86: Recurse into subdirectories

[PATCH 0/6] Fix the reported SGX selftest makefile issues
 2019-08-16 17:23 UTC  (7+ messages)
` [PATCH 1/6] selftests/x86/sgx: Fix objcopy call in the Makefile
` [PATCH 2/6] selftests/x86/sgx: Do not generate object files
` [PATCH 3/6] selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S
` [PATCH 4/6] selftests/x86/sgx: Fix EXTRA_CLEAN
` [PATCH 5/6] selftests/x86/sgx: Fix target in the Makefile
` [PATCH 6/6] selftests/x86: Revert SGX changes

[PATCH v21 00/28] Intel SGX foundations
 2019-08-16 16:56 UTC  (12+ messages)
` [PATCH v21 16/28] x86/sgx: Add the Linux SGX Enclave Driver
` [PATCH v21 24/28] selftests/x86: Add a selftest for SGX

[PATCH] selftests/x86/sgx: Do not generate object files
 2019-08-16 16:26 UTC 

[PATCH v2] selftests/x86/sgx: Fix objcopy call in the Makefile
 2019-08-16 16:08 UTC 

[PATCH] selftests/x86/sgx: Fix objcopy call in the Makefile
 2019-08-16 16:00 UTC 

[PATCH for_v22] selftests/x86/sgx: Ensure SECS base (ELRANGE) is naturally aligned
 2019-08-15 12:26 UTC  (5+ messages)

[PATCH for_v22 00/11] x86/sgx: Bug fixes for v22
 2019-08-10 11:44 UTC  (41+ messages)
` [PATCH for_v22 01/11] x86/sgx: Fix an SECS collision with enclave page at VA=0
` [PATCH for_v22 02/11] x86/sgx: Fix incorrect NULL pointer check
` [PATCH for_v22 03/11] x86/sgx: Return '0' when sgx_ioc_enclave_set_attribute() succeeds
` [PATCH for_v22 04/11] x86/sgx: x86/sgx: Require EADD destination to be page aligned
` [PATCH for_v22 05/11] x86/sgx: Require EADD source "
` [PATCH for_v22 06/11] x86/sgx: Check the bounds of the enclave address against ELRANGE
` [PATCH for_v22 07/11] x86/sgx: Check that enclave is created at beginning of EADD/EINIT ioctl
` [PATCH for_v22 08/11] x86/sgx: Do not free enclave resources on redundant ECREATE
` [PATCH for_v22 09/11] x86/sgx: Refactor error handling for user of sgx_encl_grow()
` [PATCH for_v22 10/11] x86/sgx: Call sgx_encl_grow() with the enclave's lock held
` [PATCH for_v22 11/11] x86/sgx: Shrink the enclave if ECREATE/EADD fails

[PATCH for_v22 0/6] x86/sgx: Remove EADD worker and page copy
 2019-08-09 16:22 UTC  (9+ messages)
` [PATCH for_v22 1/6] x86/sgx: Validate generic SECINFO immediately after copying from user
` [PATCH for_v22 2/6] x86/sgx: Set SGX_ENCL_PAGE_TCS when allocating encl_page
` [PATCH for_v22 3/6] x86/sgx: Move encl_page insertion into tree out of alloc flow
` [PATCH for_v22 4/6] x86/sgx: Allocate encl_page prior to taking encl->lock
` [PATCH for_v22 5/6] x86/sgx: Remove the EADD page worker
` [PATCH for_v22 6/6] x86/sgx: Pass userspace source address directly to EADD


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