linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-18 04:21:32 to 2019-10-15 10:26:08 UTC [more...]

[PATCH for_v23 00/16] x86/vdso: sgx: Major vDSO cleanup
 2019-10-15 10:25 UTC  (28+ messages)
` [PATCH for_v23 01/16] x86/vdso: sgx: Drop the pseudocode "documentation"
` [PATCH for_v23 02/16] x86/vdso: sgx: Do not use exception info to pass success/failure
` [PATCH for_v23 03/16] x86/vdso: sgx: Rename the enclave exit handler typedef
` [PATCH for_v23 04/16] x86/vdso: sgx: Move enclave exit handler declaration to UAPI header
` [PATCH for_v23 05/16] x86/vdso: sgx: Add comment regarding kernel-doc shenanigans
` [PATCH for_v23 06/16] x86/vdso: sgx: Rewrite __vdso_sgx_enter_enclave() function comment
` [PATCH for_v23 07/16] selftests/x86: Fix linker warning in SGX selftest
` [PATCH for_v23 08/16] selftests/x86/sgx: Use getauxval() to retrieve the vDSO base address
` [PATCH for_v23 09/16] selftests/x86/sgx: Add helper function and macros to assert results
` [PATCH for_v23 10/16] selftests/x86/sgx: Handle setup failures via test assertions
` [PATCH for_v23 11/16] selftests/x86/sgx: Sanitize the types for sgx_call()'s input params
` [PATCH for_v23 12/16] selftests/x86/sgx: Move existing sub-test to a separate helper
` [PATCH for_v23 13/16] selftests/x86/sgx: Add a test of the vDSO exception reporting mechanism
` [PATCH for_v23 14/16] selftests/x86/sgx: Add test of vDSO with basic exit handler
` [PATCH for_v23 15/16] selftests/x86/sgx: Add sub-test for exception behavior with "
` [PATCH for_v23 16/16] x86/vdso: sgx: Rework __vdso_sgx_enter_enclave() to prefer "no callback"

[PATCH for_v23 0/9] x86/sgx: misc page related fixes
 2019-10-14 23:57 UTC  (17+ messages)
` [PATCH for_v23 1/9] x86/sgx: WARN once if an enclave is released with unfreed EPC pages
` [PATCH for_v23 2/9] x86/sgx: Do not EWB SECS if the enclave is dead
` [PATCH for_v23 3/9] x86/sgx: Fix a memory leak in sgx_encl_destroy()
` [PATCH for_v23 4/9] x86/sgx: WARN on any non-zero return from __eremove()
` [PATCH for_v23 5/9] x86/sgx: WARN only once if EREMOVE fails
` [PATCH for_v23 6/9] x86/sgx: Split second half of sgx_free_page() to a separate helper
` [PATCH for_v23 7/9] x86/sgx: Use the post-reclaim variant of __sgx_free_page()
` [PATCH for_v23 8/9] x86/sgx: Don't update free page count if EPC section allocation fails
` [PATCH for_v23 9/9] x86/sgx: Reinstate per EPC section free page counts

[PATCH for_v23 0/7] x86/sgx: Improve add pages ioctl
 2019-10-14 23:31 UTC  (14+ messages)
` [PATCH for_v23 1/7] x86/sgx: Modify ADD_PAGE ioctl to take offset instead of full address
` [PATCH for_v23 2/7] selftests/x86/sgx: Update test to account for ADD_PAGE change
` [PATCH for_v23 3/7] x86/sgx: Tweak ADD_PAGE ioctl to allow adding multiple pages
` [PATCH for_v23 4/7] selftests/x86/sgx: Update enclave build flow to do multi-page add
` [PATCH for_v23 5/7] x86/sgx: Add a flag to ADD_PAGES to allow replicating the source page
` [PATCH for_v23 6/7] selftests/x86/sgx: Update selftest to account for ADD_PAGES flag
` [PATCH for_v23 7/7] selftests/x86/sgx: Add test coverage for reclaim and replicate

[PATCH for_v23 0/5] x86/vdso: sgx: Bug fixes
 2019-10-14 21:27 UTC  (9+ messages)
