linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-05 20:22:32 to 2021-10-23 06:33:55 UTC [more...]

[PATCH v8 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-10-23  6:33 UTC  (5+ 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 v5 0/7] Basic recovery for machine checks inside SGX
 2021-10-22 10:43 UTC  (87+ messages)
  ` [PATCH v5 1/7] x86/sgx: Provide indication of life-cycle of EPC pages
  ` [PATCH v5 2/7] x86/sgx: Add infrastructure to identify SGX "
  ` [PATCH v5 3/7] x86/sgx: Initial poison handling for dirty and free pages
  ` [PATCH v5 4/7] x86/sgx: Add SGX infrastructure to recover from poison
  ` [PATCH v5 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
  ` [PATCH v5 6/7] x86/sgx: Add hook to error injection address validation
  ` [PATCH v5 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
  ` [PATCH v6 0/7] Basic recovery for machine checks inside SGX
    ` [PATCH v6 1/7] x86/sgx: Provide indication of life-cycle of EPC pages
    ` [PATCH v6 2/7] x86/sgx: Add infrastructure to identify SGX "
    ` [PATCH v6 3/7] x86/sgx: Initial poison handling for dirty and free pages
    ` [PATCH v6 4/7] x86/sgx: Add SGX infrastructure to recover from poison
    ` [PATCH v6 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
    ` [PATCH v6 6/7] x86/sgx: Add hook to error injection address validation
    ` [PATCH v6 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
    ` [PATCH v7 0/7] Basic recovery for machine checks inside SGX
      ` [PATCH v7 1/7] x86/sgx: Add new sgx_epc_page flag bit to mark in-use pages
      ` [PATCH v7 2/7] x86/sgx: Add infrastructure to identify SGX EPC pages
      ` [PATCH v7 3/7] x86/sgx: Initial poison handling for dirty and free pages
      ` [PATCH v7 4/7] x86/sgx: Add SGX infrastructure to recover from poison
      ` [PATCH v7 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
      ` [PATCH v7 6/7] x86/sgx: Add hook to error injection address validation
      ` [PATCH v7 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
      ` [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 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

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

[PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-23 20:33 UTC  (10+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE_ALL ioctl

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

[RFC/RFT PATCH 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-15  8:28 UTC  (29+ messages)
` [PATCH 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE ioctl

[PATCH v4 1/3] x86/sgx: Report SGX memory in /sys/devices/system/node/node*/meminfo
 2021-09-12 19:37 UTC  (10+ messages)
` [PATCH v4 2/3] x86/sgx: Report SGX memory in /proc/meminfo
` [PATCH v4 3/3] x86/sgx: Document SGX_MemTotal to Documentation/x86/meminfo.rst

[PATCH 4/4] KVM: X86: Potential 'index out of range' bug
 2021-09-08 18:42 UTC  (5+ messages)

[syzbot] WARNING: kmalloc bug in memslot_rmap_alloc
 2021-09-08  5:36 UTC  (4+ messages)

[PATCH] x86/sgx: Declare sgx_set_attribute() for !CONFIG_X86_SGX
 2021-09-07 13:37 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).