Linux-Sgx Archive mirror
 help / color / mirror / Atom feed
[PATCH v1 00/10] Define _GNU_SOURCE for sources using
 2024-05-01  5:40 UTC  (13+ messages)
` [PATCH v1 01/10] selftests/sgx: Compile with -D_GNU_SOURCE
` [PATCH v1 02/10] selftests/alsa: "
` [PATCH v1 03/10] selftests/hid: "
` [PATCH v1 04/10] selftests/kvm: Define _GNU_SOURCE
` [PATCH v1 05/10] selftests/nci: Compile with -D_GNU_SOURCE
` [PATCH v1 06/10] selftests/net: Define _GNU_SOURCE
` [PATCH v1 07/10] selftests/prctl: Compile with -D_GNU_SOURCE
` [PATCH v1 08/10] selftests/rtc: "
` [PATCH v1 09/10] selftests/tdx: "
` [PATCH v1 10/10] selftests/user_events: Compiled "

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

[PATCH 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-04-30 14:38 UTC  (11+ messages)
` [PATCH 1/2] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
` [PATCH 2/2] x86/sgx: Resolve EREMOVE page vs EAUG page data race

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

[RFC PATCH v2 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup
 2024-04-29  2:23 UTC  (5+ messages)
` [RFC PATCH v2 1/1] "

[RFC PATCH 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup
 2024-04-24 17:47 UTC  (15+ messages)
` [RFC PATCH 1/1] "

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

[PATCH v10 00/14] Add Cgroup support for SGX EPC memory
 2024-04-13 20:56 UTC  (35+ messages)
` [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 09/14] x86/sgx: Implement async reclamation "
` [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
          `  "
` [PATCH v10 14/14] selftests/sgx: Add scripts for EPC cgroup testing
    ` [PATCH] selftests/sgx: Improve cgroup test scripts
        ` [PATCH v2] "

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-04-03 16:46 UTC  (22+ messages)
` [PATCH v9 15/15] selftests/sgx: Add scripts for EPC cgroup testing
            `  "

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-28  3:32 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).