Linux-Sgx Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 09:00:07 to 2021-06-09 16:15:52 UTC [more...]

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

Proposal
 2021-06-09 12:10 UTC 

[PATCH v7 1/4] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-06-09 13:02 UTC  (8+ 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

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

[PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII
 2021-05-11  9:37 UTC  (20+ messages)
` [PATCH 37/53] docs: x86: avoid using UTF-8 chars

Personal
 2021-05-10 14:06 UTC 

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

[PATCH v2 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-06  5:55 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/sgx: Report kselftest results

[PATCH 1/2] selftests/sgx: Rename 'eenter' and 'sgx_call_vdso'
 2021-05-06  1:40 UTC  (3+ messages)
` [PATCH 2/2] selftests/sgx: Report kselftest results

Subject: [PATCH 0/1] SGX self test fails
 2021-05-03 22:37 UTC  (8+ messages)
` [PATCH] selftests/sgx: Defeat execute permissions test

[PATCH v4] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-04-29  6:09 UTC  (3+ messages)

SGX feature extensions patch
 2021-04-28 10:24 UTC  (3+ messages)

[PATCH v5 00/11] KVM SGX virtualization support (KVM part)
 2021-04-19 17:14 UTC  (26+ messages)
` [PATCH v5 01/11] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [PATCH v5 02/11] KVM: x86: Define new #PF SGX error code bit
` [PATCH v5 03/11] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v5 04/11] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v5 05/11] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [PATCH v5 06/11] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [PATCH v5 07/11] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [PATCH v5 08/11] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v5 09/11] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [PATCH v5 10/11] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [PATCH v5 11/11] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v2 0/3] x86/sgx: eextend ioctl
 2021-04-16 13:08 UTC  (14+ messages)
` [PATCH v2 1/3] x86/sgx: Adding "
` [PATCH v2 2/3] x86/sgx: Fix compatibility issue with OPENSSL < 1.1.0
` [PATCH v2 3/3] x86/sgx: eextend ioctl selftest

[PATCH v8] x86/sgx: Maintain encl->refcount for each encl->mm_list entry
 2021-04-14 16:58 UTC  (4+ messages)

[PATCH -next] x86/sgx: Make symbol 'sgx_vepc_vm_ops' static
 2021-04-14 11:11 UTC  (4+ messages)
  ` 答复: "

[PATCH v2 1/2] x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()
 2021-04-08 16:27 UTC  (17+ messages)
` [PATCH v2 2/2] x86/sgx: Add sgx_nr_{all, free}_pages to the debugfs

[PATCH RESEND 0/3] x86/sgx: eextend ioctl
 2021-04-08 15:54 UTC  (18+ messages)

[PATCH] x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()
 2021-04-08  9:29 UTC 

[PATCH v4 00/11] KVM SGX virtualization support (KVM part)
 2021-04-07 23:08 UTC  (25+ messages)
` [PATCH v4 01/11] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [PATCH v4 02/11] KVM: x86: Define new #PF SGX error code bit
` [PATCH v4 03/11] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v4 04/11] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v4 05/11] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [PATCH v4 06/11] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [PATCH v4 07/11] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [PATCH v4 08/11] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v4 09/11] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [PATCH v4 10/11] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [PATCH v4 11/11] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-06 20:33 UTC  (17+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
` [PATCH v3 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM


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 read-only IMAP folder(s) and NNTP newsgroup(s).