linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 18:02:48 to 2021-12-01 19:24:01 UTC [more...]

[PATCH 00/25] x86/sgx and selftests/sgx: Support SGX2
 2021-12-01 19:23 UTC  (22+ messages)
` [PATCH 01/25] x86/sgx: Add shortlog descriptions to ENCLS wrappers
` [PATCH 02/25] x86/sgx: Add wrappers for SGX2 functions
` [PATCH 03/25] x86/sgx: Support VMA permissions exceeding enclave permissions
` [PATCH 04/25] x86/sgx: Add pfn_mkwrite() handler for present PTEs
` [PATCH 05/25] x86/sgx: Introduce runtime protection bits
` [PATCH 06/25] x86/sgx: Use more generic name for enclave cpumask function
` [PATCH 07/25] x86/sgx: Move PTE zap code to separate function
` [PATCH 08/25] x86/sgx: Make SGX IPI callback available internally
` [PATCH 09/25] x86/sgx: Keep record of SGX page type
` [PATCH 10/25] x86/sgx: Support enclave page permission changes
` [PATCH 11/25] selftests/sgx: Add test for EPCM "
` [PATCH 12/25] selftests/sgx: Add test for TCS page "
` [PATCH 13/25] x86/sgx: Support adding of pages to initialized enclave
` [PATCH 14/25] x86/sgx: Tighten accessible memory range after enclave initialization
` [PATCH 15/25] selftests/sgx: Test two different SGX2 EAUG flows
` [PATCH 17/25] x86/sgx: Support complete page removal
` [PATCH 19/25] selftests/sgx: Introduce TCS initialization enclave operation
` [PATCH 21/25] selftests/sgx: Test faulty enclave behavior
` [PATCH 23/25] selftests/sgx: Test reclaiming of untouched page
` [PATCH 24/25] x86/sgx: Free up EPC pages directly to support large page ranges
` [PATCH 25/25] selftests/sgx: Page removal stress test

[PATCH v10] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-11-30 17:50 UTC 

[PATCH v9] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-11-30  1:14 UTC 

[PATCH v13 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-11-16 16:21 UTC  (2+ messages)
` [PATCH v13 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH V3] x86/sgx: Fix free page accounting
 2021-11-16 16:01 UTC  (2+ messages)

[PATCH V3 00/13] selftests/sgx: Oversubscription, page permission, thread entry
 2021-11-15 18:35 UTC  (14+ messages)
` [PATCH V3 01/13] selftests/x86/sgx: Fix a benign linker warning
` [PATCH V3 02/13] selftests/sgx: Assign source for each segment
` [PATCH V3 03/13] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH V3 04/13] selftests/sgx: Create a heap for the test enclave
` [PATCH V3 05/13] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH V3 06/13] selftests/sgx: Encpsulate the test enclave creation
` [PATCH V3 07/13] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH V3 08/13] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed
` [PATCH V3 09/13] selftests/sgx: Provide per-op parameter structs for the test enclave
` [PATCH V3 10/13] selftests/sgx: Rename test properties in preparation for more enclave tests
` [PATCH V3 11/13] selftests/sgx: Add page permission and exception test
` [PATCH V3 12/13] selftests/sgx: Enable multiple thread support
` [PATCH V3 13/13] selftests/sgx: Add test for multiple TCS entry

[PATCH v2] x86/sgx: Free backing memory after faulting the enclave page
 2021-11-11 17:44 UTC 

[PATCH V2] x86/sgx: Fix free page accounting
 2021-11-11  4:01 UTC  (9+ messages)

[PATCH] x86/sgx: Fix free page accounting
 2021-11-09  1:30 UTC  (14+ messages)

[PATCH] x86/sgx: Free backing memory after faulting the enclave page
 2021-11-08 20:07 UTC  (17+ messages)

