1. 9719c5e Merge pull request #1059 from kenkuang/intergration by davidcunado-arm · 7 years ago
  2. 16484dd psci_common: Resolve GCC static analysis false positive by Alistair Francis · 7 years ago
  3. 00eac15 fix a typo about sctlr_el2 by Ken Kuang · 7 years ago
  4. 9db8f2e Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 7 years ago
  5. b036355 Merge pull request #1021 from vwadekar/psci-early-suspend-handler by davidcunado-arm · 7 years ago
  6. 9882e06 Merge pull request #1045 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 7 years ago
  7. de6628d xlat lib v2: Fix sign of debug loop variable by Sandrine Bailleux · 7 years ago
  8. ae87f4b lib: psci: early suspend handler for platforms by Varun Wadekar · 7 years ago
  9. 062b640 Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 7 years ago
  10. 4e32add Merge pull request #1033 from davidcunado-arm/dc/psci_flush by davidcunado-arm · 7 years ago
  11. c7284d2 Merge pull request #1031 from robertovargas-arm/assert_format by davidcunado-arm · 7 years ago
  12. 06adba2 Address edge case for stale PSCI CPU data in cache by David Cunado · 7 years ago
  13. 12e8644 xlat lib: Fix some types by Sandrine Bailleux · 7 years ago
  14. 9c01930 Import ctzdi2.c from LLVM compiler-rt by Sandrine Bailleux · 7 years ago
  15. 46c53a2 xlat lib v2: Remove hard-coded virtual address space size by Sandrine Bailleux · 7 years ago
  16. 1423d05 xlat lib v2: Refactor the functions enabling the MMU by Sandrine Bailleux · 7 years ago
  17. c5b6377 xlat lib v2: Remove init_xlat_tables_arch() function by Sandrine Bailleux · 7 years ago
  18. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 7 years ago
  19. 3120ea2 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · 7 years ago
  20. 090c849 xlat lib: Reorganize architectural defs by Sandrine Bailleux · 7 years ago
  21. 4e8f145 xlat lib v2: Print some debug statistics by Sandrine Bailleux · 7 years ago
  22. fe42f9c Use standard UNIX file:line format in assert by Roberto Vargas · 7 years ago
  23. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  24. d0c8273 Introduce TF_LDFLAGS by Douglas Raillard · 7 years ago
  25. 505f467 Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53 by danh-arm · 7 years ago
  26. 4d2990c Merge pull request #1001 from davidcunado-arm/dc/fix-signed-comparisons by danh-arm · 7 years ago
  27. 09bb548 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 7 years ago
  28. 8a354f1 Resolve signed-unsigned comparison issues by David Cunado · 7 years ago
  29. 320c332 Merge pull request #994 from soby-mathew/sm/fwu_fix by davidcunado-arm · 7 years ago
  30. e98a7bc Merge pull request #976 from etienne-lms/minor-psci by davidcunado-arm · 7 years ago
  31. 400adc0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · 7 years ago
  32. 41263a1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · 7 years ago
  33. 3fdf5f3 PSCI: use same function prototype as in header file by Etienne Carriere · 7 years ago
  34. d171bfc psci: minor fixes in lib by Etienne Carriere · 7 years ago
  35. d56fb04 Apply workarounds for A53 Cat A Errata 835769 and 843419 by Douglas Raillard · 7 years ago
  36. 12f8be5 aarch32: Apply workaround for errata 813419 of Cortex-A57 by Dimitris Papastamos · 7 years ago
  37. ee3457b aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 7 years ago
  38. fee8653 Fully initialise essential control registers by David Cunado · 7 years ago
  39. f7e8aee Exit early if size zero for cache helpers by Soby Mathew · 7 years ago
  40. e7313f2 Merge pull request #983 from dp-arm/dp/aarch32-errata by davidcunado-arm · 7 years ago
  41. 2b40ca6 aarch32: Implement errata workarounds for Cortex A57 by Dimitris Papastamos · 7 years ago
  42. 9c47a5a aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · 7 years ago
  43. 370542e aarch32: Implement cpu_rev_var_hs() by Dimitris Papastamos · 7 years ago
  44. 8bf7f23 xlat_tables_v2: fix signed/unsigned comparisons by Varun Wadekar · 7 years ago
  45. 1384a16 Unique names for defines in the CPU libraries by Varun Wadekar · 7 years ago
  46. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  47. 805c2c7 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · 8 years ago
  48. 142df8f compiler-rt: Remove unused int_util.[ch] files by dp-arm · 7 years ago
  49. 815faa8 Use a callee-saved register to be AAPCS-compliant by dp-arm · 7 years ago
  50. 1b18bd5 Merge pull request #945 from antonio-nino-diaz-arm/an/xlat-dependency by danh-arm · 7 years ago
  51. 3b3ce18 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · 7 years ago
  52. c013252 xlat: Fix missing header file dependency by Antonio Nino Diaz · 7 years ago
  53. 11a6e9d Simplify assert() to reduce memory usage by Antonio Nino Diaz · 7 years ago
  54. 5c51e09 Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2 by davidcunado-arm · 7 years ago
  55. e3cc838 Hook up LLVM compiler-rt in the build system by dp-arm · 7 years ago
  56. 75b6057 Import builtins from LLVM compiler-rt project by dp-arm · 7 years ago
  57. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  58. 9b11f39 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  59. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 7 years ago
  60. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  61. bc1a929 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 7 years ago
  62. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  63. 2a9b882 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 7 years ago
  64. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 7 years ago
  65. 014f833 Merge pull request #923 from nmenon/fix_xlat_1 by davidcunado-arm · 7 years ago
  66. 6f24346 xlat lib: Don't set mmap_attr_t enum to be -1 by Nishanth Menon · 7 years ago
  67. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  68. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  69. fdc9ee8 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · 7 years ago
  70. bf360df Merge pull request #910 from dp-arm/dp/AArch32-juno-port by davidcunado-arm · 7 years ago
  71. b68095d Merge pull request #898 from soby-mathew/sm/dcache-early by davidcunado-arm · 7 years ago
  72. a9f776c AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 8 years ago
  73. 04980a3 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 7 years ago
  74. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  75. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  76. 808c229 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  77. 043fe9c PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  78. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  79. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  80. e98fa3a Remove dead loops in assert() in C and ASM by Antonio Nino Diaz · 7 years ago
  81. e3962d0 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  82. 47b4443 Merge pull request #880 from Summer-ARM/sq/tcr-memory-attribution by davidcunado-arm · 7 years ago
  83. 8cbdab2 Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_test by davidcunado-arm · 7 years ago
  84. daf5dbb Add support to change xlat_tables to non-cacheable by Summer Qin · 7 years ago
  85. 00eefd9 Add workaround for ARM Cortex-A53 erratum 855873 by Andre Przywara · 8 years ago
  86. 9d92e8c Replace ASM signed tests with unsigned by Douglas Raillard · 7 years ago
  87. f270d6b Merge pull request #861 from soby-mathew/sm/aarch32_fixes by davidcunado-arm · 7 years ago
  88. 1fecc8d Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  89. c4364f6 Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlat by davidcunado-arm · 7 years ago
  90. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 7 years ago
  91. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  92. 755e54f Improve debug output of the translation tables by Antonio Nino Diaz · 7 years ago
  93. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · 7 years ago
  94. 077ab54 AArch32: Fix normal memory bakery compilation by Soby Mathew · 7 years ago
  95. 0a7e27c Merge pull request #853 from vwadekar/tegra-changes-from-downstream-v3 by davidcunado-arm · 7 years ago
  96. 346bfd8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 7 years ago
  97. 0b56d6f PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 7 years ago
  98. 8f87cc3 cpus: denver: remove barrier from denver_enable_dco() by Varun Wadekar · 8 years ago
  99. 1cc176b Merge pull request #848 from douglas-raillard-arm/dr/improve_errata_doc by danh-arm · 7 years ago
  100. d43583c cpus: denver: disable DCO operations from platform code by Varun Wadekar · 8 years ago