messages from 2024-05-31 22:26:38 to 2024-09-05 08:10:22 UTC [more...]
[PATCH v2 0/2] SGX NUMA fix
2024-09-05 8:08 UTC (2+ messages)
` [PATCH v2 1/2] x86/sgx: Fix deadlock in SGX NUMA node search
[PATCH] x86/sgx: Fix deadloop in __sgx_alloc_epc_page()
2024-09-04 14:17 UTC (13+ messages)
[PATCH v17 00/16] Add Cgroup support for SGX EPC memory
2024-09-02 9:43 UTC (18+ messages)
` [PATCH v17 01/16] x86/sgx: Replace boolean parameters with enums
` [PATCH v17 02/16] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v17 03/16] cgroup/misc: Expose APIs for SGX driver
` [PATCH v17 04/16] cgroup/misc: Add SGX EPC resource type
` [PATCH v17 05/16] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v17 06/16] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v17 07/16] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v17 08/16] x86/sgx: Encapsulate uses of the global LRU
` [PATCH v17 09/16] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v17 10/16] x86/sgx: Implement async reclamation "
` [PATCH v17 11/16] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v17 12/16] x86/sgx: Implement direct reclamation for cgroups
` [PATCH v17 13/16] x86/sgx: Revise global reclamation for EPC cgroups
` [PATCH v17 14/16] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v17 15/16] Docs/x86/sgx: Add description for cgroup support
` [PATCH v17 16/16] selftests/sgx: Add scripts for EPC cgroup testing
[PATCH v16 00/16] Add Cgroup support for SGX EPC memory
2024-08-29 9:34 UTC (42+ 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] x86/sgx: Fix a W=1 build warning in function comment
2024-08-27 18:21 UTC (2+ messages)
[PATCH v5 0/3] x86/sgx: Fix two data races in EAUG/EREMOVE flows
2024-08-27 18:20 UTC (9+ 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 v4] x86/cpu: Adjust the error message when BIOS does not support SGX
2024-08-25 10:46 UTC
[PATCH v3] x86/cpu: Adjust the error message when BIOS does not support SGX
2024-08-25 10:37 UTC (3+ messages)
[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 (21+ messages)
` [PATCH v14 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v14 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v14 10/14] x86/sgx: Implement async reclamation "
` [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 (2+ messages)
[PATCH v3 0/2] x86/sgx: Fix two data races in EAUG/EREMOVE flows
2024-06-07 17:43 UTC (6+ messages)
` [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
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