1. 83a4dae refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · 2 years, 6 months ago
  2. ed23d27 fix(tsp): fix destination ID in direct request by Marc Bonnici · 2 years, 9 months ago
  3. f7d445f chore(bl): add UNALIGNED symbols for TEXT/RODATA by Michal Simek · 2 years, 3 months ago
  4. 9b5c0fc Merge changes from topic "hm/memmap-feat" into integration by Sandrine Bailleux · 2 years, 2 months ago
  5. ae074b3 fix(tsp): flush uart console by Govindraj Raja · 2 years, 3 months ago
  6. fcb72e1 build(bl32): add symbols for memory layout by Harrison Mutai · 2 years, 4 months ago
  7. ffea384 feat(errata_abi): errata management firmware interface by Sona Mathew · 2 years, 9 months ago
  8. 89bc91a Merge changes from topic "align-sections" into integration by Joanna Farley · 2 years, 3 months ago
  9. 88727fc refactor(cpufeat): enable FEAT_DIT for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  10. 3cad06b build(tsp): sort sections by alignment by default by Chris Kay · 2 years, 6 months ago
  11. 3d74523 build(sp-min): sort sections by alignment by default by Chris Kay · 2 years, 6 months ago
  12. d23acc9 refactor(amu): unify ENABLE_AMU and ENABLE_FEAT_AMUv1 by Andre Przywara · 2 years, 5 months ago
  13. 603a0c6 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  14. fc8d2d3 refactor(trf): enable FEAT_TRF for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  15. da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
  16. 8227493 build: clarify linker script generation by Chris Kay · 2 years, 7 months ago
  17. f90fe02 style: normalize linker script code style by Chris Kay · 2 years, 10 months ago
  18. 8c353e0 fix(tsp): loop / crash if mmap of region fails by Thomas Viehweger · 2 years, 6 months ago
  19. 3354915 fix(tsp): use verbose for power logs by Shruti Gupta · 2 years, 8 months ago
  20. 1543d17 fix(el3-spmc): fix coverity scan warnings by Shruti Gupta · 3 years ago
  21. 6dc5979 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 6 years ago
  22. 15ca1ee feat(tsp): enable test cases for EL3 SPMC by Marc Bonnici · 3 years, 8 months ago
  23. e9b1f30 feat(tsp): add ffa_helpers to enable more FF-A functionality by Marc Bonnici · 3 years, 8 months ago
  24. 4a8bfdb feat(tsp): add FF-A support to the TSP by Achin Gupta · 3 years, 10 months ago
  25. 187a617 fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960 by John Powell · 3 years, 4 months ago
  26. 4d48215 test(el3-runtime): dit is retained on world switch by Daniel Boulby · 3 years, 10 months ago
  27. 4ef449c fix: use correct printf format for uint64_t by Manish Pandey · 3 years, 9 months ago
  28. 4ce3e99 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 5 years ago
  29. 9b43d09 build(amu): introduce `amu.mk` by Chris Kay · 4 years, 3 months ago
  30. 596d20d fix(pie): invalidate data cache in the entire image range if PIE is enabled by Zelalem Aweke · 3 years, 10 months ago
  31. 8fcd3d9 feat(trf): enable trace filter control register access from lower NS EL by Manish V Badarkhe · 4 years, 1 month ago
  32. d4582d3 feat(sys_reg_trace): enable trace system registers access from lower NS ELs by Manish V Badarkhe · 4 years, 1 month ago
  33. 4324a14 Add PIE support for AARCH32 by Yann Gautier · 4 years, 10 months ago
  34. fb4f511 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 5 years ago
  35. 0e14948 bl32: Enable TRNG service build by Andre Przywara · 4 years, 6 months ago
  36. 0063dd1 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 4 years, 9 months ago
  37. caff3c8 TSP: Fix GCC 11.0.0 compilation error. by Alexei Fedorov · 4 years, 9 months ago
  38. 943aff0 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · 4 years, 10 months ago
  39. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  40. fdd97d7 bl32: add an assert on BL32_SIZE in sp_min.ld.S by Yann Gautier · 4 years, 10 months ago
  41. b1f596b bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.S by Yann Gautier · 4 years, 10 months ago
  42. e8ad616 linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  43. caa3e7e linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  44. a926a9f linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  45. a7739bc linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 5 years ago
  46. 0a0a7a9 linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 5 years ago
  47. 9fb288a linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 5 years ago
  48. 85ee795 bl32: sp_min: reduce the alignment for fconf_populator by Masahiro Yamada · 5 years ago
  49. ae7b922 Bug fix: Protect TSP prints with lock by Madhukar Pappireddy · 5 years ago
  50. d2737fe Merge changes from topic "mp/enhanced_pal_hw" into integration by Mark Dykes · 5 years ago
  51. 26d1e0c fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 6 years ago
  52. 665e71b Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 5 years ago
  53. a16bc84 TSP: corrected log information by Manish Pandey · 5 years ago
  54. d974301 TSP: add PIE support by Masahiro Yamada · 6 years ago
  55. f461fe3 Prevent speculative execution past ERET by Anthony Steinhauser · 6 years ago
  56. 0531ada pmf: Make the runtime instrumentation work on AArch32 by Bence Szépkúti · 6 years ago
  57. c3e8b0b AArch32: Disable Secure Cycle Counter by Alexei Fedorov · 6 years ago
  58. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  59. 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
  60. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  61. bd97f83 Remove references to old project name from common files by John Tsichritzis · 6 years ago
  62. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  63. 14e09cc sp_min: allow inclusion of a platform-specific linker script by Heiko Stuebner · 6 years ago
  64. d4c98a1 sp_min: make sp_min_warm_entrypoint public by Heiko Stuebner · 6 years ago
  65. 02b5794 Apply stricter speculative load restriction by John Tsichritzis · 6 years ago
  66. 67b6ff9 TSP: Enable pointer authentication support by Antonio Nino Diaz · 6 years ago
  67. 596929b locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · 7 years ago
  68. f660533 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 7 years ago
  69. 8aabea3 Correct typographical errors by Paul Beesley · 7 years ago
  70. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  71. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  72. ed2c4f4 plat/arm: Support direct Linux kernel boot in AArch32 by Manish Pandey · 7 years ago
  73. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  74. 6cbf17d Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · 7 years ago
  75. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 7 years ago
  76. ad92509 Add .extab and .exidx sections by Roberto Vargas · 7 years ago
  77. 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 7 years ago
  78. a9b5b4a Fix MISRA rule 8.4 by Roberto Vargas · 7 years ago
  79. bb00ea5 TSP: Enable cache along with MMU by Jeenu Viswambharan · 7 years ago
  80. 64ee263 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 7 years ago
  81. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  82. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  83. 1a29f93 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 7 years ago
  84. a27163b Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 7 years ago
  85. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  86. 0ed8c00 Remove sp_min functions from plat_common.c by Soby Mathew · 7 years ago
  87. c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 7 years ago
  88. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 7 years ago
  89. a6f340f Introduce the new BL handover interface by Soby Mathew · 8 years ago
  90. 5b75b4a Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 7 years ago
  91. 10c6695 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 8 years ago
  92. ce213b9 AMU: Add assembler helper functions for aarch32 by Joel Hutton · 8 years ago
  93. 7343505 sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 8 years ago
  94. 57b1c0d Merge pull request #1174 from antonio-nino-diaz-arm/an/page-size by davidcunado-arm · 8 years ago
  95. 5744e87 ARM platforms: Fixup AArch32 builds by Soby Mathew · 8 years ago
  96. a2aedac Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 8 years ago
  97. ef69e1e AMU: Implement support for aarch32 by Dimitris Papastamos · 8 years ago
  98. 7089627 ARMv7 requires the clear exclusive access at monitor entry by Etienne Carriere · 8 years ago
  99. 8e743bc BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 8 years ago
  100. 3e61b2b Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 8 years ago