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
Next Page
Date
List
Subject
2022-12-09 16:22:59
linux-kernel
Re: [PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
2022-12-08 19:04:46
linux-kernel
Re: [PATCH v2 06/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
2022-12-08 18:24:51
linux-kernel
Re: [PATCH v2 03/18] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
2022-12-05 18:44:09
linux-kernel
Re: [PATCH v2 07/18] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
2022-12-05 16:49:43
linux-kernel
Re: [PATCH v2 07/18] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
2022-12-02 22:26:28
linux-kernel
Re: [PATCH v2 01/18] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
2022-12-02 22:09:42
linux-kernel
Re: [PATCH v2 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
2022-12-02 22:02:16
linux-kernel
Re: [PATCH v2 01/18] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
2022-12-02 21:50:34
linux-kernel
Re: [PATCH v2 02/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
2022-12-02 20:47:43
linux-kernel
[PATCH v2 14/18] x86/sgx: Add EPC OOM path to forcefully reclaim EPC
2022-12-02 20:06:57
linux-kernel
[PATCH v2 01/18] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
2022-12-02 19:52:53
linux-kernel
[PATCH v2 03/18] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
2022-12-02 19:52:00
linux-kernel
[PATCH v2 12/18] x86/sgx: Expose sgx_reclaim_pages() for use by EPC cgroup
2022-12-02 19:46:37
linux-kernel
[PATCH v2 17/18] x86/sgx: Add support for misc cgroup controller
2022-12-02 19:44:42
linux-kernel
[PATCH v2 13/18] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
2022-12-02 19:38:06
linux-kernel
[PATCH v2 02/18] x86/sgx: Store struct sgx_encl when allocating new VA pages
2022-12-02 19:01:56
linux-kernel
[PATCH v2 09/18] x86/sgx: Return the number of EPC pages that were successfully reclaimed
2022-12-02 19:00:35
linux-kernel
[PATCH v2 15/18] cgroup/misc: Add per resource callbacks for css events
2022-12-02 19:00:23
linux-kernel
[PATCH v2 10/18] x86/sgx: Add option to ignore age of page during EPC reclaim
2022-12-02 19:00:08
linux-kernel
[PATCH v2 11/18] x86/sgx: Prepare for multiple LRUs
2022-12-02 18:58:24
linux-kernel
[PATCH v2 18/18] Docs/x86/sgx: Add description for cgroup support
2022-12-02 18:55:12
linux-kernel
[PATCH v2 00/18] Add Cgroup support for SGX EPC memory
2022-12-02 18:55:02
linux-kernel
[PATCH v2 05/18] x86/sgx: Track epc pages on reclaimable or unreclaimable lists
2022-12-02 18:54:20
linux-kernel
[PATCH v2 08/18] x86/sgx: Allow reclaiming up to 32 pages, but scan 16 by default
2022-12-02 18:53:52
linux-kernel
[PATCH v2 16/18] cgroup/misc: Prepare for SGX usage
2022-12-02 18:53:34
linux-kernel
[PATCH v2 04/18] x86/sgx: Use sgx_epc_lru_lists for existing active page list
2022-12-02 18:43:41
linux-kernel
[PATCH v2 07/18] x86/sgx: Use a list to track to-be-reclaimed pages during reclaim
2022-12-02 18:43:11
linux-kernel
[PATCH v2 06/18] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
2022-11-15 16:21:45
linux-kernel
[PATCH v2] x86/sgx: Replace kmap/kunmap_atomic calls
2022-11-15 00:47:20
linux-kernel
Re: [PATCH 17/26] cgroup/misc: Add notifier block list support for css events
2022-11-15 00:05:00
linux-kernel
Re: [PATCH 17/26] cgroup/misc: Add notifier block list support for css events
2022-11-11 19:47:04
linux-kernel
[PATCH 25/26] x86/sgx: Add support for misc cgroup controller
2022-11-11 19:46:17
linux-kernel
[PATCH 06/26] x86/sgx: Introduce RECLAIM_IN_PROGRESS flag for EPC pages
2022-11-11 19:25:17
linux-kernel
[PATCH 15/26] x86/sgx: Add helper to grab pages from an arbitrary EPC LRU
2022-11-11 19:22:49
linux-kernel
[PATCH 01/26] x86/sgx: Call cond_resched() at the end of sgx_reclaim_pages()
2022-11-11 19:17:06
linux-kernel
[PATCH 22/26] cgroup/misc: Add private per cgroup data to struct misc_cg
2022-11-11 19:13:32
linux-kernel
[PATCH 00/26] Add Cgroup support for SGX EPC memory
2022-11-11 19:08:33
linux-kernel
[PATCH 26/26] Docs/x86/sgx: Add description for cgroup support
2022-11-11 19:02:00
linux-kernel
[PATCH 17/26] cgroup/misc: Add notifier block list support for css events
2022-11-11 18:51:17
linux-kernel
[PATCH 10/26] x86/sgx: Return the number of EPC pages that were successfully reclaimed
2022-11-11 18:50:35
linux-kernel
[PATCH 11/26] x86/sgx: Add option to ignore age of page during EPC reclaim
2022-11-11 18:50:16
linux-kernel
[PATCH 23/26] cgroup/misc: Add tryget functionality for misc controller
2022-11-11 18:50:09
linux-kernel
[PATCH 24/26] cgroup/misc: Add SGX EPC resource type
2022-11-11 18:50:02
linux-kernel
[PATCH 02/26] x86/sgx: Store struct sgx_encl when allocating new va pages
2022-11-11 18:49:40
linux-kernel
[PATCH 04/26] x86/sgx: Use sgx_epc_lru for existing active page list
2022-11-11 18:49:24
linux-kernel
[PATCH 08/26] x86/sgx: Add EPC page flags to identify type of page
2022-11-11 18:49:21
linux-kernel
[PATCH 18/26] cgroup/misc: Expose root_misc
2022-11-11 18:49:17
linux-kernel
[PATCH 03/26] x86/sgx: Add 'struct sgx_epc_lru' to encapsulate lru list(s)
2022-11-11 18:49:03
linux-kernel
[PATCH 19/26] cgroup/misc: Expose parent_misc()
2022-11-11 18:48:30
linux-kernel
[PATCH 20/26] cgroup/misc: allow users of misc cgroup to read specific cgroup usage
2022-11-11 18:48:27
linux-kernel
[PATCH 12/26] x86/sgx: Add helper to retrieve SGX EPC LRU given an EPC page