summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+7
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes-1/+1
2025-12-13x86/sgx: Remove unmatched quote in __sgx_encl_extend function commentThorsten Blum-1/+1
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+5
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-1/+1
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson-3/+5
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova-2/+18
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova-0/+80
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova-2/+51
2025-08-25x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>Uros Bizjak-3/+3
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes-5/+5
2025-05-29Merge tag 'x86_sgx_for_6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-29/+4
2025-05-15x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski-0/+2
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+1
2025-04-28x86/sgx: Use SHA-256 library API instead of crypto_shash APIEric Biggers-29/+2
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-1/+1
2025-03-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov-3/+7
2025-03-05x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen-0/+7
2024-11-22Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2024-11-12x86/sgx: Use vmalloc_array() instead of vmalloc()Thorsten Blum-1/+1
2024-11-03fdget(), trivial conversionsAl Viro-7/+3
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2024-09-17Merge tag 'x86-cleanups-2024-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2024-09-05x86/sgx: Log information when a node lacks an EPC sectionAaron Lu-0/+7
2024-09-05x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu-13/+14
2024-08-25x86/sgx: Fix a W=1 build warning in function commentKai Huang-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe-1/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas-1/+1
2023-09-28x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang-5/+25
2023-09-06x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang-0/+3
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-06-13x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel-1/+3
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes-1/+1
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-6/+5
2023-04-20convert sgx_set_attribute() to fdget()/fdput()Al Viro-6/+5
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-2/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2022-12-12Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-17/+32
2022-12-02x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi-12/+12
2022-11-08x86/sgx: use VM_ACCESS_FLAGSKefeng Wang-2/+2
2022-11-08x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski-0/+3
2022-11-04x86/sgx: Allow enclaves to use Asynchrounous Exit NotificationDave Hansen-1/+1
2022-10-31x86/sgx: Reduce delay and interference of enclave releaseReinette Chatre-4/+19
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1