1. 2113e25 Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 6 years ago
  2. cdb5438 Merge pull request #1641 from jeenu-arm/ptrauth by Antonio Niño Díaz · 6 years ago
  3. b2db96f libfdt: Import version v1.4.7 by Antonio Nino Diaz · 6 years ago
  4. 59b59f0 libfdt: Remove current version by Antonio Nino Diaz · 6 years ago
  5. 12f0a0f libc: Integrate strrchr in libc by Antonio Nino Diaz · 6 years ago
  6. a22e97e Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · 6 years ago
  7. cbad661 AArch64: Enable lower ELs to use pointer authentication by Jeenu Viswambharan · 6 years ago
  8. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 6 years ago
  9. 22099fd Introduce object pool allocator by Sandrine Bailleux · 6 years ago
  10. f0b14cf Remove some MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  11. 468f0d7 Introduce RECLAIM_INIT_CODE build flag by Daniel Boulby · 6 years ago
  12. 1b5183d Merge pull request #1588 from satheesbalya-arm/sb1_2596_misra_tim_console by Soby Mathew · 6 years ago
  13. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  14. 7df9f7e xlat: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  15. b4dee44 context_mgmt: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  16. 76f0303 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 6 years ago
  17. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  18. 006b15e Fix misra warnings in delay timer and console drivers by Sathees Balya · 6 years ago
  19. 812c325 aarch32: PAR_ADDR_MASK should explicitly use BIT_64 by Yann Gautier · 6 years ago
  20. 1aa2db3 ARMv7: Alias dmbld() to dmb() by Jeenu Viswambharan · 6 years ago
  21. cd38e6e cpus: denver: Implement static workaround for CVE-2018-3639 by Varun Wadekar · 6 years ago
  22. 2b91412 cpus: denver: reset power state to 'C1' on boot by Varun Wadekar · 6 years ago
  23. 54c286d Merge pull request #1547 from semihalf-dabros-jan/semihalf-dabros-jan/fix_errmisc by Dimitris Papastamos · 6 years ago
  24. 82ef8bf AARCH64: Fix credentials for ERXMISC0_EL1 and ERXMISC1_EL1 by Jan Dabros · 6 years ago
  25. 7741463 backtrace: Introduce backtrace function by Douglas Raillard · 6 years ago
  26. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  27. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  28. 17605e7 libc: Cleanup SCC headers by Antonio Nino Diaz · 6 years ago
  29. 6ef1612 libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · 6 years ago
  30. cf0f805 libc: Introduce files from SCC by Antonio Nino Diaz · 6 years ago
  31. a5d668f libc: Cleanup FreeBSD files by Antonio Nino Diaz · 6 years ago
  32. 7a7d63f libc: Import files from FreeBSD by Antonio Nino Diaz · 6 years ago
  33. 1b465f8 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · 6 years ago
  34. df9693a libc: Remove non-Arm files by Antonio Nino Diaz · 6 years ago
  35. 69ac42b Merge pull request #1532 from jeenu-arm/misra-fixes by Dimitris Papastamos · 6 years ago
  36. a46ae80 Merge pull request #1533 from jeenu-arm/mpam by Dimitris Papastamos · 6 years ago
  37. 31ac01e RAS: MISRA fixes by Jeenu Viswambharan · 6 years ago
  38. 32ceef5 SDEI: MISRA fixes by Jeenu Viswambharan · 6 years ago
  39. 2da918c AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 6 years ago
  40. 4daa1de DSU erratum 936184 workaround by John Tsichritzis · 6 years ago
  41. d40b5f9 Merge pull request #1510 from robertovargas-arm/romlib by Dimitris Papastamos · 6 years ago
  42. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · 6 years ago
  43. 6c4c9ee xlat v2: Cleanup get/change mem attr helpers by Antonio Nino Diaz · 6 years ago
  44. 0f8f985 Create a library file for libc by Roberto Vargas · 6 years ago
  45. 5c97bd1 xlat: Use bool instead of int by Antonio Nino Diaz · 6 years ago
  46. 9fc7ed7 Define bool type by Jeenu Viswambharan · 6 years ago
  47. 50eb374 xlat: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  48. 0718043 Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 6 years ago
  49. c1e5f87 Merge pull request #1485 from jeenu-arm/ras by danh-arm · 6 years ago
  50. 78a95a6 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 6 years ago
  51. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  52. e89a453 PMF: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  53. 3ce0e77 PSCI: Add missing function argument names by Antonio Nino Diaz · 6 years ago
  54. 5a42b68 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 6 years ago
  55. bb77f88 Fix check_[uptr/u32]_overflow() macros MISRA defects by Antonio Nino Diaz · 6 years ago
  56. 2913596 Introduce UL(), L() and LL() macros by Antonio Nino Diaz · 6 years ago
  57. f7f6041 Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6 by danh-arm · 6 years ago
  58. e0f90da Merge pull request #1481 from antonio-nino-diaz-arm/an/xlat-refactor by danh-arm · 6 years ago
  59. 9d4c9c1 RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 6 years ago
  60. 9eb5cf4 lib: cpu: Add L2 cache aux control register definition to CA72 by Konstantin Porotchkin · 6 years ago
  61. 6061c45 Fix HCPTR.TCP11 bit definition by Sandrine Bailleux · 6 years ago
  62. a3fbeaa Fix types of arch.h definitions by Antonio Nino Diaz · 6 years ago
  63. 34235a3 Add missing parentheses to macros in arch.h by Antonio Nino Diaz · 6 years ago
  64. 0842bd6 xlat: Remove references to the Trusted Firmware by Antonio Nino Diaz · 6 years ago
  65. 67f799e xlat v2: Make setup_mmu_config public by Antonio Nino Diaz · 6 years ago
  66. 668d9ee xlat v2: Turn MMU parameters into 64-bit values by Antonio Nino Diaz · 6 years ago
  67. 9d596c4 xlat v2: Remove IMAGE_EL define by Antonio Nino Diaz · 6 years ago
  68. a7c4687 Add initial CPU support for Cortex-Helios by Joel Hutton · 6 years ago
  69. 9463cae Add initial CPU support for Cortex-Deimos by Joel Hutton · 6 years ago
  70. 5707948 Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · 6 years ago
  71. 26b8589 Remove integrity check in declare_cpu_ops_base by Roberto Vargas · 6 years ago
  72. 67762d9 Remove .struct directive by Roberto Vargas · 6 years ago
  73. 85664f5 Fix MISRA rule 8.3 by Roberto Vargas · 6 years ago
  74. c5e8978 Fix incorrect pointer conversion in SMC_UUID_RET() by Sandrine Bailleux · 6 years ago
  75. f1b84f6 xlat v2: Split code into separate files by Antonio Nino Diaz · 6 years ago
  76. 58e8148 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · 6 years ago
  77. cc9b496 Merge pull request #1406 from robertovargas-arm/uuid by Dimitris Papastamos · 6 years ago
  78. 29b18bd Merge pull request #1437 from jeenu-arm/ras-remaining by Dimitris Papastamos · 6 years ago
  79. 8643a81 xlat: Remove mmap_attr_t enum type by Antonio Nino Diaz · 6 years ago
  80. 2de8153 BL31: Introduce jump primitives by Jeenu Viswambharan · 6 years ago
  81. 2d9f795 ARM Platforms: Update CNTFRQ register in CNTCTLBase frame by Soby Mathew · 6 years ago
  82. c70fed5 utils: Add BIT_32 and BIT_64 macros by Yann Gautier · 6 years ago
  83. 953e94d Add GENMASK macros by Yann Gautier · 6 years ago
  84. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  85. 4630489 Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes by Dimitris Papastamos · 6 years ago
  86. 4413ad5 xlat v2: Introduce xlat granule size helpers by Antonio Nino Diaz · 6 years ago
  87. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  88. bb1fd5b SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled by Dimitris Papastamos · 6 years ago
  89. 312e17e Implement dynamic mitigation for CVE-2018-3639 on Cortex-A76 by Dimitris Papastamos · 6 years ago
  90. 7ca21db Implement Cortex-Ares 1043202 erratum workaround by Dimitris Papastamos · 6 years ago
  91. 89736dd Add AMU support for Cortex-Ares by Dimitris Papastamos · 6 years ago
  92. ea84d6b Add support for Cortex-Ares and Cortex-A76 CPUs by Isla Mitchell · 7 years ago
  93. fe5c421 Merge pull request #1392 from dp-arm/dp/cve_2018_3639 by Dimitris Papastamos · 6 years ago
  94. 28dce9e context_mgmt: Make cm_init_context_common public by Antonio Nino Diaz · 6 years ago
  95. ba51d9e Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  96. 4a284a4 aarch32: Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  97. e6625ec Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  98. 570c06a Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  99. 497f357 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · 6 years ago
  100. a1cf3c5 Merge pull request #1377 from robertovargas-arm/compiler-warnings by Dimitris Papastamos · 6 years ago