index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
sgx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2021-04-12
x86/sgx: Mark sgx_vepc_vm_ops static
Wei Yongjun
1
-1
/
+1
2021-04-08
x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()
Jarkko Sakkinen
1
-1
/
+0
2021-04-06
x86/sgx: Move provisioning device creation out of SGX driver
Sean Christopherson
3
-32
/
+58
2021-04-06
x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
Sean Christopherson
1
-0
/
+117
2021-04-06
x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
Kai Huang
3
-3
/
+20
2021-04-06
x86/sgx: Add encls_faulted() helper
Sean Christopherson
2
-2
/
+15
2021-04-06
x86/sgx: Move ENCLS leaf definitions to sgx.h
Sean Christopherson
1
-15
/
+0
2021-04-06
x86/sgx: Expose SGX architectural definitions to the kernel
Sean Christopherson
3
-342
/
+2
2021-04-06
x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
Kai Huang
1
-1
/
+10
2021-04-06
x86/sgx: Introduce virtual EPC for use by KVM guests
Sean Christopherson
3
-0
/
+269
2021-03-26
x86/sgx: Add SGX_CHILD_PRESENT hardware error code
Sean Christopherson
1
-0
/
+2
2021-03-26
x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
Kai Huang
5
-17
/
+39
2021-03-25
x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
Ira Weiny
1
-6
/
+8
2021-03-19
x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()
Jarkko Sakkinen
2
-48
/
+87
2021-03-18
x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_list
Jarkko Sakkinen
2
-36
/
+25
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2
-3
/
+3
2021-02-20
Merge tag 'x86_sgx_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-13
/
+9
2021-02-08
x86/sgx: Maintain encl->refcount for each encl->mm_list entry
Jarkko Sakkinen
2
-0
/
+8
2021-02-05
x86/sgx: Drop racy follow_pfn() check
Daniel Vetter
1
-8
/
+0
2021-01-21
x86/sgx: Fix the return type of sgx_init()
Sami Tolvanen
1
-5
/
+9
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: Clarify 'laundry_list' locking
Dave Hansen
2
-9
/
+20
2020-11-18
x86/sgx: Add ptrace() support for the SGX driver
Jarkko Sakkinen
1
-0
/
+111
2020-11-18
x86/sgx: Add a page reclaimer
Jarkko Sakkinen
6
-27
/
+1134
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
Jarkko Sakkinen
3
-1
/
+62
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_INIT
Jarkko Sakkinen
4
-1
/
+230
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_ADD_PAGES
Jarkko Sakkinen
2
-0
/
+285
2020-11-18
x86/sgx: Add SGX_IOC_ENCLAVE_CREATE
Jarkko Sakkinen
6
-0
/
+154
2020-11-18
x86/sgx: Add an SGX misc driver interface
Jarkko Sakkinen
6
-1
/
+345
2020-11-17
x86/sgx: Add SGX page allocator functions
Jarkko Sakkinen
2
-0
/
+68
2020-11-17
x86/sgx: Initialize metadata for Enclave Page Cache (EPC) sections
Sean Christopherson
3
-0
/
+252
2020-11-17
x86/sgx: Add wrappers for ENCLS functions
Jarkko Sakkinen
1
-0
/
+231
2020-11-17
x86/sgx: Add SGX architectural data structures
Jarkko Sakkinen
1
-0
/
+338