linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-02 18:59:29 to 2022-03-03 10:58:05 UTC [more...]

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-03 10:56 UTC  (79+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "
  ` [Intel-gfx] "

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

[PATCH v5] x86/sgx: Free backing memory after faulting the enclave page
 2022-03-02 16:40 UTC  (4+ messages)

[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  (6+ messages)

[PATCH V2 0/4] selftests/sgx: Early enclave loading error path fixes
 2022-02-23 15:43 UTC  (14+ messages)
` [PATCH V2 1/4] selftests/sgx: Fix NULL-pointer-dereference upon early test failure
` [PATCH V2 2/4] selftests/sgx: Do not attempt enclave build without valid enclave
` [PATCH V2 3/4] selftests/sgx: Ensure enclave data available during debug print
` [PATCH V2 4/4] selftests/sgx: Remove extra newlines in test output

[PATCH v3] x86/sgx: Free backing memory after faulting the enclave page
 2022-02-22  0:15 UTC  (8+ messages)

[PATCH 0/2] selftests: sgx: Fix build of test_sgx
 2022-02-20 20:06 UTC  (10+ messages)
` [PATCH 1/2] selftests: x86: allow expansion of $(CC)
` [PATCH 2/2] selftests: sgx: Treat CC as one argument

[PATCH v11] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2022-02-20 20:05 UTC  (5+ messages)

aesmd availability
 2022-02-20 19:01 UTC  (4+ messages)

[PATCH V3] x86/sgx: Add poison handling to reclaimer
 2022-02-17 18:47 UTC  (4+ messages)

[PATCH 0/4] selftests/sgx: Early enclave loading error path fixes
 2022-02-15 19:39 UTC  (9+ messages)
` [PATCH 1/4] selftests/sgx: Fix segfault upon early test failure
` [PATCH 2/4] selftests/sgx: Do not attempt enclave build without valid enclave
` [PATCH 3/4] selftests/sgx: Ensure enclave data available during debug print
` [PATCH 4/4] selftests/sgx: Remove extra newlines in test output

[PATCH V2 0/2] selftests: sgx: Fix build of test_sgx
 2022-02-14 21:00 UTC  (5+ messages)
` [PATCH V2 1/2] selftests: x86: add validity check and allow field splitting
` [PATCH V2 2/2] selftests: sgx: Treat CC as one argument

[PATCH V3 0/4] selftests/sgx: Early enclave loading error path fixes
 2022-02-08 21:48 UTC  (5+ messages)
` [PATCH V3 1/4] selftests/sgx: Fix NULL-pointer-dereference upon early test failure
` [PATCH V3 2/4] selftests/sgx: Do not attempt enclave build without valid enclave
` [PATCH V3 3/4] selftests/sgx: Ensure enclave data available during debug print
` [PATCH V3 4/4] selftests/sgx: Remove extra newlines in test output

[PATCH V3] x86/sgx: Silence softlockup detection when releasing large enclaves
 2022-02-08 18:48 UTC 

[PATCH] KVM: VMX: pass TME information to guests
 2022-02-03 18:40 UTC  (2+ 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).