summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/sgx/main.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-30Merge tag 'x86_sgx_for_6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-05-15x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski1-0/+2
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2024-11-22Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-12x86/sgx: Use vmalloc_array() instead of vmalloc()Thorsten Blum1-1/+1
2024-11-03fdget(), trivial conversionsAl Viro1-7/+3
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-09-17Merge tag 'x86-cleanups-2024-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-09-06x86/sgx: Log information when a node lacks an EPC sectionAaron Lu1-0/+7
2024-09-06x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu1-13/+14
2024-08-25x86/sgx: Fix a W=1 build warning in function commentKai Huang1-1/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2023-04-21convert sgx_set_attribute() to fdget()/fdput()Al Viro1-6/+5
2022-12-02x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi1-4/+4
2022-09-08x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen1-6/+9
2022-08-05Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-60/+15
2022-07-07x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre1-0/+11
2022-07-07x86/sgx: Make sgx_ipi_cb() available internallyReinette Chatre1-1/+1
2022-07-07x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre1-29/+2
2022-07-07x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre1-1/+1
2022-07-07x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre1-29/+0
2022-06-02x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi1-2/+7
2022-05-17x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre1-3/+6
2022-05-17x86/sgx: Disconnect backing page references from dirty statusReinette Chatre1-2/+4
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre1-9/+1
2022-01-07x86/sgx: Fix NULL pointer dereference on non-SGX systemsDave Hansen1-18/+47
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen1-0/+20
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 Luck1-1/+25
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 Luck1-0/+2
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen1-1/+0
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson1-1/+56
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang1-0/+16
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang1-1/+10
2021-03-27x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang1-9/+5
2021-03-19x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()Jarkko Sakkinen1-42/+77
2021-03-18x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_listJarkko Sakkinen1-29/+25
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2021-01-21x86/sgx: Fix the return type of sgx_init()Sami Tolvanen1-5/+9
2020-11-18x86/sgx: Clarify 'laundry_list' lockingDave Hansen1-6/+8
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen1-0/+466
2020-11-18x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen1-1/+11
2020-11-17x86/sgx: Add SGX page allocator functionsJarkko Sakkinen1-0/+65
2020-11-17x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sectionsSean Christopherson1-0/+190