aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-16lib.mk: centralize profiling flag (-pg)Jerome Forissier
2018-11-15utee: support prehashed RSA sign/ver without ASN.1Gabor Szekely
2018-11-14core: mbedtls: configure bignum word sizeJens Wiklander
2018-11-14core: switch to mbedtls for bignumJens Wiklander
2018-11-14libmbedtls: add mbedtls_mpi_init_mempool()Jens Wiklander
2018-11-14libmbedtls: make mbedtls_mpi_mont*() availableJens Wiklander
2018-11-14libmbedtls: configure mbedTLS for different modesEdison Ai
2018-11-14mempool: report max memory usageJens Wiklander
2018-11-14mempool: optimize reference countingJens Wiklander
2018-11-14mempool: add out of memory messageJens Wiklander
2018-11-13trace levels: Redefine TRACE_MIN level to 0Ovidiu Mihalachi
2018-11-13Move __early_ta from <compiler.h> to <kernel/early_ta.h>Jerome Forissier
2018-11-13core: force read-only flag on .rodata.* sectionsJerome Forissier
2018-11-13libutils: Import strtoul from newlibBryan O'Donoghue
2018-11-13libutils: isoc: implement isalpha(), isspace() and isupper()Bryan O'Donoghue
2018-11-13libutils: Import strrchr from newlibBryan O'Donoghue
2018-11-08core: introduce lockdep algorithmJerome Forissier
2018-11-08libutils: sys/queue.h: add STAILQ_FOREACH_SAFE()Jerome Forissier
2018-10-08libutee: Fix base64 encoding functionKrzysztof Jackiewicz
2018-10-03pager: enable BestFit allocation when using the pagerJoakim Bech
2018-09-27Allow mixed declaration and codeJens Wiklander
2018-08-01trace: get thread_id right in print_thread_id()Volodymyr Babchuk
2018-08-01trace: check for CFG_MSG_LONG_PREFIX_MASK only once per messageVolodymyr Babchuk
2018-08-01trace: print core id if in atomic contextVolodymyr Babchuk
2018-07-04Use inttypes.h over stdint.h on some .h filesJens Wiklander
2018-07-04bget: remove unused parameter for bufdump()Volodymyr Babchuk
2018-06-27libutils: introduce MAX_UNSAFE() and MIN_UNSAFE()Etienne Carriere
2018-06-20benchmark: change the way of timestamp buffer allocation.Igor Opaniuk
2018-06-18libmpa: remove mpa_set_random_generator()Jens Wiklander
2018-06-09libutee: Fix the keepalive condition on last session closeAndrew Gabbasov
2018-06-08mbedtls_config_uta.h: enable check key usageJens Wiklander
2018-05-30pta: add system pTAIgor Opaniuk
2018-05-28libmbedtls: refine mbedtls license headerEdison Ai
2018-05-22libmbedtls: configure and compile mbedtlsJens Wiklander
2018-05-22Squashed commit importing mbedtls-2.6.1 sourceJens Wiklander
2018-05-22Add rand() for TA usageJens Wiklander
2018-05-22stdint.h: include limits.hJens Wiklander
2018-05-22libutils: import strcpy() and strncpy()Jens Wiklander
2018-05-22libutils: import strstr() from newlibJens Wiklander
2018-05-22libutils: time.h: typedef time_tJens Wiklander
2018-05-16Remove license notice from STMicroelectronics filesEtienne Carriere
2018-05-16util: remove unused macrosJerome Forissier
2018-05-15util: update fallback SUB_OVERFLOW() macroJens Wiklander
2018-05-15util: update fallback ADD_OVERFLOW() macroJens Wiklander
2018-05-15libutils: MIN/MAX macros for assembly codeEtienne Carriere
2018-05-09libutils: bget_malloc.c: fix overflow testsJerome Forissier
2018-05-09util: fix fallback SUB_OVERFLOW() macroJens Wiklander
2018-05-09util: fix fallback ADD_OVERFLOW() macroJens Wiklander
2018-05-04libutils: isoc: implement tolower(), isdigit() and isxdigit()Jerome Forissier
2018-05-04Prevent unused warnings in speculation_barrier.hJerome Forissier