index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
sgx
/
ioctl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2022-12-02
x86/sgx: Replace kmap/kunmap_atomic() calls
Kristen Carlson Accardi
1
-2
/
+2
2022-11-08
x86/sgx: Add overflow check in sgx_validate_offset_length()
Borys Popławski
1
-0
/
+3
2022-11-04
x86/sgx: Allow enclaves to use Asynchrounous Exit Notification
Dave Hansen
1
-1
/
+1
2022-07-07
x86/sgx: Free up EPC pages directly to support large page ranges
Reinette Chatre
1
-0
/
+6
2022-07-07
x86/sgx: Support complete page removal
Reinette Chatre
1
-0
/
+145
2022-07-07
x86/sgx: Support modifying SGX page type
Reinette Chatre
1
-0
/
+202
2022-07-07
x86/sgx: Support restricting of enclave page permissions
Reinette Chatre
1
-0
/
+216
2022-07-07
x86/sgx: Support VA page allocation without reclaiming
Reinette Chatre
1
-4
/
+4
2022-07-07
x86/sgx: Export sgx_encl_page_alloc()
Jarkko Sakkinen
1
-32
/
+0
2022-07-07
x86/sgx: Export sgx_encl_{grow,shrink}()
Reinette Chatre
1
-2
/
+2
2022-07-07
x86/sgx: Keep record of SGX page type
Reinette Chatre
1
-0
/
+2
2022-07-07
x86/sgx: Create utility to validate user provided offset and length
Reinette Chatre
1
-6
/
+22
2021-04-06
x86/sgx: Move provisioning device creation out of SGX driver
Sean Christopherson
1
-14
/
+2
2021-04-06
x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
Kai Huang
1
-3
/
+2
2021-04-06
x86/sgx: Add encls_faulted() helper
Sean Christopherson
1
-1
/
+1
2021-03-26
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
1
-3
/
+3
2021-03-25
x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
Ira Weiny
1
-6
/
+8
2020-12-03
x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()
Jarkko Sakkinen
1
-1
/
+1
2020-11-24
x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment
Borislav Petkov
1
-1
/
+1
2020-11-19
x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()
Jarkko Sakkinen
1
-1
/
+1
2020-11-18
x86/sgx: Add a page reclaimer
Jarkko Sakkinen
1
-4
/
+85
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
Jarkko Sakkinen
1
-0
/
+37
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_INIT
Jarkko Sakkinen
1
-1
/
+192
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
Jarkko Sakkinen
1
-0
/
+284
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
Jarkko Sakkinen
1
-0
/
+123