1. bd0c347 PSCI: Publish CPU ON event by Jeenu Viswambharan · 8 years ago
  2. 8e743bc BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 8 years ago
  3. 623c437 Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 8 years ago
  4. 8b9f419 Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr by davidcunado-arm · 8 years ago
  5. b4e81a3 Merge pull request #1129 from robertovargas-arm/enable_O0 by davidcunado-arm · 8 years ago
  6. ccd0c24 Merge pull request #1127 from davidcunado-arm/dc/pmrc_init by davidcunado-arm · 8 years ago
  7. 5d2f87e Merge pull request #1126 from robertovargas-arm/psci-v1.1 by davidcunado-arm · 8 years ago
  8. ec0c8fd Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · 8 years ago
  9. 996d6b3 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · 8 years ago
  10. 1be910b xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · 8 years ago
  11. 8bf5bac xlat: Define translation regime in AArch32 by Antonio Nino Diaz · 8 years ago
  12. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 8 years ago
  13. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 8 years ago
  14. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 8 years ago
  15. 4468442 Merge pull request #1123 from robertovargas-arm/reset2 by davidcunado-arm · 8 years ago
  16. e0f34ea Fix use of MSR (immediate) by Roberto Vargas · 8 years ago
  17. 829e97d Update PSCI version to 1.1 by Roberto Vargas · 8 years ago
  18. 3e61b2b Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 8 years ago
  19. 36a8f8f reset2: Add PSCI system_reset2 function by Roberto Vargas · 8 years ago
  20. 0f49d49 Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements by davidcunado-arm · 8 years ago
  21. ebf1ca1 GICv3: add functions for save and restore by Soby Mathew · 8 years ago
  22. 609c919 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 8 years ago
  23. b4ae615 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · 8 years ago
  24. fdb1964 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 8 years ago
  25. c64d134 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 8 years ago
  26. 03f55a5 xlat: remove cast in MAP_REGION to get back building with GCC 4.9 by Masahiro Yamada · 8 years ago
  27. c2280b3 Merge pull request #1105 from antonio-nino-diaz-arm/an/epd1-bit by davidcunado-arm · 8 years ago
  28. 43cbaf0 Add mem_region utility functions by Roberto Vargas · 8 years ago
  29. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 8 years ago
  30. e47ac1f Fix type of `unsigned long` constants by Antonio Nino Diaz · 8 years ago
  31. 3388b38 Set TCR_EL1.EPD1 bit to 1 by Antonio Nino Diaz · 8 years ago
  32. 756f9bb Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · 8 years ago
  33. 508a0f2 Merge pull request #1096 from davidcunado-arm/im/mair_attributes_helper by davidcunado-arm · 8 years ago
  34. 04880e3 Helper macro to create MAIR encodings by Isla Mitchell · 8 years ago
  35. 769d65d xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · 8 years ago
  36. 6de9b33 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 8 years ago
  37. 45b52c2 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 8 years ago
  38. 413115e Merge pull request #1019 from etienne-lms/log-size by davidcunado-arm · 8 years ago
  39. 86606eb cpu log buffer size depends on cache line size by Etienne Carriere · 8 years ago
  40. b15bab6 Merge pull request #1066 from islmit01/im/enable_cnp_bit by danh-arm · 8 years ago
  41. 80bcf98 CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · 8 years ago
  42. e4e6c4b CPU: Make shifted constants unsigned by Eleanor Bonnici · 8 years ago
  43. 9fce272 Enable CnP bit for ARMv8.2 CPUs by Isla Mitchell · 8 years ago
  44. f45e232 Add macro to test for minimum architecture version by Jeenu Viswambharan · 8 years ago
  45. 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
  46. 1862d62 lib: psci: early suspend handler for platforms by Varun Wadekar · 8 years ago
  47. de3d704 Emphasize that TF only supports 4 KB granule size by Sandrine Bailleux · 8 years ago
  48. 0044231 xlat lib: Fix some types by Sandrine Bailleux · 8 years ago
  49. a9ad848 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 8 years ago
  50. 55c8496 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · 8 years ago
  51. 8933c34 xlat lib: Reorganize architectural defs by Sandrine Bailleux · 8 years ago
  52. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  53. d70a7d0 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 8 years ago
  54. 9151ac0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · 8 years ago
  55. ee881c1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · 8 years ago
  56. 2ed7b71 context_mgmt: declare extern cm_set_next_context() for AArch32 by Etienne Carriere · 8 years ago
  57. 5507408 bl: security_state should be of type unsigned int by Etienne Carriere · 8 years ago
  58. 6f512a3 aarch32: Apply workaround for errata 813419 of Cortex-A57 by Dimitris Papastamos · 8 years ago
  59. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  60. 18f2efd Fully initialise essential control registers by David Cunado · 8 years ago
  61. f9688f2 aarch32: Fix L2CTRL definition for Cortex A57 and A72 by Dimitris Papastamos · 8 years ago
  62. 3749d85 aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · 8 years ago
  63. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  64. 6176b4f Add U() macro to share constants between C and other sources by Varun Wadekar · 8 years ago
  65. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  66. 81bccbf Fix stdlib defines for AArch32 by Soby Mathew · 8 years ago
  67. e6a993d stdlib: support AARCH32 in endian head file by Haojian Zhuang · 8 years ago
  68. b15f31a stdlib: import endian head file from freebsd by Haojian Zhuang · 8 years ago
  69. d40ab48 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · 9 years ago
  70. cfac68a Cortex-A53: add some bit definitions by Haojian Zhuang · 8 years ago
  71. d546185 build: Introduce clang support by dp-arm · 8 years ago
  72. e715e67 Merge pull request #938 from masahir0y/tools_share by danh-arm · 8 years ago
  73. 2a6c1a8 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 8 years ago
  74. 81602a9 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · 8 years ago
  75. 0da2fe7 Simplify assert() to reduce memory usage by Antonio Nino Diaz · 8 years ago
  76. 823cc7a Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2 by davidcunado-arm · 8 years ago
  77. b6285d6 AArch32: Rework SMC context save and restore mechanism by Soby Mathew · 8 years ago
  78. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  79. e769db3 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · 8 years ago
  80. 5e62327 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 8 years ago
  81. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 8 years ago
  82. b10d449 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 8 years ago
  83. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  84. 4b427bd Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · 8 years ago
  85. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 8 years ago
  86. a564025 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 8 years ago
  87. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 8 years ago
  88. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  89. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 8 years ago
  90. 79199f7 Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0 by davidcunado-arm · 8 years ago
  91. c99a16f Merge pull request #901 from vwadekar/freebsd-stdbool-header by davidcunado-arm · 8 years ago
  92. 0c7c441 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · 8 years ago
  93. 484acce Merge pull request #910 from dp-arm/dp/AArch32-juno-port by davidcunado-arm · 8 years ago
  94. 6f24934 AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 9 years ago
  95. 07570d5 Changes to support execution in AArch32 state for JUNO by Yatharth Kochar · 9 years ago
  96. dc78758 AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 9 years ago
  97. 28fa2e9 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 8 years ago
  98. aa61368 Control inclusion of helper code used for asserts by Antonio Nino Diaz · 8 years ago
  99. 7a317a7 tspd:FWU:Fix usage of SMC_RET0 by Antonio Nino Diaz · 8 years ago
  100. 230f0d9 lib: stdbool header from the FreeBSD project by Varun Wadekar · 8 years ago