1. 0a4c261 mem_protect: Add mem_protect API by Roberto Vargas · Thu Aug 03 08:16:16 2017 +0100
  2. 6a5f8f1 xlat: simplify mmap_add_region_check parameters (#1101) by Douglas Raillard · Thu Sep 21 08:42:21 2017 +0100
  3. b0b4611 Merge pull request #1099 from douglas-raillard-arm/dr/fix_mm_copy by davidcunado-arm · Tue Sep 19 18:30:15 2017 +0100
  4. 9d3dc25 Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · Fri Sep 15 14:32:08 2017 +0100
  5. f68d2ed xlat: fix mm copy when adding a region by Douglas Raillard · Tue Sep 12 10:31:49 2017 +0100
  6. 9ce83d3 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · Wed Sep 13 14:52:24 2017 +0100
  7. 04e9fc8 Merge pull request #1087 from robertovargas-arm/psci_do_cpu_off by davidcunado-arm · Mon Sep 11 18:19:03 2017 +0100
  8. 35c09f1 xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · Thu Aug 31 16:20:25 2017 +0100
  9. c3b4ca1 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · Wed Aug 02 18:33:41 2017 +0100
  10. 0c9bd27 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · Wed Aug 02 16:35:04 2017 +0100
  11. 878f03c Merge pull request #1019 from etienne-lms/log-size by davidcunado-arm · Thu Sep 07 00:40:59 2017 +0100
  12. 3cb73cb Reduce time lock in psci_do_cpu_off by Roberto Vargas · Mon Sep 04 16:49:41 2017 +0100
  13. 97ad6ce cpu log buffer size depends on cache line size by Etienne Carriere · Fri Sep 01 10:22:20 2017 +0200
  14. baea3f6 Merge pull request #1066 from islmit01/im/enable_cnp_bit by danh-arm · Wed Aug 30 14:34:57 2017 +0100
  15. 41b61be CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · Wed Aug 09 16:42:40 2017 +0100
  16. 9719c5e Merge pull request #1059 from kenkuang/intergration by davidcunado-arm · Fri Aug 25 17:25:39 2017 +0100
  17. c4a1a07 Enable CnP bit for ARMv8.2 CPUs by Isla Mitchell · Mon Aug 07 11:20:13 2017 +0100
  18. 0bc79d9 Add macro to test for minimum architecture version by Jeenu Viswambharan · Wed Aug 16 11:44:25 2017 +0100
  19. 16484dd psci_common: Resolve GCC static analysis false positive by Alistair Francis · Wed Aug 23 13:55:21 2017 -0700
  20. 00eac15 fix a typo about sctlr_el2 by Ken Kuang · Wed Aug 23 16:03:29 2017 +0800
  21. 9db8f2e Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · Mon Apr 24 16:49:28 2017 +0100
  22. b036355 Merge pull request #1021 from vwadekar/psci-early-suspend-handler by davidcunado-arm · Tue Aug 01 12:36:42 2017 +0100
  23. 9882e06 Merge pull request #1045 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · Tue Aug 01 10:44:38 2017 +0100
  24. de6628d xlat lib v2: Fix sign of debug loop variable by Sandrine Bailleux · Tue Aug 01 09:16:38 2017 +0100
  25. ae87f4b lib: psci: early suspend handler for platforms by Varun Wadekar · Mon Jul 10 16:02:05 2017 -0700
  26. 062b640 Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · Mon Jul 31 14:29:54 2017 +0100
  27. 4e32add Merge pull request #1033 from davidcunado-arm/dc/psci_flush by davidcunado-arm · Mon Jul 31 08:45:44 2017 +0100
  28. c7284d2 Merge pull request #1031 from robertovargas-arm/assert_format by davidcunado-arm · Wed Jul 26 12:31:18 2017 +0100
  29. 06adba2 Address edge case for stale PSCI CPU data in cache by David Cunado · Wed Jul 19 12:14:07 2017 +0100
  30. 12e8644 xlat lib: Fix some types by Sandrine Bailleux · Wed Jul 19 10:11:13 2017 +0100
  31. 9c01930 Import ctzdi2.c from LLVM compiler-rt by Sandrine Bailleux · Wed Jul 19 14:05:47 2017 +0100
  32. 46c53a2 xlat lib v2: Remove hard-coded virtual address space size by Sandrine Bailleux · Tue Jul 11 15:11:10 2017 +0100
  33. 1423d05 xlat lib v2: Refactor the functions enabling the MMU by Sandrine Bailleux · Wed May 31 13:38:51 2017 +0100
  34. c5b6377 xlat lib v2: Remove init_xlat_tables_arch() function by Sandrine Bailleux · Wed May 31 13:31:48 2017 +0100
  35. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · Tue Jul 18 13:26:36 2017 +0100
  36. 3120ea2 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · Mon Jul 10 13:37:48 2017 +0100
  37. 090c849 xlat lib: Reorganize architectural defs by Sandrine Bailleux · Fri May 19 09:59:37 2017 +0100
  38. 4e8f145 xlat lib v2: Print some debug statistics by Sandrine Bailleux · Fri May 26 15:47:08 2017 +0100
  39. fe42f9c Use standard UNIX file:line format in assert by Roberto Vargas · Tue Jul 18 16:02:50 2017 +0100
  40. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  41. d0c8273 Introduce TF_LDFLAGS by Douglas Raillard · Thu Jun 22 14:44:48 2017 +0100
  42. 505f467 Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53 by danh-arm · Wed Jun 28 13:47:40 2017 +0100
  43. 4d2990c Merge pull request #1001 from davidcunado-arm/dc/fix-signed-comparisons by danh-arm · Wed Jun 28 13:46:46 2017 +0100
  44. 09bb548 Merge pull request #978 from etienne-lms/minor-build by danh-arm · Wed Jun 28 13:46:19 2017 +0100
  45. 8a354f1 Resolve signed-unsigned comparison issues by David Cunado · Wed Jun 21 16:52:45 2017 +0100
  46. 320c332 Merge pull request #994 from soby-mathew/sm/fwu_fix by davidcunado-arm · Mon Jun 26 09:54:24 2017 +0100
  47. e98a7bc Merge pull request #976 from etienne-lms/minor-psci by davidcunado-arm · Fri Jun 23 14:42:06 2017 +0100
  48. 400adc0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · Fri Jun 23 12:48:11 2017 +0100
  49. 41263a1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · Fri Jun 23 08:39:19 2017 +0100
  50. 3fdf5f3 PSCI: use same function prototype as in header file by Etienne Carriere · Wed Jun 07 16:42:42 2017 +0200
  51. d171bfc psci: minor fixes in lib by Etienne Carriere · Thu Jun 22 22:10:32 2017 +0200
  52. d56fb04 Apply workarounds for A53 Cat A Errata 835769 and 843419 by Douglas Raillard · Mon Jun 19 15:38:02 2017 +0100
  53. 12f8be5 aarch32: Apply workaround for errata 813419 of Cortex-A57 by Dimitris Papastamos · Tue Jun 20 09:25:10 2017 +0100
  54. ee3457b aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · Tue May 23 09:32:49 2017 +0100
  55. fee8653 Fully initialise essential control registers by David Cunado · Thu Apr 13 22:38:29 2017 +0100
  56. f7e8aee Exit early if size zero for cache helpers by Soby Mathew · Thu Jun 15 16:18:45 2017 +0100
  57. e7313f2 Merge pull request #983 from dp-arm/dp/aarch32-errata by davidcunado-arm · Tue Jun 20 22:05:48 2017 +0100
  58. 2b40ca6 aarch32: Implement errata workarounds for Cortex A57 by Dimitris Papastamos · Mon Jun 05 14:55:41 2017 +0100
  59. 9c47a5a aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · Mon Jun 05 13:37:25 2017 +0100
  60. 370542e aarch32: Implement cpu_rev_var_hs() by Dimitris Papastamos · Mon Jun 05 13:36:34 2017 +0100
  61. 8bf7f23 xlat_tables_v2: fix signed/unsigned comparisons by Varun Wadekar · Fri Jun 16 14:15:34 2017 -0700
  62. 1384a16 Unique names for defines in the CPU libraries by Varun Wadekar · Mon Jun 05 14:54:46 2017 -0700
  63. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · Wed Jun 07 09:57:42 2017 -0700
  64. 805c2c7 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · Wed Nov 09 16:29:02 2016 +0000
  65. 142df8f compiler-rt: Remove unused int_util.[ch] files by dp-arm · Wed May 24 15:23:02 2017 +0100
  66. 815faa8 Use a callee-saved register to be AAPCS-compliant by dp-arm · Fri May 05 12:21:03 2017 +0100
  67. 1b18bd5 Merge pull request #945 from antonio-nino-diaz-arm/an/xlat-dependency by danh-arm · Mon May 22 15:29:12 2017 +0100
  68. 3b3ce18 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · Mon May 22 15:28:17 2017 +0100
  69. c013252 xlat: Fix missing header file dependency by Antonio Nino Diaz · Wed May 17 16:25:40 2017 +0100
  70. 11a6e9d Simplify assert() to reduce memory usage by Antonio Nino Diaz · Tue May 16 09:52:02 2017 +0100
  71. 5c51e09 Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2 by davidcunado-arm · Fri May 12 22:48:34 2017 +0100
  72. e3cc838 Hook up LLVM compiler-rt in the build system by dp-arm · Thu May 04 12:15:35 2017 +0100
  73. 75b6057 Import builtins from LLVM compiler-rt project by dp-arm · Thu May 04 12:12:06 2017 +0100
  74. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · Thu May 11 16:04:52 2017 +0100
  75. 9b11f39 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · Mon May 08 16:43:53 2017 +0100
  76. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · Fri May 05 09:50:34 2017 +0100
  77. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · Thu May 04 16:35:19 2017 +0100
  78. bc1a929 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · Thu Feb 16 14:55:15 2017 +0000
  79. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  80. 2a9b882 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · Tue Feb 21 14:40:44 2017 +0000
  81. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · Thu Apr 27 13:30:22 2017 +0100
  82. 014f833 Merge pull request #923 from nmenon/fix_xlat_1 by davidcunado-arm · Tue May 02 15:32:23 2017 +0100
  83. 6f24346 xlat lib: Don't set mmap_attr_t enum to be -1 by Nishanth Menon · Mon May 01 12:26:34 2017 -0500
  84. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · Sat Apr 29 08:36:12 2017 -0700
  85. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · Mon Apr 10 11:45:52 2017 -0700
  86. fdc9ee8 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · Mon Apr 24 14:40:16 2017 +0100
  87. bf360df Merge pull request #910 from dp-arm/dp/AArch32-juno-port by davidcunado-arm · Fri Apr 21 17:10:27 2017 +0100
  88. b68095d Merge pull request #898 from soby-mathew/sm/dcache-early by davidcunado-arm · Fri Apr 21 11:45:53 2017 +0100
  89. a9f776c AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · Thu Nov 10 16:17:51 2016 +0000
  90. 04980a3 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · Wed Apr 19 14:02:23 2017 +0100
  91. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · Wed Mar 22 15:48:51 2017 +0000
  92. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · Thu Apr 20 09:58:28 2017 +0100
  93. 808c229 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · Tue Apr 18 15:16:05 2017 +0100
  94. 043fe9c PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · Mon Apr 10 22:35:42 2017 +0100
  95. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · Wed Apr 12 22:23:44 2017 +0100
  96. 306593d Add support for GCC stack protection by Douglas Raillard · Fri Feb 24 18:14:15 2017 +0000
  97. e98fa3a Remove dead loops in assert() in C and ASM by Antonio Nino Diaz · Thu Feb 16 16:49:18 2017 +0000
  98. e3962d0 Flush console where necessary by Antonio Nino Diaz · Thu Feb 16 16:17:19 2017 +0000
  99. 47b4443 Merge pull request #880 from Summer-ARM/sq/tcr-memory-attribution by davidcunado-arm · Wed Mar 29 17:54:54 2017 +0100
  100. 8cbdab2 Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_test by davidcunado-arm · Wed Mar 29 09:58:20 2017 +0100