1. c81e4f1 Merge changes from topic "jc/shift-overflow" into integration by Soby Mathew · Tue Jul 16 10:11:27 2019 +0000
  2. 8294602 Update base code to not rely on undefined overflow behaviour by Justin Chadwell · Wed Jul 03 14:15:22 2019 +0100
  3. cc94264 Rename Cortex-Deimos to Cortex-A77 by Balint Dobszay · Wed Jul 03 13:02:56 2019 +0200
  4. cf12f26 Removing redundant ISB instructions by lauwal01 · Thu Jun 27 11:03:25 2019 -0500
  5. 644b6ed Workaround for Neoverse N1 erratum 1275112 by lauwal01 · Mon Jun 24 11:49:01 2019 -0500
  6. 00396bf Workaround for Neoverse N1 erratum 1262888 by lauwal01 · Mon Jun 24 11:47:30 2019 -0500
  7. 42771af Workaround for Neoverse N1 erratum 1262606 by lauwal01 · Mon Jun 24 11:44:58 2019 -0500
  8. 07c2a23 Workaround for Neoverse N1 erratum 1257314 by lauwal01 · Mon Jun 24 11:42:02 2019 -0500
  9. 197f14c Workaround for Neoverse N1 erratum 1220197 by lauwal01 · Mon Jun 24 11:38:53 2019 -0500
  10. e159044 Workaround for Neoverse N1 erratum 1207823 by lauwal01 · Mon Jun 24 11:35:37 2019 -0500
  11. f2adb13 Workaround for Neoverse N1 erratum 1165347 by lauwal01 · Mon Jun 24 11:32:40 2019 -0500
  12. 363ee3c Workaround for Neoverse N1 erratum 1130799 by lauwal01 · Mon Jun 24 11:28:34 2019 -0500
  13. bd555f4 Workaround for Neoverse N1 erratum 1073348 by lauwal01 · Mon Jun 24 11:23:50 2019 -0500
  14. 782f7e6 libc: fix memchr implementation by Ambroise Vincent · Fri Jun 07 11:19:45 2019 +0100
  15. 714d43a Merge "DSU: Apply erratum 936184 for Neoverse N1/E1" into integration by John Tsichritzis · Mon Jun 17 11:50:52 2019 +0000
  16. 8b8b13b DSU: Apply erratum 936184 for Neoverse N1/E1 by Louis Mayencourt · Mon Jun 10 16:43:39 2019 +0100
  17. 7901252 Merge changes from topic "jts/ti_fix" into integration by Soby Mathew · Mon Jun 10 09:40:25 2019 +0000
  18. 31df678 Merge "PSCI: Lookup list of parent nodes to lock only once" into integration by Soby Mathew · Mon Jun 10 09:39:23 2019 +0000
  19. 401cc1f Merge "Neoverse N1: Introduce workaround for Neoverse N1 erratum 1315703" into integration by John Tsichritzis · Fri Jun 07 15:20:45 2019 +0000
  20. 74e8978 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · Tue Jun 04 10:46:54 2019 -0400
  21. b934740 Neoverse N1: Introduce workaround for Neoverse N1 erratum 1315703 by Andre Przywara · Mon May 20 14:57:06 2019 +0100
  22. c23d78c Merge "Introduce BTI support in ROMLIB" into integration by John Tsichritzis · Thu Jun 06 10:26:10 2019 +0000
  23. f4acb92 ti: k3: common: Remove coherency workaround for AM65x by Andrew F. Davis · Thu Apr 25 14:33:30 2019 -0400
  24. 7557c66 Apply compile-time check for AArch64-only cores by John Tsichritzis · Mon Jun 03 13:54:30 2019 +0100
  25. db737bb Merge "Cortex-A55: workarounds for errata 1221012" into integration by Paul Beesley · Wed May 29 11:29:12 2019 +0000
  26. b72fe7a Cortex-A55: workarounds for errata 1221012 by Ambroise Vincent · Tue May 28 09:52:48 2019 +0100
  27. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · Fri May 24 12:17:09 2019 +0100
  28. f6ea99b Introduce BTI support in ROMLIB by John Tsichritzis · Tue May 21 15:47:37 2019 +0100
  29. 70d4c9c romlib: Improve compilation flags definition by Louis Mayencourt · Mon Apr 29 16:35:30 2019 +0100
  30. 66e121a Merge changes from topic "sami/550_fix_n1sdp_issues_v1" into integration by Soby Mathew · Thu May 16 08:33:56 2019 +0000
  31. a8722e9 Disable speculative loads only if SSBS is supported by Sami Mujawar · Fri May 10 14:28:37 2019 +0100
  32. 3a377b2 Remove .arch directives from spinlock.S by Alexei Fedorov · Fri May 10 16:55:16 2019 +0100
  33. 7fa6965 Merge changes from topic "sm/fix_a76_errata" into integration by Soby Mathew · Tue May 07 14:31:25 2019 +0000
  34. 16d006b Workaround for cortex-A76 errata 1286807 by Soby Mathew · Fri May 03 13:17:56 2019 +0100
  35. 1d3ba1c Cortex-A76: workarounds for errata 1257314, 1262606, 1262888, 1275112 by Soby Mathew · Wed May 01 09:43:18 2019 +0100
  36. fe6df39 Add compile-time errors for HW_ASSISTED_COHERENCY flag by John Tsichritzis · Tue Mar 19 17:20:52 2019 +0000
  37. 845bb54 Merge changes from topic "lm/stack_protector" into integration by Soby Mathew · Tue Apr 30 15:43:21 2019 +0000
  38. 768bf0c Add support for default stack-protector flag by Louis Mayencourt · Tue Mar 26 16:59:26 2019 +0000
  39. 3e2ef2e Cortex-A53: Fix reporting of missing errata when not needed by Andrew F. Davis · Wed Apr 24 16:11:03 2019 -0400
  40. b58142b Neoverse N1: Forces cacheable atomic to near by Louis Mayencourt · Thu Apr 18 14:34:11 2019 +0100
  41. 4498b15 DSU: Implement workaround for errata 798953 by Louis Mayencourt · Tue Apr 09 16:29:01 2019 +0100
  42. 254f6f0 DSU: Small fix and reformat on errata framework by Louis Mayencourt · Tue Apr 09 14:11:06 2019 +0100
  43. 8a06127 Cortex-A35: Implement workaround for errata 855472 by Louis Mayencourt · Fri Apr 05 16:25:25 2019 +0100
  44. 26d1676 Cortex A9:errata 794073 workaround by Joel Hutton · Wed Apr 10 12:52:52 2019 +0100
  45. d759097 cache_helpers.s:fix mixed tabs and spaces by Joel Hutton · Tue Apr 09 14:52:59 2019 +0100
  46. 50ed13a Add note about erratum 814220 for A7 by Joel Hutton · Tue Apr 09 14:45:34 2019 +0100
  47. 4800943 Add support for Cortex-A76AE CPU by Alexei Fedorov · Thu Apr 04 16:26:34 2019 +0100
  48. bc6fdc0 Remove deprecated interfaces by Ambroise Vincent · Wed Mar 27 16:06:02 2019 +0000
  49. 37f97a5 SPM: Move shim layer to TTBR1_EL1 by Antonio Nino Diaz · Wed Mar 27 11:10:31 2019 +0000
  50. a88a35d Remove several warnings reported with W=2 by Ambroise Vincent · Thu Feb 14 09:48:21 2019 +0000
  51. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · Wed Feb 13 15:58:00 2019 +0000
  52. 224f8b4 Merge pull request #1902 from jts-arm/romlib by Dimitris Papastamos · Thu Mar 21 12:40:35 2019 +0000
  53. aec19d3 ROMLIB bug fixes by John Tsichritzis · Fri Mar 08 16:54:13 2019 +0000
  54. 2110c5d Merge pull request #1887 from ambroise-arm/av/a76-cve by Dimitris Papastamos · Wed Mar 20 11:18:20 2019 +0000
  55. c3cb129 Merge pull request #1900 from soby-mathew/sm/revert_xlat_changes by Soby Mathew · Tue Mar 19 15:25:41 2019 +0000
  56. ff93d44 xlat_tables_v2: Revert recent changes to remove recursion by Antonio Nino Diaz · Tue Mar 19 14:12:09 2019 +0000
  57. 3b017bf Merge pull request #1892 from sandrine-bailleux-arm/sb/pauth by Soby Mathew · Mon Mar 18 12:48:55 2019 +0000
  58. 32cbbf6 Merge pull request #1888 from jts-arm/zeus by Dimitris Papastamos · Fri Mar 15 15:28:17 2019 +0000
  59. b5cf10f Fix restoring APIBKey registers by Sandrine Bailleux · Thu Mar 14 11:38:01 2019 +0100
  60. 6deaf9c Introduce preliminary support for Neoverse Zeus by John Tsichritzis · Mon Oct 08 17:09:43 2018 +0100
  61. 1f9ff49 Apply variant 4 mitigation for Neoverse N1 by John Tsichritzis · Mon Mar 04 16:41:26 2019 +0000
  62. 8c6fdf8 Cortex-A76: Optimize CVE_2018_3639 workaround by Ambroise Vincent · Thu Mar 07 14:33:02 2019 +0000
  63. 6dbbe43 Cortex-A76: fix spelling by Ambroise Vincent · Thu Mar 07 14:31:33 2019 +0000
  64. fa5c951 Cortex-A17: Implement workaround for errata 852423 by Ambroise Vincent · Mon Mar 04 13:20:56 2019 +0000
  65. 8cf9eef Cortex-A17: Implement workaround for errata 852421 by Ambroise Vincent · Thu Feb 28 16:23:53 2019 +0000
  66. 3dcba3f Merge pull request #1882 from ambroise-arm/av/a15-errata by Soby Mathew · Wed Mar 13 15:34:33 2019 +0000
  67. 7428f9b Merge pull request #1880 from lmayencourt/lm/pie by Soby Mathew · Wed Mar 13 15:33:13 2019 +0000
  68. df2db56 Merge pull request #1843 from DavidPu/xlat_tables_v2_non_recursion by Soby Mathew · Wed Mar 13 15:26:51 2019 +0000
  69. 68b3812 Cortex-A15: Implement workaround for errata 827671 by Ambroise Vincent · Tue Mar 05 09:54:21 2019 +0000
  70. d4a51eb Cortex-A15: Implement workaround for errata 816470 by Ambroise Vincent · Mon Mar 04 16:56:26 2019 +0000
  71. 462ec47 PIE: Correct minor typographical errors by Louis Mayencourt · Fri Mar 01 14:36:46 2019 +0000
  72. dbb0db6 Fixup register handling in aarch32 reset_handler by Heiko Stuebner · Wed Mar 06 00:29:13 2019 +0100
  73. 36e27b8 xlat_tables_v2: print xlat tables without recursion by David Pu · Mon Feb 25 10:52:41 2019 -0800
  74. ce81ba1 xlat_tables_v2: unmap region without recursion. by David Pu · Fri Feb 22 02:36:20 2019 -0800
  75. d1b7aa1 xlat_tables_v2: map region without recursion. by David Pu · Fri Feb 22 02:31:40 2019 -0800
  76. 9cc4788 Merge pull request #1842 from DavidPu/reduce_cyclomatic_complexity_metric by Antonio Niño Díaz · Fri Mar 01 12:43:17 2019 +0000
  77. fb6f2fc Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · Fri Mar 01 11:23:58 2019 +0000
  78. cd5a55e Merge pull request #1849 from loumay-arm/lm/a73_errata by Antonio Niño Díaz · Fri Mar 01 11:23:48 2019 +0000
  79. f6505a7 Merge pull request #1845 from ambroise-arm/av/errata by Antonio Niño Díaz · Fri Mar 01 09:17:27 2019 +0000
  80. 92cad35 Merge pull request #1846 from loumay-arm/lm/mpam by Antonio Niño Díaz · Fri Mar 01 09:17:16 2019 +0000
  81. 899146b Merge pull request #1848 from antonio-nino-diaz-arm/an/docs by Antonio Niño Díaz · Fri Mar 01 09:16:58 2019 +0000
  82. 5619c80 xlat_tables_v2: find VA/idx with helper functions. by David Pu · Fri Feb 22 02:23:57 2019 -0800
  83. 1507d41 xlat_tables_v2: get unmap action type with helper function. by David Pu · Fri Feb 22 02:15:57 2019 -0800
  84. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · Thu Feb 28 13:35:21 2019 +0000
  85. d69722c Cortex-A73: Implement workaround for errata 852427 by Louis Mayencourt · Wed Feb 27 14:24:16 2019 +0000
  86. bdfa103 MPAM: enable MPAM EL2 traps by Louis Mayencourt · Mon Feb 11 11:25:50 2019 +0000
  87. 23b7b69 Merge pull request #1839 from loumay-arm/lm/a7x_errata by Antonio Niño Díaz · Thu Feb 28 10:19:24 2019 +0000
  88. f5fdfbc Cortex-A53: Workarounds for 819472, 824069 and 827319 by Ambroise Vincent · Thu Feb 21 14:16:24 2019 +0000
  89. aa2c029 Cortex-A57: Implement workaround for erratum 817169 by Ambroise Vincent · Thu Feb 21 16:35:49 2019 +0000
  90. 1b0db76 Cortex-A57: Implement workaround for erratum 814670 by Ambroise Vincent · Thu Feb 21 16:35:07 2019 +0000
  91. a1d6446 Cortex-A55: Implement workaround for erratum 903758 by Ambroise Vincent · Thu Feb 21 16:29:50 2019 +0000
  92. dd961f7 Cortex-A55: Implement workaround for erratum 846532 by Ambroise Vincent · Thu Feb 21 16:29:16 2019 +0000
  93. 6a77f05 Cortex-A55: Implement workaround for erratum 798797 by Ambroise Vincent · Thu Feb 21 16:27:34 2019 +0000
  94. 6f31960 Cortex-A55: Implement workaround for erratum 778703 by Ambroise Vincent · Thu Feb 21 16:25:37 2019 +0000
  95. 7927fa0 Cortex-A55: Implement workaround for erratum 768277 by Ambroise Vincent · Thu Feb 21 16:20:43 2019 +0000
  96. 4d034c5 Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · Fri Jan 11 14:47:48 2019 -0800
  97. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · Tue Feb 19 11:53:51 2019 +0000
  98. 594811b Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · Thu Jan 31 11:58:00 2019 +0000
  99. 13adfb1 Cleanup context handling library by Antonio Nino Diaz · Wed Jan 30 20:41:31 2019 +0000
  100. 59fa218 Add workaround for errata 1073348 for Cortex-A76 by Louis Mayencourt · Mon Feb 25 15:17:44 2019 +0000