linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-05-17 11:06 UTC  (3+ messages)
` [PATCH v3 1/2] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
` [PATCH v3 2/2] x86/sgx: Resolve EREMOVE page vs EAUG page data race

[RFC PATCH v3 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup
 2024-05-16  8:26 UTC  (7+ messages)
` [RFC PATCH v3 1/1] "

[PATCH v2 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-05-15 22:01 UTC  (13+ messages)
` [PATCH v2 1/2] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
` [PATCH v2 2/2] x86/sgx: Resolve EREMOVE page vs EAUG page data race

[PATCH v1 1/1] selftests/sgx: Fix the implicit declaration of asprintf() compiler error
 2024-05-13 11:20 UTC  (8+ messages)

[PATCH 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
 2024-05-10 23:47 UTC  (13+ 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 v1 1/1] selftests/sgx: Fix the implicit declaration of asprintf() compiler error
 2024-05-10 20:46 UTC 

[PATCH v2 0/2] Selftests: Fix compilation warnings due to missing _GNU_SOURCE definition
 2024-05-10 12:33 UTC  (5+ messages)
` [PATCH v2 1/2] Revert "selftests/harness: remove use of LINE_MAX"
` [PATCH v2 2/2] selftests/harness: Use 1024 in place of LINE_MAX

[PATCH v3 02/68] selftests/sgx: Include KHDR_INCLUDES in Makefile
 2024-05-09 19:57 UTC 

[PATCH] selftests: Add _GNU_SOURCE definition when including kselftest_harness.h
 2024-05-09 18:27 UTC  (8+ messages)

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09 18:20 UTC  (33+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
 2024-05-07 22:38 UTC  (7+ messages)

[PATCH v1 00/10] Define _GNU_SOURCE for sources using
 2024-05-07 17:53 UTC  (18+ 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-05-07  3:21 UTC  (20+ 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 v12 00/14] Add Cgroup support for SGX EPC memory
 2024-04-30  1:31 UTC  (58+ messages)
` [PATCH v12 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [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 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  (6+ messages)
` [PATCH v11 14/14] selftests/sgx: Add scripts for EPC cgroup testing


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