summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx
AgeCommit message (Expand)AuthorFilesLines
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+9
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2-0/+8
2021-02-05x86/sgx: Drop racy follow_pfn() checkDaniel Vetter1-8/+0
2021-01-21x86/sgx: Fix the return type of sgx_init()Sami Tolvanen1-5/+9
2020-12-03x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()Jarkko Sakkinen1-1/+1
2020-11-24x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc commentBorislav Petkov1-1/+1
2020-11-19x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()Jarkko Sakkinen1-1/+1
2020-11-18x86/sgx: Clarify 'laundry_list' lockingDave Hansen2-9/+20
2020-11-18x86/sgx: Add ptrace() support for the SGX driverJarkko Sakkinen1-0/+111
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen6-27/+1134
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen3-1/+62
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen4-1/+230
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen2-0/+285
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen6-0/+154
2020-11-18x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen6-1/+345
2020-11-17x86/sgx: Add SGX page allocator functionsJarkko Sakkinen2-0/+68
2020-11-17x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sectionsSean Christopherson3-0/+252
2020-11-17x86/sgx: Add wrappers for ENCLS functionsJarkko Sakkinen1-0/+231
2020-11-17x86/sgx: Add SGX architectural data structuresJarkko Sakkinen1-0/+338