linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-14 22:24:00 to 2022-02-22 20:05:48 UTC [more...]

[PATCH V2 0/4] selftests/sgx: Early enclave loading error path fixes
 2022-02-22 20:05 UTC  (17+ 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 V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-02-22 19:19 UTC  (39+ 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 v4] x86/sgx: Free backing memory after faulting the enclave page
 2022-02-22 12:24 UTC  (2+ messages)

[PATCH v3] x86/sgx: Free backing memory after faulting the enclave page
 2022-02-22  0:15 UTC  (13+ 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  (18+ 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)

[PATCH v3 1/2] x86/sgx: Add accounting for tracking overcommit
 2022-02-01 14:46 UTC  (3+ messages)

[PATCH 0/2] Fixups for overcommit limit pages
 2022-01-28 18:26 UTC  (7+ messages)
` [PATCH 1/2] x86/sgx: fixup for available backing pages calculation
` [PATCH 2/2] x86/sgx: Allow sgx_reclaim_pages() to report failure

[syzbot] memory leak in kvm_vcpu_ioctl_set_cpuid2
 2022-01-26 20:07 UTC  (2+ messages)

[PATCH 05/25] x86/sgx: Introduce runtime protection bits
 2022-01-26 14:41 UTC  (37+ messages)

[PATCH V2] x86/sgx: Silence softlockup detection when releasing large enclaves
 2022-01-26 14:32 UTC  (2+ messages)

[PATCH] x86/sgx: Silence softlockup detection when releasing large enclaves
 2022-01-26 14:30 UTC  (5+ messages)

Testing 5.17 bugfix material
 2022-01-25 12:06 UTC  (11+ messages)

[PATCH V2] x86/sgx: Add poison handling to reclaimer
 2022-01-22 23:28 UTC  (5+ messages)

[PATCH] x86/sgx: Add poison handling to reclaimer
 2022-01-20 15:28 UTC  (6+ messages)

[PATCH v3 0/2] x86/sgx: Limit EPC overcommit
 2022-01-20 13:08 UTC  (5+ messages)
` [PATCH v3 1/2] x86/sgx: Add accounting for tracking overcommit
` [PATCH v3 2/2] x86/sgx: account backing pages

unable to execute QEMU command 'qom-get': Property 'sgx-epc.unavailable-features' not found
 2022-01-17  6:58 UTC  (4+ messages)

[PATCH v2 0/2] x86/sgx: Limit EPC overcommit
 2022-01-15 19:02 UTC  (13+ messages)
` [PATCH v2 2/2] x86/sgx: account backing pages


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