linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 16:27:47 to 2021-09-21 22:15:21 UTC [more...]

[PATCH v5 0/7] Basic recovery for machine checks inside SGX
 2021-09-21 22:15 UTC  (13+ 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 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-09-21 19:46 UTC  (8+ 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 v5 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-09-14  3:04 UTC  (2+ messages)
` [PATCH v5 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

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

[PATCH v3 1/2] x86/sgx: Add the missing ifdef for sgx_set_attribute()
 2021-09-02 22:14 UTC  (24+ messages)
` [PATCH v3 2/2] x86/sgx: Add SGX_MemTotal to /proc/meminfo

[PATCH 1/4] KVM: x86: Introduce .pcpu_is_idle() stub infrastructure
 2021-09-01  4:39 UTC  (9+ messages)
` [PATCH 2/4] Scheduler changes
` [PATCH 3/4] KVM host implementation
` [PATCH 4/4] KVM guest implementation

[syzbot] WARNING in exception_type
 2021-08-30 15:42 UTC  (2+ messages)

[PATCH v2 1/2] x86/sgx: Add the missing ifdef for sgx_set_attribute()
 2021-08-25 20:35 UTC  (6+ messages)
` [PATCH v2 2/2] x86/sgx: Add SGX_MemTotal to /proc/meminfo

[PATCH] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-24  1:16 UTC  (7+ messages)

[PATCH v7] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-08-24  1:00 UTC  (4+ messages)

[PATCH] KVM: x86: add a new field 'is_idle' to kvm_steal_time
 2021-08-18 16:28 UTC  (2+ messages)

[PATCH v4 0/8] Add an oversubscription test
 2021-08-16 21:30 UTC  (12+ messages)
` [PATCH v4 1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
` [PATCH v4 2/8] selftests/sgx: Assign source for each segment
` [PATCH v4 3/8] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH v4 4/8] selftests/sgx: Create a heap for the test enclave
` [PATCH v4 5/8] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH v4 6/8] selftests/sgx: Encpsulate the test enclave creation
` [PATCH v4 7/8] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH v4 8/8] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed

[PATCH v2] selftests/sgx: Provide per-op parameter structs for the test enclave
 2021-08-12 22:46 UTC 

[PATCH] selftests/sgx: Provide per-op parameter structs for the test enclave
 2021-08-12 22:03 UTC 

[PATCH RFC v3] x86/sgx: Add /proc/sys/kernel/sgx/total_mem
 2021-08-12 20:04 UTC  (4+ messages)

[PATCH RFC v2] x86/sgx: Add a read-only sysctl attribute kernel.sgx.total_mem
 2021-08-11  3:02 UTC 

[PATCH RFC] x86/sgx: Add a read-only sysctl attribute kernel.sgx.total_mem
 2021-08-11  2:06 UTC  (2+ messages)

[PATCH] x86/sgx: Always deregister /dev/sgx_provision on failure
 2021-08-11  0:19 UTC  (3+ messages)

[PATCH v3 0/8] Add an oversubscription test
 2021-08-06 11:24 UTC  (10+ messages)
` [PATCH v3 1/8] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
` [PATCH v3 2/8] selftests/sgx: Assign source for each segment
` [PATCH v3 3/8] selftests/sgx: Make data measurement for an enclave segment optional
` [PATCH v3 4/8] selftests/sgx: Create a heap for the test enclave
` [PATCH v3 5/8] selftests/sgx: Dump segments and /proc/self/maps only on failure
` [PATCH v3 6/8] selftests/sgx: Encpsulate the test enclave creation
` [PATCH v3 7/8] selftests/sgx: Move setup_test_encl() to each TEST_F()
` [PATCH v3 8/8] selftests/sgx: Add a new kselftest: unclobbered_vdso_oversubscribed

[PATCH v2] selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c
 2021-07-30  1:03 UTC  (5+ messages)

[PATCH v2 0/4] Swap and fault all the pages of the test enclave binary
 2021-07-30  0:59 UTC  (4+ messages)
` [PATCH v2 1/4] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem


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