messages from 2022-03-04 01:33:14 to 2022-03-15 01:02:59 UTC [more...]
[RFC PATCH v2 00/10] Support microcode updates affecting SGX
2022-03-15 1:03 UTC (11+ messages)
` [RFC PATCH v2 01/10] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages
` [RFC PATCH v2 02/10] x86/sgx: Provide VA page non-NULL owner
` [RFC PATCH v2 03/10] x86/sgx: Save enclave pointer for VA page
` [RFC PATCH v2 04/10] x86/sgx: Keep record for SGX VA and Guest page type
` [RFC PATCH v2 05/10] x86/sgx: Save the size of each EPC section
` [RFC PATCH v2 06/10] x86/sgx: Forced EPC page zapping for EUPDATESVN
` [RFC PATCH v2 07/10] x86/sgx: Define error codes for ENCLS[EUPDATESVN]
` [RFC PATCH v2 08/10] x86/sgx: Implement ENCLS[EUPDATESVN]
` [RFC PATCH v2 09/10] x86/cpu: Call ENCLS[EUPDATESVN] procedure in microcode update
` [RFC PATCH v2 10/10] x86/sgx: Call ENCLS[EUPDATESVN] during SGX initialization
[RFC PATCH v2.1 01/30] x86/sgx: Add short descriptions to ENCLS wrappers
2022-03-14 19:04 UTC (42+ messages)
` [RFC PATCH v2.1 02/30] x86/sgx: Add wrapper for SGX2 EMODPR function
` [RFC PATCH v2.1 03/30] x86/sgx: Add wrapper for SGX2 EMODT function
` [RFC PATCH v2.1 04/30] x86/sgx: Add wrapper for SGX2 EAUG function
` [RFC PATCH v2.1 05/30] Documentation/x86: Document SGX permission details
` [RFC PATCH v2.1 06/30] x86/sgx: Support VMA permissions more relaxed than enclave permissions
` [RFC PATCH v2.1 07/30] x86/sgx: Add pfn_mkwrite() handler for present PTEs
` [RFC PATCH v2.1 08/30] x86/sgx: Export sgx_encl_ewb_cpumask()
` [RFC PATCH v2.1 09/30] x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
` [RFC PATCH v2.1 10/30] x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()
` [RFC PATCH v2.1 11/30] x86/sgx: Make sgx_ipi_cb() available internally
` [RFC PATCH v2.1 12/30] x86/sgx: Create utility to validate user provided offset and length
` [RFC PATCH v2.1 13/30] x86/sgx: Keep record of SGX page type
` [RFC PATCH v2.1 14/30] x86/sgx: Support restricting of enclave page permissions
` [RFC PATCH v2.1 15/30] selftests/sgx: Add test for EPCM permission changes
` [RFC PATCH v2.1 16/30] selftests/sgx: Add test for TCS page "
` [RFC PATCH v2.1 17/30] x86/sgx: Support adding of pages to an initialized enclave
` [RFC PATCH v2.1 18/30] x86/sgx: Tighten accessible memory range after enclave initialization
` [RFC PATCH v2.1 19/30] selftests/sgx: Test two different SGX2 EAUG flows
` [RFC PATCH v2.1 20/30] x86/sgx: Support modifying SGX page type
` [RFC PATCH v2.1 21/30] x86/sgx: Support complete page removal
` [RFC PATCH v2.1 22/30] Documentation/x86: Introduce enclave runtime management section
` [RFC PATCH v2.1 23/30] selftests/sgx: Introduce dynamic entry point
` [RFC PATCH v2.1 24/30] selftests/sgx: Introduce TCS initialization enclave operation
` [RFC PATCH v2.1 25/30] selftests/sgx: Test complete changing of page type flow
` [RFC PATCH v2.1 26/30] selftests/sgx: Test faulty enclave behavior
` [RFC PATCH v2.1 27/30] selftests/sgx: Test invalid access to removed enclave page
` [RFC PATCH v2.1 28/30] selftests/sgx: Test reclaiming of untouched page
` [RFC PATCH v2.1 29/30] x86/sgx: Free up EPC pages directly to support large page ranges
` [RFC PATCH v2.1 30/30] selftests/sgx: Page removal stress test
[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
2022-03-14 15:39 UTC (61+ messages)
` [PATCH V2 06/32] x86/sgx: Support VMA permissions more relaxed than enclave permissions
` [PATCH V2 08/32] x86/sgx: x86/sgx: Add sgx_encl_page->vm_run_prot_bits for dynamic permission changes
` [PATCH V2 15/32] x86/sgx: Support relaxing of enclave page permissions
` [PATCH V2 16/32] x86/sgx: Support restricting "
` [PATCH V2 19/32] x86/sgx: Support adding of pages to an initialized enclave
` [PATCH V2 21/32] selftests/sgx: Test two different SGX2 EAUG flows
[PATCH v6] x86/sgx: Free backing memory after faulting the enclave page
2022-03-10 18:00 UTC (5+ messages)
[RFC PATCH 00/11] Support microcode updates affecting SGX
2022-03-10 5:24 UTC (25+ messages)
` [RFC PATCH 01/11] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages
` [RFC PATCH 02/11] x86/sgx: Provide VA page non-NULL owner
` [RFC PATCH 03/11] x86/sgx: Save enclave pointer for VA page
` [RFC PATCH 04/11] x86/sgx: Keep record for SGX VA and Guest page type
` [RFC PATCH 05/11] x86/sgx: Save the size of each EPC section
` [RFC PATCH 06/11] x86/sgx: Forced EPC page zapping for EUPDATESVN
` [RFC PATCH 07/11] x86/sgx: Define error codes for ENCLS[EUPDATESVN]
` [RFC PATCH 08/11] x86/sgx: Implement ENCLS[EUPDATESVN]
` [RFC PATCH 09/11] x86/microcode: Expose EUPDATESVN procedure via sysfs
` [RFC PATCH 10/11] x86/sgx: Call ENCLS[EUPDATESVN] during SGX initialization
` [RFC PATCH 11/11] Documentation/x86/sgx: Document EUPDATESVN sysfs file
[PATCH RFC v3 0/3] MAP_POPULATE for device memory
2022-03-08 11:41 UTC (5+ messages)
` [PATCH RFC v3 1/3] mm: Add f_op->populate() for populating memory outside of core mm
` [PATCH RFC v3 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC v3 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE
[PATCH RFC v2 0/3] MAP_POPULATE for device memory
2022-03-08 11:16 UTC (5+ messages)
` [PATCH RFC v2 1/3] mm: Add f_op->populate() for populating memory outside of core mm
` [PATCH RFC v2 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC v2 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE
[PATCH RFC 0/3] MAP_POPULATE for device memory
2022-03-08 10:10 UTC (23+ messages)
` [PATCH RFC 1/3] mm: Add f_ops->populate()
` [PATCH RFC 2/3] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH RFC 3/3] x86/sgx: Implement EAUG population with MAP_POPULATE
[PATCH] x86/sgx: Enable PROT_EXEC for EAUG'd pages
2022-03-08 7:48 UTC (7+ messages)
[PATCH RFC v2] mm: Add f_ops->populate()
2022-03-07 15:44 UTC (9+ messages)
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-07 15:26 UTC (3+ messages)
[PATCH RFC] x86: Add SGX_IOC_ENCLAVE_AUGMENT_PAGES
2022-03-06 16:30 UTC (12+ messages)
[PATCH RFC] mm: Add f_ops->populate()
2022-03-06 4:36 UTC (8+ messages)
[PATCH v3] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
2022-03-05 1:59 UTC (3+ messages)
[Kgdb-bugreport] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
2022-03-04 6:59 UTC (2+ messages)
` "
[PATCH v2] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
2022-03-04 2:55 UTC
[PATCH] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
2022-03-04 1:32 UTC (3+ messages)
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