1. c142587 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 5 years ago
  2. e3878ca feat(tsp): enable test cases for EL3 SPMC by Marc Bonnici · 2 years, 6 months ago
  3. 073deb1 feat(tsp): add ffa_helpers to enable more FF-A functionality by Marc Bonnici · 2 years, 6 months ago
  4. 6b4ec24 feat(tsp): add FF-A support to the TSP by Achin Gupta · 2 years, 9 months ago
  5. 7f7c6fa fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960 by John Powell · 2 years, 3 months ago
  6. 60786e7 test(el3-runtime): dit is retained on world switch by Daniel Boulby · 2 years, 8 months ago
  7. 9b384b3 fix: use correct printf format for uint64_t by Manish Pandey · 2 years, 8 months ago
  8. e5dcf98 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 3 years, 10 months ago
  9. 1000ea8 build(amu): introduce `amu.mk` by Chris Kay · 3 years, 1 month ago
  10. b0d69e8 fix(pie): invalidate data cache in the entire image range if PIE is enabled by Zelalem Aweke · 2 years, 9 months ago
  11. 51a9711 feat(trf): enable trace filter control register access from lower NS EL by Manish V Badarkhe · 3 years ago
  12. f356f7e feat(sys_reg_trace): enable trace system registers access from lower NS ELs by Manish V Badarkhe · 3 years ago
  13. 514e59c Add PIE support for AARCH32 by Yann Gautier · 3 years, 9 months ago
  14. e57bce8 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 3 years, 11 months ago
  15. f91762b bl32: Enable TRNG service build by Andre Przywara · 3 years, 5 months ago
  16. f3a4c54 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 3 years, 7 months ago
  17. 7d616ee TSP: Fix GCC 11.0.0 compilation error. by Alexei Fedorov · 3 years, 8 months ago
  18. f68a683 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · 3 years, 9 months ago
  19. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · 4 years ago
  20. 1b4d6ae bl32: add an assert on BL32_SIZE in sp_min.ld.S by Yann Gautier · 3 years, 9 months ago
  21. 876be65 bl32: use SORT_BY_ALIGNMENT macro in sp_min.ld.S by Yann Gautier · 3 years, 9 months ago
  22. 85fa00e linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  23. c5864d8 linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 4 years, 2 months ago
  24. 403990e linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  25. dd053b6 linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  26. 583f8dd linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 4 years, 3 months ago
  27. ac1bfb9 linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 4 years, 3 months ago
  28. d7add1d bl32: sp_min: reduce the alignment for fconf_populator by Masahiro Yamada · 4 years, 3 months ago
  29. 2598c41 Bug fix: Protect TSP prints with lock by Madhukar Pappireddy · 4 years, 3 months ago
  30. e8b6b80 Merge changes from topic "mp/enhanced_pal_hw" into integration by Mark Dykes · 4 years, 4 months ago
  31. ae9677b fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 4 years, 5 months ago
  32. 0b67e56 Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 4 years, 4 months ago
  33. c4b47a2 TSP: corrected log information by Manish Pandey · 4 years, 4 months ago
  34. de634f8 TSP: add PIE support by Masahiro Yamada · 4 years, 6 months ago
  35. 0f7e601 Prevent speculative execution past ERET by Anthony Steinhauser · 4 years, 6 months ago
  36. 78dc10c pmf: Make the runtime instrumentation work on AArch32 by Bence Szépkúti · 4 years, 8 months ago
  37. 9074dea AArch32: Disable Secure Cycle Counter by Alexei Fedorov · 4 years, 11 months ago
  38. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 10 months ago
  39. 1c7c13a Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 5 years ago
  40. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  41. 63801cd Remove references to old project name from common files by John Tsichritzis · 5 years ago
  42. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  43. 95ba355 sp_min: allow inclusion of a platform-specific linker script by Heiko Stuebner · 5 years ago
  44. 0cfd396 sp_min: make sp_min_warm_entrypoint public by Heiko Stuebner · 5 years ago
  45. d5a5960 Apply stricter speculative load restriction by John Tsichritzis · 5 years ago
  46. e61ece0 TSP: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  47. 77c382c locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · 5 years ago
  48. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  49. 1fbc97b Correct typographical errors by Paul Beesley · 5 years ago
  50. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  51. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  52. 37c4ec2 plat/arm: Support direct Linux kernel boot in AArch32 by Manish Pandey · 6 years ago
  53. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  54. 5707948 Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · 6 years ago
  55. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  56. 1d04c63 Add .extab and .exidx sections by Roberto Vargas · 6 years ago
  57. d93fde3 Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  58. 4d59eb4 Fix MISRA rule 8.4 by Roberto Vargas · 6 years ago
  59. 0859d2c TSP: Enable cache along with MMU by Jeenu Viswambharan · 6 years ago
  60. e834ee1 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  61. 570c06a Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  62. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  63. d4b35e1 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 6 years ago
  64. 69abcd4 Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 6 years ago
  65. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  66. 6d07e67 Remove sp_min functions from plat_common.c by Soby Mathew · 6 years ago
  67. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  68. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  69. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  70. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  71. dc8bbb4 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  72. 2691bc6 AMU: Add assembler helper functions for aarch32 by Joel Hutton · 7 years ago
  73. 0a4cded sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  74. 79d4e02 Merge pull request #1174 from antonio-nino-diaz-arm/an/page-size by davidcunado-arm · 7 years ago
  75. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  76. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  77. dda48b0 AMU: Implement support for aarch32 by Dimitris Papastamos · 7 years ago
  78. 7555ab7 ARMv7 requires the clear exclusive access at monitor entry by Etienne Carriere · 7 years ago
  79. e3f2200 BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  80. 4168f2f Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 7 years ago
  81. a31bcde Set NS version SCTLR during warmboot path by David Cunado · 7 years ago
  82. e42bdb9 Merge pull request #1054 from jwerner-chromium/JW_crash_x30 by davidcunado-arm · 7 years ago
  83. c3028a1 Merge pull request #1053 from jwerner-chromium/JW_func_align by davidcunado-arm · 7 years ago
  84. 67ebde7 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  85. b4c75e9 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  86. dc0fea7 bl32: add secure interrupt handling in AArch32 sp_min by Etienne Carriere · 7 years ago
  87. 09bb548 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 7 years ago
  88. 41263a1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · 7 years ago
  89. bfe12d3 bl: security_state should be of type unsigned int by Etienne Carriere · 7 years ago
  90. fee8653 Fully initialise essential control registers by David Cunado · 7 years ago
  91. 9fb7912 sp_min: Flush console at end of main() by Dimitris Papastamos · 7 years ago
  92. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  93. f3e3a43 AArch32: Rework SMC context save and restore mechanism by Soby Mathew · 7 years ago
  94. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  95. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  96. 28f69ab Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  97. 043fe9c PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  98. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  99. 1fecc8d Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  100. 4ef91f1 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago