1. 17be223 symbolize.py: Python < 3.7 compatibility by Jerome Forissier · 6 years ago
  2. 58e4748 plat-imx: Add SA settings for i.MX6UL by Rouven Czerwinski · 6 years ago
  3. cab01ed plat-imx: add CSU SA register for i.MX6/7 by Rouven Czerwinski · 6 years ago
  4. 79170ce libutee: add TEE_IsAlgorithmSupported() by Jerome Forissier · 6 years ago
  5. a66805b Move core/include/config.h to lib/libutils/ext/include by Jerome Forissier · 6 years ago
  6. 403cc5e core: arm64.h: add read_mpidr() macro by Jens Wiklander · 6 years ago
  7. 121351f core: read thread_vector_table from assembly by Jens Wiklander · 6 years ago
  8. fd44afd core: pseudo_ta: check size of mapped mobj by Jens Wiklander · 6 years ago
  9. a3f882b core: mobj_phys_get_va(): check offset is in range by Jens Wiklander · 6 years ago
  10. 4befaad core: mobj_reg_shm_get_va(): check offset is in range by Jens Wiklander · 6 years ago
  11. da01e48 core: remove num_pages from struct mobj_reg_shm by Jens Wiklander · 6 years ago
  12. 688c335 Remove TEE_OPERATION_EXTENSION by Jerome Forissier · 6 years ago
  13. 20d176b .shippable.yml: build with CFG_REE_FS_TA_BUFFERED=y by Jerome Forissier · 6 years ago
  14. cffe74d core: fix assigned size of struct mobj_reg_shm by Jens Wiklander · 6 years ago
  15. 023e336 Update CHANGELOG for 3.8.0 by Jerome Forissier · 6 years ago 3.8.0
  16. e9866d8 core: calculate size/address cells with overlay by Rouven Czerwinski · 6 years ago
  17. 9c619b2 virt: core_mmu: use nexus memory area for temporary map by Volodymyr Babchuk · 6 years ago
  18. 4b2d894 gen_tee_bin: include .nex_data section by Volodymyr Babchuk · 6 years ago
  19. 4f562c5 core: fix typo error in nsec ddr discovery by Fangsuo Wu · 6 years ago
  20. da76876 core: introduce a new memory type for external dtb image by Fangsuo Wu · 6 years ago
  21. 6e934fb core: fix compiling error if reserved SHM not used by Fangsuo Wu · 6 years ago
  22. 941dec3 core: adjust nsec ddr memory size correctly by Fangsuo Wu · 6 years ago
  23. 6b6195c core: ltc: sm2: add missing status check by Jerome Forissier · 6 years ago
  24. 7d5f25b plat: rcar: force disable core ALSR by Volodymyr Babchuk · 6 years ago
  25. e66c263 plat: rcar: generate .srec file using gen_tee_bin by Volodymyr Babchuk · 6 years ago
  26. 82fa806 gen_tee_bin: generate tee-raw.bin by Volodymyr Babchuk · 6 years ago
  27. 490b9f9 Update revision for release tag 3.8.0-rc1 by Jerome Forissier · 6 years ago 3.8.0-rc1
  28. 5b385b3 core: crypto: add support for SM2 KEP by Jerome Forissier · 6 years ago
  29. c2c877d core: ltc: add support for SM2 KEP by Jerome Forissier · 6 years ago
  30. eee2e03 core: ltc: SM2 PKE: export sm2_kdf() by Jerome Forissier · 6 years ago
  31. 72d11d9 core: ltc: SM2 DSA: fix configuration variable name by Jerome Forissier · 6 years ago
  32. 7ecec89 core: ltc: ecc_populate_ltc_private_key(): copy public part by Jerome Forissier · 6 years ago
  33. 8cda2ac core: ltc: SM2 DSA: fix bignum conversions by Jerome Forissier · 6 years ago
  34. a72295e core: ltc: SM2 PKE: fix bignum conversions by Jerome Forissier · 6 years ago
  35. 463acb4 core: ltc: acipher_helpers.h: add macro mp_to_unsigned_bin2() by Jerome Forissier · 6 years ago
  36. e9c0b5d core: generic_entry_a{32,64}.S: use correct cached_mem_end by Jens Wiklander · 6 years ago
  37. ba8c25a core: generic_entry_a64.S: use CIVAC over IVAC to clean cache data by Andrew F. Davis · 6 years ago
  38. 4518cdc core: arm64: introduce CFG_CORE_ARM64_PA_BITS by Jens Wiklander · 6 years ago
  39. 67283c2 core: make SMALL_PAGE_MASK and friends of type paddr_t by Jens Wiklander · 6 years ago
  40. 1c832d7 core: support shared irq by davidwang · 6 years ago
  41. 8e08d8e GitHub: use GitHub actions to close stale issues and PRs by Joakim Bech · 6 years ago
  42. 0b38353 core: ltc: SM2 DSA: fix bignum memory leaks by Jerome Forissier · 6 years ago
  43. 80d47d0 core: ltc: SM2 PKE: fix bignum memory leaks by Jerome Forissier · 6 years ago
  44. 17d4286 core: ltc: SM2 PKE: add missing return status check by Jerome Forissier · 6 years ago
  45. 0f15194 core: crypto add support for SM2 DSA by Jerome Forissier · 6 years ago
  46. 76c7ba4 core: ltc: add support for SM2 DSA by Jerome Forissier · 6 years ago
  47. c0c57c8 symbolize.py: fix stack dump of TEE core with pager by Jerome Forissier · 6 years ago
  48. 824b34c MAINTAINERS: update Aijun Sun's email address by Jerome Forissier · 6 years ago
  49. 0b2486d MAINTAINERS: update my email address by Jerome Forissier · 6 years ago
  50. 91fc6bd core: crypto: add support for SM2 PKE by Jerome Forissier · 6 years ago
  51. f9a7828 core: ltc: add support for SM2 PKE by Jerome Forissier · 6 years ago
  52. c069113 core: ltc: export ECC key helper functions by Jerome Forissier · 6 years ago
  53. d8ab8de core: ltc: add implementations for .addmod and .submod by Jerome Forissier · 6 years ago
  54. 43be645 core: ltc: add SM2 curve parameters by Jerome Forissier · 6 years ago
  55. 682f256 TA dev kit: expose CFG_TA_VERSION build option by Sumit Garg · 6 years ago
  56. 1833981 core: enable rollback protection for REE-FS TAs by Sumit Garg · 6 years ago
  57. abfd092 core: arm64: fix speculative execution past ERET vulnerability by Anthony Steinhauser · 6 years ago
  58. ce50e71 ci: shippable: remove CCACHE_UNIFY=true by Jerome Forissier · 6 years ago
  59. bf72980 core: add core_mmu_map_contiguous_pages() by Jens Wiklander · 6 years ago
  60. 378e007 stdint.h: add U() ULL() L() LL() macros by Jens Wiklander · 6 years ago
  61. 76c4997 core: rename to mobj_{inc,dec}_map() by Jens Wiklander · 6 years ago
  62. c891a67 core: crypto: sm3: remove unused header by Victor Chong · 6 years ago
  63. 989ac10 mk/compile.mk: add cc-option macro by Jerome Forissier · 6 years ago
  64. 4764557 core: crypto: add support for SM3 by Jerome Forissier · 6 years ago
  65. ade6f84 core: crypto: add support for SM4 by Jerome Forissier · 6 years ago
  66. 026e355 plat-ti: Switch to using SMCCC compatible calls by Andrew F. Davis · 6 years ago
  67. 3196a2d scripts: add --input argument to tee_bin_parser.py by Jens Wiklander · 6 years ago
  68. 8108ed3 scripts: fix tee_bin_parser.py string formatting by Jens Wiklander · 6 years ago
  69. 87372da Enable ASLR by default by Jens Wiklander · 6 years ago
  70. 5502aad core: link.mk: Make sure to link without relro by Jens Wiklander · 6 years ago
  71. e996d18 core: support ASLR and paging by Jens Wiklander · 6 years ago
  72. 9438dbd core: fix tee_pager_release_one_phys() assert by Jens Wiklander · 6 years ago
  73. 83471b2 core: fix pager vaspace start in assign_mem_va() by Jens Wiklander · 6 years ago
  74. ff207c8 core: pager: allocate pager_tables dynamically by Jens Wiklander · 6 years ago
  75. c6744ca core: add fobj_ro_reloc_paged_alloc() by Jens Wiklander · 6 years ago
  76. 15ba8c1 core: move VFP state into struct user_ta_ctx by Jens Wiklander · 6 years ago
  77. 7d2b71d core: vm_set_prot() and friends works across VM regions by Jens Wiklander · 6 years ago
  78. 79f2201 core: system_pta: refuse changing kernel mappings by Jens Wiklander · 6 years ago
  79. 7c732ee core: get svc handler from the context of current session by Jens Wiklander · 6 years ago
  80. 5343f09 core: add common user_mode_ctx_print_mappings() by Jens Wiklander · 6 years ago
  81. 2ccaf1a core: move struct thread_ctx_regs to thread.h by Jens Wiklander · 6 years ago
  82. 1936dfc core: add struct user_mode_ctx by Jens Wiklander · 6 years ago
  83. e94702a core: thread_enter_user_mode(): avoid leaking register content by Jens Wiklander · 6 years ago
  84. c2c16e8 core: link.mk: Un-deprecate tee.bin v1 image generation by Andrew F. Davis · 6 years ago
  85. ead7c47 plat-ti: Restore non-secure entry address from saved copy in r5 by Andrew F. Davis · 6 years ago
  86. d034099 shippable: generate deprecated v1 images by Jens Wiklander · 6 years ago
  87. 55c1b94 core: fix generation of tee.bin by Jens Wiklander · 6 years ago
  88. 8538799 core: imx: fix CFG_DRAM_BASE for imx8qm/qxp by Clement Faure · 6 years ago
  89. bc6f3bf core: remove unreachable code from tee_tadb_ta_open() by Jens Wiklander · 6 years ago
  90. 2e42d8e core: add description of struct tadb_entry by Jens Wiklander · 6 years ago
  91. b19db42 core: add description of struct shdr_bootstrap_ta by Jens Wiklander · 6 years ago
  92. 479c49d mem_usage.py: stop parsing file when _end_of_ram is reached by Jerome Forissier · 6 years ago
  93. 9579e40 scripts/sign_encrypt.py: remove pycrypto workaround by Jens Wiklander · 6 years ago
  94. ababd72 scripts/sign_encrypt.py: Sign TA using PSS by Jens Wiklander · 6 years ago
  95. 2139aa8 core: shdr_verify_signature() supply hash length for salt length by Jens Wiklander · 6 years ago
  96. d77929e core: ftrace: dump core load address to support ASLR by Sumit Garg · 6 years ago
  97. 91068f8 symbolize.py: fix decoding of ftrace dumps containing syscalls by Jerome Forissier · 6 years ago
  98. 4f3fac2 Update Broadcom DRAM2 base and size by Sheetal Tigadoli · 6 years ago
  99. e605fbd pta: bcm: Add PTA to handle Broadcom error logs by Sheetal Tigadoli · 6 years ago
  100. 15542a7 pta: bcm: Add Broadcom gpio PTA by Sheetal Tigadoli · 6 years ago