index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
sgx
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/sgx: Add overflow check in sgx_validate_offset_length()
Borys Popławski
2022-11-08
1
-0
/
+3
*
x86/sgx: Free up EPC pages directly to support large page ranges
Reinette Chatre
2022-07-07
1
-0
/
+6
*
x86/sgx: Support complete page removal
Reinette Chatre
2022-07-07
1
-0
/
+145
*
x86/sgx: Support modifying SGX page type
Reinette Chatre
2022-07-07
1
-0
/
+202
*
x86/sgx: Support restricting of enclave page permissions
Reinette Chatre
2022-07-07
1
-0
/
+216
*
x86/sgx: Support VA page allocation without reclaiming
Reinette Chatre
2022-07-07
1
-4
/
+4
*
x86/sgx: Export sgx_encl_page_alloc()
Jarkko Sakkinen
2022-07-07
1
-32
/
+0
*
x86/sgx: Export sgx_encl_{grow,shrink}()
Reinette Chatre
2022-07-07
1
-2
/
+2
*
x86/sgx: Keep record of SGX page type
Reinette Chatre
2022-07-07
1
-0
/
+2
*
x86/sgx: Create utility to validate user provided offset and length
Reinette Chatre
2022-07-07
1
-6
/
+22
*
x86/sgx: Move provisioning device creation out of SGX driver
Sean Christopherson
2021-04-06
1
-14
/
+2
*
x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
Kai Huang
2021-04-06
1
-3
/
+2
*
x86/sgx: Add encls_faulted() helper
Sean Christopherson
2021-04-06
1
-1
/
+1
*
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
2021-03-26
1
-3
/
+3
*
x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
Ira Weiny
2021-03-25
1
-6
/
+8
*
x86/sgx: Return -EINVAL on a zero length buffer in sgx_ioc_enclave_add_pages()
Jarkko Sakkinen
2020-12-03
1
-1
/
+1
*
x86/sgx: Fix sgx_ioc_enclave_provision() kernel-doc comment
Borislav Petkov
2020-11-24
1
-1
/
+1
*
x86/sgx: Return -ERESTARTSYS in sgx_ioc_enclave_add_pages()
Jarkko Sakkinen
2020-11-19
1
-1
/
+1
*
x86/sgx: Add a page reclaimer
Jarkko Sakkinen
2020-11-18
1
-4
/
+85
*
x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
Jarkko Sakkinen
2020-11-18
1
-0
/
+37
*
x86/sgx: Add SGX_IOC_ENCLAVE_INIT
Jarkko Sakkinen
2020-11-18
1
-1
/
+192
*
x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
Jarkko Sakkinen
2020-11-18
1
-0
/
+284
*
x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
Jarkko Sakkinen
2020-11-18
1
-0
/
+123