linux-sgx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 22:39:41 to 2021-01-24 06:30:13 UTC [more...]

[PATCH v3 0/5] Some optimizations related to sgx
 2021-01-24  6:29 UTC  (2+ messages)
` [PATCH v3 1/5] selftests/x86: Simplify the code to get vdso base address in sgx

[PATCH] x86/vdso: fix a warning with x32 compiler
 2021-01-23 10:50 UTC 

[PATCH v4] x86/sgx: Fix the call order of synchronize_srcu() in sgx_release()
 2021-01-23  8:58 UTC  (15+ messages)

[PATCH] mm: Optimizing error condition detection in do_mprotect_pkey()
 2021-01-22 17:38 UTC  (4+ messages)

[RFC PATCH v2 00/26] KVM SGX virtualization support
 2021-01-22 17:29 UTC  (91+ messages)
` [RFC PATCH v2 01/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [RFC PATCH v2 02/26] x86/sgx: Remove a warn from sgx_free_epc_page()
` [RFC PATCH v2 03/26] x86/sgx: Wipe out EREMOVE "
` [RFC PATCH v2 04/26] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [RFC PATCH v2 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v2 06/26] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [RFC PATCH v2 07/26] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [RFC PATCH v2 08/26] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH v2 09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v2 10/26] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [RFC PATCH v2 11/26] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v2 12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v2 13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH v2 14/26] x86/sgx: Move provisioning device creation out of SGX driver
` [RFC PATCH v2 15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RFC PATCH v2 16/26] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [RFC PATCH v2 17/26] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH v2 18/26] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [RFC PATCH v2 19/26] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [RFC PATCH v2 20/26] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH v2 21/26] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [RFC PATCH v2 22/26] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH v2 23/26] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH v2 24/26] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [RFC PATCH v2 25/26] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH v2 26/26] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v3] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-01-21 21:04 UTC  (2+ messages)

[PATCH v2] sgx.7: New page with overview of Software Guard eXtensions (SGX)
 2021-01-21 14:33 UTC  (4+ messages)

[PATCH v2] x86/sgx: Remove redundant if conditions in sgx_encl_create
 2021-01-21  0:30 UTC  (3+ messages)

[PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
 2021-01-20 22:37 UTC  (6+ messages)

[PATCH v2] x86/sgx: Fix free_cnt counting logic in epc section
 2021-01-20 22:31 UTC  (3+ messages)

[PATCH v2] x86/sgx: Allows ioctl PROVISION to execute before CREATE
 2021-01-20 16:20 UTC  (2+ messages)

[PATCH] selftests/x86: Simplify the code of getting vdso base address in sgx
 2021-01-20 14:34 UTC  (2+ messages)

[PATCH] x86/sgx: Remove redundant if conditions in sgx_encl_create
 2021-01-20 14:39 UTC  (3+ messages)

[PATCH] x86/sgx: Fix free_cnt counting logic in epc section
 2021-01-20 14:36 UTC  (3+ messages)

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-16  9:50 UTC  (37+ messages)
` [RFC PATCH 01/23] x86/sgx: Split out adding EPC page to free list to separate helper
` [RFC PATCH 02/23] x86/sgx: Add enum for SGX_CHILD_PRESENT error code
` [RFC PATCH 03/23] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH 04/23] x86/cpufeatures: Add SGX1 and SGX2 sub-features

[PATCH RFC] x86/sgx: Add trivial NUMA allocation
 2021-01-15 10:19 UTC  (5+ messages)

[PATCH] x86/sgx: fix the return type of sgx_init
 2021-01-15 10:08 UTC  (4+ messages)

[PATCH v3] x86/sgx: Synchronize encl->srcu in sgx_encl_release()
 2021-01-15  9:58 UTC  (14+ messages)

[PATCH v2 0/2] Take away EREMOVE from sgx_free_epc_page()
 2021-01-13 21:40 UTC  (6+ messages)
` [PATCH v2 1/2] x86/sgx: Remove a warn "
` [PATCH v2 2/2] x86/sgx: Wipe out EREMOVE "

[PATCH v4 0/2] Take away EREMOVE from sgx_free_epc_page()
 2021-01-13 23:35 UTC  (3+ messages)
` [PATCH v4 1/2] x86/sgx: Remove a warn "
` [PATCH v4 2/2] x86/sgx: Wipe out EREMOVE "

[RFC PATCH 04/23] x86/cpufeatures: Add SGX1 and SGX2 sub-features
 2021-01-13  1:05 UTC  (18+ 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).