开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
sgx
/
encl.c
Age
Commit message (
Expand
)
Author
2023-09-28
x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
Haitao Huang
2023-06-13
x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()
Jakob Koschel
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-02
x86/sgx: Replace kmap/kunmap_atomic() calls
Kristen Carlson Accardi
2022-11-08
x86/sgx: use VM_ACCESS_FLAGS
Kefeng Wang
2022-10-31
x86/sgx: Reduce delay and interference of enclave release
Reinette Chatre
2022-10-06
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-04
Merge tag 'x86_sgx_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-08
x86/sgx: Handle VA page allocation failure for EAUG on PF.
Haitao Huang
2022-09-01
sgx: use ->f_mapping...
Al Viro
2022-08-15
x86/sgx: Improve comments for sgx_encl_lookup/alloc_backing()
Kristen Carlson Accardi
2022-08-05
Merge tag 'x86_sgx_for_v6.0-2022-08-03.1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-07-08
x86/sgx: Drop 'page_index' from sgx_backing
Sean Christopherson
2022-07-07
x86/sgx: Tighten accessible memory range after enclave initialization
Reinette Chatre
2022-07-07
x86/sgx: Support adding of pages to an initialized enclave
Reinette Chatre
2022-07-07
x86/sgx: Support VA page allocation without reclaiming
Reinette Chatre
2022-07-07
x86/sgx: Export sgx_encl_page_alloc()
Jarkko Sakkinen
2022-07-07
x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()
Reinette Chatre
2022-07-07
x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
Reinette Chatre
2022-07-07
x86/sgx: Export sgx_encl_ewb_cpumask()
Reinette Chatre
2022-07-07
x86/sgx: Support loading enclave page without VMA permissions check
Reinette Chatre
2022-06-02
x86/sgx: Set active memcg prior to shmem allocation
Kristen Carlson Accardi
2022-05-16
x86/sgx: Ensure no data in PCMD page after truncate
Reinette Chatre
2022-05-16
x86/sgx: Fix race between reclaimer and page fault handler
Reinette Chatre
2022-05-16
x86/sgx: Mark PCMD page as dirty when modifying contents
Reinette Chatre
2022-05-16
x86/sgx: Disconnect backing page references from dirty status
Reinette Chatre
2022-03-11
x86/sgx: Free backing memory after faulting the enclave page
Jarkko Sakkinen
2022-02-10
x86/sgx: Silence softlockup detection when releasing large enclaves
Reinette Chatre
2021-06-11
x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()
ChenXiaoSong
2021-04-06
x86/sgx: Expose SGX architectural definitions to the kernel
Sean Christopherson
2021-03-26
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
2021-02-20
Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-02-08
x86/sgx: Maintain encl->refcount for each encl->mm_list entry
Jarkko Sakkinen
2021-02-05
x86/sgx: Drop racy follow_pfn() check
Daniel Vetter
2020-11-18
x86/sgx: Add ptrace() support for the SGX driver
Jarkko Sakkinen
2020-11-18
x86/sgx: Add a page reclaimer
Jarkko Sakkinen
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
Jarkko Sakkinen
2020-11-18
x86/sgx: Add an SGX misc driver interface
Jarkko Sakkinen