summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-01-11Remove unused functionsJoakim Bech
2016-01-11Adjust the optional flags according to TA_FLAG_INSTANCE_KEEP_ALIVEPaul Swan
2016-01-08core: trace_syscall(): print the syscall name in addition to its numberJerome Forissier
2016-01-07arm32: tee_svc_do_call() must preserve r5 and r6Jerome Forissier
2015-12-23ltc: mutex support, in case of no mutexPascal Brand
2015-12-23Secure Storage: fixed potential error while creating persistent objectSY Chiu
2015-12-21Stats on allocationPascal Brand
2015-12-15Merge files tee_mm and tee_mm_unpgPascal Brand
2015-12-11plat-hikey: change default console to UART3Victor Chong
2015-12-11plat-mediatek: generate new TA dev kit for ARM64Victor Chong
2015-12-11Generate new TA dev kit for ARM32 platformsVictor Chong
2015-12-11core/arm64: core local flagsJens Wiklander
2015-12-11core/arm64: shrink struct thread_core_localJens Wiklander
2015-12-11core/arm64: clean assembly IRQ/FIQ handlersJens Wiklander
2015-12-11arm: bugfix compile error in tee_mmu_map()Jens Wiklander
2015-12-10Fix compile error with newer gccVictor Chong
2015-12-07plat-hikey: generate new TA dev kit for ARM64Jerome Forissier
2015-12-04build: fix definition of MDBG_ENABLEPascal Brand
2015-12-04alloc: fix mutex usagePascal Brand
2015-12-04Fix tee_ta_rpc_load in case of out of memoryPascal Brand
2015-12-04Add mutex on timePascal Brand
2015-12-04core: support running 64bit TAJens Wiklander
2015-12-04core: support loading ELF64 TAJens Wiklander
2015-12-04core: split thread_enter_user_modeJens Wiklander
2015-12-04core/arm64: fix get_thread_ctx macroJens Wiklander
2015-12-04libutils: add %pUl format for UUIDsJerome Forissier
2015-12-03plat-vexpress: generate new TA dev kit for ARM64Jens Wiklander
2015-12-02hikey: make console configurableVictor Chong
2015-12-02core: syscall_open_ta_session: do not copy session if TA is not foundJerome Forissier
2015-12-02Secure Storage: Added a flag to turn Block Cache offSY Chiu
2015-12-02Secure Storage: implement block cacheSY Chiu
2015-12-02debug: enable bget memory leak detectionSY Chiu
2015-12-02Secure Storage: resolve memory leakage issueSY Chiu
2015-12-02Fix PL310 mutex allocationPascal Brand
2015-12-02Fix obj address in syscall_storage_obj_create()Pascal Brand
2015-11-27bugfix: rename define LP64 to __LP64__Jens Wiklander
2015-11-27Unify TA entry functionsJens Wiklander
2015-11-27Make TEE Core TA interaction 64-bit compatibleJens Wiklander
2015-11-24Avoid duplication of $(call force,CFG_WITH_VFP,y)Jerome Forissier
2015-11-24Add ALIGNMENT_IS_OK to libutils/ext/include/util.h, delete unused codeJerome Forissier
2015-11-23core: vexpress-juno: enable v8 crypto accelerationJens Wiklander
2015-11-23arm64: isb after write to cpacr_el1Jens Wiklander
2015-11-20Ensure sctl programming before resuming systemAshutosh Singh
2015-11-18arm: mutex: Add file and line to debuginfoJens Wiklander
2015-11-18core: arm: remove big lockJens Wiklander
2015-11-18libutils: make malloc thread-safeJens Wiklander
2015-11-18core: arm: thread-safe sessionsJens Wiklander
2015-11-18core: ltc: enable thread-safetyJens Wiklander
2015-11-18core: ltc: add lock for memory poolJens Wiklander
2015-11-18core: TEE_GetSystemTime() updatesJerome Forissier