1. c4cdd9e Revert "aarch32: Apply workaround for errata 813419 of Cortex-A57" by Antonio Nino Diaz · 7 years ago
  2. 9056f10 xlat v2: Support mapping regions with allocated VA by Antonio Nino Diaz · 7 years ago
  3. 46c613e utils_def: add an assembly version for GENMASK by Yann Gautier · 7 years ago
  4. 3c471c3 psci: put __dead2 attribute after void in plat_psci_ops by Yann Gautier · 7 years ago
  5. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  6. b4cf974 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · 7 years ago
  7. f8b30ca bakery: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  8. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  9. 3d7ae0b Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 7 years ago
  10. eb47f14 Merge pull request #1623 from MISL-EBU-System-SW/a3700-support by Antonio Niño Díaz · 7 years ago
  11. 00f588b libfdt: Downgrade to version 1.4.6-9 by Antonio Nino Diaz · 7 years ago
  12. 195e363 Fix MISRA defects in PMF by Antonio Nino Diaz · 7 years ago
  13. 4353499 Fix MISRA defects in workaround and errata framework by Antonio Nino Diaz · 7 years ago
  14. 40daecc Fix MISRA defects in extension libs by Antonio Nino Diaz · 7 years ago
  15. 12af5ed Make errata reporting mandatory for CPU files by Soby Mathew · 7 years ago
  16. f1722b6 PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 7 years ago
  17. 6a7b300 Add helper to return reference to a symbol by Soby Mathew · 7 years ago
  18. 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 7 years ago
  19. 799bbb1 Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 7 years ago
  20. 44445ae Merge pull request #1641 from jeenu-arm/ptrauth by Antonio Niño Díaz · 7 years ago
  21. 630b011 libfdt: Import version v1.4.7 by Antonio Nino Diaz · 7 years ago
  22. b7618c9 libfdt: Remove current version by Antonio Nino Diaz · 7 years ago
  23. 1a29aba libc: Integrate strrchr in libc by Antonio Nino Diaz · 7 years ago
  24. d90256a lib/mmio: Add mmio_clrsetbits_16 inline function by Konstantin Porotchkin · 7 years ago
  25. 1278f36 Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · 7 years ago
  26. 3ff4aaa AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · 7 years ago
  27. da3b038 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 7 years ago
  28. 9cc4651 Introduce object pool allocator by Sandrine Bailleux · 7 years ago
  29. 81542c0 Remove some MISRA defects in common code by Antonio Nino Diaz · 7 years ago
  30. 1dcc28c Introduce RECLAIM_INIT_CODE build flag by Daniel Boulby · 7 years ago
  31. a4277cd Merge pull request #1588 from satheesbalya-arm/sb1_2596_misra_tim_console by Soby Mathew · 7 years ago
  32. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  33. 90e0c98 xlat: Remove deprecated interfaces by Antonio Nino Diaz · 7 years ago
  34. 7dab0ea context_mgmt: Remove deprecated interfaces by Antonio Nino Diaz · 7 years ago
  35. 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
  36. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  37. d47509d Fix misra warnings in delay timer and console drivers by Sathees Balya · 7 years ago
  38. 630cdf7 aarch32: PAR_ADDR_MASK should explicitly use BIT_64 by Yann Gautier · 7 years ago
  39. e43422b ARMv7: Alias dmbld() to dmb() by Jeenu Viswambharan · 7 years ago
  40. 6cf8d65 cpus: denver: Implement static workaround for CVE-2018-3639 by Varun Wadekar · 7 years ago
  41. cf3ed0d cpus: denver: reset power state to 'C1' on boot by Varun Wadekar · 7 years ago
  42. 3ee60d8 Merge pull request #1547 from semihalf-dabros-jan/semihalf-dabros-jan/fix_errmisc by Dimitris Papastamos · 7 years ago
  43. 30125ea AARCH64: Fix credentials for ERXMISC0_EL1 and ERXMISC1_EL1 by Jan Dabros · 7 years ago
  44. 0c62883 backtrace: Introduce backtrace function by Douglas Raillard · 7 years ago
  45. 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 7 years ago
  46. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  47. 2fb88cb libc: Cleanup SCC headers by Antonio Nino Diaz · 7 years ago
  48. 7c0ff9c libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · 7 years ago
  49. 27989a8 libc: Introduce files from SCC by Antonio Nino Diaz · 7 years ago
  50. 2c5aca6 libc: Cleanup FreeBSD files by Antonio Nino Diaz · 7 years ago
  51. c6fdaa7 libc: Import files from FreeBSD by Antonio Nino Diaz · 7 years ago
  52. 8bb6de1 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · 7 years ago
  53. 091f396 libc: Remove non-Arm files by Antonio Nino Diaz · 7 years ago
  54. 11dfe0b Merge pull request #1532 from jeenu-arm/misra-fixes by Dimitris Papastamos · 7 years ago
  55. 61e7c05 Merge pull request #1533 from jeenu-arm/mpam by Dimitris Papastamos · 7 years ago
  56. 30a8d96 RAS: MISRA fixes by Jeenu Viswambharan · 7 years ago
  57. ba6e5ca SDEI: MISRA fixes by Jeenu Viswambharan · 7 years ago
  58. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 7 years ago
  59. 8a67718 DSU erratum 936184 workaround by John Tsichritzis · 7 years ago
  60. 3ba9295 Merge pull request #1510 from robertovargas-arm/romlib by Dimitris Papastamos · 7 years ago
  61. 1a92a0e xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 7 years ago
  62. e5d5951 xlat v2: Cleanup get/change mem attr helpers by Antonio Nino Diaz · 7 years ago
  63. 61f72a3 Create a library file for libc by Roberto Vargas · 7 years ago
  64. 5b395e3 xlat: Use bool instead of int by Antonio Nino Diaz · 7 years ago
  65. eea75ba Define bool type by Jeenu Viswambharan · 7 years ago
  66. e7b9886 xlat: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  67. 60e062f Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 7 years ago
  68. 790e6c5 Merge pull request #1485 from jeenu-arm/ras by danh-arm · 7 years ago
  69. 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 7 years ago
  70. 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 7 years ago
  71. bef9a10 PMF: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  72. 369742e PSCI: Add missing function argument names by Antonio Nino Diaz · 7 years ago
  73. 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 7 years ago
  74. f00119d Fix check_[uptr/u32]_overflow() macros MISRA defects by Antonio Nino Diaz · 7 years ago
  75. 029f5a2 Introduce UL(), L() and LL() macros by Antonio Nino Diaz · 7 years ago
  76. ba0248b Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6 by danh-arm · 7 years ago
  77. 224e1ab Merge pull request #1481 from antonio-nino-diaz-arm/an/xlat-refactor by danh-arm · 7 years ago
  78. b56dc2a RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 7 years ago
  79. bc6206f lib: cpu: Add L2 cache aux control register definition to CA72 by Konstantin Porotchkin · 7 years ago
  80. e62ea09 Fix HCPTR.TCP11 bit definition by Sandrine Bailleux · 7 years ago
  81. 3039988 Fix types of arch.h definitions by Antonio Nino Diaz · 7 years ago
  82. 0107aa4 Add missing parentheses to macros in arch.h by Antonio Nino Diaz · 7 years ago
  83. 1dd6c05 xlat: Remove references to the Trusted Firmware by Antonio Nino Diaz · 7 years ago
  84. 63ddbae xlat v2: Make setup_mmu_config public by Antonio Nino Diaz · 7 years ago
  85. 6563c0b xlat v2: Turn MMU parameters into 64-bit values by Antonio Nino Diaz · 7 years ago
  86. aa1d5f6 xlat v2: Remove IMAGE_EL define by Antonio Nino Diaz · 7 years ago
  87. 46e8870 Add initial CPU support for Cortex-Helios by Joel Hutton · 8 years ago
  88. c84b6cb Add initial CPU support for Cortex-Deimos by Joel Hutton · 7 years ago
  89. 6cbf17d Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · 7 years ago
  90. 9fdad69 Remove integrity check in declare_cpu_ops_base by Roberto Vargas · 7 years ago
  91. f21b9f6 Remove .struct directive by Roberto Vargas · 7 years ago
  92. c96f297 Fix MISRA rule 8.3 by Roberto Vargas · 7 years ago
  93. 43b8fa8 Fix incorrect pointer conversion in SMC_UUID_RET() by Sandrine Bailleux · 7 years ago
  94. fd2299e xlat v2: Split code into separate files by Antonio Nino Diaz · 7 years ago
  95. 0cc7aa8 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · 7 years ago
  96. ebce735 Merge pull request #1406 from robertovargas-arm/uuid by Dimitris Papastamos · 7 years ago
  97. 9dfd755 Merge pull request #1437 from jeenu-arm/ras-remaining by Dimitris Papastamos · 7 years ago
  98. 3a1b7b1 xlat: Remove mmap_attr_t enum type by Antonio Nino Diaz · 7 years ago
  99. e7b9473 BL31: Introduce jump primitives by Jeenu Viswambharan · 7 years ago
  100. 342d622 ARM Platforms: Update CNTFRQ register in CNTCTLBase frame by Soby Mathew · 7 years ago