linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-28 23:27:11 to 2022-03-08 11:29:25 UTC [more...]

[PATCH RFC v3 0/3] MAP_POPULATE for device memory
 2022-03-08 11:28 UTC  (3+ 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 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 V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-03-08  9:12 UTC  (51+ 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] 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  (69+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
                        ` [Kgdb-bugreport] "
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
  ` [Intel-gfx] "

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

[RFC PATCH v2.1 01/30] x86/sgx: Add short descriptions to ENCLS wrappers
 2022-03-04  9:41 UTC  (32+ 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] 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)

[PATCH v5] x86/sgx: Free backing memory after faulting the enclave page
 2022-03-03 22:47 UTC  (5+ messages)

[PATCH v6] x86/sgx: Free backing memory after faulting the enclave page
 2022-03-03 22:38 UTC 

[PATCH v12] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2022-03-03 14:57 UTC 

[PATCH 00/25] x86/sgx and selftests/sgx: Support SGX2
 2022-03-01 17:08 UTC  (4+ messages)
` [PATCH 13/25] x86/sgx: Support adding of pages to initialized enclave

[PATCH v4] x86/sgx: Free backing memory after faulting the enclave page
 2022-03-01 11:03 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 NNTP newsgroup(s).