1. 30d81c3 RAS: Add helpers to access Standard Error Records by Jeenu Viswambharan · 8 years ago
  2. 14c6016 AArch64: Introduce RAS handling by Jeenu Viswambharan · 7 years ago
  3. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
  4. 0c487ea smccc: Fix checkpatch error in header file by Antonio Nino Diaz · 7 years ago
  5. c853dc7 Merge pull request #1363 from antonio-nino-diaz-arm/an/res1-ap by danh-arm · 7 years ago
  6. 0522c1e Merge pull request #1360 from antonio-nino-diaz-arm/an/smccc-v2 by danh-arm · 7 years ago
  7. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  8. 8f4dbaa arch_helpers: use u_register_t for register read/write by Masahiro Yamada · 8 years ago
  9. 01c0a38 xlat: Set AP[1] to 1 when it is RES1 by Antonio Nino Diaz · 7 years ago
  10. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 7 years ago
  11. 336ece6 Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra by Dimitris Papastamos · 7 years ago
  12. b3323cd Fix some MISRA defects in SPM code by Antonio Nino Diaz · 7 years ago
  13. 9ec3921 Check presence of fix for errata 843419 in Cortex-A53 by Jonathan Wright · 7 years ago
  14. 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 7 years ago
  15. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  16. 3eacacc lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  17. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  18. a205a56 Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 7 years ago
  19. 3991a6a Use PFR0 to identify need for mitigation of CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  20. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 7 years ago
  21. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  22. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  23. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  24. bd8e6a9 Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 7 years ago
  25. c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 7 years ago
  26. ba91a00 Merge pull request #1274 from dp-arm/dp/a75 by davidcunado-arm · 7 years ago
  27. 5724481 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 7 years ago
  28. 714b21f MISRA fixes for Cortex A75 AMU implementation by Dimitris Papastamos · 7 years ago
  29. f06890e Refactor AMU support for Cortex A75 by Dimitris Papastamos · 7 years ago
  30. a2e702a Factor out CPU AMU helpers by Dimitris Papastamos · 7 years ago
  31. 2ff8fbf Implement {spe,sve}_supported() helpers and refactor code by Dimitris Papastamos · 7 years ago
  32. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 7 years ago
  33. 4abd7fa Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 7 years ago
  34. 9fd2f13 Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 7 years ago
  35. 9c00555 Merge pull request #1253 from dp-arm/dp/amu32 by davidcunado-arm · 8 years ago
  36. c43d685 zlib: add gunzip() support by Masahiro Yamada · 8 years ago
  37. 9bc94a6 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 8 years ago
  38. c70da54 AMU: Implement context save/restore for aarch32 by Joel Hutton · 8 years ago
  39. ce213b9 AMU: Add assembler helper functions for aarch32 by Joel Hutton · 8 years ago
  40. eefd04b Merge pull request #1235 from jwerner-chromium/JW_udelay by davidcunado-arm · 8 years ago
  41. d9bd656 Optimize/cleanup BPIALL workaround by Dimitris Papastamos · 8 years ago
  42. 3a1b067 Implement support for SMCCC v1.1 by Dimitris Papastamos · 8 years ago
  43. d95eb47 Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 8 years ago
  44. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 8 years ago
  45. 7baa7bc Make div_round_up() correct for divisors that are not a power of 2 by Julius Werner · 8 years ago
  46. 3429c77 Add platform-independent coreboot support library by Julius Werner · 8 years ago
  47. 0d3a27e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 8 years ago
  48. e4b34ef Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 by Dimitris Papastamos · 8 years ago
  49. 7343505 sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 8 years ago
  50. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
  51. 109ae26 utils: rename struct mem_region_t to struct mem_region by Masahiro Yamada · 8 years ago
  52. 5f3c7ce Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 8 years ago
  53. 53bfb94 Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 8 years ago
  54. b6eb393 AMU: Add hooks to save/restore AMU context by Dimitris Papastamos · 8 years ago
  55. 0767d50 AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 8 years ago
  56. 59902b7 AMU: Add plat interface to select which group 1 counters to enable by Dimitris Papastamos · 8 years ago
  57. 7593252 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 8 years ago
  58. 780edd8 Use PFR0 to identify need for mitigation of CVE-2017-5915 by Dimitris Papastamos · 8 years ago
  59. a1781a2 Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 8 years ago
  60. 155a100 utils_def: Add REGSZ and make BIT() assembly-compatible by Julius Werner · 8 years ago
  61. 211d307 Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 8 years ago
  62. 45d640f SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · 8 years ago
  63. 1a85337 Enable SVE for Non-secure world by David Cunado · 8 years ago
  64. ef69e1e AMU: Implement support for aarch32 by Dimitris Papastamos · 8 years ago
  65. 380559c AMU: Implement support for aarch64 by Dimitris Papastamos · 8 years ago
  66. 0319a97 Implement support for the Activity Monitor Unit on Cortex A75 by Dimitris Papastamos · 8 years ago
  67. 71f8a6a Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 8 years ago
  68. fe964ec Merge pull request #1163 from antonio-nino-diaz-arm/an/parange by davidcunado-arm · 8 years ago
  69. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  70. 6504b2c Add ARMv8.2 ID_AA64MMFR0_EL1.PARange value by Antonio Nino Diaz · 8 years ago
  71. 91089f3 Move FPEXC32_EL2 to FP Context by David Cunado · 8 years ago
  72. 781f4aa ARM platforms: Provide SDEI entry point validation by Jeenu Viswambharan · 8 years ago
  73. 21b818c BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 8 years ago
  74. 9500d5a Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 8 years ago
  75. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 8 years ago
  76. ad02a75 xlat: Make function to calculate TCR PA bits public by Antonio Nino Diaz · 8 years ago
  77. 634e4d2 aarch32: add missing dmb() macro by Etienne Carriere · 8 years ago
  78. 64cc6e9 ARMv7 may not support Virtualization Extensions by Etienne Carriere · 8 years ago
  79. 1ca8d02 ARMv7: introduce Cortex-A12 by Etienne Carriere · 8 years ago
  80. 778e411 ARMv7: introduce Cortex-A17 by Etienne Carriere · 8 years ago
  81. 6ff43c2 ARMv7: introduce Cortex-A7 by Etienne Carriere · 8 years ago
  82. d56a846 ARMv7: introduce Cortex-A5 by Etienne Carriere · 8 years ago
  83. e3148c2 ARMv7: introduce Cortex-A9 by Etienne Carriere · 8 years ago
  84. 10922e7 ARMv7: introduce Cortex-A15 by Etienne Carriere · 8 years ago
  85. 94f4700 ARMv7 architecture have specific system registers by Etienne Carriere · 8 years ago
  86. 92c5066 Merge pull request #1153 from robertovargas-arm/fix-macros by davidcunado-arm · 8 years ago
  87. f9a6db0 Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatory by davidcunado-arm · 8 years ago
  88. e8a87ac Fix usage of IMAGE_BLx macros by Roberto Vargas · 8 years ago
  89. 2614ea3 Change sizeof to use type of struct not function by Joel Hutton · 8 years ago
  90. 17b4c0d aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 8 years ago
  91. bd0c347 PSCI: Publish CPU ON event by Jeenu Viswambharan · 8 years ago
  92. 8e743bc BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 8 years ago
  93. 623c437 Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 8 years ago
  94. 8b9f419 Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr by davidcunado-arm · 8 years ago
  95. b4e81a3 Merge pull request #1129 from robertovargas-arm/enable_O0 by davidcunado-arm · 8 years ago
  96. ccd0c24 Merge pull request #1127 from davidcunado-arm/dc/pmrc_init by davidcunado-arm · 8 years ago
  97. 5d2f87e Merge pull request #1126 from robertovargas-arm/psci-v1.1 by davidcunado-arm · 8 years ago
  98. ec0c8fd Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · 8 years ago
  99. 996d6b3 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · 8 years ago
  100. 1be910b xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · 8 years ago