summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/sgx/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9 days1-2/+2
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-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-051-0/+7
* | x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu2024-09-051-13/+14
|/
* fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* convert sgx_set_attribute() to fdget()/fdput()Al Viro2023-04-201-6/+5
* x86/sgx: Replace kmap/kunmap_atomic() callsKristen Carlson Accardi2022-12-021-4/+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-051-60/+15
|\
| * x86/sgx: Free up EPC pages directly to support large page rangesReinette Chatre2022-07-071-0/+11
| * x86/sgx: Make sgx_ipi_cb() available internallyReinette Chatre2022-07-071-1/+1
| * x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()Reinette Chatre2022-07-071-29/+2
| * x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()Reinette Chatre2022-07-071-1/+1
| * x86/sgx: Export sgx_encl_ewb_cpumask()Reinette Chatre2022-07-071-29/+0
* | x86/sgx: Set active memcg prior to shmem allocationKristen Carlson Accardi2022-06-021-2/+7
|/
* x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre2022-05-161-3/+6
* x86/sgx: Disconnect backing page references from dirty statusReinette Chatre2022-05-161-2/+4
* x86/sgx: Fix missing poison handling in reclaimerReinette Chatre2022-02-171-9/+1
* x86/sgx: Fix NULL pointer dereference on non-SGX systemsDave Hansen2022-01-071-18/+47
* x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen2021-12-091-0/+20
* Merge branch 'x86/urgent' into x86/sgx, to resolve conflictIngo Molnar2021-11-191-6/+6
|\
| * x86/sgx: Fix free page accountingReinette Chatre2021-11-161-6/+6
* | x86/sgx: Add SGX infrastructure to recover from poisonTony Luck2021-11-151-0/+76
* | x86/sgx: Initial poison handling for dirty and free pagesTony Luck2021-11-151-1/+25
* | x86/sgx: Add infrastructure to identify SGX EPC pagesTony Luck2021-11-151-0/+9
* | x86/sgx: Add new sgx_epc_page flag bit to mark free pagesTony Luck2021-11-151-0/+2
|/
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-2/+2
|\
| * x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
* | x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen2021-04-081-1/+0
* | x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson2021-04-061-1/+56
* | x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang2021-04-061-0/+16
* | x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang2021-04-061-1/+10
* | x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang2021-03-261-9/+5
* | x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()Jarkko Sakkinen2021-03-191-42/+77
* | x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_listJarkko Sakkinen2021-03-181-29/+25
|/
* x86/sgx: Fix the return type of sgx_init()Sami Tolvanen2021-01-211-5/+9
* x86/sgx: Clarify 'laundry_list' lockingDave Hansen2020-11-181-6/+8
* x86/sgx: Add a page reclaimerJarkko Sakkinen2020-11-181-0/+466
* x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen2020-11-181-1/+11
* x86/sgx: Add SGX page allocator functionsJarkko Sakkinen2020-11-171-0/+65
* x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sectionsSean Christopherson2020-11-171-0/+190