Linux SGX
[Prev Page][Next Page]
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, (continued)
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Andy Lutomirski
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Andy Lutomirski
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jethro Beekman
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Topi Miettinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Topi Miettinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Topi Miettinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Sean Christopherson
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Topi Miettinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Sean Christopherson
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jethro Beekman
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Andy Lutomirski
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files, Jarkko Sakkinen
- [PATCH 3/4] x86/sgx: Move mmap() to the anonymous enclave file, Jarkko Sakkinen
- [PATCH 4/4] x86/sgx: Hand over the enclave file to the user space, Jarkko Sakkinen
- [PATCH] x86/sgx: Remove PROT_NONE branch from sgx_encl_may_map().,
Jarkko Sakkinen
- [PATCH for_v29 v2 0/5] x86/sgx: Make vDSO callable from C,
Sean Christopherson
- [PATCH for_v29] selftest/sgx: Remove printing of segments during enclave load,
Sean Christopherson
- [PATCH for_v29] selftests/sgx: Fix a benign linker warning,
Sean Christopherson
- [PATCH 1/5] selftests/sgx: Add PHDRS to encl.lds,
Jarkko Sakkinen
- [PATCH 1/2] Revert "selftests/x86: Recurse into subdirectories",
Jarkko Sakkinen
- [PATCH] selftests/x86/sgx: Merge test_sgx and sgxsign,
Jarkko Sakkinen
- selftests/x86/stgx: RSA_F4 -> RSA_3, Jarkko Sakkinen
- [PATCH] x86/vdso: Use named constant for ENCLU leaves,
Jarkko Sakkinen
- SGX device & noexec /dev,
Jethro Beekman
- [PATCH] selftests/x86: Generate an RSA key on fly,
Jarkko Sakkinen
- [PATCH for_v29 0/8] x86/sgx: Make vDSO callable from C,
Sean Christopherson
- [PATCH] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim,
Sean Christopherson
- [PATCH] x86/sgx: Fix a build error introduced by WARN->ENCLS_WARN conversion,
Sean Christopherson
- [PATCH v28 00/22] Intel SGX foundations,
Jarkko Sakkinen
- [PATCH v28 01/22] x86/sgx: Update MAINTAINERS, Jarkko Sakkinen
- [PATCH v28 02/22] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits, Jarkko Sakkinen
- [PATCH v28 03/22] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits, Jarkko Sakkinen
- [PATCH v28 04/22] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX, Jarkko Sakkinen
- [PATCH v28 05/22] x86/sgx: Add SGX microarchitectural data structures, Jarkko Sakkinen
- [PATCH v28 06/22] x86/sgx: Add wrappers for ENCLS leaf functions, Jarkko Sakkinen
- [PATCH v28 07/22] x86/cpu/intel: Detect SGX supprt, Jarkko Sakkinen
- [PATCH v28 08/22] x86/sgx: Enumerate and track EPC sections, Jarkko Sakkinen
- [PATCH v28 09/22] x86/sgx: Add functions to allocate and free EPC pages, Jarkko Sakkinen
- [PATCH v28 10/22] mm: Introduce vm_ops->may_mprotect(), Jarkko Sakkinen
- [PATCH v28 11/22] x86/sgx: Linux Enclave Driver, Jarkko Sakkinen
- [PATCH v28 12/22] docs: x86/sgx: Document SGX micro architecture and kernel internals, Jarkko Sakkinen
- [PATCH v28 13/22] selftests/x86: Recurse into subdirectories, Jarkko Sakkinen
- [PATCH v28 14/22] selftests/x86: Add a selftest for SGX, Jarkko Sakkinen
- [PATCH v28 15/22] x86/sgx: Add provisioning, Jarkko Sakkinen
- [PATCH v28 16/22] x86/sgx: Add a page reclaimer, Jarkko Sakkinen
- [PATCH v28 17/22] x86/sgx: ptrace() support for the SGX driver, Jarkko Sakkinen
- [PATCH v28 18/22] x86/vdso: Add support for exception fixup in vDSO functions, Jarkko Sakkinen
- [PATCH v28 19/22] x86/fault: Add helper function to sanitize error code, Jarkko Sakkinen
- [PATCH v28 20/22] x86/traps: Attempt to fixup exceptions in vDSO before signaling, Jarkko Sakkinen
- [PATCH v28 21/22] x86/vdso: Implement a vDSO for Intel SGX enclave call, Jarkko Sakkinen
- [PATCH v28 22/22] selftests/x86: Add vDSO selftest for SGX, Jarkko Sakkinen
- Re: [PATCH v28 00/22] Intel SGX foundations, Nathaniel McCallum
- Re: [PATCH v28 00/22] Intel SGX foundations, Jordan Hand
- [PATCH 1/2] x86/sgx: cleanup: Remove unused struct,
Jarkko Sakkinen
- [PATCH v27 00/22] Intel SGX foundations,
Jarkko Sakkinen
- [PATCH v27 01/22] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits, Jarkko Sakkinen
- [PATCH v27 02/22] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits, Jarkko Sakkinen
- [PATCH v27 03/22] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX, Jarkko Sakkinen
- [PATCH v27 04/22] x86/sgx: Add SGX microarchitectural data structures, Jarkko Sakkinen
- [PATCH v27 05/22] x86/sgx: Add wrappers for ENCLS leaf functions, Jarkko Sakkinen
- [PATCH v27 06/22] x86/cpu/intel: Detect SGX supprt, Jarkko Sakkinen
- [PATCH v27 07/22] x86/sgx: Enumerate and track EPC sections, Jarkko Sakkinen
- [PATCH v27 08/22] x86/sgx: Add functions to allocate and free EPC pages, Jarkko Sakkinen
- [PATCH v27 09/22] mm: Introduce vm_ops->may_mprotect(), Jarkko Sakkinen
- [PATCH v27 10/22] x86/sgx: Linux Enclave Driver, Jarkko Sakkinen
- [PATCH v27 11/22] selftests/x86: Recurse into subdirectories, Jarkko Sakkinen
- [PATCH v27 13/22] x86/sgx: Add provisioning, Jarkko Sakkinen
- [PATCH v27 12/22] selftests/x86: Add a selftest for SGX, Jarkko Sakkinen
- [PATCH v27 14/22] x86/sgx: Add a page reclaimer, Jarkko Sakkinen
- [PATCH v27 15/22] x86/sgx: ptrace() support for the SGX driver, Jarkko Sakkinen
- [PATCH v27 16/22] x86/vdso: Add support for exception fixup in vDSO functions, Jarkko Sakkinen
- [PATCH v27 17/22] x86/fault: Add helper function to sanitize error code, Jarkko Sakkinen
- [PATCH v27 18/22] x86/traps: Attempt to fixup exceptions in vDSO before signaling, Jarkko Sakkinen
- [PATCH v27 19/22] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions, Jarkko Sakkinen
- [PATCH v27 21/22] x86/sgx: Update MAINTAINERS, Jarkko Sakkinen
- [PATCH v27 20/22] selftests/x86: Add vDSO selftest for SGX, Jarkko Sakkinen
- [PATCH v27 22/22] docs: x86/sgx: Document SGX micro architecture and kernel internals, Jarkko Sakkinen
- Re: [PATCH v27 00/22] Intel SGX foundations, Dr. Greg
- [PATCH v26 00/22] Intel SGX foundations,
Jarkko Sakkinen
- [PATCH v26 01/22] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits, Jarkko Sakkinen
- [PATCH v26 02/22] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits, Jarkko Sakkinen
- [PATCH v26 03/22] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX, Jarkko Sakkinen
- [PATCH v26 04/22] x86/sgx: Add SGX microarchitectural data structures, Jarkko Sakkinen
- [PATCH v26 05/22] x86/sgx: Add wrappers for ENCLS leaf functions, Jarkko Sakkinen
- [PATCH v26 06/22] x86/cpu/intel: Detect SGX supprt, Jarkko Sakkinen
- [PATCH v26 07/22] x86/sgx: Enumerate and track EPC sections, Jarkko Sakkinen
- [PATCH v26 08/22] x86/sgx: Add functions to allocate and free EPC pages, Jarkko Sakkinen
- [PATCH v26 09/22] mm: Introduce vm_ops->may_mprotect(), Jarkko Sakkinen
- [PATCH v26 10/22] x86/sgx: Linux Enclave Driver, Jarkko Sakkinen
- [PATCH v26 11/22] selftests/x86: Recurse into subdirectories, Jarkko Sakkinen
- [PATCH v26 12/22] selftests/x86: Add a selftest for SGX, Jarkko Sakkinen
- [PATCH v26 13/22] x86/sgx: Add provisioning, Jarkko Sakkinen
- [PATCH v26 14/22] x86/sgx: Add a page reclaimer, Jarkko Sakkinen
- [PATCH v26 15/22] x86/sgx: ptrace() support for the SGX driver, Jarkko Sakkinen
- [PATCH v26 16/22] x86/vdso: Add support for exception fixup in vDSO functions, Jarkko Sakkinen
- [PATCH v26 17/22] x86/fault: Add helper function to sanitize error code, Jarkko Sakkinen
- [PATCH v26 18/22] x86/traps: Attempt to fixup exceptions in vDSO before signaling, Jarkko Sakkinen
- [PATCH v26 19/22] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions, Jarkko Sakkinen
- [PATCH v26 20/22] selftests/x86: Add vDSO selftest for SGX, Jarkko Sakkinen
- [PATCH v26 21/22] x86/sgx: Update MAINTAINERS, Jarkko Sakkinen
- [PATCH v26 22/22] docs: x86/sgx: Document SGX micro architecture and kernel internals, Jarkko Sakkinen
- [PATCH] x86/sgx: Sanitize pages in two rounds,
Jarkko Sakkinen
- [PATCH v25 00/21] Intel SGX foundations,
Jarkko Sakkinen
- [PATCH v25 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits, Jarkko Sakkinen
- [PATCH v25 02/21] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits, Jarkko Sakkinen
- [PATCH v25 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX, Jarkko Sakkinen
- [PATCH v25 04/21] x86/sgx: Add SGX microarchitectural data structures, Jarkko Sakkinen
- [PATCH v25 05/21] x86/sgx: Add wrappers for ENCLS leaf functions, Jarkko Sakkinen
- [PATCH v25 06/21] x86/cpu/intel: Detect SGX supprt, Jarkko Sakkinen
- [PATCH v25 07/21] x86/sgx: Enumerate and track EPC sections, Jarkko Sakkinen
- [PATCH v25 08/21] x86/sgx: Add functions to allocate and free EPC pages, Jarkko Sakkinen
- [PATCH v25 09/21] mm: Introduce vm_ops->may_mprotect(), Jarkko Sakkinen
- [PATCH v25 10/21] x86/sgx: Linux Enclave Driver, Jarkko Sakkinen
- [PATCH v25 11/21] selftests/x86: Recurse into subdirectories, Jarkko Sakkinen
- [PATCH v25 12/21] selftests/x86: Add a selftest for SGX, Jarkko Sakkinen
- [PATCH v25 13/21] x86/sgx: Add provisioning, Jarkko Sakkinen
- [PATCH v25 14/21] x86/sgx: Add a page reclaimer, Jarkko Sakkinen
- [PATCH v25 15/21] x86/sgx: ptrace() support for the SGX driver, Jarkko Sakkinen
- [PATCH v25 16/21] x86/vdso: Add support for exception fixup in vDSO functions, Jarkko Sakkinen
- [PATCH v25 17/21] x86/fault: Add helper function to sanitize error code, Jarkko Sakkinen
- [PATCH v25 18/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling, Jarkko Sakkinen
- [PATCH v25 19/21] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions, Jarkko Sakkinen
- [PATCH v25 20/21] selftests/x86: Add vDSO selftest for SGX, Jarkko Sakkinen
- [PATCH v25 21/21] docs: x86/sgx: Document SGX micro architecture and kernel internals, Jarkko Sakkinen
- Re: [PATCH v25 00/21] Intel SGX foundations, Sean Christopherson
- Re: [PATCH v25 00/21] Intel SGX foundations, Haitao Huang
- [PATCH for_v25] x86/sgx: Fix exception fixup bug, Sean Christopherson
- [PATCH for_v25 0/3] x86/sgx: Fix feature control rebase,
Sean Christopherson
- [PATCH] x86/sgx: Uncoditionally disallow SGX if MSRs are not writable,
Jarkko Sakkinen
- [PATCH for_v25] x86/sgx: Remove unused SGX_DRV_NR_DEVICES define, Sean Christopherson
- v25-rc1,
Jarkko Sakkinen
- [PATCH for_v25] x86/sgx: Move the intermediate EINIT helper into the driver,
Sean Christopherson
- [PATCH for_v25 0/4] x86/sgx: Reclaim bug fix and cleanup,
Sean Christopherson
- [PATCH for_v25] x86/sgx: Move SGX sub-feature bits to their own word,
Sean Christopherson
- [PATCH for_v25 0/4] selftests/x86: x86/sgx: Minor selftest cleanup,
Sean Christopherson
- [PATCH] x86/sgx: Fix double-free when EADD fails,
Jarkko Sakkinen
- [PATCH v24 00/24] Intel SGX foundations,
Jarkko Sakkinen
- [PATCH v24 01/24] x86/sgx: Update MAINTAINERS, Jarkko Sakkinen
- [PATCH v24 02/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits, Jarkko Sakkinen
- [PATCH v24 03/24] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits, Jarkko Sakkinen
- [PATCH v24 04/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX, Jarkko Sakkinen
- [PATCH v24 05/24] x86/sgx: Add SGX microarchitectural data structures, Jarkko Sakkinen
- [PATCH v24 06/24] x86/sgx: Add wrappers for ENCLS leaf functions, Jarkko Sakkinen
- [PATCH v24 07/24] x86/cpu/intel: Detect SGX supprt, Jarkko Sakkinen
- [PATCH v24 08/24] x86/sgx: Enumerate and track EPC sections, Jarkko Sakkinen
- [PATCH v24 09/24] x86/sgx: Add functions to allocate and free EPC pages, Jarkko Sakkinen
- [PATCH v24 10/24] x86/sgx: Add sgx_einit() for wrapping ENCLS[EINIT], Jarkko Sakkinen
- [PATCH v24 11/24] mm: Introduce vm_ops->may_mprotect(), Jarkko Sakkinen
- [PATCH v24 12/24] x86/sgx: Linux Enclave Driver, Jarkko Sakkinen
- [PATCH v24 13/24] selftests/x86: Recurse into subdirectories, Jarkko Sakkinen
- [PATCH v24 14/24] selftests/x86: Add a selftest for SGX, Jarkko Sakkinen
- [PATCH v24 15/24] x86/sgx: Add provisioning, Jarkko Sakkinen
- [PATCH v24 16/24] x86/sgx: Add a page reclaimer, Jarkko Sakkinen
- [PATCH v24 17/24] x86/sgx: ptrace() support for the SGX driver, Jarkko Sakkinen
- [PATCH v24 18/24] x86/vdso: Add support for exception fixup in vDSO functions, Jarkko Sakkinen
- [PATCH v24 19/24] x86/fault: Add helper function to sanitize error code, Jarkko Sakkinen
- [PATCH v24 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling, Jarkko Sakkinen
- [PATCH v24 21/24] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions, Jarkko Sakkinen
- [PATCH v24 22/24] selftests/x86: Add vDSO selftest for SGX, Jarkko Sakkinen
- [PATCH v24 23/24] docs: x86/sgx: Document microarchitecture, Jarkko Sakkinen
- [PATCH v24 24/24] docs: x86/sgx: Document kernel internals, Jarkko Sakkinen
- Re: [PATCH v24 00/24] Intel SGX foundations, Nathaniel McCallum
- Re: [PATCH v24 00/24] Intel SGX foundations, 三仟(惠春阳)
- [PATCH for v24 v3 1/4] x86/sgx: %SGX_IOC_ENCLAVE_ADD_PAGES: Return -EIO when ENCLS fails,
Jarkko Sakkinen
- [PATCH for v24 v2 1/4] x86/sgx: Destroy enclave if EADD fails,
Jarkko Sakkinen
- [PATCH for v24 1/3] x86/sgx: Use GFP_KERNEL for allocations,
Jarkko Sakkinen
- [PATCH for_v24] x86/sgx: Mark all regular and TCS pages as reclaimable,
Sean Christopherson
- [PATCH v23 00/24] Intel SGX foundations,
Jarkko Sakkinen
- [PATCH v23 01/24] x86/sgx: Update MAINTAINERS, Jarkko Sakkinen
- [PATCH v23 02/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits, Jarkko Sakkinen
- [PATCH v23 03/24] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits, Jarkko Sakkinen
- [PATCH v23 04/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX, Jarkko Sakkinen
- [PATCH v23 05/24] x86/sgx: Add SGX microarchitectural data structures, Jarkko Sakkinen
- [PATCH v23 06/24] x86/sgx: Add wrappers for ENCLS leaf functions, Jarkko Sakkinen
- [PATCH v23 07/24] x86/cpu/intel: Detect SGX supprt, Jarkko Sakkinen
- [PATCH v23 08/24] x86/sgx: Enumerate and track EPC sections, Jarkko Sakkinen
- [PATCH v23 09/24] x86/sgx: Add functions to allocate and free EPC pages, Jarkko Sakkinen
- [PATCH v23 10/24] x86/sgx: Add sgx_einit() for wrapping ENCLS[EINIT], Jarkko Sakkinen
- [PATCH v23 11/24] mm: Introduce vm_ops->may_mprotect(), Jarkko Sakkinen
- [PATCH v23 12/24] x86/sgx: Linux Enclave Driver, Jarkko Sakkinen
- [PATCH v23 13/24] selftests/x86: Recurse into subdirectories, Jarkko Sakkinen
- [PATCH v23 14/24] selftests/x86: Add a selftest for SGX, Jarkko Sakkinen
- [PATCH v23 15/24] x86/sgx: Add provisioning, Jarkko Sakkinen
- [PATCH v23 16/24] x86/sgx: Add a page reclaimer, Jarkko Sakkinen
- [PATCH v23 17/24] x86/sgx: ptrace() support for the SGX driver, Jarkko Sakkinen
- [PATCH v23 18/24] x86/vdso: Add support for exception fixup in vDSO functions, Jarkko Sakkinen
- [PATCH v23 19/24] x86/fault: Add helper function to sanitize error code, Jarkko Sakkinen
- [PATCH v23 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling, Jarkko Sakkinen
- [PATCH v23 21/24] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions, Jarkko Sakkinen
- [PATCH v23 22/24] selftests/x86: Add vDSO selftest for SGX, Jarkko Sakkinen
- [PATCH v23 24/24] docs: x86/sgx: Document kernel internals, Jarkko Sakkinen
- [PATCH v23 23/24] docs: x86/sgx: Document microarchitecture, Jarkko Sakkinen
- Re: [PATCH v23 00/24] Intel SGX foundations, Nathaniel McCallum
- [PATCH for_v23 0/3] x86/sgx: More cleanup for v23,
Sean Christopherson
- [PATCH for_v2? v2 00/14] selftests/x86/sgx: Improve tests,
Sean Christopherson
- [PATCH for_v2? v2 02/14] selftests/x86/sgx: Use getauxval() to retrieve the vDSO base address, Sean Christopherson
- [PATCH for_v2? v2 01/14] selftests/x86/sgx: Fix a benign linker warning, Sean Christopherson
- [PATCH for_v2? v2 10/14] selftests/x86/sgx: Handle setup failures via kselftest assertions, Sean Christopherson
- [PATCH for_v2? v2 11/14] selftests/x86/sgx: Add a check on the vDSO exception reporting mechanism, Sean Christopherson
- [PATCH for_v2? v2 09/14] selftests/x86/sgx: Use kselftest operators to check test results, Sean Christopherson
- [PATCH for_v2? v2 04/14] selftests/x86/sgx: Mark helper functions as static, Sean Christopherson
- [PATCH for_v2? v2 07/14] selftests/x86/sgx: Use standard helper function to signal pass/fail, Sean Christopherson
- [PATCH for_v2? v2 12/14] selftests/x86/sgx: Add test of vDSO with basic exit handler, Sean Christopherson
- [PATCH for_v2? v2 08/14] selftests/harness: Move operator macros to their own header file, Sean Christopherson
- [PATCH for_v2? v2 14/14] selftests/x86/sgx: Add test for exception behavior with exit handler, Sean Christopherson
- [PATCH for_v2? v2 03/14] selftests/x86/sgx: Sanitize the types for sgx_vdso_call()'s input params, Sean Christopherson
- [PATCH for_v2? v2 06/14] selftests/x86/sgx: Move individual tests into helper functions, Sean Christopherson
- [PATCH for_v2? v2 05/14] selftests/x86/sgx: Move vDSO setup to a helper function, Sean Christopherson
- [PATCH for_v2? v2 13/14] selftests/x86/sgx: Add check to verify exit handler stack alignment, Sean Christopherson
- Re: [PATCH for_v2? v2 00/14] selftests/x86/sgx: Improve tests, Jarkko Sakkinen
- [PATCH for_v23 v2 0/3] x86/vdso: sgx: Bug fixes for v23,
Sean Christopherson
- [PATCH for_v23 v3 00/12] x86/sgx: Bug fixes for v23,
Sean Christopherson
- [PATCH for_v23 v3 02/12] x86/sgx: Check the validity of the source page address for EADD, Sean Christopherson
- [PATCH for_v23 v3 04/12] x86/sgx: Drop mmap_sem before EEXTENDing an enclave page, Sean Christopherson
- [PATCH for_v23 v3 03/12] x86/sgx: Fix EEXTEND error handling, Sean Christopherson
- [PATCH for_v23 v3 06/12] x86/sgx: Fix a memory leak in sgx_encl_destroy(), Sean Christopherson
- [PATCH for_v23 v3 12/12] x86/sgx: Reinstate per EPC section free page counts, Sean Christopherson
- [PATCH for_v23 v3 09/12] x86/sgx: Split second half of sgx_free_page() to a separate helper, Sean Christopherson
- [PATCH for_v23 v3 08/12] x86/sgx: WARN only once if EREMOVE fails, Sean Christopherson
- [PATCH for_v23 v3 11/12] x86/sgx: Don't update free page count if EPC section allocation fails, Sean Christopherson
- [PATCH for_v23 v3 10/12] x86/sgx: Use the post-reclaim variant of __sgx_free_page(), Sean Christopherson
- [PATCH for_v23 v3 05/12] x86/sgx: Remove redundant message from WARN on non-emtpy mm_list, Sean Christopherson
- [PATCH for_v23 v3 01/12] x86/sgx: Pass EADD the kernel's virtual address for the source page, Sean Christopherson
- [PATCH for_v23 v3 07/12] x86/sgx: WARN on any non-zero return from __eremove(), Sean Christopherson
- Re: [PATCH for_v23 v3 00/12] x86/sgx: Bug fixes for v23, Jarkko Sakkinen
- Selftests updated, Jarkko Sakkinen
- [PATCH for_v23 0/5] x86/vdso: sgx: Bug fixes,
Sean Christopherson
- [PATCH for_v23 v2 0/9] x86/sgx: Misc page related fixes,
Sean Christopherson
- [PATCH for_v23 0/4] x86/sgx: Fix add page bugs,
Sean Christopherson
- [PATCH for_v23 0/9] x86/sgx: misc page related fixes,
Sean Christopherson
- x86/sgx: v23-rc2,
Jarkko Sakkinen
- x86/sgx: v23-rc1,
Jarkko Sakkinen
[Index of Archives]
[AMD Graphics]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]