1. 776ff52 Fix MISRA Rule 5.7 Part 3 by Daniel Boulby · 6 years ago
  2. 7c93424 Fix MISRA Rule 5.3 Part 3 by Daniel Boulby · 6 years ago
  3. 6f03bc7 SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled by Dimitris Papastamos · 6 years ago
  4. d003b19 Merge pull request #1392 from dp-arm/dp/cve_2018_3639 by Dimitris Papastamos · 6 years ago
  5. b62507a SPM: Extract code out of the SMC handler by Antonio Nino Diaz · 6 years ago
  6. 46f996d SPM: Replace SP init flag by generic state enum by Antonio Nino Diaz · 6 years ago
  7. 07f3f63 SPM: Shorten names of types and functions by Antonio Nino Diaz · 6 years ago
  8. bfcdda4 SPM: Move xlat-related functions to separate file by Antonio Nino Diaz · 6 years ago
  9. 22282bb SPM: Move all SP-related info to SP context struct by Antonio Nino Diaz · 6 years ago
  10. fe007b2 Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  11. b8a25bb Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · 6 years ago
  12. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  13. 3984894 SPM: Do not trap S-EL0 access to SVE/SIMD/FP regs by Sandrine Bailleux · 6 years ago
  14. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 7 years ago
  15. 57d1e5f Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  16. 724fd95 spd: add static qualifier to locally used functions and data by Masahiro Yamada · 6 years ago
  17. 336ece6 Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra by Dimitris Papastamos · 6 years ago
  18. b3323cd Fix some MISRA defects in SPM code by Antonio Nino Diaz · 6 years ago
  19. 8b37120 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 6 years ago
  20. 1a29f93 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 7 years ago
  21. a27163b Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 7 years ago
  22. 59dc4ef Fixup SMCCC_FEATURES return value for SMCCC_ARCH_WORKAROUND_1 by Dimitris Papastamos · 6 years ago
  23. 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  24. e74af2a Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  25. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  26. 185a23f services: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  27. b747747 Merge pull request #1321 from sandrine-bailleux-arm/topics/sb/fix-trusty-setup by davidcunado-arm · 6 years ago
  28. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  29. 0d3feba Trusty: Fix sanity check on NS entry point by Sandrine Bailleux · 6 years ago
  30. a205a56 Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 6 years ago
  31. dbf9f28 Merge pull request #1239 from arve-android/trusty-fixes by davidcunado-arm · 6 years ago
  32. 2686f9f trusty: Fix another reported misra violation by Arve Hjønnevåg · 6 years ago
  33. be1b5d4 trusty: Fix reported misra violation by Arve Hjønnevåg · 6 years ago
  34. daf0a72 trusty: Fix reported static check errors by Arve Hjønnevåg · 6 years ago
  35. 8ef782d trusty: Change type of aarch32 flag t bool by Arve Hjønnevåg · 6 years ago
  36. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  37. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  38. 99e198e Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · 6 years ago
  39. 472be0f TSPD: Register preempted SMC error code with EHF by Jeenu Viswambharan · 7 years ago
  40. 8e3032f SDEI: Pop dispatch context only after error checking by Jeenu Viswambharan · 7 years ago
  41. 06ff251 tegra/trusty: Setup tegra specific trusty args in platform code by Arve Hjønnevåg · 7 years ago
  42. 6bf0e07 Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · 7 years ago
  43. fb1198b Remove URLs from comments by Antonio Nino Diaz · 7 years ago
  44. 6027796 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · 7 years ago
  45. 1dd022c TSPD: Explicitly allow NS preemption for Yielding SMCs by Jeenu Viswambharan · 7 years ago
  46. 64b3323 trusty: generic-arm64-smcall: Use SPDX license identifiers by Arve Hjønnevåg · 7 years ago
  47. 3a1b067 Implement support for SMCCC v1.1 by Dimitris Papastamos · 7 years ago
  48. fab2319 trusty: Pass cpu suspend/resume reason to trusty by Arve Hjønnevåg · 7 years ago
  49. 27d8e1e trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit by Arve Hjønnevåg · 7 years ago
  50. cb03c91 trusty: Add fpu/simd support by Arve Hjønnevåg · 9 years ago
  51. 6149615 trusty: Add generic-arm64 support by Arve Hjønnevåg · 9 years ago
  52. 7c3309c trusty: Restore working trusty setup code and include trusty image in build by Arve Hjønnevåg · 7 years ago
  53. 759a7be Merge pull request #1219 from antonio-nino-diaz-arm/an/mm-version by davidcunado-arm · 7 years ago
  54. a5b4c40 SPM: Fix version header definitions by Antonio Nino Diaz · 7 years ago
  55. 62d862e spd: tlkd: support for "NS memory ranges" function ID by Varun Wadekar · 7 years ago
  56. a43c85d SPM: Allow secondary CPUs to use the Secure Partition by Antonio Nino Diaz · 7 years ago
  57. 26bd5f8 SPM: Move initialization flag to context struct by Antonio Nino Diaz · 7 years ago
  58. 4d2787c SPM: Fix MM_COMMUNICATE_AARCH32/64 parameters by Sandrine Bailleux · 7 years ago
  59. 83df7ce Merge pull request #1187 from antonio-nino-diaz-arm/an/spm-xlat-dram by davidcunado-arm · 7 years ago
  60. 9f0ee04 Merge pull request #1184 from antonio-nino-diaz-arm/an/bl31-in-dram by davidcunado-arm · 7 years ago
  61. 62854fc Merge pull request #1183 from jeenu-arm/sdei-reset-fix by davidcunado-arm · 7 years ago
  62. 45d640f SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · 7 years ago
  63. 2633dfe SPM: Remove ARM platforms header from SPM common code by Antonio Nino Diaz · 7 years ago
  64. ad55b97 SDEI: Fix return value of reset calls by Jeenu Viswambharan · 7 years ago
  65. 756a2a0 SPM: Rename SP_COMMUNICATE macros by Sandrine Bailleux · 7 years ago
  66. fa0ed2b SPM: Rename SP_MEM_ATTR*** defines by Antonio Nino Diaz · 7 years ago
  67. d162a27 Merge pull request #1169 from antonio-nino-diaz-arm/an/spm-fixes by davidcunado-arm · 7 years ago
  68. f1a67d0 SDEI: Assert that dynamic events have Normal priority by Jeenu Viswambharan · 7 years ago
  69. 424fc73 SDEI: Fix security state check for explicit dispatch by Jeenu Viswambharan · 7 years ago
  70. d6b532b SPM: Fix SP_COMMUNICATE_AARCH32/64 parameters by Antonio Nino Diaz · 7 years ago
  71. 9efd6e5 SPM: Fix calculation of max page granularity by Antonio Nino Diaz · 7 years ago
  72. 897f04e SDEI: Fix build error with logging enabled by Jeenu Viswambharan · 7 years ago
  73. 55a1266 SDEI: Add API for explicit dispatch by Jeenu Viswambharan · 7 years ago
  74. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  75. ff7d080 SPM: Fix pointer to MP info in boot info struct by Antonio Nino Diaz · 7 years ago
  76. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  77. 92cad5f spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG` by Antonio Nino Diaz · 7 years ago
  78. ab609e1 trusty: save/restore FPU registers in world switch by Aijun Sun · 7 years ago
  79. 19911aa opteed: pass device tree pointer in x2 by Jens Wiklander · 7 years ago
  80. d59a6ac Support paging function for OPTEE. by Edison Ai · 7 years ago
  81. 2a4b4b7 Fix order of #includes by Isla Mitchell · 7 years ago
  82. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  83. bbbbcda Migrate secure payload dispatchers to new SMC terminology by David Cunado · 7 years ago
  84. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  85. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  86. 4b427bd Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · 7 years ago
  87. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  88. 7a317a7 tspd:FWU:Fix usage of SMC_RET0 by Antonio Nino Diaz · 7 years ago
  89. d67d021 spd: trusty: support for AARCH64 mode by Varun Wadekar · 8 years ago
  90. 8e59062 spd: trusty: save context starting from the stack end by Varun Wadekar · 8 years ago
  91. 0e1f9e3 spd: trusty: add SET_ROT_PARAMS handling by Varun Wadekar · 8 years ago
  92. 26670c8 tlkd: execute standard SMC calls on the boot CPU by Varun Wadekar · 8 years ago
  93. feb5aa2 spd: trusty: pass boot params to the Trusted OS by Wayne Lin · 8 years ago
  94. 64c07d0 spd: trusty: only process one function ID at a time by Anthony Zhou · 8 years ago
  95. dae374b spd: trusty: pass VMID via X7 by Anthony Zhou · 9 years ago
  96. 5e810a8 Merge pull request #847 from douglas-raillard-arm/dr/fix_abort_smc by danh-arm · 7 years ago
  97. f6e8ead spd: trusty: OEN_TAP_START aperture for standard calls by Amith · 9 years ago
  98. 57a5a56 Fix TSPD implementation of STD SMC ABORT by Douglas Raillard · 8 years ago
  99. 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 8 years ago
  100. 9edac04 Resolve build errors flagged by GCC 6.2 by David Cunado · 8 years ago