summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/sgx/driver.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova1-1/+18
2025-03-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov1-3/+7
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson1-17/+0
2021-02-08x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen1-0/+3
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen1-18/+39
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_PROVISIONJarkko Sakkinen1-1/+23
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_INITJarkko Sakkinen1-0/+27
2020-11-18x86/sgx: Add SGX_IOC_ENCLAVE_CREATEJarkko Sakkinen1-0/+12
2020-11-18x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen1-0/+112