1. cc9b496 Merge pull request #1406 from robertovargas-arm/uuid by Dimitris Papastamos · Fri Jun 22 15:56:42 2018 +0100
  2. 58c6dd4 SDEI: Fix name of internal function by Jeenu Viswambharan · Fri Jun 22 12:03:44 2018 +0100
  3. e102765 SDEI: Fix determining client EL by Jeenu Viswambharan · Fri Jun 22 12:00:20 2018 +0100
  4. dd6dad0 SDEI: Fix dispatch bug by Jeenu Viswambharan · Fri Jun 22 11:21:35 2018 +0100
  5. 29b18bd Merge pull request #1437 from jeenu-arm/ras-remaining by Dimitris Papastamos · Fri Jun 22 09:36:59 2018 +0100
  6. 8b7e6bc SDEI: Make dispatches synchronous by Jeenu Viswambharan · Fri Feb 16 12:07:48 2018 +0000
  7. 061e9f5 SDEI: Determine client EL from NS context's SCR_EL3 by Jeenu Viswambharan · Thu Jun 21 08:47:42 2018 +0100
  8. 3439230 SDEI: Allow platforms to define explicit events by Jeenu Viswambharan · Wed Jan 17 12:30:11 2018 +0000
  9. 10c3e98 SPM: Allow entering the SP without needing a SMC by Antonio Nino Diaz · Wed Jun 20 12:05:02 2018 +0100
  10. da50cd0 SPM: Refactor entry and exit of the SP by Antonio Nino Diaz · Fri Jun 15 16:21:01 2018 +0100
  11. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · Thu Apr 26 13:36:53 2018 +0100
  12. 4630489 Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes by Dimitris Papastamos · Thu Jun 14 14:33:13 2018 +0100
  13. 4413ad5 xlat v2: Introduce xlat granule size helpers by Antonio Nino Diaz · Mon Jun 11 13:40:32 2018 +0100
  14. 268eb5d SPM: Initialize SP args as expected by cm library by Antonio Nino Diaz · Mon Jun 11 11:01:54 2018 +0100
  15. c5259cc Fix MISRA Rule 5.7 Part 3 by Daniel Boulby · Tue May 15 11:41:55 2018 +0100
  16. d1c1945 Fix MISRA Rule 5.3 Part 3 by Daniel Boulby · Wed May 09 10:28:12 2018 +0100
  17. bb1fd5b SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled by Dimitris Papastamos · Thu Jun 07 11:29:15 2018 +0100
  18. fe5c421 Merge pull request #1392 from dp-arm/dp/cve_2018_3639 by Dimitris Papastamos · Tue May 29 09:28:05 2018 +0100
  19. fbd7f50 SPM: Extract code out of the SMC handler by Antonio Nino Diaz · Wed May 23 11:49:16 2018 +0100
  20. c4f2752 SPM: Replace SP init flag by generic state enum by Antonio Nino Diaz · Wed May 23 09:09:41 2018 +0100
  21. 2875931 SPM: Shorten names of types and functions by Antonio Nino Diaz · Tue May 22 16:26:48 2018 +0100
  22. 7b28b54 SPM: Move xlat-related functions to separate file by Antonio Nino Diaz · Tue May 22 16:45:35 2018 +0100
  23. 2ac9a44 SPM: Move all SP-related info to SP context struct by Antonio Nino Diaz · Wed May 23 11:40:46 2018 +0100
  24. ba51d9e Add support for dynamic mitigation for CVE-2018-3639 by Dimitris Papastamos · Wed May 16 11:36:14 2018 +0100
  25. e6625ec Implement static workaround for CVE-2018-3639 by Dimitris Papastamos · Thu Apr 05 14:38:26 2018 +0100
  26. 570c06a Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · Fri Apr 06 15:29:34 2018 +0100
  27. 811934e SPM: Do not trap S-EL0 access to SVE/SIMD/FP regs by Sandrine Bailleux · Wed May 09 14:45:34 2018 +0200
  28. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · Fri Feb 02 15:09:36 2018 +0900
  29. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · Thu Apr 19 01:18:48 2018 +0900
  30. 5621275 spd: add static qualifier to locally used functions and data by Masahiro Yamada · Thu Apr 19 01:14:42 2018 +0900
  31. 09f51d4 Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra by Dimitris Papastamos · Wed Apr 18 10:54:26 2018 +0100
  32. e881147 Fix some MISRA defects in SPM code by Antonio Nino Diaz · Tue Apr 17 15:10:18 2018 +0100
  33. b72de19 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · Mon Apr 16 15:04:28 2018 +0100
  34. d4b35e1 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  35. 69abcd4 Fix MISRA rule 8.3 Part 3 by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  36. 6d1f499 Fixup SMCCC_FEATURES return value for SMCCC_ARCH_WORKAROUND_1 by Dimitris Papastamos · Wed Mar 28 12:06:40 2018 +0100
  37. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · Thu Mar 29 13:20:05 2018 +0100
  38. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · Thu Mar 29 09:59:52 2018 +0100
  39. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · Wed Mar 21 11:40:57 2018 +0000
  40. 75a5d8b services: fix switch statements to comply with MISRA rules by Jonathan Wright · Wed Mar 14 15:56:21 2018 +0000
  41. 42b8833 Merge pull request #1321 from sandrine-bailleux-arm/topics/sb/fix-trusty-setup by davidcunado-arm · Thu Mar 22 09:22:13 2018 +0000
  42. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · Wed Mar 21 10:49:27 2018 +0000
  43. 4cfec80 Trusty: Fix sanity check on NS entry point by Sandrine Bailleux · Mon Mar 19 10:41:06 2018 +0100
  44. 914757c Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · Mon Mar 12 14:47:09 2018 +0000
  45. ebf6815 Merge pull request #1239 from arve-android/trusty-fixes by davidcunado-arm · Wed Mar 07 10:43:56 2018 +0000
  46. 9d31cac trusty: Fix another reported misra violation by Arve Hjønnevåg · Fri Mar 02 10:10:00 2018 -0800
  47. d1771c6 trusty: Fix reported misra violation by Arve Hjønnevåg · Thu Mar 01 11:38:18 2018 -0800
  48. ee8c303 trusty: Fix reported static check errors by Arve Hjønnevåg · Wed Feb 28 17:18:55 2018 -0800
  49. ddeb2e7 trusty: Change type of aarch32 flag t bool by Arve Hjønnevåg · Wed Feb 28 17:15:06 2018 -0800
  50. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · Wed Feb 28 18:53:30 2018 +0000
  51. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  52. df1a306 Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · Wed Feb 28 00:30:55 2018 +0000
  53. abf5b06 TSPD: Register preempted SMC error code with EHF by Jeenu Viswambharan · Mon Jan 22 12:42:54 2018 +0000
  54. 8483f36 SDEI: Pop dispatch context only after error checking by Jeenu Viswambharan · Mon Jan 22 12:04:13 2018 +0000
  55. 8f53949 tegra/trusty: Setup tegra specific trusty args in platform code by Arve Hjønnevåg · Wed Feb 21 17:36:44 2018 -0800
  56. eb24dff Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · Mon Feb 19 13:53:48 2018 +0000
  57. 5f73afb Remove URLs from comments by Antonio Nino Diaz · Wed Feb 14 11:41:26 2018 +0000
  58. 2f40f32 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · Thu Jan 11 14:30:22 2018 +0000
  59. 339580c TSPD: Explicitly allow NS preemption for Yielding SMCs by Jeenu Viswambharan · Wed Jan 10 15:22:49 2018 +0000
  60. 0a66162 trusty: generic-arm64-smcall: Use SPDX license identifiers by Arve Hjønnevåg · Thu Feb 01 15:44:04 2018 -0800
  61. 0dcdb1a Implement support for SMCCC v1.1 by Dimitris Papastamos · Fri Jan 19 16:58:29 2018 +0000
  62. 3420e1a trusty: Pass cpu suspend/resume reason to trusty by Arve Hjønnevåg · Mon Nov 27 11:05:46 2017 -0800
  63. 19ad775 trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit by Arve Hjønnevåg · Thu Sep 28 14:59:10 2017 -0700
  64. cef22ea trusty: Add fpu/simd support by Arve Hjønnevåg · Tue Aug 04 16:19:27 2015 -0700
  65. 2db97ad trusty: Add generic-arm64 support by Arve Hjønnevåg · Tue May 12 19:23:24 2015 -0700
  66. afb6f74 trusty: Restore working trusty setup code and include trusty image in build by Arve Hjønnevåg · Tue Nov 28 14:05:30 2017 -0800
  67. e41aa92 Merge pull request #1219 from antonio-nino-diaz-arm/an/mm-version by davidcunado-arm · Tue Jan 16 01:10:26 2018 +0000
  68. 35b37f0 SPM: Fix version header definitions by Antonio Nino Diaz · Mon Jan 08 17:33:34 2018 +0000
  69. b5664d3 spd: tlkd: support for "NS memory ranges" function ID by Varun Wadekar · Mon Jan 08 11:35:40 2018 -0800
  70. 496f54d SPM: Allow secondary CPUs to use the Secure Partition by Antonio Nino Diaz · Mon Jan 08 09:59:33 2018 +0000
  71. c58cb87 SPM: Move initialization flag to context struct by Antonio Nino Diaz · Mon Dec 18 10:51:58 2017 +0000
  72. 843d3f0 SPM: Fix MM_COMMUNICATE_AARCH32/64 parameters by Sandrine Bailleux · Thu Dec 07 09:48:56 2017 +0000
  73. 3316a9e Merge pull request #1187 from antonio-nino-diaz-arm/an/spm-xlat-dram by davidcunado-arm · Sun Dec 10 14:01:37 2017 +0000
  74. d77cc29 Merge pull request #1184 from antonio-nino-diaz-arm/an/bl31-in-dram by davidcunado-arm · Sat Dec 09 23:10:24 2017 +0000
  75. c7a8bcc Merge pull request #1183 from jeenu-arm/sdei-reset-fix by davidcunado-arm · Sat Dec 09 20:42:25 2017 +0000
  76. 086fbd6 SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · Fri Nov 17 11:48:55 2017 +0000
  77. 9c4b1b7 SPM: Remove ARM platforms header from SPM common code by Antonio Nino Diaz · Fri Nov 24 16:43:15 2017 +0000
  78. c94cf26 SDEI: Fix return value of reset calls by Jeenu Viswambharan · Thu Nov 30 10:25:10 2017 +0000
  79. b31ee6b SPM: Rename SP_COMMUNICATE macros by Sandrine Bailleux · Fri Dec 01 09:44:21 2017 +0000
  80. 837173f SPM: Rename SP_MEM_ATTR*** defines by Antonio Nino Diaz · Fri Dec 01 14:12:43 2017 +0000
  81. cc01a642 Merge pull request #1169 from antonio-nino-diaz-arm/an/spm-fixes by davidcunado-arm · Thu Nov 23 23:50:06 2017 +0000
  82. c3fcec1 SDEI: Assert that dynamic events have Normal priority by Jeenu Viswambharan · Thu Nov 16 12:06:34 2017 +0000
  83. 5b58e1a SDEI: Fix security state check for explicit dispatch by Jeenu Viswambharan · Tue Nov 14 10:52:20 2017 +0000
  84. 1adbf56 SPM: Fix SP_COMMUNICATE_AARCH32/64 parameters by Antonio Nino Diaz · Wed Nov 15 10:36:21 2017 +0000
  85. 097e2e1 SPM: Fix calculation of max page granularity by Antonio Nino Diaz · Tue Nov 14 13:41:27 2017 +0000
  86. 22a16f9 SDEI: Fix build error with logging enabled by Jeenu Viswambharan · Mon Nov 13 12:30:45 2017 +0000
  87. cf1f221 SDEI: Add API for explicit dispatch by Jeenu Viswambharan · Mon Oct 02 12:10:54 2017 +0100
  88. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · Mon Oct 16 08:43:14 2017 +0100
  89. 0dcebaf SPM: Fix pointer to MP info in boot info struct by Antonio Nino Diaz · Fri Nov 10 12:25:49 2017 +0000
  90. c41f206 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · Tue Oct 24 10:07:35 2017 +0100
  91. 0fbaa5c spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG` by Antonio Nino Diaz · Thu Oct 19 16:55:48 2017 +0100
  92. 98f8090 trusty: save/restore FPU registers in world switch by Aijun Sun · Tue Sep 19 16:52:08 2017 +0800
  93. ce6cd16 opteed: pass device tree pointer in x2 by Jens Wiklander · Thu Aug 24 13:16:22 2017 +0200
  94. 5d685d3 Support paging function for OPTEE. by Edison Ai · Tue Jul 18 16:52:26 2017 +0800
  95. 9930501 Fix order of #includes by Isla Mitchell · Tue Jul 11 14:54:08 2017 +0100
  96. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · Wed Jun 07 09:57:42 2017 -0700
  97. c8833ea Migrate secure payload dispatchers to new SMC terminology by David Cunado · Sun Apr 16 17:15:08 2017 +0100
  98. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · Thu May 04 16:35:19 2017 +0100
  99. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  100. 7dc9133 Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · Tue May 02 16:32:20 2017 +0100