summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/sgx/ioctl.c
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2022-12-12Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-02x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi
2022-11-08x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski
2022-11-04x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen
2022-07-07x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre
2022-07-07x86/sgx: Support complete page removalReinette Chatre
2022-07-07x86/sgx: Support modifying SGX page typeReinette Chatre
2022-07-07x86/sgx: Support restricting of enclave page permissionsReinette Chatre
2022-07-07x86/sgx: Support VA page allocation without reclaimingReinette Chatre
2022-07-07x86/sgx: Export sgx_encl_page_alloc()Jarkko Sakkinen
2022-07-07x86/sgx: Export sgx_encl_{grow,shrink}()Reinette Chatre
2022-07-07x86/sgx: Keep record of SGX page typeReinette Chatre
2022-07-07x86/sgx: Create utility to validate user provided offset and lengthReinette Chatre
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang
2021-04-06x86/sgx: Add encls_faulted() helperSean Christopherson
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang
2021-03-25x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()Ira Weiny
2020-12-03x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()Jarkko Sakkinen
2020-11-24x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc commentBorislav Petkov
2020-11-19x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()Jarkko Sakkinen
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGESJarkko Sakkinen
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen