summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-11-15core: tee_fs_rpc.c get rid of init_memparam()Jens Wiklander
2018-11-15core: pta_socket.c: simplify struct thread_paramJens Wiklander
2018-11-15core: msg_param: remove unused functionsJens Wiklander
2018-11-15core: use struct thread_param for RPCJens Wiklander
2018-11-14LTC: drop LTC_NO_ASM and configureJens Wiklander
2018-11-14core: switch to mbedtls for bignumJens Wiklander
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-13libfdt: Move to version v1.4.6-9Bryan O'Donoghue
2018-11-12drivers: GICv3: Handle group 1 secure interruptsSumit Garg
2018-11-12synquacer: Set default number of threads to 8Sumit Garg
2018-11-09tee_time_arm_cntpct.c: remove mpa.h dependencyJens Wiklander
2018-11-09core: move initialization of common mobjsJens Wiklander
2018-11-09ltc: move all bignum functions to mpa_desc.cJens Wiklander
2018-11-09ltc: rename tomcrypt_mpa.h to tomcrypt_mp.hJens Wiklander
2018-11-09ltc: move external_mem_pool to mpa_desc.cJens Wiklander
2018-11-09core: remove thread_{add,rem}_mutex()Jens Wiklander
2018-11-08core: fix compile error with CFG_CORE_WORKAROUND_SPECTRE_BP_SEC=nJens Wiklander
2018-11-08unwind: remove useless #if defined(CFG_UNWIND)Jerome Forissier
2018-11-08core: instrument mutexes with lockdepJerome Forissier
2018-11-08unwind: remove debug messagesJerome Forissier
2018-11-08core: introduce lockdep algorithmJerome Forissier
2018-11-08core: add unw_get_kernel_stack()Jerome Forissier
2018-11-08core: pta: group self tests togetherJerome Forissier
2018-10-25core: mobj.c: sort #includesJens Wiklander
2018-10-25drivers: imx_uart: avoid hang if UART is disabledJordan Rhee
2018-10-25drivers: imx_uart: ensure space in TX UART before writingJordan Rhee
2018-10-25plat-imx: Add i.MX6SoloX Udoo Neo Full platform flavorChristopher Co
2018-10-25plat-imx: add mx7dclsom platform flavorJordan Rhee
2018-10-25plat-imx: fix compile error for mx6qhmbedge flavorJordan Rhee
2018-10-24qemu: increase CFG_DTB_MAX_SIZE to 1 MiBJerome Forissier
2018-10-24core: simplify shm cookie handlingJens Wiklander
2018-10-24core: thread: thread_rpc_{free,alloc}_arg() staticJens Wiklander
2018-10-23hikey960: change DRAM1_SIZE_NSEC for 4GB boardVictor Chong
2018-10-23core: modify tee_otp_get_hw_unique_key to return TEE_ResultDaniel McIlvaney
2018-10-09core: juno: workaround cortex-a57 errata 808870Jens Wiklander
2018-10-08abort.c: arm32: assume VFP instr if undefJens Wiklander
2018-10-05core: prevent allocation when exception index tables are emptyEtienne Carriere
2018-10-04core: correct time conversion in delay supportEtienne Carriere
2018-10-04thread: fix stack space to not be part of tee.binSumit Garg
2018-10-04core: arm32: fix saving vfp stateJens Wiklander
2018-10-01core: user_ta: set freed EXIDX pointer to NULLEtienne Carriere
2018-10-01core: default guard reg_shm mobjsJens Wiklander
2018-10-01core: mobj_reg_shm_free() using mobj_reg_shm_put()Jens Wiklander
2018-10-01core: remove mobj_reg_shm_{,un}map()Jens Wiklander
2018-10-01core: pta: use mobj_reg_shm_{inc,dec}_map()Jens Wiklander
2018-10-01core: add mobj_reg_shm_{inc,dec}_map()Jens Wiklander
2018-10-01core: remove reg_shm_{put,free}_by_cookie()Jens Wiklander
2018-10-01core: entry_std: free/put by mobj in call cleanupJens Wiklander
2018-10-01core: add mobj_reg_shm_put()Jens Wiklander