summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/sgx/encl.c
AgeCommit message (Expand)Author
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang
2023-06-13x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-02x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi
2022-11-08x86/sgx: use VM_ACCESS_FLAGSKefeng Wang
2022-10-31x86/sgx: Reduce delay and interference of enclave releaseReinette Chatre
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-04Merge tag 'x86_sgx_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-08x86/sgx: Handle VA page allocation failure for EAUG on PF.Haitao Huang
2022-09-01sgx: use ->f_mapping...Al Viro
2022-08-15x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()Kristen Carlson Accardi
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-08x86/sgx: Drop 'page_index' from sgx_backingSean Christopherson
2022-07-07x86/sgx: Tighten accessible memory range after enclave initializationReinette Chatre
2022-07-07x86/sgx: Support adding of pages to an initialized enclaveReinette 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: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre
2022-07-07x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre
2022-07-07x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre
2022-07-07x86/sgx: Support loading enclave page without VMA permissions checkReinette Chatre
2022-06-02x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi
2022-05-16x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre
2022-05-16x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre
2022-05-16x86/sgx: Disconnect backing page references from dirty statusReinette Chatre
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre
2021-06-11x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()ChenXiaoSong
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang
2021-02-20Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen
2021-02-05x86/sgx: Drop racy follow_pfn() checkDaniel Vetter
2020-11-18x86/sgx: Add ptrace() support for the SGX driverJarkko Sakkinen
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen
2020-11-18x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen