summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-2/+2
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-2/+2
* | Merge tag 'x86-cleanups-2024-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-171-1/+1
|\ \
| * | x86/sgx: Fix a W=1 build warning in function commentKai Huang2024-08-251-1/+1
| |/
* | x86/sgx: Log information when a node lacks an EPC sectionAaron Lu2024-09-061-0/+7
* | x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu2024-09-061-13/+14
|/
* mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-261-1/+1
* fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1
* arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang2023-09-291-5/+25
* x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-061-0/+3
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-101-1/+1
* | x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel2023-06-131-1/+3
|/
* Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-251-6/+5
|\
| * convert sgx_set_attribute() to fdget()/fdput()Al Viro2023-04-211-6/+5
* | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-102-2/+2
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-141-2/+2
|\
| * x86/sgx: use VM_ACCESS_FLAGSKefeng Wang2022-11-091-2/+2
* | Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-123-17/+32
|\ \
| * | x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi2022-12-023-12/+12
| * | x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen2022-11-041-1/+1
| * | x86/sgx: Reduce delay and interference of enclave releaseReinette Chatre2022-10-311-4/+19
| |/
* / x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
|/
* Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-071-2/+1
|\
| * sgx: use ->f_mapping...Al Viro2022-09-011-2/+1
* | Merge tag 'x86_sgx_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-042-9/+14
|\ \
| * | x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()Kristen Carlson Accardi2022-08-152-9/+14
| |/
* | x86/sgx: Handle VA page allocation failure for EAUG on PF.Haitao Huang2022-09-081-1/+4
* | x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen2022-09-081-6/+9
|/
* Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-056-130/+968
|\
| * x86/sgx: Drop 'page_index' from sgx_backingSean Christopherson2022-07-082-2/+0
| * x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre2022-07-073-0/+18
| * 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: Tighten accessible memory range after enclave initializationReinette Chatre2022-07-071-0/+5
| * x86/sgx: Support adding of pages to an initialized enclaveReinette Chatre2022-07-071-0/+117
| * x86/sgx: Support restricting of enclave page permissionsReinette Chatre2022-07-071-0/+216
| * x86/sgx: Support VA page allocation without reclaimingReinette Chatre2022-07-073-8/+10
| * x86/sgx: Export sgx_encl_page_alloc()Jarkko Sakkinen2022-07-073-32/+35
| * x86/sgx: Export sgx_encl_{grow,shrink}()Reinette Chatre2022-07-072-2/+4
| * x86/sgx: Keep record of SGX page typeReinette Chatre2022-07-072-1/+4
| * x86/sgx: Create utility to validate user provided offset and lengthReinette Chatre2022-07-071-6/+22
| * x86/sgx: Make sgx_ipi_cb() available internallyReinette Chatre2022-07-072-1/+3
| * x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre2022-07-073-31/+47
| * x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre2022-07-073-5/+5
| * x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre2022-07-073-29/+68
| * x86/sgx: Support loading enclave page without VMA permissions checkReinette Chatre2022-07-072-19/+40
| * x86/sgx: Add wrapper for SGX2 EAUG functionReinette Chatre2022-07-071-0/+6