messages from 2024-05-08 21:40:11 to 2024-08-21 11:15:35 UTC [more...]
[PATCH v5 0/3] x86/sgx: Fix two data races in EAUG/EREMOVE flows
2024-08-21 11:15 UTC (6+ messages)
` [PATCH v5 1/3] x86/sgx: Split SGX_ENCL_PAGE_BEING_RECLAIMED into two flags
` [PATCH v5 2/3] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
` [PATCH v5 3/3] x86/sgx: Resolve EREMOVE page vs EAUG page data race
[PATCH v16 00/16] Add Cgroup support for SGX EPC memory
2024-08-21 1:54 UTC (17+ messages)
` [PATCH v16 01/16] x86/sgx: Replace boolean parameters with enums
` [PATCH v16 02/16] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v16 03/16] cgroup/misc: Export APIs for SGX driver
` [PATCH v16 04/16] cgroup/misc: Add SGX EPC resource type
` [PATCH v16 05/16] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v16 06/16] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v16 07/16] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v16 08/16] x86/sgx: Encapsulate uses of the global LRU
` [PATCH v16 09/16] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v16 10/16] x86/sgx: Implement async reclamation "
` [PATCH v16 11/16] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v16 12/16] x86/sgx: Revise global reclamation for EPC cgroups
` [PATCH v16 13/16] x86/sgx: implement direct reclamation for cgroups
` [PATCH v16 14/16] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v16 15/16] Docs/x86/sgx: Add description for cgroup support
` [PATCH v16 16/16] selftests/sgx: Add scripts for EPC cgroup testing
[PATCH v4 0/3] x86/sgx: Fix two data races in EAUG/EREMOVE flows
2024-08-15 18:37 UTC (27+ messages)
` [PATCH v4 1/3] x86/sgx: Split SGX_ENCL_PAGE_BEING_RECLAIMED into two flags
` [PATCH v4 2/3] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
` [PATCH v4 3/3] x86/sgx: Resolve EREMOVE page vs EAUG page data race
[PATCH v2] x86/cpu: Adjust the error message when BIOS does not support SGX
2024-07-31 19:49 UTC (2+ messages)
[PATCH] x86/cpufeatures: SGX: Adjust the error message when BIOS does not support SGX
2024-07-31 12:20 UTC (6+ messages)
[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
2024-07-01 6:14 UTC (4+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
Sub
2024-06-29 17:47 UTC
[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
2024-06-26 1:21 UTC (18+ messages)
` [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string
` [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk
` [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile
` [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE "
` [PATCH v6 05/13] selftests/futex: "
` [PATCH v6 06/13] selftests/intel_pstate: "
` [PATCH v6 07/13] selftests/iommu: "
` [PATCH v6 08/13] selftests/kvm: "
` [PATCH v6 09/13] selftests/proc: "
` [PATCH v6 10/13] selftests/resctrl: "
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS
[PATCH v15 00/14] Add Cgroup support for SGX EPC memory
2024-06-20 23:53 UTC (27+ messages)
` [PATCH v15 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v15 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v15 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v15 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v15 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v15 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v15 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v15 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v15 09/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v15 10/14] x86/sgx: Implement async reclamation for cgroup
` [PATCH v15 11/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v15 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v15 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v15 14/14] selftests/sgx: Add scripts for EPC cgroup testing
[PATCH v14 00/14] Add Cgroup support for SGX EPC memory
2024-06-11 21:56 UTC (28+ messages)
` [PATCH v14 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v14 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v14 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v14 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v14 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v14 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v14 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v14 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v14 09/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v14 10/14] x86/sgx: Implement async reclamation for cgroup
` [PATCH v14 11/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v14 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v14 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v14 14/14] selftests/sgx: Add scripts for EPC cgroup testing
[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
2024-06-07 17:47 UTC (9+ 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
[CfP] Confidential Computing Microconference @ LPC 2024
2024-06-04 14:50 UTC
Call for Registration - Confidential Computing Microconference @ LPC 2024
2024-06-04 14:48 UTC
[PATCH v5 57/68] selftests/sgx: Compile with -D_GNU_SOURCE
2024-05-22 12:02 UTC (2+ messages)
[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 2/2] x86/sgx: Resolve EREMOVE page vs EAUG page data race
2024-05-10 23:47 UTC (3+ messages)
[PATCH 1/2] x86/sgx: Resolve EAUG race where losing thread returns SIGBUS
2024-05-10 23:47 UTC (3+ messages)
[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 (15+ messages)
` [PATCH v2 3/5] selftests: Include KHDR_INCLUDES in Makefile
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox