summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/sgx
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang
2023-09-06x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-13x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-20convert sgx_set_attribute() to fdget()/fdput()Al Viro
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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: use VM_ACCESS_FLAGSKefeng Wang
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-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-08x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen
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: 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: 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 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
2022-07-07x86/sgx: Make sgx_ipi_cb() available internallyReinette Chatre
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-07-07x86/sgx: Add wrapper for SGX2 EAUG functionReinette Chatre
2022-07-07x86/sgx: Add wrapper for SGX2 EMODT functionReinette Chatre
2022-07-07x86/sgx: Add wrapper for SGX2 EMODPR functionReinette Chatre
2022-07-07x86/sgx: Add short descriptions to ENCLS wrappersReinette 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: Obtain backing storage page with enclave mutex heldReinette Chatre
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre