aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx/encl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2022-10-04Merge tag 'x86_sgx_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+14
2022-09-08x86/sgx: Handle VA page allocation failure for EAUG on PF.Haitao Huang1-1/+4
2022-09-01sgx: use ->f_mapping...Al Viro1-2/+1
2022-08-15x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()Kristen Carlson Accardi1-7/+14
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+307
2022-07-08x86/sgx: Drop 'page_index' from sgx_backingSean Christopherson1-1/+0
2022-07-07x86/sgx: Tighten accessible memory range after enclave initializationReinette Chatre1-0/+5
2022-07-07x86/sgx: Support adding of pages to an initialized enclaveReinette Chatre1-0/+117
2022-07-07x86/sgx: Support VA page allocation without reclaimingReinette Chatre1-2/+4
2022-07-07x86/sgx: Export sgx_encl_page_alloc()Jarkko Sakkinen1-0/+32
2022-07-07x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre1-1/+44
2022-07-07x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre1-3/+3
2022-07-07x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre1-0/+67
2022-07-07x86/sgx: Support loading enclave page without VMA permissions checkReinette Chatre1-19/+38
2022-06-02x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi1-2/+103
2022-05-16x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre1-1/+9
2022-05-16x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre1-1/+93
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre1-0/+1
2022-05-16x86/sgx: Disconnect backing page references from dirty statusReinette Chatre1-8/+2
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen1-9/+48
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre1-0/+2
2021-06-11x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()ChenXiaoSong1-1/+1
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson1-1/+1
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang1-5/+26
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+0
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen1-0/+5
2021-02-05x86/sgx: Drop racy follow_pfn() checkDaniel Vetter1-8/+0
2020-11-18x86/sgx: Add ptrace() support for the SGX driverJarkko Sakkinen1-0/+111
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen1-4/+479
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen1-0/+8
2020-11-18x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen1-0/+146