summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-21ftrace: Add support for syscall function tracerSumit Garg
2019-10-21ftrace: core: prepare support for syscall ftraceSumit Garg
2019-10-21ftrace: move ftrace code from libutee to libutilsSumit Garg
2019-09-27Experimental Clang supportJerome Forissier
2019-09-19libutils: relax noreturn labelEtienne Carriere
2019-09-17libutee,libdl: remove 0ms timeouts in TA invocationsCedric Auger
2019-09-13libutee: panic on null pointer on object openingCedric Auger
2019-09-11Revert "compiler.h: introduce GCC version check"Jerome Forissier
2019-09-10compiler.h: introduce GCC version checkJerome Forissier
2019-09-06util.h: add the macro ROUNDUP_OVERFLOW()Jens Wiklander
2019-09-05libutils: bget_malloc.c: copy statistics using memcpy_unckecked()Jerome Forissier
2019-09-04core: don't use __bss and __data attributesVolodymyr Babchuk
2019-09-04ftrace: allow display of larger durationsJerome Forissier
2019-09-04ftrace: allow tracing of syscall wrappers onlyJerome Forissier
2019-08-28Do not let CFG_CRYPTO_SIZE_OPTIMIZATION set -OsJerome Forissier
2019-08-23Add libdl for TAsJerome Forissier
2019-08-23core, ldelf: add support for runtime loading of shared librariesJerome Forissier
2019-08-23libutee: add tee_uuid_from_str()Jerome Forissier
2019-08-21Replace ASM with compiler-builtin __ASSEMBLER__Jens Wiklander
2019-08-20ftrace: enable trace for utee_* assembly APIsSumit Garg
2019-08-13ftrace: Add function execution time supportSumit Garg
2019-08-13libutee: add headers for user-space to access sysregsSumit Garg
2019-08-06Remove unnecessary __aeabi functionsJustin Chadwell
2019-07-30libutils: import bcmp() from newlibJerome Forissier
2019-07-30Force alignment of assembler functions (FUNC and LOCAL_FUNC) to 4 bytesJerome Forissier
2019-07-30Remove deprecated ldm/stm instructionsJerome Forissier
2019-07-30libutils: ctype.h: do not define functions as builtinsJerome Forissier
2019-07-10libutils/newlib: sort sub.mk in alphabetical orderJerome Forissier
2019-07-10libutils: asm.S: remove .func/.endfunc directivesJerome Forissier
2019-07-01ftrace: Enable support for 32 bit appsSumit Garg
2019-06-28libutils: add trace_vprintf()Jens Wiklander
2019-06-28core: pta_system: support memory remapJens Wiklander
2019-06-28Add user mode ELF loaderJens Wiklander
2019-06-28libutee: support compiling for ldelfJens Wiklander
2019-06-28core: pta_system: add PTA_SYSTEM_SET_PROTJens Wiklander
2019-06-28core: pta_system: ta binary handlingJens Wiklander
2019-06-27libutee: allocate temp secmem for invokeJens Wiklander
2019-06-27libutee: support dynamic memory mappingJens Wiklander
2019-06-27libutee: user_ta_entry.c: {to,from}_utee_params()Jens Wiklander
2019-06-27core: pta_system: support dynamic memory mappingJens Wiklander
2019-06-27libutils: sys/queue.h: add STAILQ_REMOVE_AFTER()Jens Wiklander
2019-06-17arm32: prevent unwinding of __ta_entry()Jerome Forissier
2019-06-10PTA: add support for deriving device and TA unique keysJoakim Bech
2019-06-10ftrace: arm64: handle special setjmp()/longjmp() apisSumit Garg
2019-06-10libutee: arm64: Add support for function tracing of user TAsSumit Garg
2019-06-10Rename CFG_ULIBS_GPROF to CFG_ULIBS_MCOUNTSumit Garg
2019-06-03Move reg_pair_*() to util.hJens Wiklander
2019-05-28libmbedtls: mbedtls_mpi_exp_mod(): optimize mempool usageJens Wiklander
2019-05-22libmbedtls: mbedtls_mpi_exp_mod(): reduce stack usageJens Wiklander
2019-05-22libutee: increase MPI mempool sizeJens Wiklander