` [PATCH for_v23 1/5] x86/vdso: sgx: Fix misaligned stack bug when invoking exit handler
` [PATCH for_v23 2/5] selftests/x86/sgx: Add check to verify exit handler stack alignment
` [PATCH for_v23 3/5] x86/vdso: sgx: Fix unwinder support
` [PATCH for_v23 4/5] x86/vdso: sgx: Reorder params to callback to improve readability
` [PATCH for_v23 5/5] selftests/x86/sgx: Update the callbacks function parameters

[PATCH for_v23 0/4] x86/sgx: Fix add page bugs
 2019-10-14 21:03 UTC  (6+ messages)
` [PATCH for_v23 1/4] x86/sgx: Pass EADD the kernel's virtual address for the source page
` [PATCH for_v23 2/4] x86/sgx: Check the validity of the source page address for EADD
` [PATCH for_v23 3/4] x86/sgx: Fix EEXTEND error handling
` [PATCH for_v23 4/4] x86/sgx: Drop mmap_sem before EEXTENDing an enclave page

x86/sgx: v23-rc2
 2019-10-14  8:43 UTC  (7+ messages)

[PATCH for_v23 v2 0/9] x86/sgx: Misc page related fixes
 2019-10-10 23:21 UTC  (10+ messages)
` [PATCH for_v23 v2 1/9] x86/sgx: WARN once if an enclave is released with unfreed EPC pages
` [PATCH for_v23 v2 2/9] x86/sgx: Do not EWB SECS if the enclave is dead
` [PATCH for_v23 v2 3/9] x86/sgx: Fix a memory leak in sgx_encl_destroy()
` [PATCH for_v23 v2 4/9] x86/sgx: WARN on any non-zero return from __eremove()
` [PATCH for_v23 v2 5/9] x86/sgx: WARN only once if EREMOVE fails
` [PATCH for_v23 v2 6/9] x86/sgx: Split second half of sgx_free_page() to a separate helper
` [PATCH for_v23 v2 7/9] x86/sgx: Use the post-reclaim variant of __sgx_free_page()
` [PATCH for_v23 v2 8/9] x86/sgx: Don't update free page count if EPC section allocation fails
` [PATCH for_v23 v2 9/9] x86/sgx: Reinstate per EPC section free page counts

[PATCH] x86/sgx: WARN once if EREMOVE fails when killing an enclave
 2019-10-10 20:52 UTC  (6+ messages)

x86/sgx: v23-rc1
 2019-10-10  8:07 UTC  (5+ messages)

[PATCH 0/2] x86/sgx: Revert two recent master changes
 2019-10-08 23:28 UTC  (4+ messages)
` [PATCH 1/2] x86/sgx: Revert using BIT() to define ENCLS_FAULT_FLAG
` [PATCH 2/2] x86/sgx: Revert moving sgx_init() call to sgx_detect()

[PATCH v22 00/24] Intel SGX foundations
 2019-10-08 19:19 UTC  (93+ messages)
` [PATCH v22 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
` [PATCH v22 02/24] x86/cpufeatures: x86/msr: Intel SGX Launch Control "
` [PATCH v22 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
` [PATCH v22 04/24] x86/cpu/intel: Detect SGX supprt
` [PATCH v22 05/24] x86/sgx: Add ENCLS architectural error codes
` [PATCH v22 06/24] x86/sgx: Add SGX microarchitectural data structures
` [PATCH v22 07/24] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v22 08/24] x86/sgx: Enumerate and track EPC sections
` [PATCH v22 09/24] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v22 10/24] x86/sgx: Add sgx_einit() for wrapping ENCLS[EINIT]
` [PATCH v22 11/24] mm: Introduce vm_ops->may_mprotect()
` [PATCH v22 12/24] x86/sgx: Linux Enclave Driver
` [PATCH v22 16/24] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v22 23/24] docs: x86/sgx: Document microarchitecture
` [PATCH v22 24/24] docs: x86/sgx: Document kernel internals

[PATCH for_v23] x86/sgx: Update stale function comments for ioctl handlers
 2019-10-08  4:17 UTC 

[PATCH v2] x86/sgx: Migrate to mmu_notifier_put()
 2019-10-03 22:07 UTC  (3+ messages)

[PATCH] x86/sgx: Migrate to mmu_notifier_put()
 2019-10-03 22:07 UTC  (2+ messages)

[PATCH] x86/sgx: Remove unused field
 2019-10-03 17:12 UTC 

SGX release branch
 2019-09-27 15:44 UTC  (3+ messages)

[PATCH v3 00/17] Fixes and updates for v23
 2019-09-27 15:39 UTC  (14+ messages)
` [PATCH v3 12/17] x86/sgx: Open code sgx_reclaimer_get() and sgx_reclaimer_put()
` [PATCH v3 13/17] x86/sgx: Introduce sgx_can_reclaim()
` [PATCH v3 17/17] x86/sgx: Fix pages in the BLOCKED state ending up to the free pool

master branch updated
 2019-09-25  1:40 UTC  (3+ messages)

SGX release branch
 2019-09-19 14:58 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).