Show patches with: State = Action Required       |   3010 patches
« 1 2 ... 23 24 2530 31 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] selftests/x86: sgxsign: Do not query RSA password [1/2] selftests/x86: sgxsign: Do not query RSA password - - - --- 2019-08-29 Jarkko Sakkinen New
[v2,5/5] x86/sgx: Destroy the enclave if EEXTEND fails x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[v2,4/5] x86/sgx: Reject all ioctls on dead enclaves x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[v2,3/5] x86/sgx: Take encl->lock inside of mm->mmap_sem for EADD x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[v2,2/5] x86/sgx: Reject concurrent ioctls on single enclave x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[v2,1/5] x86/sgx: Convert encl->flags from an unsigned int to an atomic x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[4/4] x86/sgx: Take encl->lock inside of mm->mmap_sem for EADD x86/sgx: Fix lock ordering bug w/ EADD 1 - - --- 2019-08-27 Sean Christopherson New
[3/4] x86/sgx: Reject concurrent ioctls on single enclave x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[2/4] x86/sgx: Preserved allowed attributes during SGX_IOC_ENCLAVE_CREATE x86/sgx: Fix lock ordering bug w/ EADD 1 - - --- 2019-08-27 Sean Christopherson New
[1/4] x86/sgx: Ensure enclave state is visible before marking it created x86/sgx: Fix lock ordering bug w/ EADD - - - --- 2019-08-27 Sean Christopherson New
[RFC] x86/sgx: Convert sgx_reclaim_pages() to sgx_reclaim_page() [RFC] x86/sgx: Convert sgx_reclaim_pages() to sgx_reclaim_page() - - - --- 2019-08-26 Jarkko Sakkinen New
x86/sgx: Fix sgx_ioc_enclave_add_page() documentation x86/sgx: Fix sgx_ioc_enclave_add_page() documentation - - - --- 2019-08-26 Jarkko Sakkinen New
[3/3] x86/sgx: Fix whitespace damage in sgx_encl_page_alloc() x86/sgx: Misc code cleanups - - - --- 2019-08-23 Sean Christopherson New
[2/3] x86/sgx: Add missing SPDX license to encls.c x86/sgx: Misc code cleanups - - - --- 2019-08-23 Sean Christopherson New
[1/3] x86/sgx: Tweak Kconfig help section according to checkpatch x86/sgx: Misc code cleanups - - - --- 2019-08-23 Sean Christopherson New
[4/4] x86/sgx: Move VM prot bits calculation to sgx_encl_page_alloc() Remaining updates for v22 - - - --- 2019-08-23 Jarkko Sakkinen New
[3/4] x86/sgx: Remove a deperecated enum Remaining updates for v22 - - - --- 2019-08-23 Jarkko Sakkinen New
[2/4] x86/sgx: Validate TCS permssions in sgx_validate_secinfo() Remaining updates for v22 - - - --- 2019-08-23 Jarkko Sakkinen New
[1/4] x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb() Remaining updates for v22 - - - --- 2019-08-23 Jarkko Sakkinen New
[v2] x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb() [v2] x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb() - - - --- 2019-08-23 Jarkko Sakkinen New
x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb() x86/sgx: Replace @is_secs_child with @pt in sgx_encl_ewb() - - - --- 2019-08-23 Jarkko Sakkinen New
x86/sgx: Pass userspace source address directly to EADD x86/sgx: Pass userspace source address directly to EADD - - - --- 2019-08-23 Sean Christopherson New
x86/sgx: Fix ELDU MAC failures x86/sgx: Fix ELDU MAC failures - - - --- 2019-08-23 Sean Christopherson New
[v3] x86/sgx: Determine SECS at compile time in sgx_encl_eldu() [v3] x86/sgx: Determine SECS at compile time in sgx_encl_eldu() - - - --- 2019-08-22 Jarkko Sakkinen New
[v2] x86/sgx: Determine SECS at compile time in sgx_encl_eldu() [v2] x86/sgx: Determine SECS at compile time in sgx_encl_eldu() - - - --- 2019-08-22 Jarkko Sakkinen New
x86/sgx: Remove INTEL_SGX_DRIVER x86/sgx: Remove INTEL_SGX_DRIVER - - - --- 2019-08-22 Jarkko Sakkinen New
[2/2] x86/sgx: Determine SECS at compile time in sgx_encl_eldu() v22 fixes - - - --- 2019-08-21 Jarkko Sakkinen New
[1/2] x86/sgx: Remove duplicate check for entry->epc_page in sgx_encl_load_page() v22 fixes - 1 - --- 2019-08-21 Jarkko Sakkinen New
[5/5] x86/sgx: Rename vm_prot_bits as max_vm_flags x86/sgx: Improve permission handing - - - --- 2019-08-19 Jarkko Sakkinen New
[4/5] x86/sgx: Validate TCS permssions in sgx_validate_secinfo() x86/sgx: Improve permission handing - - - --- 2019-08-19 Jarkko Sakkinen New
[3/5] x86/sgx: Make sgx_validate_secinfo() more readable x86/sgx: Improve permission handing - - - --- 2019-08-19 Jarkko Sakkinen New
[2/5] x86/sgx: Use memchr_inv() in sgx_validate_secinfo() x86/sgx: Improve permission handing - - - --- 2019-08-19 Jarkko Sakkinen New
[1/5] x86/sgx: Document permission handling better x86/sgx: Improve permission handing - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,7/7] selftests/x86: Recurse into subdirectories Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,6/7] selftests/x86: Revert SGX changes Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,5/7] selftests/x86/sgx: Fix target in the Makefile Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,4/7] selftests/x86/sgx: Fix EXTRA_CLEAN Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,3/7] selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,2/7] selftests/x86/sgx: Do not generate object files Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v3,1/7] selftests/x86/sgx: Fix objcopy call in the Makefile Fix the reported SGX selftest makefile issues - - - --- 2019-08-19 Jarkko Sakkinen New
[v2,7/7] selftests/x86: Recurse into subdirectories Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[v2,6/7] selftests/x86: Revert SGX changes Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[v2,5/7] selftests/x86/sgx: Fix target in the Makefile Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[v2,4/7] selftests/x86/sgx: Fix EXTRA_CLEAN Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[v2,3/7] selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[v2,2/7] selftests/x86/sgx: Do not generate object files Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[v2,1/7] selftests/x86/sgx: Fix objcopy call in the Makefile Fix the reported SGX selftest makefile issues - - - --- 2019-08-18 Jarkko Sakkinen New
[6/6] selftests/x86: Revert SGX changes Fix the reported SGX selftest makefile issues - - - --- 2019-08-16 Jarkko Sakkinen New
[5/6] selftests/x86/sgx: Fix target in the Makefile Fix the reported SGX selftest makefile issues - - - --- 2019-08-16 Jarkko Sakkinen New
[4/6] selftests/x86/sgx: Fix EXTRA_CLEAN Fix the reported SGX selftest makefile issues - - - --- 2019-08-16 Jarkko Sakkinen New
[3/6] selftests/x86/sgx: Add -I$(OUTPUT) when compiling encl_piggy.S Fix the reported SGX selftest makefile issues - - - --- 2019-08-16 Jarkko Sakkinen New
[2/6] selftests/x86/sgx: Do not generate object files Fix the reported SGX selftest makefile issues - - - --- 2019-08-16 Jarkko Sakkinen New
[1/6] selftests/x86/sgx: Fix objcopy call in the Makefile Fix the reported SGX selftest makefile issues - - - --- 2019-08-16 Jarkko Sakkinen New
selftests/x86/sgx: Do not generate object files selftests/x86/sgx: Do not generate object files - - - --- 2019-08-16 Jarkko Sakkinen New
[v2] selftests/x86/sgx: Fix objcopy call in the Makefile [v2] selftests/x86/sgx: Fix objcopy call in the Makefile - - - --- 2019-08-16 Jarkko Sakkinen New
selftests/x86/sgx: Fix objcopy call in the Makefile selftests/x86/sgx: Fix objcopy call in the Makefile - - - --- 2019-08-16 Jarkko Sakkinen New
[for_v22,v2,8/8] x86/sgx: Pass userspace source address directly to EADD x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,7/8] x86/sgx: Remove the EADD page worker x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,6/8] x86/sgx: Allocate encl_page prior to taking encl->lock x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,5/8] x86/sgx: Move encl_page insertion into tree out of alloc flow x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,4/8] x86/sgx: Set SGX_ENCL_PAGE_TCS when allocating encl_page x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,3/8] x86/sgx: Validate generic SECINFO immediately after copying from user x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,2/8] x86/sgx: Require EADD source to be page aligned x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22,v2,1/8] selftests/x86/sgx: Align enclave binary on 4k boundary x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-13 Sean Christopherson New
[for_v22] selftests/x86/sgx: Ensure SECS base (ELRANGE) is naturally aligned [for_v22] selftests/x86/sgx: Ensure SECS base (ELRANGE) is naturally aligned - - - --- 2019-08-10 Sean Christopherson New
[for_v22,6/6] x86/sgx: Pass userspace source address directly to EADD x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-08 Sean Christopherson New
[for_v22,5/6] x86/sgx: Remove the EADD page worker x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-08 Sean Christopherson New
[for_v22,4/6] x86/sgx: Allocate encl_page prior to taking encl->lock x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-08 Sean Christopherson New
[for_v22,3/6] x86/sgx: Move encl_page insertion into tree out of alloc flow x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-08 Sean Christopherson New
[for_v22,2/6] x86/sgx: Set SGX_ENCL_PAGE_TCS when allocating encl_page x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-08 Sean Christopherson New
[for_v22,1/6] x86/sgx: Validate generic SECINFO immediately after copying from user x86/sgx: Remove EADD worker and page copy - - - --- 2019-08-08 Sean Christopherson New
[for_v22,11/11] x86/sgx: Shrink the enclave if ECREATE/EADD fails x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,10/11] x86/sgx: Call sgx_encl_grow() with the enclave's lock held x86/sgx: Bug fixes for v22 - - - --- 2019-08-08 Sean Christopherson New
[for_v22,09/11] x86/sgx: Refactor error handling for user of sgx_encl_grow() x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,08/11] x86/sgx: Do not free enclave resources on redundant ECREATE x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,07/11] x86/sgx: Check that enclave is created at beginning of EADD/EINIT ioctl x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,06/11] x86/sgx: Check the bounds of the enclave address against ELRANGE x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,05/11] x86/sgx: Require EADD source to be page aligned x86/sgx: Bug fixes for v22 - - - --- 2019-08-08 Sean Christopherson New
[for_v22,04/11] x86/sgx: x86/sgx: Require EADD destination to be page aligned x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,03/11] x86/sgx: Return '0' when sgx_ioc_enclave_set_attribute() succeeds x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,02/11] x86/sgx: Fix incorrect NULL pointer check x86/sgx: Bug fixes for v22 1 - - --- 2019-08-08 Sean Christopherson New
[for_v22,01/11] x86/sgx: Fix an SECS collision with enclave page at VA=0 x86/sgx: Bug fixes for v22 - - - --- 2019-08-08 Sean Christopherson New
[RFC,21/21] KVM: x86: Add capability to grant VM access to privileged SGX attribute x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,20/21] x86/sgx: Export sgx_set_attribute() for use by KVM x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,19/21] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,18/21] KVM: x86: Invoke kvm_x86_ops->cpuid_update() after kvm_update_cpuid() x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,17/21] KVM: VMX: Add handler for ENCLS[EINIT] to support SGX Launch Control x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,16/21] KVM: VMX: Edd emulation of SGX Launch Control LE hash MSRs x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,15/21] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,14/21] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,13/21] x86/sgx: Move the intermediate EINIT helper into the driver x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,12/21] KVM: x86: Define new #PF SGX error code bit x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,11/21] KVM: x86: Export kvm_propagate_fault (as kvm_propagate_page_fault) x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,10/21] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for VMX/SGX x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,09/21] KVM: VMX: Add basic handling of VM-Exit from SGX enclave x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,08/21] KVM: x86: Add kvm_x86_ops hook to short circuit emulation x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,07/21] KVM: x86: Add WARN_ON_ONCE(index!=0) in __do_cpuid_ent x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,06/21] KVM: x86: Add SGX sub-features leaf to reverse CPUID table x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,05/21] x86/sgx: Expose SGX architectural definitions to the kernel x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
[RFC,04/21] x86/sgx: Add /dev/sgx/virt_epc device to allocate "raw" EPC for VMs x86/sgx: KVM: Add SGX virtualization - - - --- 2019-07-27 Sean Christopherson New
« 1 2 ... 23 24 2530 31 »