Dmitrii Kuvaiskii
|
e064a2f428
[LibOS] test/apps: Add PyTorch example (AlexNet image classification)
|
4 years ago |
Dmitrii Kuvaiskii
|
95bfd8aeb5
[Pal/Linux-SGX] Refactor memory management of enclave pages
|
4 years ago |
Isaku Yamahata
|
4843aa073c
[LibOS] Cleanup of mprotect(PAL_PROT_READ) on checkpoint
|
4 years ago |
Isaku Yamahata
|
551b32a036
[Pal/Linux-SGX] Fix ocall_{read,write,recv,send} to return ssize_t
|
4 years ago |
Michał Kowalczyk
|
840184ba1b
[Pal] Fix memory corruption introduced by unstrusted cache PR
|
4 years ago |
borysp
|
b40862a59c
[LibOS,Pal/{Linux, Linux-SGX}] Add bogomips to /proc/cpuinfo
|
4 years ago |
Isaku Yamahata
|
4a6a9889c2
[Pal/Linux-SGX] Eliminate redundant file mmap/munmap in untrusted area
|
4 years ago |
Isaku Yamahata
|
c8632aac37
[Pal] Add correct error handling in load_elf_object_by_handle()
|
4 years ago |
Isaku Yamahata
|
f0b91c22b2
[Pal/Linux-SGX] Do not perform _DkStreamRead() on already mmapped exec file
|
5 years ago |
Isaku Yamahata
|
882961c3f7
[Pal] Fix memory leak of struct link_map in DkDebugAttachBinary()
|
5 years ago |
Isaku Yamahata
|
95c7bbc803
[Pal/Linux-SGX] Add signing key as a build dependency
|
4 years ago |
Dmitrii Kuvaiskii
|
2c047180e4
[LibOS] test/apps: Add Cap't Proto Addressbook example
|
4 years ago |
Isaku Yamahata
|
e0dc66bcf6
[Make] Fix Makefile.Host message when run with SGX_RUN=1
|
4 years ago |
Isaku Yamahata
|
8096b03d63
[LibOS,Pal] Miscellaneous small fixes for readability
|
5 years ago |
Isaku Yamahata
|
467033f4a2
[LibOS] Remove mmap logic on read/write in chroot FS
|
4 years ago |
borysp
|
d0a0c4a9b5
[LibOS] Fix header import order issue
|
4 years ago |
Isaku Yamahata
|
be9e85625a
[Pal/Linux-SGX] Cache untrusted memory region for read/write/recv/send OCALLs
|
4 years ago |
Isaku Yamahata
|
4570e70b6d
[Pal/{Linux, Linux-SGX}] Delete unused macro SEEK_SET
|
4 years ago |
Isaku Yamahata
|
2fea898faa
[Pal/{Linux,Linux-SGX}] Use pread/pwrite instead of lseek + read/write
|
4 years ago |
Isaku Yamahata
|
a701e61422
[Pal/Linux-SGX] make OCALLs return longs not ints
|
4 years ago |
Simon Gaiser
|
bcf8a963b1
[Pal/Linux-SGX] Skip attestation test if no RA key is configured
|
4 years ago |
Isaku Yamahata
|
1738f698e7
[Pal/lib] Fix slabmgr initialization
|
4 years ago |
borysp
|
f2b1d194a1
[Make] Remove std=gnu99 from tests
|
4 years ago |
borysp
|
6c0c0c526a
[Make] Fix LibOS tests build errors
|
4 years ago |
Dmitrii Kuvaiskii
|
ff8457f54e
[Pal/Linux-SGX] Remove support for Intel SGX drivers version 1.8-
|
4 years ago |
Isaku Yamahata
|
b25bd2aed5
[Make] List object files in plain manner
|
4 years ago |
Isaku Yamahata
|
4bcf3a6287
[Pal/Linux-SGX] Save/restore callee-saved regs on sgx_{ecall,raise}
|
4 years ago |
Isaku Yamahata
|
4182c29476
[LibOS] Eliminate unnecessary nested functions
|
4 years ago |
Isaku Yamahata
|
8ca30edbfa
[Make] Remove the use of wildcards
|
4 years ago |
Isaku Yamahata
|
df358b8ba8
[Make] Consistently use $(RM) instead of rm -f
|
4 years ago |