public inbox for linux-sgx@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-21 11:05:51 to 2022-05-20 10:41:55 UTC [more...]

[PATCH v5 0/9] Support microcode updates affecting SGX
 2022-05-20 10:39 UTC  (9+ messages)
` [PATCH v5 1/9] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages
` [PATCH v5 2/9] x86/sgx: Save enclave pointer for VA page
` [PATCH v5 4/9] x86/sgx: Save the size of each EPC section
` [PATCH v5 5/9] x86/sgx: Forced EPC page zapping for EUPDATESVN
` [PATCH v5 6/9] x86/sgx: Define error codes for ENCLS[EUPDATESVN]
` [PATCH v5 7/9] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v5 8/9] x86/cpu: Call ENCLS[EUPDATESVN] procedure in microcode update
` [PATCH v5 9/9] x86/sgx: Call ENCLS[EUPDATESVN] during SGX initialization

[PATCH v2 2/4] x86/sgx: add struct sgx_vepc_page to manage EPC pages for vepc
 2022-05-20  6:42 UTC  (5+ messages)

[PATCH v2] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-20  1:24 UTC  (5+ messages)

[PATCH v2 1/4] x86/sgx: Move struct sgx_vepc definition to sgx.h
 2022-05-19 21:30 UTC  (2+ messages)

[PATCH] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-19 20:47 UTC  (8+ messages)

[PATCH v2 4/4] x86/sgx: Fine grained SGX MCA behavior for normal case
 2022-05-19  3:12 UTC 

[PATCH v2 3/4] x86/sgx: Fine grained SGX MCA behavior for virtualization
 2022-05-19  3:11 UTC 

[PATCH v2 0/4] x86/sgx: fine grained SGX MCA behavior
 2022-05-19  3:10 UTC 

[PATCH] selftests/sgx: add test_encl.elf to TEST_GEN_FILES
 2022-05-18 14:54 UTC  (2+ messages)

[PATCH 0/4] x86/sgx: fine grained SGX MCA behavior
 2022-05-18  1:02 UTC  (12+ messages)

VMA's not getting merged
 2022-05-18  0:47 UTC  (4+ messages)

[RFC PATCH] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-17 12:38 UTC  (3+ messages)

[PATCH V3 0/5] SGX shmem backing store issue
 2022-05-13 14:40 UTC  (10+ messages)
` [PATCH V3 1/5] x86/sgx: Disconnect backing page references from dirty status
` [PATCH V3 2/5] x86/sgx: Mark PCMD page as dirty when modifying contents
` [PATCH V3 3/5] x86/sgx: Obtain backing storage page with enclave mutex held
` [PATCH V3 4/5] x86/sgx: Fix race between reclaimer and page fault handler
` [PATCH V3 5/5] x86/sgx: Ensure no data in PCMD page after truncate

[RFC PATCH 0/4] SGX shmem backing store issue
 2022-05-12 21:14 UTC  (50+ messages)
` [RFC PATCH 1/4] x86/sgx: Do not free backing memory on ENCLS[ELDU] failure
` [RFC PATCH 2/4] x86/sgx: Set dirty bit after modifying page contents
` [RFC PATCH 3/4] x86/sgx: Obtain backing storage page with enclave mutex held
` [RFC PATCH 4/4] x86/sgx: Do not allocate backing pages when loading from backing store

