1. 873e394 Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp by Antonio Niño Díaz · 5 years ago
  2. 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 5 years ago
  3. e056630 Make setjmp.h prototypes comply with the C standard by Antonio Nino Diaz · 5 years ago
  4. a1d00bb xlat_tables_v2: mark 'xlat_clean_dcache_range' unused by Varun Wadekar · 5 years ago
  5. 596929b locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · 5 years ago
  6. 1242b9a lib: aarch64: misc_helpers: include bl_common.h by Varun Wadekar · 6 years ago
  7. e095ba3 Remove unused function symbols by Varun Wadekar · 6 years ago
  8. bf52f40 lib: aarch64: fix non-code symbol errors flagged by armlink by Varun Wadekar · 6 years ago
  9. 702b600 xlat v2: Fix comment by Antonio Nino Diaz · 5 years ago
  10. cedfa04 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · 5 years ago
  11. bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  12. 8aabea3 Correct typographical errors by Paul Beesley · 6 years ago
  13. 2559b2c xlat v2: Dynamically detect need for CnP bit by Antonio Nino Diaz · 6 years ago
  14. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  15. 85686f1 Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc by Antonio Niño Díaz · 6 years ago
  16. 8b9a0de romlib: Add platform specific jump table list by Sathees Balya · 6 years ago
  17. fdbc293 Deprecate some unused AArch64 assembly functions by Antonio Nino Diaz · 6 years ago
  18. 4f7812e Merge pull request #1712 from jeenu-arm/ssbs by Soby Mathew · 6 years ago
  19. 07c13a3 SPM: Introduce SPRT C host library by Antonio Nino Diaz · 6 years ago
  20. bbc8100 SPM: Support multiple xlat tables contexts by Antonio Nino Diaz · 6 years ago
  21. 48e1d35 AArch64: Use SSBS for CVE_2018_3639 mitigation by Jeenu Viswambharan · 6 years ago
  22. 37e8ab5 Merge pull request #1688 from JoelHutton/jh/variant_1_mitigations by Antonio Niño Díaz · 6 years ago
  23. 48e32a1 Merge pull request #1696 from satheesbalya-arm/sb1/sb1_2406_romlib_juno by Antonio Niño Díaz · 6 years ago
  24. 3b83c95 Merge pull request #1695 from satheesbalya-arm/sb1/sb1_2641_romlib_phase2 by Antonio Niño Díaz · 6 years ago
  25. 9edd891 Initial Spectre V1 mitigations (CVE-2017-5753). by Joel Hutton · 6 years ago
  26. afa5cfe juno: Add romlib support by Sathees Balya · 6 years ago
  27. 582133a romlib: Add map file generation by Sathees Balya · 6 years ago
  28. 032e3a6 romlib: Add calloc_free register function by Sathees Balya · 6 years ago
  29. 6baf85b romlib: Allow patching of romlib functions by Sathees Balya · 6 years ago
  30. 9056f10 xlat v2: Support mapping regions with allocated VA by Antonio Nino Diaz · 6 years ago
  31. 638d2b5 compiler_rt: Import lshrdi3.c file by Sandrine Bailleux · 6 years ago
  32. ecc3599 compiler_rt: Import latest changes on int_lib.h by Sandrine Bailleux · 6 years ago
  33. b4cf974 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · 6 years ago
  34. b3e9214 libc: Import strlcpy from FreeBSD by Antonio Nino Diaz · 6 years ago
  35. f8b30ca bakery: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  36. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  37. 3d7ae0b Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 6 years ago
  38. 00f588b libfdt: Downgrade to version 1.4.6-9 by Antonio Nino Diaz · 6 years ago
  39. 195e363 Fix MISRA defects in PMF by Antonio Nino Diaz · 6 years ago
  40. 4353499 Fix MISRA defects in workaround and errata framework by Antonio Nino Diaz · 6 years ago
  41. 40daecc Fix MISRA defects in extension libs by Antonio Nino Diaz · 6 years ago
  42. 931f7c6 PIE: Position Independant Executable support for BL31 by Soby Mathew · 6 years ago
  43. 12af5ed Make errata reporting mandatory for CPU files by Soby Mathew · 6 years ago
  44. f1722b6 PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 6 years ago
  45. 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 6 years ago
  46. 799bbb1 Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 6 years ago
  47. 44445ae Merge pull request #1641 from jeenu-arm/ptrauth by Antonio Niño Díaz · 6 years ago
  48. 630b011 libfdt: Import version v1.4.7 by Antonio Nino Diaz · 6 years ago
  49. b7618c9 libfdt: Remove current version by Antonio Nino Diaz · 6 years ago
  50. 1a29aba libc: Integrate strrchr in libc by Antonio Nino Diaz · 6 years ago
  51. 668afe2 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · 6 years ago
  52. 6a655a8 ti: k3: common: Do not disable cache on TI K3 core powerdown by Andrew F. Davis · 6 years ago
  53. 3ff4aaa AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · 6 years ago
  54. 3e75ea4 Merge pull request #1624 from glneo/less-cache-flushing by Soby Mathew · 6 years ago
  55. a4065ab psci: platform control of SYSTEM_SUSPEND entry by ldts · 6 years ago
  56. f996a5f PSCI: Do not flush cache when unneeded by Andrew F. Davis · 6 years ago
  57. c98db6c PSCI: Update comment on MMU disablement by Andrew F. Davis · 6 years ago
  58. a5fa565 xlat: Fix checks in mmap_add() and mmap_add_ctx() by Antonio Nino Diaz · 6 years ago
  59. 7e0a38a Merge pull request #1603 from antonio-nino-diaz-arm/db/reclaim-init by Soby Mathew · 6 years ago
  60. 3ed87a4 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 6 years ago
  61. aff2863 Mark xlat tables initialization code by Daniel Boulby · 6 years ago
  62. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 6 years ago
  63. 79621f0 xlat: Change check in mmap_add and mmap_add_ctx() by Daniel Boulby · 6 years ago
  64. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  65. 90e0c98 xlat: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  66. 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 6 years ago
  67. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  68. a08a201 Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  69. 4728900 Merge pull request #1568 from soby-mathew/sm/fix_ares_err_report by Soby Mathew · 6 years ago
  70. 66ec712 Fix the Cortex-ares errata reporting function name by Soby Mathew · 6 years ago
  71. ca9ffc7 RAS: Fix assert condition by Jeenu Viswambharan · 6 years ago
  72. 24dc970 Add missing barriers to Bakery Locks by Jeenu Viswambharan · 6 years ago
  73. 6cf8d65 cpus: denver: Implement static workaround for CVE-2018-3639 by Varun Wadekar · 6 years ago
  74. cf3ed0d cpus: denver: reset power state to 'C1' on boot by Varun Wadekar · 6 years ago
  75. 1593cae denver: use plat_my_core_pos() to get core position by Varun Wadekar · 6 years ago
  76. 100992b Merge pull request #1484 from nathan-menhorn/tee-validate-header-603 by Soby Mathew · 6 years ago
  77. d5ccb75 libc: Fix some MISRA defects by Antonio Nino Diaz · 6 years ago
  78. 7bb907e Merge pull request #1544 from jwerner-chromium/JW_handle_ea by Dimitris Papastamos · 6 years ago
  79. 3e530d8 backtrace: Print backtrace in assert() and panic() by Antonio Nino Diaz · 6 years ago
  80. 24f671f context_mgmt: Fix HANDLE_EA_EL3_FIRST implementation by Julius Werner · 6 years ago
  81. b554e76 Fixed ARM-software/tf-issues#603 by nathan-menhorn · 6 years ago
  82. 7436d5d DSU erratum 936184 workaround: bug fix by John Tsichritzis · 6 years ago
  83. 8422a84 libc: armclang: Implement compiler printf symbols by Antonio Nino Diaz · 6 years ago
  84. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  85. 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  86. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  87. 7c0ff9c libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · 6 years ago
  88. 2c5aca6 libc: Cleanup FreeBSD files by Antonio Nino Diaz · 6 years ago
  89. c6fdaa7 libc: Import files from FreeBSD by Antonio Nino Diaz · 6 years ago
  90. 8bb6de1 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · 6 years ago
  91. 4661abc libc: Cleanup remaining files by Antonio Nino Diaz · 6 years ago
  92. 7addcb3 libc: Remove printf-like functions by Antonio Nino Diaz · 6 years ago
  93. 90f2d45 libc: Remove sscanf() and timingsafe_bcmp() by Antonio Nino Diaz · 6 years ago
  94. 091f396 libc: Remove non-Arm files by Antonio Nino Diaz · 6 years ago
  95. 11dfe0b Merge pull request #1532 from jeenu-arm/misra-fixes by Dimitris Papastamos · 6 years ago
  96. 61e7c05 Merge pull request #1533 from jeenu-arm/mpam by Dimitris Papastamos · 6 years ago
  97. 7c3a0b0 Merge pull request #1388 from vwadekar/report-cve-2017-5715 by Dimitris Papastamos · 6 years ago
  98. 30a8d96 RAS: MISRA fixes by Jeenu Viswambharan · 6 years ago
  99. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 6 years ago
  100. 8335396 cpus: denver: report CVE_2017_5715 mitigation to higher layers by Varun Wadekar · 6 years ago