messages from 2022-08-31 18:19:32 to 2022-10-07 16:40:21 UTC [more...]
[RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-10-07 16:39 UTC (41+ messages)
` [RFC PATCH 01/20] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
` [RFC PATCH 02/20] x86/sgx: Store EPC page owner as a 'void *' to handle multiple users
` [RFC PATCH 03/20] x86/sgx: Track owning enclave in VA EPC pages
` [RFC PATCH 04/20] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
` [RFC PATCH 05/20] x86/sgx: Introduce unreclaimable EPC page lists
` [RFC PATCH 06/20] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
` [RFC PATCH 07/20] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
` [RFC PATCH 08/20] x86/sgx: Add EPC page flags to identify type of page
` [RFC PATCH 09/20] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
` [RFC PATCH 10/20] x86/sgx: Return the number of EPC pages that were successfully reclaimed
` [RFC PATCH 11/20] x86/sgx: Add option to ignore age of page during EPC reclaim
` [RFC PATCH 12/20] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page
` [RFC PATCH 13/20] x86/sgx: Prepare for multiple LRUs
` [RFC PATCH 14/20] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
` [RFC PATCH 15/20] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
` [RFC PATCH 16/20] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
` [RFC PATCH 17/20] cgroup, x86/sgx: Add SGX EPC cgroup controller
` [RFC PATCH 18/20] x86/sgx: Enable EPC cgroup controller in SGX core
` [RFC PATCH 19/20] x86/sgx: Add stats and events interfaces to EPC cgroup controller
` [RFC PATCH 20/20] docs, cgroup, x86/sgx: Add SGX EPC cgroup controller documentation
[PATCH] x86/sgx: Replace kmap/kunmap_atomic calls
2022-10-07 15:23 UTC (9+ messages)
[PATCH] x86/sgx: Add overflow check in sgx_validate_offset_length()
2022-10-04 23:15 UTC (2+ messages)
sgx_validate_offset_length bug
2022-10-04 23:13 UTC (8+ messages)
[PATCH 0/3] Minor improvements to sgx_init()
2022-10-04 22:42 UTC (6+ messages)
` [PATCH 1/3] x86/sgx: Start the ksgxd() at the end of sgx_init()
` [PATCH 2/3] x86/sgx: Only run the reclaimer when the native SGX driver is enabled
` [RESEND PATCH 3/3] x86/sgx: Add xa_store_range() return value check in sgx_setup_epc_section()
[PATCH v9 0/3] x86/sgx: fine grained SGX MCA behavior
2022-09-29 8:05 UTC (5+ messages)
` [PATCH v9 1/3] x86/sgx: Rename the owner field of struct sgx_epc_page as encl_owner
` [PATCH v9 2/3] x86/sgx: Introduce union with vepc_vaddr field for virtualization case
` [PATCH v9 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization
SGX Information needed
2022-09-27 8:27 UTC
[PATCH v8 0/3] x86/sgx: fine grained SGX MCA behavior
2022-09-20 4:52 UTC (11+ messages)
` [PATCH v8 1/3] x86/sgx: Rename the owner field of struct sgx_epc_page as encl_owner
` [PATCH v8 2/3] x86/sgx: Introduce union with vepc_vaddr field for virtualization case
` [PATCH v8 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization
[PATCH] x86/sgx: Add xa_store_range() return value check in sgx_setup_epc_section()
2022-09-15 12:50 UTC
[PATCH] x86/intel: Clear SGX bit if both SGX driver and KVM SGX are not enabled
2022-09-12 20:54 UTC (8+ messages)
[PATCH v2 0/5] Test a large dynamic heap
2022-09-12 10:40 UTC (19+ messages)
` [PATCH v2 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN
` [PATCH v2 2/5] selftests/sgx: Move ENCL_HEAP_SIZE_DEFAULT to main.c
` [PATCH v2 3/5] selftests/sgx: Use encl->encl_size in sigstruct.c
` [PATCH v2 4/5] selftests/sgx: Include the dynamic heap size to the ELRANGE calculation
` [PATCH v2 5/5] selftests/sgx: Add SGX selftest augment_via_eaccept_long
[PATCH v7 0/3] x86/sgx: fine grained SGX MCA behavior
2022-09-12 10:01 UTC (9+ messages)
` [PATCH v7 1/3] x86/sgx: Rename the owner field of struct sgx_epc_page as encl_owner
` [PATCH v7 2/3] x86/sgx: Introduce union with vepc_vaddr field for virtualization case
` [PATCH v7 3/3] x86/sgx: Fine grained SGX MCA behavior for virtualization
[PATCH v2] x86/intel: Clear SGX feature bit if both SGX driver and KVM SGX are not enabled
2022-09-09 11:13 UTC
[PATCH v3 0/2] Critical fixes for v6.0
2022-09-08 21:10 UTC (6+ messages)
` [PATCH v3 1/2] x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
` [PATCH v3 2/2] x86/sgx: Handle VA page allocation failure for EAUG on PF
[PATCH V5 15/31] x86/sgx: Support restricting of enclave page permissions
2022-09-07 2:42 UTC (4+ messages)
[PATCH RFC] x86/sgx: Use a heap allocated list head for unsanitized pages
2022-09-06 3:52 UTC (3+ messages)
[PATCH v2 0/2] x86/sgx: Critical fixes for v6.0
2022-09-05 23:54 UTC (3+ messages)
` [PATCH v2 1/2] x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
` [PATCH v2 2/2] x86/sgx: Handle VA page allocation failure for EAUG on PF
[PATCH 0/2] x86/sgx: Fixes for v6.0
2022-09-05 11:32 UTC (8+ messages)
` [PATCH 1/2] x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxd
` [PATCH 2/2] x86/sgx: Handle VA page allocation failure for EAUG on PF
[PATCH 0/5] selftests/sgx: Test a large dynamic heap
2022-09-04 7:53 UTC (6+ messages)
` [PATCH 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN
` [PATCH 2/5] selftests/sgx: Move ENCL_HEAP_SIZE_DEFAULT to main.c
` [PATCH 3/5] selftests/sgx: Use encl->encl_size in sigstruct.c
` [PATCH 4/5] selftests/sgx: Include the dynamic heap size to the ELRANGE calculation
` [PATCH 5/5] selftests/sgx: Add SGX selftest augment_via_eaccept_long
[PATCH v2 0/6] x86/sgx: A collection of tests and fixes
2022-09-04 4:21 UTC (37+ messages)
` [PATCH v2 2/6] x86/sgx: Do not consider unsanitized pages an error
` [PATCH v2 3/6] x86/sgx: Handle VA page allocation failure for EAUG on PF
` [PATCH v2 4/6] selftests/sgx: Add SGX selftest augment_via_eaccept_long
` [PATCH v2 5/6] selftests/sgx: retry the ioctls returned with EAGAIN
` [PATCH v2 6/6] selftests/sgx: Add a bpftrace script for tracking allocation errors
[PATCH 1/6] x86/sgx: Do not consider unsanitized pages an error
2022-09-02 0:26 UTC (19+ messages)
[PATCH 0/6] x86/sgx: Test and fixes
2022-09-02 0:02 UTC (25+ messages)
` [PATCH 4/6] selftests/sgx: Add SGX selftest augment_via_eaccept_long
` [PATCH 5/6] selftests/sgx: retry the ioctls returned with EAGAIN
` [PATCH 6/6] selftests/sgx: Add a bpftrace script for tracking allocation errors
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox