aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2022-10-04Merge tag 'x86_sgx_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+14
2022-09-08x86/sgx: Handle VA page allocation failure for EAUG on PF.Haitao Huang1-1/+4
2022-09-08x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen1-6/+9
2022-09-01sgx: use ->f_mapping...Al Viro1-2/+1
2022-08-15x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()Kristen Carlson Accardi2-9/+14
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-130/+968
2022-07-08x86/sgx: Drop 'page_index' from sgx_backingSean Christopherson2-2/+0
2022-07-07x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre3-0/+18
2022-07-07x86/sgx: Support complete page removalReinette Chatre1-0/+145
2022-07-07x86/sgx: Support modifying SGX page typeReinette Chatre1-0/+202
2022-07-07x86/sgx: Tighten accessible memory range after enclave initializationReinette Chatre1-0/+5
2022-07-07x86/sgx: Support adding of pages to an initialized enclaveReinette Chatre1-0/+117
2022-07-07x86/sgx: Support restricting of enclave page permissionsReinette Chatre1-0/+216
2022-07-07x86/sgx: Support VA page allocation without reclaimingReinette Chatre3-8/+10
2022-07-07x86/sgx: Export sgx_encl_page_alloc()Jarkko Sakkinen3-32/+35
2022-07-07x86/sgx: Export sgx_encl_{grow,shrink}()Reinette Chatre2-2/+4
2022-07-07x86/sgx: Keep record of SGX page typeReinette Chatre2-1/+4
2022-07-07x86/sgx: Create utility to validate user provided offset and lengthReinette Chatre1-6/+22
2022-07-07x86/sgx: Make sgx_ipi_cb() available internallyReinette Chatre2-1/+3
2022-07-07x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre3-31/+47
2022-07-07x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre3-5/+5
2022-07-07x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre3-29/+68
2022-07-07x86/sgx: Support loading enclave page without VMA permissions checkReinette Chatre2-19/+40
2022-07-07x86/sgx: Add wrapper for SGX2 EAUG functionReinette Chatre1-0/+6
2022-07-07x86/sgx: Add wrapper for SGX2 EMODT functionReinette Chatre1-0/+6
2022-07-07x86/sgx: Add wrapper for SGX2 EMODPR functionReinette Chatre1-0/+6
2022-07-07x86/sgx: Add short descriptions to ENCLS wrappersReinette Chatre1-0/+15
2022-06-02x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi3-6/+115
2022-05-16x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre1-1/+9
2022-05-16x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre1-1/+93
2022-05-16x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre1-3/+6
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre1-0/+1
2022-05-16x86/sgx: Disconnect backing page references from dirty statusReinette Chatre3-11/+7
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen1-9/+48
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre1-9/+1
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre1-0/+2
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+5
2022-01-07x86/sgx: Fix NULL pointer dereference on non-SGX systemsDave Hansen1-18/+47
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra1-31/+5
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen2-0/+21
2021-11-19Merge branch 'x86/urgent' into x86/sgx, to resolve conflictIngo Molnar1-6/+6
2021-11-16x86/sgx: Fix free page accountingReinette Chatre1-6/+6
2021-11-15x86/sgx: Add SGX infrastructure to recover from poisonTony Luck1-0/+76
2021-11-15x86/sgx: Initial poison handling for dirty and free pagesTony Luck2-2/+28
2021-11-15x86/sgx: Add infrastructure to identify SGX EPC pagesTony Luck1-0/+9
2021-11-15x86/sgx: Add new sgx_epc_page flag bit to mark free pagesTony Luck2-0/+5
2021-10-22x86/sgx/virt: implement SGX_IOC_VEPC_REMOVE ioctlPaolo Bonzini1-0/+53
2021-10-22x86/sgx/virt: extract sgx_vepc_remove_pagePaolo Bonzini1-5/+7
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2