LinuxLists
Users
About
Jarkko Sakkinen (
[email protected]
)
Number of posts: 4365 (2.92 per day)
First post: 2013-10-17 11:31:03
Last post: 2017-11-20 22:14:50
Previous Page
/
Next Page
Date
List
Subject
2020-06-01 07:57:06
linux-kernel
[PATCH v32 16/21] x86/fault: Add helper function to sanitize error code
2020-06-01 07:56:51
linux-kernel
[PATCH v32 14/21] x86/sgx: ptrace() support for the SGX driver
2020-06-01 07:56:45
linux-kernel
[PATCH v32 10/21] mm: Introduce vm_ops->may_mprotect()
2020-06-01 07:56:28
linux-kernel
[PATCH v32 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
2020-06-01 07:56:21
linux-kernel
[PATCH v32 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
2020-06-01 07:56:14
linux-kernel
[PATCH v32 07/21] x86/cpu/intel: Add nosgx kernel parameter
2020-06-01 07:55:54
linux-kernel
[PATCH v32 06/21] x86/cpu/intel: Detect SGX support
2020-06-01 07:55:36
linux-kernel
[PATCH v32 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
2020-06-01 07:55:33
linux-kernel
[PATCH v32 04/21] x86/sgx: Add SGX microarchitectural data structures
2020-06-01 07:55:11
linux-kernel
[PATCH v32 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
2020-06-01 07:55:06
linux-kernel
[PATCH v32 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
2020-06-01 07:55:01
linux-kernel
[PATCH v32 00/21] Intel SGX foundations
2020-06-01 07:54:45
linux-kernel
[PATCH v32 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
2020-06-01 02:33:10
linux-kernel
Re: [PATCH v9 2/8] tpm: tpm_tis: Fix expected bit handling and send all bytes in one shot without last byte in exception
2020-06-01 02:25:26
linux-kernel
Re: [PATCH v9 1/8] tpm: tpm_tis: Make implementation of read16, read32 and write32 optional
2020-06-01 02:13:52
linux-kernel
Re: [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework
2020-06-01 02:05:28
linux-kernel
Re: [PATCH v4 1/4] KEYS: trusted: Add generic trusted keys framework
2020-06-01 01:51:34
linux-kernel
Re: [PATCHv5 1/3] optee: do drivers initialization before and after tee-supplicant run
2020-06-01 01:50:23
linux-kernel
Re: [PATCH] tpm_tis_spi: Don't send anything during flow control
2020-06-01 01:46:39
linux-kernel
[PATCH v31 11/21] x86/sgx: Linux Enclave Driver
2020-06-01 01:42:04
linux-kernel
[PATCH v31 13/21] x86/sgx: Add a page reclaimer
2020-06-01 01:26:03
linux-kernel
[PATCH v31 21/21] x86/sgx: Update MAINTAINERS
2020-06-01 01:24:47
linux-kernel
[PATCH v31 17/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling
2020-06-01 01:24:41
linux-kernel
[PATCH v31 20/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
2020-06-01 01:24:37
linux-kernel
[PATCH v31 16/21] x86/fault: Add helper function to sanitize error code
2020-06-01 01:23:35
linux-kernel
[PATCH v31 19/21] selftests/x86: Add a selftest for SGX
2020-06-01 01:23:22
linux-kernel
[PATCH v31 15/21] x86/vdso: Add support for exception fixup in vDSO functions
2020-06-01 01:23:20
linux-kernel
[PATCH v31 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
2020-06-01 01:23:17
linux-kernel
[PATCH v31 18/21] x86/vdso: Implement a vDSO for Intel SGX enclave call
2020-06-01 01:23:05
linux-kernel
[PATCH v31 07/21] x86/cpu/intel: Add nosgx kernel parameter
2020-06-01 01:22:29
linux-kernel
[PATCH v31 04/21] x86/sgx: Add SGX microarchitectural data structures
2020-06-01 01:22:25
linux-kernel
[PATCH v31 14/21] x86/sgx: ptrace() support for the SGX driver
2020-06-01 01:22:05
linux-kernel
[PATCH v31 12/21] x86/sgx: Add provisioning
2020-06-01 01:21:55
linux-kernel
[PATCH v31 10/21] mm: Introduce vm_ops->may_mprotect()
2020-06-01 01:21:43
linux-kernel
[PATCH v31 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
2020-06-01 01:20:52
linux-kernel
[PATCH v31 06/21] x86/cpu/intel: Detect SGX support
2020-06-01 01:20:47
linux-kernel
[PATCH v31 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
2020-06-01 01:20:17
linux-kernel
[PATCH v31 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
2020-06-01 01:20:01
linux-kernel
[PATCH v31 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
2020-06-01 01:19:39
linux-kernel
[PATCH v31 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
2020-06-01 01:19:24
linux-kernel
[PATCH v31 00/21] Intel SGX foundations
2020-05-31 23:16:27
linux-kernel
Re: [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
2020-05-29 18:20:38
linux-kernel
Re: [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
2020-05-29 08:17:28
linux-kernel
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-29 08:16:26
linux-kernel
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-29 05:12:19
linux-kernel
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-29 03:41:30
linux-kernel
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-29 03:30:53
linux-kernel
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
2020-05-29 03:12:43
linux-kernel
Re: [PATCH v12 00/18] Enable FSGSBASE instructions
2020-05-29 03:11:23
linux-kernel
Re: [PATCH v12 00/18] Enable FSGSBASE instructions
2020-05-28 19:21:54
linux-kernel
Re: [PATCH v12 00/18] Enable FSGSBASE instructions