1. 845db72 fconf: Fix misra issues by Louis Mayencourt · 5 years ago
  2. 2f39c55 Merge "Add Matterhorn CPU lib" into integration by joanna.farley · 5 years ago
  3. e571211 Merge "Add CPULib for Klein Core" into integration by joanna.farley · 5 years ago
  4. d4b2910 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · 5 years ago
  5. cd0ea18 cpus: higher performance non-cacheable load forwarding by Varun Wadekar · 7 years ago
  6. 2fe75a2 coverity: fix MISRA violations by Zelalem · 5 years ago
  7. da3b47e Add Matterhorn CPU lib by Jimmy Brisson · 6 years ago
  8. f474472 Add CPULib for Klein Core by Jimmy Brisson · 6 years ago
  9. 6c97231 fconf: Add mbedtls shared heap as property by Louis Mayencourt · 6 years ago
  10. ce85284 fconf: Add TBBR disable_authentication property by Louis Mayencourt · 6 years ago
  11. 25ac879 fconf: Add dynamic config DTBs info as property by Louis Mayencourt · 6 years ago
  12. 9814bfc fconf: Populate properties from dtb during bl2 setup by Louis Mayencourt · 6 years ago
  13. 3b5ea74 fconf: Load config dtb from bl1 by Louis Mayencourt · 6 years ago
  14. ab1981d fconf: initial commit by Louis Mayencourt · 6 years ago
  15. f69a582 Merge "Use correct type when reading SCR register" into integration by Alexei Fedorov · 6 years ago
  16. 8efec9e Merge changes I0fb7cf79,Ia8eb4710 into integration by Soby Mathew · 6 years ago
  17. f1be00d Use correct type when reading SCR register by Louis Mayencourt · 6 years ago
  18. f2d6b4e Neovers N1: added support to update presence of External LLC by Manish Pandey · 6 years ago
  19. 61cbd41 qemu: Implement qemu_system_off via semihosting. by Andrew Walbran · 6 years ago
  20. e76d9fc lib: utils_def: add CLAMP macro by Lionel Debieve · 6 years ago
  21. 4363679 Merge "Unify type of "cpu_idx" across PSCI module." into integration by Mark Dykes · 6 years ago
  22. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  23. 45503af Merge "smccc: add get smc function id num macro" into integration by Mark Dykes · 6 years ago
  24. e073e07 smccc: add get smc function id num macro by Olivier Deprez · 6 years ago
  25. daa9b6e Simplify PMF helper macro definitions across header files by Madhukar Pappireddy · 6 years ago
  26. 0348ee4 Merge "Workaround for Hercules erratum 1688305" into integration by Manish Pandey · 6 years ago
  27. 83e9552 Workaround for Hercules erratum 1688305 by Madhukar Pappireddy · 6 years ago
  28. ba4b453 lib: cpu: Add additional field definition for A72 L2 control by Sheetal Tigadoli · 6 years ago
  29. 86ed895 Merge "debugfs: add SMC channel" into integration by Mark Dykes · 6 years ago
  30. be84a5b Merge "debugfs: add 9p device interface" into integration by Mark Dykes · 6 years ago
  31. 538b002 spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 6 years ago
  32. b8e1796 Merge changes from topic "bs/pmf32" into integration by György Szing · 6 years ago
  33. 992f091 debugfs: add SMC channel by Ambroise Vincent · 6 years ago
  34. 4e0d14f Merge "arm: gicv3: Fix compiler dependent behavior" into integration by Soby Mathew · 6 years ago
  35. 0531ada pmf: Make the runtime instrumentation work on AArch32 by Bence Szépkúti · 6 years ago
  36. 0ca3913 debugfs: add 9p device interface by Olivier Deprez · 6 years ago
  37. ae4a90f libc: Fix SIZE_MAX on AArch32 by Bence Szépkúti · 6 years ago
  38. fcccd35 Merge "libc: add memrchr" into integration by Alexei Fedorov · 6 years ago
  39. ebff107 libc: add memrchr by Ambroise Vincent · 6 years ago
  40. d019691 arm: gicv3: Fix compiler dependent behavior by Ambroise Vincent · 6 years ago
  41. ade3f5d Merge changes from topic "bs/libc" into integration by Soby Mathew · 6 years ago
  42. d45c323 libc: Consolidate the size_t and NULL definitions by Bence Szépkúti · 6 years ago
  43. b382ac6 libc: Consolidate unified definitions by Bence Szépkúti · 6 years ago
  44. d005cfb libc: Unify intmax_t and uintmax_t on AArch32/64 by Bence Szépkúti · 6 years ago
  45. e34cc0c Changes to support updated register usage in SMCCC v1.2 by Madhukar Pappireddy · 6 years ago
  46. 89632e6 Replace deprecated __ASSEMBLY__ macro with __ASSEMBLER__ by Balint Dobszay · 6 years ago
  47. 25792ce Merge "Neoverse N1 Errata Workaround 1542419" into integration by Soby Mathew · 6 years ago
  48. 8094262 Neoverse N1 Errata Workaround 1542419 by laurenw-arm · 6 years ago
  49. 78f02ae Introducing support for Cortex-A65AE by Imre Kis · 6 years ago
  50. 6ad216d Introducing support for Cortex-A65 by Imre Kis · 6 years ago
  51. a4668c3 Cortex_hercules: Add support for Hercules-AE by Artsem Artsemenka · 6 years ago
  52. 1010770 Adding new optional PSCI hook pwr_domain_on_finish_late by Madhukar Pappireddy · 6 years ago
  53. 6129e9a Merge "Refactor ARMv8.3 Pointer Authentication support code" into integration by Soby Mathew · 6 years ago
  54. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  55. 76eac18 Merge changes I08cf22df,I535ee414,Ie84cfc96,I8c35ce4e,If7649764, ... into integration by Soby Mathew · 6 years ago
  56. 2fc6ffc Merge "libc: fix sparse warning for __assert()" into integration by Soby Mathew · 6 years ago
  57. f906a44 libc: fix sparse warning for __assert() by Masahiro Yamada · 6 years ago
  58. 7352f32 mediatek: mt8183: support CPU hotplug by kenny liang · 6 years ago
  59. 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
  60. e290a8f AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 6 years ago
  61. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  62. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  63. 3d08461 Enable AMU for Cortex-Hercules by Balint Dobszay · 6 years ago
  64. d38613d Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into integration by Soby Mathew · 6 years ago
  65. 57bf605 Factor out cross-BL API into export headers suitable for 3rd party code by Julius Werner · 6 years ago
  66. b852d22 Introduce lightweight BL platform parameter library by Julius Werner · 6 years ago
  67. 294f9ef Cortex_hercules: Introduce preliminary cpu support by Louis Mayencourt · 6 years ago
  68. 70f7c4e Merge "AArch64: Add 128-bit integer types definitions" into integration by Sandrine Bailleux · 6 years ago
  69. 394fa5d AArch64: Add 128-bit integer types definitions by Alexei Fedorov · 6 years ago
  70. f363deb Rename Cortex-Deimos to Cortex-A77 by Balint Dobszay · 6 years ago
  71. 11c4837 Workaround for Neoverse N1 erratum 1262888 by lauwal01 · 6 years ago
  72. 411f495 Workaround for Neoverse N1 erratum 1262606 by lauwal01 · 6 years ago
  73. 335b3c7 Workaround for Neoverse N1 erratum 1257314 by lauwal01 · 6 years ago
  74. 9eceb02 Workaround for Neoverse N1 erratum 1220197 by lauwal01 · 6 years ago
  75. ef5fa7d Workaround for Neoverse N1 erratum 1207823 by lauwal01 · 6 years ago
  76. 2017ab2 Workaround for Neoverse N1 erratum 1165347 by lauwal01 · 6 years ago
  77. e34606f Workaround for Neoverse N1 erratum 1130799 by lauwal01 · 6 years ago
  78. a601afe Workaround for Neoverse N1 erratum 1073348 by lauwal01 · 6 years ago
  79. 5f5d076 Neoverse N1: Introduce workaround for Neoverse N1 erratum 1315703 by Andre Przywara · 6 years ago
  80. 8416741 Merge "Cortex-A55: workarounds for errata 1221012" into integration by Paul Beesley · 6 years ago
  81. 9af07df Cortex-A55: workarounds for errata 1221012 by Ambroise Vincent · 6 years ago
  82. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  83. e6e1d0a Cortex-A76: workarounds for errata 1257314, 1262606, 1262888, 1275112 by Soby Mathew · 6 years ago
  84. 632ab3e Neoverse N1: Forces cacheable atomic to near by Louis Mayencourt · 6 years ago
  85. 0e985d7 DSU: Implement workaround for errata 798953 by Louis Mayencourt · 6 years ago
  86. 2c3b76c DSU: Small fix and reformat on errata framework by Louis Mayencourt · 6 years ago
  87. cba71b7 Cortex-A35: Implement workaround for errata 855472 by Louis Mayencourt · 6 years ago
  88. 72562aa Merge "cpus: Fix Cortex-A12 MIDR mask" into integration by Antonio Niño Díaz · 6 years ago
  89. 9ccc5a5 Add support for Cortex-A76AE CPU by Alexei Fedorov · 6 years ago
  90. 8785a7c cpus: Fix Cortex-A12 MIDR mask by Heiko Stuebner · 6 years ago
  91. 75044d8 Merge pull request #1894 from jts-arm/e1_midr by Soby Mathew · 6 years ago
  92. c4187c9 Fix wrong MIDR_EL1 value for Neoverse E1 by John Tsichritzis · 6 years ago
  93. a4546e8 Introduce preliminary support for Neoverse Zeus by John Tsichritzis · 7 years ago
  94. 0b64c19 Cortex-A17: Implement workaround for errata 852421 by Ambroise Vincent · 6 years ago
  95. 5f2c690 Cortex-A15: Implement workaround for errata 827671 by Ambroise Vincent · 6 years ago
  96. a4acc7f Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 6 years ago
  97. 37118a1 Merge pull request #1849 from loumay-arm/lm/a73_errata by Antonio Niño Díaz · 6 years ago
  98. 4476838 Merge pull request #1845 from ambroise-arm/av/errata by Antonio Niño Díaz · 6 years ago
  99. dbd0bcf Merge pull request #1848 from antonio-nino-diaz-arm/an/docs by Antonio Niño Díaz · 6 years ago
  100. 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 6 years ago