1. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 7 years ago
  2. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  3. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  4. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 7 years ago
  5. 014f833 Merge pull request #923 from nmenon/fix_xlat_1 by davidcunado-arm · 7 years ago
  6. 6f24346 xlat lib: Don't set mmap_attr_t enum to be -1 by Nishanth Menon · 7 years ago
  7. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  8. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  9. fdc9ee8 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · 7 years ago
  10. bf360df Merge pull request #910 from dp-arm/dp/AArch32-juno-port by davidcunado-arm · 7 years ago
  11. b68095d Merge pull request #898 from soby-mathew/sm/dcache-early by davidcunado-arm · 7 years ago
  12. a9f776c AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 8 years ago
  13. 04980a3 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 7 years ago
  14. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  15. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  16. 808c229 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  17. 043fe9c PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  18. 6460924 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  19. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  20. e98fa3a Remove dead loops in assert() in C and ASM by Antonio Nino Diaz · 7 years ago
  21. e3962d0 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  22. 47b4443 Merge pull request #880 from Summer-ARM/sq/tcr-memory-attribution by davidcunado-arm · 7 years ago
  23. 8cbdab2 Merge pull request #870 from douglas-raillard-arm/dr/remove_asm_signed_test by davidcunado-arm · 7 years ago
  24. daf5dbb Add support to change xlat_tables to non-cacheable by Summer Qin · 7 years ago
  25. 00eefd9 Add workaround for ARM Cortex-A53 erratum 855873 by Andre Przywara · 8 years ago
  26. 9d92e8c Replace ASM signed tests with unsigned by Douglas Raillard · 7 years ago
  27. f270d6b Merge pull request #861 from soby-mathew/sm/aarch32_fixes by davidcunado-arm · 7 years ago
  28. 1fecc8d Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  29. c4364f6 Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlat by davidcunado-arm · 7 years ago
  30. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 7 years ago
  31. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  32. 755e54f Improve debug output of the translation tables by Antonio Nino Diaz · 7 years ago
  33. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · 7 years ago
  34. 077ab54 AArch32: Fix normal memory bakery compilation by Soby Mathew · 7 years ago
  35. 0a7e27c Merge pull request #853 from vwadekar/tegra-changes-from-downstream-v3 by davidcunado-arm · 7 years ago
  36. 346bfd8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 7 years ago
  37. 0b56d6f PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 7 years ago
  38. 8f87cc3 cpus: denver: remove barrier from denver_enable_dco() by Varun Wadekar · 8 years ago
  39. 1cc176b Merge pull request #848 from douglas-raillard-arm/dr/improve_errata_doc by danh-arm · 7 years ago
  40. d43583c cpus: denver: disable DCO operations from platform code by Varun Wadekar · 8 years ago
  41. c847f66 Clarify errata ERRATA_A53_836870 documentation by Douglas Raillard · 7 years ago
  42. 3c337a6 cpus: Add support for all Denver variants by Varun Wadekar · 9 years ago
  43. f526d59 Merge pull request #843 from jeenu-arm/cas-lock by danh-arm · 7 years ago
  44. 0470202 Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing by davidcunado-arm · 7 years ago
  45. fca7680 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 7 years ago
  46. 37ce150 PSCI: Do stat accounting for retention/standby states by dp-arm · 7 years ago
  47. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  48. a8954fc Replace some memset call by zeromem by Douglas Raillard · 7 years ago
  49. 21362a9 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  50. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · 7 years ago
  51. 2165a3e stdlib: Import timingsafe_bcmp() from FreeBSD by Antonio Nino Diaz · 7 years ago
  52. 18babd3 Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen by danh-arm · 7 years ago
  53. ccfc829 Add strnlen() to local C library by Sandrine Bailleux · 7 years ago
  54. 980f185 Merge pull request #800 from masahir0y/ifdef by danh-arm · 7 years ago
  55. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  56. c4806d7 Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt by danh-arm · 7 years ago
  57. 1f5f812 Correct system include order by David Cunado · 7 years ago
  58. fecb2c1 libfdt: Replace v1.4.1 by v1.4.2 by Antonio Nino Diaz · 7 years ago
  59. 57e4bee libfdt: Minor changes to enable TF integration by Antonio Nino Diaz · 7 years ago
  60. 3057efb libfdt: Import libfdt v1.4.2 by Antonio Nino Diaz · 7 years ago
  61. 2b0a176 Merge pull request #788 from jeenu-arm/cpuops-framework by danh-arm · 8 years ago
  62. a1d1da7 Merge pull request #779 from dp-arm/dp/rtinstr-cache by danh-arm · 8 years ago
  63. 65f43f5 Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes by danh-arm · 8 years ago
  64. ee5eb80 Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 8 years ago
  65. ef40c28 Merge pull request #780 from douglas-raillard-arm/dr/fix_asm_signed_comparison by danh-arm · 8 years ago
  66. 861be8e Fix integer comparison in memcpy16 by Douglas Raillard · 8 years ago
  67. 2d92de6 Add two timestamps to measure PSCI cache flush overhead by dp-arm · 8 years ago
  68. 9f1f5cb Merge pull request #776 from dp-arm/dp/memcmp-fix by danh-arm · 8 years ago
  69. b54c1a5 Merge pull request #775 from soby-mathew/sm/AArch32_stack_align by danh-arm · 8 years ago
  70. 010888d Forbid block descriptors in initial xlat table levels by Antonio Nino Diaz · 8 years ago
  71. d1beee2 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · 8 years ago
  72. 46a33a5 Assert correct granularity when mapping a PA by Antonio Nino Diaz · 8 years ago
  73. 731cfd0 stdlib: Fix signedness issue in memcmp() by dp-arm · 8 years ago
  74. adb7027 AArch32: Fix the stack alignment issue by Soby Mathew · 8 years ago
  75. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  76. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  77. c14b08e Reset EL2 and EL3 configurable controls by David Cunado · 8 years ago
  78. f9baaa5 Fix normal memory bakery lock implementation by Soby Mathew · 8 years ago
  79. 5f55e28 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 8 years ago
  80. 8742220 Merge pull request #735 from soby-mathew/sm/aarch32_sctlr by danh-arm · 8 years ago
  81. a993c42 Unify SCTLR initialization for AArch32 normal world by Soby Mathew · 8 years ago
  82. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  83. c44c5af AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · 8 years ago
  84. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  85. a4c219a AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 8 years ago
  86. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  87. 1a9644b Merge pull request #702 from jeenu-arm/psci-node-hw-state by danh-arm · 8 years ago
  88. 7f03e9d9 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  89. 7c9d5f8 Flush `psci_plat_pm_ops` after initialization by Soby Mathew · 8 years ago
  90. b4a970a AArch32: Fix SCTLR context initialization by Soby Mathew · 8 years ago
  91. d48ae61 Automatically select initial xlation lookup level by Antonio Nino Diaz · 8 years ago
  92. 89d90dc AArch32: Add support to PSCI lib by Soby Mathew · 8 years ago
  93. 748be1d AArch32: Add support in TF libraries by Soby Mathew · 8 years ago
  94. 935c2e7 AArch32: Add translation table library support by Soby Mathew · 8 years ago
  95. d29f67b AArch32: Add assembly helpers by Soby Mathew · 8 years ago
  96. 7b5c9b3 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  97. fea233c Fix the translation table library for wraparound cases by Soby Mathew · 8 years ago
  98. d59a669 Merge pull request #670 from achingupta/ag/psci_retention_fix by danh-arm · 8 years ago
  99. 9b2bf25 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 8 years ago
  100. f9f3bbf Validate psci_find_target_suspend_lvl() result by Sandrine Bailleux · 8 years ago