linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 22:08:09 to 2021-04-14 16:58:50 UTC [more...]

[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 0/3] x86/sgx: eextend ioctl
 2021-04-14 11:07 UTC  (13+ 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 v5 00/11] KVM SGX virtualization support (KVM part)
 2021-04-13 21:47 UTC  (18+ 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 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  (19+ 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  (85+ messages)
` [PATCH v3 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
  ` [PATCH v4 "
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
  ` [PATCH v4 "
` [PATCH v3 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [PATCH v3 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

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

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

[PATCH 1/3] x86/sgx: Adding eextend ioctl
 2021-04-01 14:52 UTC  (3+ messages)

[PATCH RESEND 1/3] x86/sgx: Adding eextend ioctl
 2021-03-31 12:51 UTC  (3+ messages)
` [PATCH RESEND 2/3] x86/sgx: Fix compatibility issue with OPENSSL < 1.1.0
` [PATCH RESEND 3/3] x86/sgx: eextend ioctl selftest

[PATCH 0/3] x86/sgx: eextend ioctl
 2021-03-31 12:18 UTC 

[PATCH 2/3] x86/sgx: Fix compatibility issue with OPENSSL < 1.1.0
 2021-03-31 12:18 UTC 

[PATCH 3/3] x86/sgx: eextend ioctl selftest
 2021-03-31 12:18 UTC 

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH] x86/sgx: fix incorrect kernel-doc comment syntax in files
 2021-03-31  2:56 UTC  (3+ messages)

[PATCH] x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-03-26 19:45 UTC  (2+ messages)

[PATCH v5] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-03-24 18:24 UTC  (3+ messages)

[PATCH v6] selftests/x86: Use getauxval() to simplify the code in sgx
 2021-03-24  9:48 UTC  (6+ 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).