Michał Kowalczyk bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
..
debugger fe7a603bf3 [Pal/Linux-SGX] Increase MAX_DBG_THREADS constant from 64 to 1024 4 年之前
include de42ebabe1 Reformat repository to our clang-format rules 4 年之前
quote 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 年之前
sgx-driver @ 30d4b9400a 65c2bd03fa [Pal/Linux-SGX] gsgx: Make kernel<->user passed structs packed 4 年之前
signer 23a3a5a1c3 [Pal/Linux-SGX] pal-sgx-sign: Always output sgx.allow_file_creation 4 年之前
.gitignore 6c4f21cba2 [Pal/Linux-SGX] Simple remote attestation framework 4 年之前
Makefile 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
Makefile.Test 2d29f7aaeb [Makefile] Drop SGX_RUN 4 年之前
Makefile.am 99ec09b2be [Pal/Skeleton] Fix the build of Skeleton PAL 4 年之前
clone-x86_64.S 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
db_devices.c 5383e825a3 Rename strpartcmp_static to strstartswith_static 4 年之前
db_eventfd.c 3ee41aa9ff [LibOS, Pal] Support eventfd() 4 年之前
db_events.c de42ebabe1 Reformat repository to our clang-format rules 4 年之前
db_exception.c 5dd8b60326 [Pal/Linux-SGX] Rework SGX types to be identical to the SGX SDK ones 4 年之前
db_files.c ce7f03f635 [PAL] Clean up alignment macros 4 年之前
db_ipc.c de42ebabe1 Reformat repository to our clang-format rules 4 年之前
db_main.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
db_memory.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
db_misc.c 44e186c503 Clean up asserts 4 年之前
db_mutex.c de42ebabe1 Reformat repository to our clang-format rules 4 年之前
db_object.c a6e1524e6e Clean up handle_ops and PAL_HANDLE usage 4 年之前
db_pipes.c 6204da620c [Pal/Linux-SGX] OCALL cleanup: rename ocall_sock_*() to ocall_*() 4 年之前
db_process.c 6204da620c [Pal/Linux-SGX] OCALL cleanup: rename ocall_sock_*() to ocall_*() 4 年之前
db_rtld.c ce7f03f635 [PAL] Clean up alignment macros 4 年之前
db_sockets.c 6204da620c [Pal/Linux-SGX] OCALL cleanup: rename ocall_sock_*() to ocall_*() 4 年之前
db_spinlock.c de42ebabe1 Reformat repository to our clang-format rules 4 年之前
db_streams.c 6204da620c [Pal/Linux-SGX] OCALL cleanup: rename ocall_sock_*() to ocall_*() 4 年之前
db_threading.c 2a978423fa [Pal/Linux-SGX] Zero out LibOS TCB area on thread startup 4 年之前
ecall_types.h 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 年之前
elf-x86_64.h de42ebabe1 Reformat repository to our clang-format rules 4 年之前
enclave.lds 0888893282 [Pal/Linux-SGX] Cleanup enclave.lds to not specify program header 5 年之前
enclave_ecalls.c be9852784f [All components] Remove all modelines from all source files 5 年之前
enclave_entry.S c8a2a2ee87 [Pal/Linux-SGX] Clear the Alignment Check (AC) flag in RFLAGS upon enclave entry 4 年之前
enclave_framework.c c317610e0b [Pal/Linux-SGX] OCALL cleanup: rename ocall_{un}map_untrusted() to m{un}map 4 年之前
enclave_ocalls.c ce7f03f635 [PAL] Clean up alignment macros 4 年之前
enclave_ocalls.h c6b83c7b3e [Pal/Linux-SGX] OCALL cleanup: remove unused ocall_stat() declaration 4 年之前
enclave_pages.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
enclave_pages.h de42ebabe1 Reformat repository to our clang-format rules 4 年之前
enclave_platform.c 12e3c5f8b2 [LibOS, Pal] Use sizeof() instead of hard-coded CONFIG_MAX macro 4 年之前
enclave_untrusted.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
generated-offsets.c 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
host_endian.h 1a1e199c79 release v0.4beta 8 年之前
linux_types.h bc0beaa253 Refactor alignment macros 4 年之前
ocall_types.h 7d3720921b [Pal/Linux-SGX] OCALL cleanup: remove unused ms_ocall_schedule_t 4 年之前
pal.map.template 99ec09b2be [Pal/Skeleton] Fix the build of Skeleton PAL 4 年之前
pal_host.h 3ee41aa9ff [LibOS, Pal] Support eventfd() 4 年之前
pal_linux.h 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
pal_linux_defs.h 786b5a7242 [Pal/Linux-SGX] Increase limit of buffer size on untrusted stack 4 年之前
pal_linux_error.h d702477503 [LibOS, Pal/{Linux,Linux-SGX}] Add EAFNOSUPPORT error code 4 年之前
pal_security.h 5dd8b60326 [Pal/Linux-SGX] Rework SGX types to be identical to the SGX SDK ones 4 年之前
sgx_api.h 5dd8b60326 [Pal/Linux-SGX] Rework SGX types to be identical to the SGX SDK ones 4 年之前
sgx_arch.h c8a2a2ee87 [Pal/Linux-SGX] Clear the Alignment Check (AC) flag in RFLAGS upon enclave entry 4 年之前
sgx_attest.h 5dd8b60326 [Pal/Linux-SGX] Rework SGX types to be identical to the SGX SDK ones 4 年之前
sgx_enclave.c ce7f03f635 [PAL] Clean up alignment macros 4 年之前
sgx_enclave.h 30e0b8bfba [PAL/Linux-SGX] Reuse TLS/TCS pages for newly created threads after previous threads exit 4 年之前
sgx_entry.S 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
sgx_exception.c 99677cdf72 Introduce ARRAY_SIZE macro 4 年之前
sgx_framework.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
sgx_graphene.c 427051bc97 [Pal/Linux-SGX] Remove deadcode in sgx_graphene.c: _DkEventSet & _DkEventWait 4 年之前
sgx_internal.h bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
sgx_main.c bae8baa2dd [LibOS] Merge page size and allocation alignment 4 年之前
sgx_platform.c ce7f03f635 [PAL] Clean up alignment macros 4 年之前
sgx_process.c 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
sgx_rtld.c de42ebabe1 Reformat repository to our clang-format rules 4 年之前
sgx_thread.c 786b5a7242 [Pal/Linux-SGX] Increase limit of buffer size on untrusted stack 4 年之前
sgx_tls.h 74308b3990 [Pal/Linux-SGX] Move from using pthread functions to raw clone() syscall 4 年之前
sysdep-x86_64.h de42ebabe1 Reformat repository to our clang-format rules 4 年之前
test-sgx.c de42ebabe1 Reformat repository to our clang-format rules 4 年之前