Linux SGX
Thread Index
[
Prev Page
][
Next Page
]
[PATCH v38 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 04/24] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 16/24] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 06/24] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 17/24] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 07/24] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH v37 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Borislav Petkov <bp@xxxxxxxxx>
[PATCH v38 19/24] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 00/24] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 15/24] x86/sgx: Enable provisioning for remote attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 22/24] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 18/24] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 24/24] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 17/24] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v38 19/24] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v37 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v37 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 00/24] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 17/24] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
[PATCH] x86/sgx: Fine-tune page adding flow
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v37 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
[PATCH v37 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 04/24] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 06/24] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 07/24] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 16/24] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 15/24] x86/sgx: Enable provisioning for remote attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
[PATCH v37 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 18/24] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 24/24] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 22/24] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH v37 19/24] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v37 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH] x86/sgx: Roof the number of pages process in SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37] selftests/sgx: Remove unused ENCLU macro now that vDSO is used
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37] x86/sgx: Properly describe vdso_sgx_enter_enclave_t to fix kdoc warning
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v37 6/6] selftests/sgx: Add a smoke test to ensure the user handler is invoked
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v37 4/6] selftests/sgx: Update the SGX selftest to match the reworked vDSO API
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v37 5/6] selftests/sgx: Sanity check the return value of the vDSO call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v37 3/6] x86/vdso: x86/sgx: Introduce dedicated SGX exit reasons for vDSO
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v37 2/6] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH for_v37 4/6] selftests/sgx: Update the SGX selftest to match the reworked vDSO API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37 0/6] x86/vdso: x86/sgx: Rework SGX vDSO API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37 2/6] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37 1/6] x86/vdso: x86/sgx: Explicitly force 8-byte CMP for detecting user handler
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37 5/6] selftests/sgx: Sanity check the return value of the vDSO call
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37 6/6] selftests/sgx: Add a smoke test to ensure the user handler is invoked
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v37 3/6] x86/vdso: x86/sgx: Introduce dedicated SGX exit reasons for vDSO
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 22/24] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v36 22/24] selftests/x86: Add a selftest for SGX
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v36 22/24] selftests/x86: Add a selftest for SGX
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: "Xing, Cedric" <cedric.xing@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: "Xing, Cedric" <cedric.xing@xxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: "Xing, Cedric" <cedric.xing@xxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v36 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 11/24] x86/sgx: Add SGX enclave driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH v36 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH v36 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 1/4] x86/vdso: x86/sgx: Explicitly force 8-byte CMP for detecting user handler
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 3/4] x86/vdso: x86/sgx: Introduce dedicated SGX exit reasons for vDSO
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 3/4] x86/vdso: x86/sgx: Introduce dedicated SGX exit reasons for vDSO
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [RFC PATCH 1/4] x86/vdso: x86/sgx: Explicitly force 8-byte CMP for detecting user handler
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v36 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[RFC PATCH 2/4] x86/vdso: x86/sgx: Rework __vdso_sgx_enter_enclave() API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[RFC PATCH 4/4] x86/vdso: x86/sgx: Allow the user to exit the vDSO loop on interrupts
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[RFC PATCH 3/4] x86/vdso: x86/sgx: Introduce dedicated SGX exit reasons for vDSO
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[RFC PATCH 1/4] x86/vdso: x86/sgx: Explicitly force 8-byte CMP for detecting user handler
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[RFC PATCH 0/4] x86/vdso: x86/sgx: Rework SGX vDSO API
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Pavel Machek <pavel@xxxxxx>
Re: [PATCH v36 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 04/24] x86/sgx: Add SGX microarchitectural data structures
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 06/24] x86/cpu/intel: Detect SGX support
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [PATCH v36 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 11/24] x86/sgx: Add SGX enclave driver
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 07/24] x86/cpu/intel: Add nosgx kernel parameter
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 10/24] mm: Add vm_ops->mprotect()
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Pavel Machek <pavel@xxxxxx>
Re: Linux FSGSBASE testing
From
: Don Porter <porter@xxxxxxxxxx>
[PATCH v36 22/24] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 16/24] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 24/24] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 00/24] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 19/24] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 18/24] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 17/24] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 07/24] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 04/24] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 06/24] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v36 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v35 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v34 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 22/24] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 24/24] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 19/24] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 18/24] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 17/24] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 16/24] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 07/24] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 06/24] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 04/24] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v35 00/24] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 11/24] x86/sgx: Add SGX enclave driver
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH v34 16/24] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v34 24/24] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 22/24] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 19/24] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 18/24] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 17/24] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 13/24] x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 12/24] x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 11/24] x86/sgx: Add SGX enclave driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 10/24] mm: Add vm_ops->mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 09/24] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 08/24] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 07/24] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 06/24] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 05/24] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 04/24] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 03/24] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 02/24] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 01/24] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v34 00/24] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v33 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Borislav Petkov <bp@xxxxxxxxx>
[PATCH RFC] x86/sgx: Allocate form local NUMA node first
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v33 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Borislav Petkov <bp@xxxxxxxxx>
[PATCH v33 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 21/21] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 20/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 19/21] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 18/21] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 17/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 16/21] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 14/21] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 13/21] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 07/21] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 06/21] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 00/21] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 04/21] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v33 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 00/21] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 00/21] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v32 00/21] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 00/21] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 12/21] x86/sgx: Add provisioning
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 12/21] x86/sgx: Add provisioning
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 19/21] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v32 00/21] Intel SGX foundations
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v32 00/21] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v32 12/21] x86/sgx: Add provisioning
From
: Darren Kenny <darren.kenny@xxxxxxxxxx>
Re: [PATCH v32 19/21] selftests/x86: Add a selftest for SGX
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v32 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
[PATCH v32 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 18/21] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 21/21] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 20/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 19/21] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 17/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 16/21] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 13/21] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 14/21] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 12/21] x86/sgx: Add provisioning
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 07/21] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 06/21] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 04/21] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 00/21] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v32 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 11/21] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 13/21] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 21/21] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 20/21] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 19/21] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 18/21] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 15/21] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 17/21] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 16/21] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 14/21] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 12/21] x86/sgx: Add provisioning
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 10/21] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 09/21] x86/sgx: Add __sgx_alloc_epc_page() and sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 08/21] x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 07/21] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 06/21] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 05/21] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 04/21] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 03/21] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 02/21] x86/cpufeatures: x86/msr: Add Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 01/21] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v31 00/21] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 5/6] x86/sgx: Update stale comment in EPC page allocators
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 6/6] x86/sgx: Drop the message that fires when there are too many EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 4/6] x86/sgx: Replace "grab" with "alloc" in VA page helper
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 3/6] x86/sgx: Rename sgx_free_page() to sgx_free_epc_page()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 2/6] x86/sgx: Remove unnecessary globals after merging reclaim.c into main.c
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 2/6] x86/sgx: Remove unnecessary globals after merging reclaim.c into main.c
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v31 2/6] x86/sgx: Remove unnecessary globals after merging reclaim.c into main.c
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH for_v31 4/6] x86/sgx: Replace "grab" with "alloc" in VA page helper
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v31 6/6] x86/sgx: Drop the message that fires when there are too many EPC sections
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v31 5/6] x86/sgx: Update stale comment in EPC page allocators
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v31 3/6] x86/sgx: Rename sgx_free_page() to sgx_free_epc_page()
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v31 2/6] x86/sgx: Remove unnecessary globals after merging reclaim.c into main.c
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v31 0/6] x86/sgx: Misc fixes for v31
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v31 1/6] x86/sgx: Fix inadvertant early return from sgx_ioctl()
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Borislav Petkov <bp@xxxxxxxxx>
RE: [PATCH v29 00/20] Intel SGX foundations
From
: David Laight <David.Laight@xxxxxxxxxx>
Re: [PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Pavel Machek <pavel@xxxxxx>
Re: [PATCH v30 12/20] x86/sgx: Add a page reclaimer
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 12/20] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 12/20] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 10/20] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 10/20] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 12/20] x86/sgx: Add a page reclaimer
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 12/20] x86/sgx: Add a page reclaimer
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 10/20] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 10/20] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 02/20] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 01/20] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v30 02/20] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v30 01/20] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH] x86/cpu/intel: Add nosgx kernel parameter
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 12/20] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 14/20] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 18/20] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 20/20] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 19/20] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 17/20] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 16/20] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 15/20] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 10/20] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 13/20] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 11/20] x86/sgx: Add provisioning
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 09/20] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 08/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 07/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 06/20] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 05/20] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 03/20] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 02/20] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v30 01/20] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Seth Moore <sethmo@xxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Borislav Petkov <bp@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
[PATCH v3] x86/sgx: Hack in idea for allocating from local EPC node when possible
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v2] x86/sgx: Hack in idea for allocating from local EPC node when possible
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v2] x86/sgx: Hack in idea for allocating from local EPC node when possible
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v2] x86/sgx: Hack in idea for allocating from local EPC node when possible
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH] x86/sgx: Hack in idea for allocating from local EPC node when possible
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 14/20] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Hui, Chunyang" <sanqian.hcy@xxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 11/20] x86/sgx: Linux Enclave Driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jordan Hand <jorhand@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Haitao Huang" <haitao.huang@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 14/20] x86/sgx: ptrace() support for the SGX driver
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jordan Hand <jorhand@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
Re: [PATCH v29 00/20] Intel SGX foundations
From
: Connor Kuehl <ckuehl@xxxxxxxxxx>
[PATCH v29 18/20] x86/vdso: Implement a vDSO for Intel SGX enclave call
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 20/20] docs: x86/sgx: Document SGX micro architecture and kernel internals
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 19/20] selftests/x86: Add a selftest for SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 17/20] x86/traps: Attempt to fixup exceptions in vDSO before signaling
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 16/20] x86/fault: Add helper function to sanitize error code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 15/20] x86/vdso: Add support for exception fixup in vDSO functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 14/20] x86/sgx: ptrace() support for the SGX driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 13/20] x86/sgx: Add a page reclaimer
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 12/20] x86/sgx: Add provisioning
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 01/20] x86/sgx: Update MAINTAINERS
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 11/20] x86/sgx: Linux Enclave Driver
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 10/20] mm: Introduce vm_ops->may_mprotect()
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 09/20] x86/sgx: Add functions to allocate and free EPC pages
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 08/20] x86/sgx: Enumerate and track EPC sections
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 07/20] x86/cpu/intel: Detect SGX support
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 05/20] x86/sgx: Add SGX microarchitectural data structures
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 06/20] x86/sgx: Add wrappers for ENCLS leaf functions
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 04/20] x86/mm: x86/sgx: Signal SIGSEGV with PF_SGX
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 03/20] x86/cpufeatures: x86/msr: Intel SGX Launch Control hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 02/20] x86/cpufeatures: x86/msr: Add Intel SGX hardware bits
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v29 00/20] Intel SGX foundations
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v29 v3 0/2] x86/sgx: Make vDSO callable from C
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Remove PROT_NONE branch from sgx_encl_may_map().
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH] x86/sgx: Remove PROT_NONE branch from sgx_encl_may_map().
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v29 v3 2/2] selftests/sgx: Add selftest to invoke __vsgx_enter_enclave() from C
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v29 v3 0/2] x86/sgx: Make vDSO callable from C
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
[PATCH for_v29 v3 1/2] x86/sgx: vdso: Make __vdso_sgx_enter_enclave() callable from C code
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH for_v29 v2 1/5] x86/sgx: vdso: Make __vdso_sgx_enter_enclave() callable from C code
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH for_v29 v2 1/5] x86/sgx: vdso: Make __vdso_sgx_enter_enclave() callable from C code
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH 1/1] Implement cryptographic initialization control.
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH] Revert "Kernel selftests: tpm2: check for tpm support"
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH] Revert "Kernel selftests: tpm2: check for tpm support"
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Topi Miettinen <toiwoton@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Topi Miettinen <toiwoton@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH 1/1] Implement cryptographic initialization control.
From
: "Dr. Greg" <greg@xxxxxxxxxxxx>
[PATCH 0/1] Implement cryptographic initialization control.
From
: "Dr. Greg Wettstein" <gw@xxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Topi Miettinen <toiwoton@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Topi Miettinen <toiwoton@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Andy Lutomirski <luto@xxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
[PATCH v4] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v3] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Jethro Beekman <jethro@xxxxxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
Re: [PATCH v3] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH v2] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
From
: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
Re: [PATCH 2/4] x86/sgx: Put enclaves into anonymous files
From
: Topi Miettinen <toiwoton@xxxxxxxxx>
[Index of Archives]
[AMD Graphics]
[Linux USB]
[Video for Linux]
[Linux SCSI]
[Samba]
[Yosemite News]