Show patches with: State = Action Required       |   2842 patches
« 1 2 ... 13 14 1528 29 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create Some optimizations related to sgx 1 - - --- 2021-02-01 tianjia.zhang New
[v4,4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE Some optimizations related to sgx - - - --- 2021-02-01 tianjia.zhang New
[v4,3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section Some optimizations related to sgx - 1 - --- 2021-02-01 tianjia.zhang New
[v4,2/5] x86/sgx: Reduce the locking range in sgx_sanitize_section() Some optimizations related to sgx - - - --- 2021-02-01 tianjia.zhang New
[v4,1/5] selftests/x86: Use getauxval() to simplify the code in sgx Some optimizations related to sgx 1 1 - --- 2021-02-01 tianjia.zhang New
x86: Remove unnecessary kmap() from sgx_ioc_enclave_init() x86: Remove unnecessary kmap() from sgx_ioc_enclave_init() - - - --- 2021-01-29 Ira Weiny New
[v5] x86/sgx: Fix use-after-free in sgx_mmu_notifier_release() [v5] x86/sgx: Fix use-after-free in sgx_mmu_notifier_release() - - - --- 2021-01-28 Jarkko Sakkinen New
[RFC,v3,27/27] KVM: x86: Add capability to grant VM access to privileged SGX attribute KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,26/27] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,25/27] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC) KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,24/27] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,23/27] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,22/27] KVM: VMX: Frame in ENCLS handler for SGX virtualization KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,21/27] KVM: VMX: Add basic handling of VM-Exit from SGX enclave KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,20/27] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,19/27] KVM: x86: Add support for reverse CPUID lookup of scattered features KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,18/27] KVM: x86: Define new #PF SGX error code bit KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,17/27] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX) KVM SGX virtualization support 1 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,16/27] KVM: VMX: Convert vcpu_vmx.exit_reason to a union KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,15/27] x86/sgx: Move provisioning device creation out of SGX driver KVM SGX virtualization support - 1 - --- 2021-01-26 Huang, Kai New
[RFC,v3,14/27] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,13/27] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs KVM SGX virtualization support 1 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,12/27] x86/sgx: Add encls_faulted() helper KVM SGX virtualization support 2 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,11/27] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT) KVM SGX virtualization support 2 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,10/27] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h KVM SGX virtualization support 2 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,09/27] x86/sgx: Expose SGX architectural definitions to the kernel KVM SGX virtualization support 1 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,08/27] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,07/27] x86/cpu/intel: Allow SGX virtualization without Launch Control support KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,06/27] x86/sgx: Introduce virtual EPC for use by KVM guests KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,05/27] x86/sgx: Add SGX_CHILD_PRESENT hardware error code KVM SGX virtualization support 1 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,04/27] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page() KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,03/27] x86/sgx: Remove a warn from sgx_free_epc_page() KVM SGX virtualization support - - - --- 2021-01-26 Huang, Kai New
[RFC,v3,02/27] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit KVM SGX virtualization support 1 - - --- 2021-01-26 Huang, Kai New
[RFC,v3,01/27] x86/cpufeatures: Add SGX1 and SGX2 sub-features KVM SGX virtualization support 1 - - --- 2021-01-26 Huang, Kai New
[v3,5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create Some optimizations related to sgx - - - --- 2021-01-24 tianjia.zhang New
[v3,4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE Some optimizations related to sgx - - - --- 2021-01-24 tianjia.zhang New
[v3,3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section Some optimizations related to sgx - 1 - --- 2021-01-24 tianjia.zhang New
[v3,2/5] x86/sgx: Optimize the locking range in sgx_sanitize_section() Some optimizations related to sgx - - - --- 2021-01-24 tianjia.zhang New
[v3,1/5] selftests/x86: Simplify the code to get vdso base address in sgx Some optimizations related to sgx - - - --- 2021-01-24 tianjia.zhang New
x86/vdso: fix a warning with x32 compiler x86/vdso: fix a warning with x32 compiler - - - --- 2021-01-23 Mikulas Patocka New
[v3] sgx.7: New page with overview of Software Guard eXtensions (SGX) [v3] sgx.7: New page with overview of Software Guard eXtensions (SGX) - - - --- 2021-01-21 Jarkko Sakkinen New
[v2] x86/sgx: Remove redundant if conditions in sgx_encl_create [v2] x86/sgx: Remove redundant if conditions in sgx_encl_create - - - --- 2021-01-20 tianjia.zhang New
[v2] x86/sgx: Fix free_cnt counting logic in epc section [v2] x86/sgx: Fix free_cnt counting logic in epc section - 1 - --- 2021-01-20 tianjia.zhang New
[v2] x86/sgx: Allows ioctl PROVISION to execute before CREATE [v2] x86/sgx: Allows ioctl PROVISION to execute before CREATE - 1 - --- 2021-01-20 tianjia.zhang New
x86/sgx: Remove redundant if conditions in sgx_encl_create x86/sgx: Remove redundant if conditions in sgx_encl_create - - - --- 2021-01-18 tianjia.zhang New
x86/sgx: Fix free_cnt counting logic in epc section x86/sgx: Fix free_cnt counting logic in epc section - 1 - --- 2021-01-18 tianjia.zhang New
x86/sgx: Allows ioctl PROVISION to execute before CREATE x86/sgx: Allows ioctl PROVISION to execute before CREATE - - - --- 2021-01-18 tianjia.zhang New
selftests/x86: Simplify the code of getting vdso base address in sgx selftests/x86: Simplify the code of getting vdso base address in sgx - - - --- 2021-01-18 tianjia.zhang New
mm: Optimizing error condition detection in do_mprotect_pkey() mm: Optimizing error condition detection in do_mprotect_pkey() - - - --- 2021-01-18 tianjia.zhang New
[RFC,v2,26/26] KVM: x86: Add capability to grant VM access to privileged SGX attribute KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,25/26] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,24/26] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC) KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,23/26] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,22/26] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,21/26] KVM: VMX: Frame in ENCLS handler for SGX virtualization KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,20/26] KVM: VMX: Add basic handling of VM-Exit from SGX enclave KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,19/26] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,18/26] KVM: x86: Add support for reverse CPUID lookup of scattered features KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,17/26] KVM: x86: Define new #PF SGX error code bit KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,16/26] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX) KVM SGX virtualization support 1 - - --- 2021-01-18 Huang, Kai New
[RFC,v2,15/26] KVM: VMX: Convert vcpu_vmx.exit_reason to a union KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,14/26] x86/sgx: Move provisioning device creation out of SGX driver KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs KVM SGX virtualization support 1 - - --- 2021-01-18 Huang, Kai New
[RFC,v2,11/26] x86/sgx: Add encls_faulted() helper KVM SGX virtualization support 1 - - --- 2021-01-18 Huang, Kai New
[RFC,v2,10/26] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT) KVM SGX virtualization support 2 - - --- 2021-01-18 Huang, Kai New
[RFC,v2,09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h KVM SGX virtualization support 2 - - --- 2021-01-18 Huang, Kai New
[RFC,v2,08/26] x86/sgx: Expose SGX architectural definitions to the kernel KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,07/26] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,06/26] x86/cpu/intel: Allow SGX virtualization without Launch Control support KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,05/26] x86/sgx: Introduce virtual EPC for use by KVM guests KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,04/26] x86/sgx: Add SGX_CHILD_PRESENT hardware error code KVM SGX virtualization support 1 - - --- 2021-01-18 Huang, Kai New
[RFC,v2,03/26] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page() KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,02/26] x86/sgx: Remove a warn from sgx_free_epc_page() KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[RFC,v2,01/26] x86/cpufeatures: Add SGX1 and SGX2 sub-features KVM SGX virtualization support - - - --- 2021-01-18 Huang, Kai New
[v4] x86/sgx: Fix the call order of synchronize_srcu() in sgx_release() [v4] x86/sgx: Fix the call order of synchronize_srcu() in sgx_release() - - - --- 2021-01-15 Jarkko Sakkinen New
[v4,2/2] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page() Take away EREMOVE from sgx_free_epc_page() - - - --- 2021-01-13 Jarkko Sakkinen New
[v4,1/2] x86/sgx: Remove a warn from sgx_free_epc_page() Take away EREMOVE from sgx_free_epc_page() - - - --- 2021-01-13 Jarkko Sakkinen New
x86/sgx: fix the return type of sgx_init x86/sgx: fix the return type of sgx_init - 2 - --- 2021-01-13 Sami Tolvanen New
[v2,2/2] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page() Take away EREMOVE from sgx_free_epc_page() - - - --- 2021-01-12 Jarkko Sakkinen New
[v2,1/2] x86/sgx: Remove a warn from sgx_free_epc_page() Take away EREMOVE from sgx_free_epc_page() - - - --- 2021-01-12 Jarkko Sakkinen New
[2/2] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page() x86/sgx: Take away EREMOVE from sgx_free_epc_page() - - - --- 2021-01-11 Jarkko Sakkinen New
[1/2] x86/sgx: Remove a warn from sgx_free_epc_page() x86/sgx: Take away EREMOVE from sgx_free_epc_page() - - - --- 2021-01-11 Jarkko Sakkinen New
[RFC,23/23] KVM: x86: Add capability to grant VM access to privileged SGX attribute KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,22/23] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,21/23] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC) KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,20/23] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,19/23] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,18/23] KVM: VMX: Frame in ENCLS handler for SGX virtualization KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,17/23] KVM: VMX: Add basic handling of VM-Exit from SGX enclave KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,16/23] KVM: x86: Add SGX feature leaf to reverse CPUID lookup KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,15/23] KVM: x86: Define new #PF SGX error code bit KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,14/23] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX) KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,13/23] KVM: VMX: Convert vcpu_vmx.exit_reason to a union KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,12/23] x86/sgx: Move provisioning device creation out of SGX driver KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,11/23] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM KVM SGX virtualization support - - - --- 2021-01-06 Huang, Kai New
[RFC,10/23] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs KVM SGX virtualization support 1 - - --- 2021-01-06 Huang, Kai New
[RFC,09/23] x86/sgx: Add encls_faulted() helper KVM SGX virtualization support 1 - - --- 2021-01-06 Huang, Kai New
[RFC,08/23] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT) KVM SGX virtualization support 1 - - --- 2021-01-06 Huang, Kai New
[RFC,07/23] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h KVM SGX virtualization support 1 - - --- 2021-01-06 Huang, Kai New
« 1 2 ... 13 14 1528 29 »