public inbox for linux-sgx@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-17 18:54:32 to 2023-08-22 23:16:09 UTC [more...]

[PATCH v2] tpm: Enable hwrng only for Pluton on AMD CPUs
 2023-08-22 23:16 UTC  (3+ messages)

[PATCH] tpm: Enable hwrng only for Pluton on AMD CPUs
 2023-08-22 20:28 UTC 

[PATCH v2 0/6] Extend struct tpm_buf to support sized buffers (TPM2B)
 2023-08-22 17:54 UTC 

[PATCH v2 0/6] Extend struct tpm_buf to support sized buffers (TPM2B)
 2023-08-22 17:52 UTC  (7+ messages)
` [PATCH v2 1/6] tpm: Move buffer handling from static inlines to real functions
` [PATCH v2 2/6] tpm: Store TPM buffer length
` [PATCH v2 3/6] tpm: Detach tpm_buf_reset() from tpm_buf_init()
` [PATCH v2 4/6] tpm: Support TPM2 sized buffers (TPM2B)
` [PATCH v2 5/6] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v2 6/6] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers

[PATCH v3 0/9] selftests/sgx: Fix compilation errors
 2023-08-22 10:31 UTC  (22+ messages)
` [PATCH v3 1/9] selftests/sgx: Fix uninitialized pointer dereference in error path
` [PATCH v3 2/9] selftests/sgx: Produce static-pie executable for test enclave
` [PATCH v3 3/9] selftests/sgx: Handle relocations in "
` [PATCH v3 4/9] selftests/sgx: Fix linker script asserts
` [PATCH v3 5/9] selftests/sgx: Include memory clobber for inline asm in test enclave
` [PATCH v3 6/9] selftests/sgx: Ensure test enclave buffer is entirely preserved
` [PATCH v3 7/9] selftests/sgx: Ensure expected location of test enclave buffer
` [PATCH v3 8/9] selftests/sgx: Separate linker options
` [PATCH v3 9/9] selftests/sgx: Specify freestanding environment for enclave compilation

[PATCH] x86/sgx: Describe the parameters of sgx_calc_section_metric()
 2023-08-22 10:28 UTC 

[PATCH v2 0/8] selftests/sgx: Fix compilation errors
 2023-08-22 10:07 UTC  (18+ messages)
` [PATCH 1/8] selftests/sgx: Fix uninitialized pointer dereference in error path
` [PATCH 2/8] selftests/sgx: Produce static-pie executable for test enclave
` [PATCH 3/8] selftests/sgx: Handle relocations in "
` [PATCH 4/8] selftests/sgx: Fix linker script asserts
` [PATCH 5/8] selftests/sgx: Include memory clobber for inline asm in test enclave
` [PATCH 6/8] selftests/sgx: Ensure expected enclave data buffer size and placement
` [PATCH 7/8] selftests/sgx: Separate linker options
` [PATCH 8/8] selftests/sgx: Specify freestanding environment for enclave compilation

[PATCH 0/5] selftests/sgx: Fix compilation errors
 2023-08-21 13:24 UTC  (30+ messages)
` [PATCH 1/5] selftests/sgx: Fix uninitialized pointer dereference in error path
` [PATCH 2/5] selftests/sgx: Fix function pointer relocation in test enclave
` [PATCH 3/5] selftests/sgx: Ensure correct secinfo struct alignment "
` [PATCH 4/5] selftests/sgx: Ensure expected enclave data buffer size and placement
` [PATCH 5/5] selftests/sgx: Enclave freestanding compilation + separate linker options

[PATCHv3] x86/sgx: Avoid softlockup from sgx_vepc_release
 2023-08-18 21:33 UTC  (3+ messages)

[PATCH] x86/sgx: Avoid softlockup from sgx_vepc_release
 2023-08-18  8:12 UTC  (10+ messages)

[PATCH v3 00/28] Add Cgroup support for SGX EPC memory
 2023-08-17 15:18 UTC  (21+ messages)
` [PATCH v3 03/28] x86/sgx: Add 'struct sgx_epc_lru_lists' to encapsulate lru list(s)
` [PATCH v3 04/28] x86/sgx: Use sgx_epc_lru_lists for existing active page list
` [PATCH v3 11/28] x85/sgx: Return the number of EPC pages that were successfully reclaimed
` [PATCH v3 21/28] x86/sgx: Limit process EPC usage with misc cgroup controller
` [PATCH v3 22/28] Docs/x86/sgx: Add description for cgroup support

[PATCHv2] x86/sgx: Avoid softlockup from sgx_vepc_release
 2023-08-17  7:53 UTC  (3+ messages)

softlockup regarding sgx sgx_vepc_free_page+0x2e
 2023-08-11  5:39 UTC  (4+ messages)

SGX Memory Reservation on SPR
 2023-08-07 20:13 UTC  (5+ messages)

[PATCH 0/4] selftests/sgx: Harden test enclave
 2023-08-07 11:58 UTC  (20+ messages)
` [PATCH 1/4] selftests/sgx: Harden test enclave ABI
` [PATCH 2/4] selftests/sgx: Store base address and size in test enclave
` [PATCH 3/4] selftests/sgx: Harden test enclave API
` [PATCH 4/4] selftests/sgx: Fix compiler optimizations in test enclave

WARNING in kvm_arch_vcpu_ioctl_run
 2023-08-04  2:35 UTC  (3+ messages)

[PATCH v6] x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
 2023-07-28  5:10 UTC 

[PATCH v5] x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
 2023-07-27 23:21 UTC  (5+ messages)

(no subject)
 2023-07-27  7:49 UTC 

[PATCH v4] x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
 2023-07-26 21:52 UTC  (2+ messages)

[PATCH] x86/sgx: fix a NULL pointer
 2023-07-26 16:56 UTC  (28+ messages)

[PATCH v2 0/4] selftests/sgx: Harden test enclave
 2023-07-24 10:33 UTC  (7+ messages)
` [PATCH 1/4] selftests/sgx: Harden test enclave ABI
` [PATCH 2/4] selftests/sgx: Store base address and size in test enclave
` [PATCH 3/4] selftests/sgx: Harden test enclave API
` [PATCH 4/4] selftests/sgx: Fix compiler optimizations in test enclave

[PATCH] cgroup/misc: Fix an overflow
 2023-07-21 18:10 UTC  (14+ messages)
          ` [PATCH 1/2] "
            ` [PATCH 2/2] cgroup/misc: Change counters to be explicit 64bit types
                ` [PATCH] cgroup/misc: Store atomic64_t reads to u64

[PATCH v3] x86/sgx: Fix a NULL pointer
 2023-07-19  0:08 UTC 

[PATCH v2] x86/sgx: fix a NULL pointer
 2023-07-18  2:49 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox