linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-03-09 21:10 UTC  (84+ 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 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  (18+ messages)
` [PATCH 1/2] mm: add a mapping_clear_large_folios helper
` [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  (33+ messages)
` [PATCH v6 01/12] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v6 07/12] x86/sgx: Introduce EPC page states
` [PATCH v6 09/12] x86/sgx: Restructure top-level EPC reclaim function

[v5.15] WARNING in kvm_arch_vcpu_ioctl_run
 2024-01-10  5:09 UTC  (3+ messages)

[PATCH] x86/sgx: fix kernel-doc comment misuse
 2023-12-18  1:53 UTC  (2+ messages)


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).