Linux-Sgx Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-10 15:20:37 to 2024-03-28 03:32:34 UTC [more...]

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-28  3:32 UTC  (8+ messages)

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-03-28  3:05 UTC  (89+ messages)
` [PATCH v9 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v9 02/15] cgroup/misc: Export APIs for SGX driver
` [PATCH v9 03/15] cgroup/misc: Add SGX EPC resource type
` [PATCH v9 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v9 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v9 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v9 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows "
    `  "
` [PATCH v9 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
        ` [RFC PATCH] x86/sgx: Remove 'reclaim' boolean parameters
                        ` Re: [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v9 11/15] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v9 12/15] x86/sgx: Expose sgx_epc_cgroup_reclaim_pages() for global reclaimer
` [PATCH v9 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v9 14/15] Docs/x86/sgx: Add description for cgroup support
` [PATCH v9 15/15] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH v10 00/14] Add Cgroup support for SGX EPC memory
 2024-03-28  0:22 UTC  (15+ messages)
` [PATCH v10 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v10 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v10 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v10 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v10 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v10 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 09/14] x86/sgx: Implement async reclamation "
` [PATCH v10 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v10 11/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v10 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v10 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH v2] x86/sgx: fix kernel-doc comment misuse
 2024-02-12 20:00 UTC  (2+ messages)

[PATCH v8 00/15] Add Cgroup support for SGX EPC memory
 2024-02-12 19:31 UTC  (30+ messages)
` [PATCH v8 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v8 02/15] cgroup/misc: Export APIs for SGX driver
` [PATCH v8 03/15] cgroup/misc: Add SGX EPC resource type
` [PATCH v8 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v8 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v8 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v8 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v8 08/15] x86/sgx: Implement EPC reclamation flows "
` [PATCH v8 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v8 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v8 11/15] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v8 12/15] x86/sgx: Expose sgx_epc_cgroup_reclaim_pages() for global reclaimer
` [PATCH v8 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v8 14/15] Docs/x86/sgx: Add description for cgroup support
` [PATCH v8 15/15] selftests/sgx: Add scripts for EPC cgroup testing

disable large folios for shmem file used by xfs xfile
 2024-02-08 16:03 UTC  (17+ messages)
` [PATCH 2/2] xfs: disable large folio support in xfile_create

[PATCH v7 00/15] Add Cgroup support for SGX EPC memory
 2024-02-03  0:39 UTC  (32+ messages)
` [PATCH v7 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v7 02/15] cgroup/misc: Export APIs for SGX driver
` [PATCH v7 03/15] cgroup/misc: Add SGX EPC resource type
` [PATCH v7 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v7 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v7 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v7 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v7 08/15] x86/sgx: Implement EPC reclamation flows "
` [PATCH v7 09/15] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v7 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()
` [PATCH v7 11/15] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v7 12/15] x86/sgx: Expose sgx_epc_cgroup_reclaim_pages() for global reclaimer
` [PATCH v7 13/15] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v7 14/15] Docs/x86/sgx: Add description for cgroup support
` [PATCH v7 15/15] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH AUTOSEL 5.15 06/19] selftests/sgx: Fix linker script asserts
 2024-01-28 16:15 UTC 

[PATCH AUTOSEL 6.1 07/27] selftests/sgx: Fix linker script asserts
 2024-01-28 16:13 UTC 

[PATCH AUTOSEL 6.6 08/31] selftests/sgx: Fix linker script asserts
 2024-01-28 16:12 UTC 

[PATCH AUTOSEL 6.7 08/39] selftests/sgx: Fix linker script asserts
 2024-01-28 16:10 UTC 

[PATCH 22/82] x86/sgx: Refactor intentional wrap-around calculation
 2024-01-23  9:15 UTC  (2+ messages)

[PATCH v6 00/12] Add Cgroup support for SGX EPC memory
 2024-01-13 21:08 UTC  (16+ messages)
` [PATCH v6 01/12] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function


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 read-only IMAP folder(s) and NNTP newsgroup(s).