summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/sgx/main.c
AgeCommit message (Expand)Author
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-08x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()Jarkko Sakkinen
2021-04-06x86/sgx: Move provisioning device creation out of SGX driverSean Christopherson
2021-04-06x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRsKai Huang
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang
2021-03-19x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()Jarkko Sakkinen
2021-03-18x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_listJarkko Sakkinen
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-01-21x86/sgx: Fix the return type of sgx_init()Sami Tolvanen
2020-11-18x86/sgx: Clarify 'laundry_list' lockingDave Hansen
2020-11-18x86/sgx: Add a page reclaimerJarkko Sakkinen
2020-11-18x86/sgx: Add an SGX misc driver interfaceJarkko Sakkinen
2020-11-17x86/sgx: Add SGX page allocator functionsJarkko Sakkinen
2020-11-17x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sectionsSean Christopherson