linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 18:49:25 to 2021-08-18 16:28:16 UTC [more...]

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

[PATCH] x86/sgx: Add SGX_MemTotal to /proc/meminfo
 2021-08-18 13:40 UTC  (3+ 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 v7] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-08-10 21:19 UTC  (2+ 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  (6+ messages)

[PATCH v2 0/4] Swap and fault all the pages of the test enclave binary
 2021-07-30  0:59 UTC  (7+ messages)
` [PATCH v2 1/4] x86/sgx: Add /sys/kernel/debug/x86/sgx_total_mem
` [PATCH v2 2/4] selftests/sgx: Fix calculations for sub-maximum field sizes
` [PATCH v2 3/4] selftests/sgx: Assign source for each segment
` [PATCH v2 4/4] selftests/sgx: Trigger the reclaimer and #PF handler

[PATCH 0/4] Basic recovery for machine checks inside SGX
 2021-07-15 15:33 UTC  (13+ messages)
` [PATCH 1/4] x86/sgx: Track phase and type of SGX EPC pages
` [PATCH 2/4] x86/sgx: Add basic infrastructure to recover from errors in SGX memory
` [PATCH 3/4] x86/sgx: Hook sgx_memory_failure() into mainline code
` [PATCH 4/4] x86/sgx: Add hook to error injection address validation

[PATCH 5.13 749/800] selftests/sgx: remove checks for file execute permissions
 2021-07-12  6:12 UTC 

Vacation weeks 28, 29
 2021-07-09 16:29 UTC 

[PATCH 0/4] selftests/sgx: Trigger the page reclaimer and #PF handler
 2021-07-09 16:25 UTC  (20+ messages)
` [PATCH 1/4] x86/sgx: Add sgx_nr_all_pages to the debugfs
` [PATCH 2/4] selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c
` [PATCH 3/4] selftests/sgx: Assign source for each segment
` [PATCH 4/4] selftests/sgx: Trigger the reclaimer and #PF handler

[PATCH] selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c
 2021-07-05  5:02 UTC 

[PATCH] x86/SGX: drop spurious kernel-doc notation
 2021-06-29 20:22 UTC  (2+ messages)

[PATCH v2] x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
 2021-06-25 23:06 UTC  (7+ messages)

[PATCH] x86/sgx: Suppress WARN on inability to sanitize EPC if ksgxd is stopped
 2021-06-25  0:47 UTC  (7+ messages)

[PATCH] selftests/sgx: remove checks for file execute permissions
 2021-06-24  0:40 UTC  (5+ messages)

[PATCH] x86/mm: avoid truncating memblocks for SGX memory
 2021-06-18 15:19 UTC  (3+ messages)

[PATCH v8 1/5] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-06-18  9:07 UTC  (18+ messages)
` [PATCH v8 2/5] selftests/sgx: Migrate to kselftest harness
` [PATCH v8 3/5] selftests/sgx: Dump enclave memory map
` [PATCH v8 4/5] selftests/sgx: Add EXPECT_EEXIT() macro
` [PATCH v8 5/5] selftests/sgx: Refine the test enclave to have storage

[PATCH] x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
 2021-06-18  5:15 UTC  (8+ messages)

[PATCH] x86/sgx: Add SGX_PAGE_REPEAT flag for SGX_IOC_ENCLAVE_ADD_PAGES
 2021-06-14 20:48 UTC  (4+ messages)

[PATCH v7 1/4] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-06-09 21:02 UTC  (9+ messages)
` [PATCH v7 2/4] selftests/sgx: Migrate to kselftest harness
` [PATCH v7 3/4] selftests/sgx: Dump enclave memory map
` [PATCH v7 4/4] selftests/sgx: Add EXPECT_EEXIT() macro

[BUG] bug report on x86/sgx: ksgxd()
 2021-06-09 16:15 UTC  (4+ messages)

Proposal
 2021-06-09 12:10 UTC 

[PATCH -next] x86/sgx: fix doc warning
 2021-06-09  3:55 UTC 

[syzbot] WARNING in x86_emulate_instruction
 2021-06-07 13:58 UTC  (7+ messages)

Fwd: [CFP LPC 2021] Confidential Computing Microconference
 2021-06-03 14:53 UTC 

[PATCH v6 1/3] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-26  4:46 UTC  (3+ messages)
` [PATCH v6 2/3] selftests/sgx: Migrate to kselftest harness
` [PATCH v6 3/3] selftests/sgx: Dump enclave memory map

[PATCH v5 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-20 16:32 UTC  (7+ messages)
` [PATCH v5 2/2] selftests/sgx: Migrate to kselftest harness

[PATCH v2 00/40] Use ASCII subset instead of UTF-8 alternate symbols
 2021-05-15 12:02 UTC  (14+ messages)
` [PATCH v2 27/40] docs: x86: "

[PATCH v6, RESEND] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-12 21:14 UTC 

[PATCH v6] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-12 21:13 UTC 

[PATCH v4 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-12 19:17 UTC  (8+ messages)
` [PATCH v4 2/2] selftests/sgx: Migrate to kselftest harness

[PATCH v5] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-05-12  1:16 UTC  (3+ 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).