[PATCH v12 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-11-08  6:21 UTC  (3+ messages)
` [PATCH v12 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH v11 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-11-05 22:14 UTC  (7+ messages)
` [PATCH v11 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH v10 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-11-02 20:12 UTC  (4+ messages)
` [PATCH v10 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH v9 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-11-01  0:01 UTC  (9+ messages)
` [PATCH v9 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH] x86/sgx: SGX documentation fixes
 2021-10-31 17:50 UTC  (2+ messages)

[PATCH V2 00/15] selftests/sgx: Oversubscription, page permission, thread entry
 2021-10-29 19:03 UTC  (24+ messages)
` [PATCH V2 01/15] selftests/x86/sgx: Fix a benign linker warning
` [PATCH V2 02/15] x86/sgx: Rename fallback labels in sgx_init()
` [PATCH V2 03/15] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node
` [PATCH V2 04/15] selftests/sgx: Assign source for each segment
` [PATCH V2 05/15] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH V2 06/15] selftests/sgx: Create a heap for the test enclave
` [PATCH V2 07/15] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH V2 08/15] selftests/sgx: Encpsulate the test enclave creation
` [PATCH V2 09/15] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH V2 10/15] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed
` [PATCH V2 11/15] selftests/sgx: Provide per-op parameter structs for the test enclave
` [PATCH V2 12/15] selftests/sgx: Rename test properties in preparation for more enclave tests
` [PATCH V2 13/15] selftests/sgx: Add page permission and exception test
` [PATCH V2 14/15] selftests/sgx: Enable multiple thread support
` [PATCH V2 15/15] selftests/sgx: Add test for multiple TCS entry

[PATCH v6 0/7] Basic recovery for machine checks inside SGX
 2021-10-29 18:39 UTC  (58+ messages)
` [PATCH v7 "
  ` [PATCH v7 3/7] x86/sgx: Initial poison handling for dirty and free pages
  ` [PATCH v8 0/7] Basic recovery for machine checks inside SGX
    ` [PATCH v8 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark in-use pages
    ` [PATCH v8 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
    ` [PATCH v8 3/7] x86/sgx: Initial poison handling for dirty and free pages
    ` [PATCH v8 4/7] x86/sgx: Add SGX infrastructure to recover from poison
    ` [PATCH v8 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
    ` [PATCH v8 6/7] x86/sgx: Add hook to error injection address validation
    ` [PATCH v8 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
    ` [PATCH v9 0/7] Basic recovery for machine checks inside SGX
      ` [PATCH v9 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark in-use pages
      ` [PATCH v9 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
      ` [PATCH v9 3/7] x86/sgx: Initial poison handling for dirty and free pages
      ` [PATCH v9 4/7] x86/sgx: Add SGX infrastructure to recover from poison
      ` [PATCH v9 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
      ` [PATCH v9 6/7] x86/sgx: Add hook to error injection address validation
      ` [PATCH v9 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
      ` [PATCH v10 0/7] Basic recovery for machine checks inside SGX
        ` [PATCH v10 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark free pages
        ` [PATCH v10 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
        ` [PATCH v10 3/7] x86/sgx: Initial poison handling for dirty and free pages
        ` [PATCH v10 4/7] x86/sgx: Add SGX infrastructure to recover from poison
        ` [PATCH v10 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
        ` [PATCH v10 6/7] x86/sgx: Add hook to error injection address validation
        ` [PATCH v10 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
        ` [PATCH v11 0/7] Basic recovery for machine checks inside SGX
          ` [PATCH v11 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark free pages
          ` [PATCH v11 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
          ` [PATCH v11 3/7] x86/sgx: Initial poison handling for dirty and free pages
          ` [PATCH v11 4/7] x86/sgx: Add SGX infrastructure to recover from poison
          ` [PATCH v11 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
          ` [PATCH v11 6/7] x86/sgx: Add hook to error injection address validation
          ` [PATCH v11 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()

[PATCH] selftest/sgx: use swap() to make code cleaner
 2021-10-28  0:34 UTC 

[PATCH v8 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-10-25 23:46 UTC  (8+ messages)
` [PATCH v8 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH v8] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-10-23  1:21 UTC  (2+ messages)

[PATCH v7 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-10-18 13:35 UTC  (3+ messages)
` [PATCH v7 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-10-05 15:53 UTC 

[syzbot] KMSAN: uninit-value in kvm_cpuid
 2021-10-01 15:13 UTC  (2+ messages)

[PATCH v6 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-10-01 14:52 UTC  (6+ messages)
` [PATCH v6 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node


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