LinuxLists
Users
About
Kristen Carlson Accardi (
[email protected]
)
Number of posts: 229 (0.05 per day)
First post: 2011-03-31 18:00:42
Last post: 2022-12-09 16:22:59
Previous Page
/
Next Page
Date
List
Subject
2022-11-11 18:48:01
linux-kernel
[PATCH 07/26] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
2022-11-11 18:47:56
linux-kernel
[PATCH 09/26] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
2022-11-11 18:47:49
linux-kernel
[PATCH 16/26] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
2022-11-11 18:46:54
linux-kernel
[PATCH 21/26] cgroup/misc: allow misc cgroup consumers to read the max value
2022-11-11 18:45:02
linux-kernel
[PATCH 14/26] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
2022-11-11 18:44:41
linux-kernel
[PATCH 13/26] x86/sgx: Prepare for multiple LRUs
2022-11-11 18:43:34
linux-kernel
[PATCH 05/26] x86/sgx: Track epc pages on reclaimable or unreclaimable lists
2022-10-13 16:22:19
linux-kernel
Re: [PATCH] x86/sgx: Replace kmap/kunmap_atomic calls
2022-10-07 17:02:30
linux-kernel
Re: [RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-10-07 17:00:57
linux-kernel
Re: [RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-09-29 23:11:43
linux-kernel
Re: [RFC PATCH 04/20] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
2022-09-29 17:06:38
linux-kernel
[PATCH] x86/sgx: Replace kmap/kunmap_atomic calls
2022-09-27 16:33:20
linux-kernel
Re: [PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
2022-09-26 21:30:34
linux-kernel
[PATCH] Documentation/CoC: Reflect current CoC interpretation and practices
2022-09-26 19:03:50
linux-kernel
Re: [RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-09-22 20:37:33
linux-kernel
Re: [RFC PATCH 03/20] x86/sgx: Track owning enclave in VA EPC pages
2022-09-22 19:53:27
linux-kernel
Re: [RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-09-22 18:16:38
linux-kernel
[RFC PATCH 06/20] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
2022-09-22 17:51:28
linux-kernel
[RFC PATCH 05/20] x86/sgx: Introduce unreclaimable EPC page lists
2022-09-22 17:51:17
linux-kernel
[RFC PATCH 16/20] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
2022-09-22 17:50:57
linux-kernel
[RFC PATCH 12/20] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page
2022-09-22 17:49:31
linux-kernel
[RFC PATCH 18/20] x86/sgx: Enable EPC cgroup controller in SGX core
2022-09-22 17:48:13
linux-kernel
[RFC PATCH 07/20] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
2022-09-22 17:48:12
linux-kernel
[RFC PATCH 13/20] x86/sgx: Prepare for multiple LRUs
2022-09-22 17:47:43
linux-kernel
[RFC PATCH 08/20] x86/sgx: Add EPC page flags to identify type of page
2022-09-22 17:47:29
linux-kernel
[RFC PATCH 17/20] cgroup, x86/sgx: Add SGX EPC cgroup controller
2022-09-22 17:46:03
linux-kernel
[RFC PATCH 15/20] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
2022-09-22 17:45:59
linux-kernel
[RFC PATCH 20/20] docs, cgroup, x86/sgx: Add SGX EPC cgroup controller documentation
2022-09-22 17:42:12
linux-kernel
[RFC PATCH 04/20] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
2022-09-22 17:41:54
linux-kernel
[RFC PATCH 11/20] x86/sgx: Add option to ignore age of page during EPC reclaim
2022-09-22 17:34:43
linux-kernel
[RFC PATCH 09/20] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
2022-09-22 17:32:01
linux-kernel
[RFC PATCH 14/20] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
2022-09-22 17:30:47
linux-kernel
[RFC PATCH 02/20] x86/sgx: Store EPC page owner as a 'void *' to handle multiple users
2022-09-22 17:30:02
linux-kernel
[RFC PATCH 10/20] x86/sgx: Return the number of EPC pages that were successfully reclaimed
2022-09-22 17:25:27
linux-kernel
[RFC PATCH 00/20] Add Cgroup support for SGX EPC memory
2022-09-22 17:17:38
linux-kernel
[RFC PATCH 19/20] x86/sgx: Add stats and events interfaces to EPC cgroup controller
2022-09-22 17:16:52
linux-kernel
[RFC PATCH 03/20] x86/sgx: Track owning enclave in VA EPC pages
2022-09-22 17:12:51
linux-kernel
[RFC PATCH 01/20] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
2022-08-12 18:28:33
linux-kernel
[PATCH v2] x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()
2022-08-12 18:13:27
linux-kernel
[PATCH v2] selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning
2022-07-21 20:36:41
linux-kernel
Re: [PATCH] selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning
2022-07-21 19:52:00
linux-kernel
[PATCH] selftests/sgx: Ignore OpenSSL 3.0 deprecated functions warning
2022-07-20 18:35:52
linux-kernel
[PATCH] x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()
2022-07-18 18:21:06
linux-kernel
Re: [tip: x86/urgent] x86/sgx: Set active memcg prior to shmem allocation
2022-07-08 16:23:22
linux-kernel
[PATCH] x86/sgx: Drop 'page_index' from sgx_backing
2022-05-23 07:55:35
linux-kernel
[PATCH v3] x86/sgx: Set active memcg prior to shmem allocation
2022-05-23 05:51:05
linux-kernel
Re: [PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
2022-05-23 03:02:16
linux-kernel
[PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
2022-05-21 11:26:39
linux-kernel
Re: [PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
2022-05-20 18:57:39
linux-kernel
Re: [PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
2022-05-20 18:38:57
linux-kernel
Re: [PATCH] x86/sgx: Set active memcg prior to shmem allocation