[PATCH V5 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-05-12 18:11 UTC  (35+ messages)
` [PATCH V5 01/31] x86/sgx: Add short descriptions to ENCLS wrappers
` [PATCH V5 02/31] x86/sgx: Add wrapper for SGX2 EMODPR function
` [PATCH V5 03/31] x86/sgx: Add wrapper for SGX2 EMODT function
` [PATCH V5 04/31] x86/sgx: Add wrapper for SGX2 EAUG function
` [PATCH V5 05/31] x86/sgx: Support loading enclave page without VMA permissions check
` [PATCH V5 06/31] x86/sgx: Export sgx_encl_ewb_cpumask()
` [PATCH V5 07/31] x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
` [PATCH V5 08/31] x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()
` [PATCH V5 09/31] x86/sgx: Make sgx_ipi_cb() available internally
` [PATCH V5 10/31] x86/sgx: Create utility to validate user provided offset and length
` [PATCH V5 11/31] x86/sgx: Keep record of SGX page type
` [PATCH V5 12/31] x86/sgx: Export sgx_encl_{grow,shrink}()
` [PATCH V5 13/31] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH V5 14/31] x86/sgx: Support VA page allocation without reclaiming
` [PATCH V5 15/31] x86/sgx: Support restricting of enclave page permissions
` [PATCH V5 16/31] x86/sgx: Support adding of pages to an initialized enclave
` [PATCH V5 17/31] x86/sgx: Tighten accessible memory range after enclave initialization
` [PATCH V5 18/31] x86/sgx: Support modifying SGX page type
` [PATCH V5 19/31] x86/sgx: Support complete page removal
` [PATCH V5 20/31] x86/sgx: Free up EPC pages directly to support large page ranges
` [PATCH V5 21/31] Documentation/x86: Introduce enclave runtime management section
` [PATCH V5 22/31] selftests/sgx: Add test for EPCM permission changes
` [PATCH V5 23/31] selftests/sgx: Add test for TCS page "
` [PATCH V5 24/31] selftests/sgx: Test two different SGX2 EAUG flows
` [PATCH V5 25/31] selftests/sgx: Introduce dynamic entry point
` [PATCH V5 26/31] selftests/sgx: Introduce TCS initialization enclave operation
` [PATCH V5 27/31] selftests/sgx: Test complete changing of page type flow
` [PATCH V5 28/31] selftests/sgx: Test faulty enclave behavior
` [PATCH V5 29/31] selftests/sgx: Test invalid access to removed enclave page
` [PATCH V5 30/31] selftests/sgx: Test reclaiming of untouched page
` [PATCH V5 31/31] selftests/sgx: Page removal stress test

[PATCH V2 0/5] SGX shmem backing store issue
 2022-05-12 14:15 UTC  (19+ messages)
` [PATCH V2 1/5] x86/sgx: Disconnect backing page references from dirty status
` [PATCH V2 2/5] x86/sgx: Mark PCMD page as dirty when modifying contents
` [PATCH V2 3/5] x86/sgx: Obtain backing storage page with enclave mutex held
` [PATCH V2 4/5] x86/sgx: Fix race between reclaimer and page fault handler
` [PATCH V2 5/5] x86/sgx: Ensure no data in PCMD page after truncate

[PATCH 2/4] x86/sgx: add struct sgx_vepc_page to manage EPC pages for vepc
 2022-05-12 12:16 UTC  (3+ messages)

[PATCH 1/4] x86/sgx: Move struct sgx_vepc definition to sgx.h
 2022-05-12 12:10 UTC  (3+ messages)

[PATCH 3/4] x86/sgx: Fine grained SGX MCA behavior for virtualization
 2022-05-12  3:27 UTC  (4+ messages)

[PATCH 4/4] x86/sgx: Fine grained SGX MCA behavior for normal case
 2022-05-10  3:17 UTC 

[PATCH] x86/sgx: simplify the return expression of sgx_drv_init()
 2022-05-06 22:30 UTC  (3+ messages)

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH V4 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-04-26  4:10 UTC  (14+ messages)

[PATCH v4 0/9] Support microcode updates affecting SGX
 2022-04-25 14:00 UTC  (14+ messages)
` [PATCH v4 1/9] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages
` [PATCH v4 2/9] x86/sgx: Save enclave pointer for VA page
` [PATCH v4 5/9] x86/sgx: Forced EPC page zapping for EUPDATESVN
` [PATCH v4 8/9] x86/cpu: Call ENCLS[EUPDATESVN] procedure in microcode update


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox