summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-3/+3
|\
| * x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi2022-12-021-2/+2
| * x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen2022-11-041-1/+1
* | x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
|/
* x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre2022-07-071-0/+6
* x86/sgx: Support complete page removalReinette Chatre2022-07-071-0/+145
* x86/sgx: Support modifying SGX page typeReinette Chatre2022-07-071-0/+202
* x86/sgx: Support restricting of enclave page permissionsReinette Chatre2022-07-071-0/+216
* x86/sgx: Support VA page allocation without reclaimingReinette Chatre2022-07-071-4/+4
* x86/sgx: Export sgx_encl_page_alloc()Jarkko Sakkinen2022-07-071-32/+0
* x86/sgx: Export sgx_encl_{grow,shrink}()Reinette Chatre2022-07-071-2/+2
* x86/sgx: Keep record of SGX page typeReinette Chatre2022-07-071-0/+2
* x86/sgx: Create utility to validate user provided offset and lengthReinette Chatre2022-07-071-6/+22
* x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson2021-04-061-14/+2
* x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang2021-04-061-3/+2
* x86/sgx: Add encls_faulted() helperSean Christopherson2021-04-061-1/+1
* x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang2021-03-261-3/+3
* x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()Ira Weiny2021-03-251-6/+8
* x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()Jarkko Sakkinen2020-12-031-1/+1
* x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc commentBorislav Petkov2020-11-241-1/+1
* x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()Jarkko Sakkinen2020-11-191-1/+1
* x86/sgx: Add a page reclaimerJarkko Sakkinen2020-11-181-4/+85
* x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen2020-11-181-0/+37
* x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen2020-11-181-1/+192
* x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen2020-11-181-0/+284
* x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen2020-11-181-0/+123