summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-10-01core: include parity in DES/DES3 key sizesJens Wiklander
2020-10-01core: syscall_asymm_verify(): accurate DSA parameter checkJens Wiklander
2020-10-01Provide TEE_ATTR_FLAG_VALUE and TEE_ATTR_FLAG_PUBLICJens Wiklander
2020-09-30core: use C locale when generating the build dateJerome Forissier
2020-09-29drivers: imx_i2c: early_initJorge Ramirez-Ortiz
2020-09-29core: configuration switches to tune stack sizesJorge Ramirez-Ortiz
2020-09-29core: check that certain object attributes are consistent with max key sizeJens Wiklander
2020-09-29core: check that object attributes for current usage are relevantJens Wiklander
2020-09-29core: check max key size when populating objectJens Wiklander
2020-09-29core: fix calculation of DES key sizeJens Wiklander
2020-09-29core: tee_obj_get() return TEE_ERROR_BAD_STATEJens Wiklander
2020-09-29core: syscall_obj_generate_key() check public rsa exponentJens Wiklander
2020-09-29core: syscall_cryp_obj_alloc(): allow TEE_TYPE_DATA for transient objectsJens Wiklander
2020-09-28core: dt: discover_nsec_memory(): consider only non-secure memoryJerome Forissier
2020-09-25plat: rcar: Enable parsing DT from TFAMarek Vasut
2020-09-25core: Parse all memory DT nodesMarek Vasut
2020-09-25core: dt: Repair type in _fdt_reg_size()Marek Vasut
2020-09-24core: strict buffer check in syscalls following GP 1.1Jens Wiklander
2020-09-24core: remove VM_FLAG_LDELF from VM_FLAGS_NONPRIVJens Wiklander
2020-09-24core: add copy_{to,from}_private()Jens Wiklander
2020-09-24core: separate copy_from_user() and friendsJens Wiklander
2020-09-23drivers: caam: fix build warningJorge Ramirez-Ortiz
2020-09-16crypto: add function to free rsa keypairElias von Däniken
2020-09-09Introduce CFG_CC_OPT_LEVEL and deprecate CFG_CC_OPTIMIZE_FOR_SIZEJerome Forissier
2020-09-08core: thread: add compiler barrier to thread_set_exceptions()Khoa Hoang
2020-09-07core: Add a parameter to vm_map_pad() to specify alignment requirementSughosh Ganu
2020-09-07core: load stmm via secure partitionJens Wiklander
2020-09-07core: add vm_get_prot()Ilias Apalodimas
2020-09-04core: use libunwJerome Forissier
2020-09-04arm32: fold UNWIND(.fnstart/.fnend) into the FUNC macrosJerome Forissier
2020-09-04arm32: move the UNWIND() macro to <asm.S>Jerome Forissier
2020-09-04core: arm32: remove unused function relocate_exidx()Jerome Forissier
2020-09-04core: remove stack dump macros and multiple log levelsJerome Forissier
2020-09-01core: mm: fix region lookup in param_mem_to_user_va()Wolfgang Ocker
2020-09-01Add support for Renesas RZ/N1 platformSumit Garg
2020-09-01drivers: ns16550: Allow customizable serial IO configSumit Garg
2020-09-01core: Allow non-secure context restore in thumb modeSumit Garg
2020-08-27vexpress-qemu_v8a: set CFG_ARM64_core to 'y' by defaultJerome Forissier
2020-08-26core: do not trace syscall_log()Jerome Forissier
2020-08-26core: add tee_pobj_create_final()Jens Wiklander
2020-08-26core: syscall_storage_next_enum() use live pobjJens Wiklander
2020-08-26core: tee_pobj_get() takes an enum tee_pobj_usageJens Wiklander
2020-08-26core: remove struct tee_obj::flagsJens Wiklander
2020-08-26core: syscall_storage_obj_create(): check that the attributes object is initi...Jens Wiklander
2020-08-26core: fix offset calculation in param_mem_to_user_va()Jens Wiklander
2020-08-20core: Fix the entry on the match table for TPM support.Javier Almansa Sobrino
2020-08-19core: mmu: arm64: fix get_va_width()Jerome Forissier
2020-08-18core: arm: rpc i2c: fix, REE processed bytesJorge Ramirez-Ortiz
2020-08-18core: add user parameter thread_rpc_shm_cache_alloc()Jens Wiklander
2020-08-14virt: clear current thread id during initializationVolodymyr Babchuk