1. a8ab58e Merge changes from topic "jc/coverity-fixes" into integration by Paul Beesley · 5 years ago
  2. fc6b626 Fix Coverity #343017, Missing unlock by Justin Chadwell · 5 years ago
  3. 43f999a spd: opteed: enable NS_TIMER_SWITCH by Sumit Garg · 5 years ago
  4. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  5. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  6. bd97f83 Remove references to old project name from common files by John Tsichritzis · 5 years ago
  7. 00e51ca services/spm: Fix service UUID lookup by Paul Beesley · 5 years ago
  8. 6e756f6 Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · 5 years ago
  9. 75f364b SPM: Adjust size of virtual address space per partition by Antonio Nino Diaz · 5 years ago
  10. 014df18 SPM: Refactor xlat context creation by Antonio Nino Diaz · 5 years ago
  11. 6de6965 SPM: Move shim layer to TTBR1_EL1 by Antonio Nino Diaz · 5 years ago
  12. 5db5930 SPM: Ignore empty regions in resource description by Antonio Nino Diaz · 5 years ago
  13. 7a79328 SPM: Create SPCI auxiliary function by Ambroise Vincent · 5 years ago
  14. bde2836 Remove several warnings reported with W=2 by Ambroise Vincent · 5 years ago
  15. 609e053 Remove several warnings reported with W=1 by Ambroise Vincent · 5 years ago
  16. 6ecfda5 Ensure proper ID register is checked for feature detection by Dimitris Papastamos · 5 years ago
  17. 10608a6 trusty: Include file with GIC definitions by Antonio Nino Diaz · 5 years ago
  18. fa233ac Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlat by Antonio Niño Díaz · 5 years ago
  19. 9efdbc2 SPM: Remove unnecessary register save by Antonio Nino Diaz · 5 years ago
  20. 819dcd7 fvp: trusty: Move dynamic xlat enable to platform by Antonio Nino Diaz · 5 years ago
  21. b29c1b0 Sanitize SPD include paths by Antonio Nino Diaz · 5 years ago
  22. 873e394 Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp by Antonio Niño Díaz · 5 years ago
  23. e056630 Make setjmp.h prototypes comply with the C standard by Antonio Nino Diaz · 5 years ago
  24. 37d9458 trusty: Require dynamic translation tables by Antonio Nino Diaz · 5 years ago
  25. 15440c5 spd: trusty: memmap trusty's code memory before peeking by Varun Wadekar · 6 years ago
  26. 1ffaaec spd: trusty: pass max affinity level to Trusty by Stephen Wolfe · 6 years ago
  27. 278d599 spd: tlkd: remove unwanted assert on System Suspend entry by Mihir Joshi · 6 years ago
  28. 7bc05f5 tlkd: support new TLK SMCs by Mihir Joshi · 6 years ago
  29. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  30. a1d1d24 Merge pull request #1781 from dtwlin/m2 by Antonio Niño Díaz · 5 years ago
  31. d19c343 spd: trusty: trusty_setup should bail on unknown image by David Lin · 5 years ago
  32. 591054a spd: trusty : fix defects flagged by MISRA scan by Anthony Zhou · 7 years ago
  33. c26bd42 SPM: Rename folder of SPM based on MM by Antonio Nino Diaz · 5 years ago
  34. 8855e52 SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 5 years ago
  35. cd1f39b Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 6 years ago
  36. 0e4f761 services/spm_deprecated: fix return code polarity of spm_init() by Ard Biesheuvel · 6 years ago
  37. 021318d services/spm_deprecated: disable alignment checking for S-EL0 by Ard Biesheuvel · 6 years ago
  38. 8aabea3 Correct typographical errors by Paul Beesley · 6 years ago
  39. c024ea6 services/spm_deprecated: permit timer sysreg access at S-EL0 by Ard Biesheuvel · 6 years ago
  40. 0560efb services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 6 years ago
  41. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  42. 4f7812e Merge pull request #1712 from jeenu-arm/ssbs by Soby Mathew · 6 years ago
  43. 2ada829 SPM: Rename files for consistency by Antonio Nino Diaz · 6 years ago
  44. 83a5d51 SPM: Remove remaining SMC interfaces by Antonio Nino Diaz · 6 years ago
  45. e23ae07 SPM: Migrate mem attr get/set helpers to SPRT by Antonio Nino Diaz · 6 years ago
  46. 206d2b3 SPM: Allow preemption in non-blocking requests by Antonio Nino Diaz · 6 years ago
  47. eb1cbb4 SPM: Support non-blocking calls by Antonio Nino Diaz · 6 years ago
  48. aa9ae89 SPM: Implement global response buffer helpers by Antonio Nino Diaz · 6 years ago
  49. 2f48dda SPM: Prevent simultaneous blocking calls by Antonio Nino Diaz · 6 years ago
  50. d54f0ca SPM: Support blocking calls by Antonio Nino Diaz · 6 years ago
  51. 07c13a3 SPM: Introduce SPRT C host library by Antonio Nino Diaz · 6 years ago
  52. 56ae979 SPM: Implement SPCI open/close handle SMCs by Antonio Nino Diaz · 6 years ago
  53. e8ce60a SPM: Introduce SMC handlers for SPCI and SPRT by Antonio Nino Diaz · 6 years ago
  54. bbc8100 SPM: Support multiple xlat tables contexts by Antonio Nino Diaz · 6 years ago
  55. 0fa1a02 SPM: Support multiple partitions by Antonio Nino Diaz · 6 years ago
  56. b212ca9 SPM: Remove old SMC interfaces by Antonio Nino Diaz · 6 years ago
  57. ffb7ce7 SPM: Map memory regions from RD by Antonio Nino Diaz · 6 years ago
  58. 7e5772b SPM: Read entrypoint from resource descriptor by Antonio Nino Diaz · 6 years ago
  59. 680389a SPM: Load image and RD from SP package by Antonio Nino Diaz · 6 years ago
  60. 09d413a SPM: Remove SP memory mappings definitions by Antonio Nino Diaz · 6 years ago
  61. 08aa122 SPM: Deprecate boot info struct by Antonio Nino Diaz · 6 years ago
  62. 2d7b9e5 SPM: Deprecate the current implementation by Antonio Nino Diaz · 6 years ago
  63. 48e1d35 AArch64: Use SSBS for CVE_2018_3639 mitigation by Jeenu Viswambharan · 6 years ago
  64. 90a9213 SDEI: Unconditionally resume Secure if it was interrupted by Jeenu Viswambharan · 6 years ago
  65. 6e3bad3 SPM: Raise running priority of the core while in Secure Partition by Sughosh Ganu · 6 years ago
  66. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  67. c4491aa sdei: include "context.h" to fix compilation errors by Varun Wadekar · 6 years ago
  68. 3ed87a4 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 6 years ago
  69. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  70. a08a201 Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  71. 0153806 trusty: Fix return value of trusty_init() by Antonio Nino Diaz · 6 years ago
  72. f933b44 SDEI: Mask events after CPU wakeup by Jeenu Viswambharan · 6 years ago
  73. 820540b opteed: pass power level on suspend by Jorge Ramirez-Ortiz · 6 years ago
  74. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  75. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  76. 611eb9c SDEI: Fix locking issues by Jeenu Viswambharan · 6 years ago
  77. ba6e5ca SDEI: MISRA fixes by Jeenu Viswambharan · 6 years ago
  78. 07da0bf Merge pull request #1516 from antonio-nino-diaz-arm/an/printf by Dimitris Papastamos · 6 years ago
  79. 6a23356 Replace stdio.h functions by TF functions by Antonio Nino Diaz · 6 years ago
  80. e5d5951 xlat v2: Cleanup get/change mem attr helpers by Antonio Nino Diaz · 6 years ago
  81. 2de6dea Fix handler prototype in Trusty generic dispatcher by Sandrine Bailleux · 6 years ago
  82. 224e1ab Merge pull request #1481 from antonio-nino-diaz-arm/an/xlat-refactor by danh-arm · 6 years ago
  83. 73b0eaf SPM: Use generic MMU setup functions by Antonio Nino Diaz · 6 years ago
  84. 6f4ee72 Fix verbose messages in SDEI code by Sandrine Bailleux · 6 years ago
  85. 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 6 years ago
  86. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  87. ebce735 Merge pull request #1406 from robertovargas-arm/uuid by Dimitris Papastamos · 6 years ago
  88. 5e60c39 SDEI: Fix name of internal function by Jeenu Viswambharan · 6 years ago
  89. a8778dd SDEI: Fix determining client EL by Jeenu Viswambharan · 6 years ago
  90. 297a9a0 SDEI: Fix dispatch bug by Jeenu Viswambharan · 6 years ago
  91. 9dfd755 Merge pull request #1437 from jeenu-arm/ras-remaining by Dimitris Papastamos · 6 years ago
  92. cdb6ac9 SDEI: Make dispatches synchronous by Jeenu Viswambharan · 6 years ago
  93. 2ccfcb2 SDEI: Determine client EL from NS context's SCR_EL3 by Jeenu Viswambharan · 6 years ago
  94. af2c9ec SDEI: Allow platforms to define explicit events by Jeenu Viswambharan · 6 years ago
  95. 4d4ceb5 SPM: Allow entering the SP without needing a SMC by Antonio Nino Diaz · 6 years ago
  96. 14fcc6e SPM: Refactor entry and exit of the SP by Antonio Nino Diaz · 6 years ago
  97. 0336486 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  98. 59c4346 Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes by Dimitris Papastamos · 6 years ago
  99. a0b9bb7 xlat v2: Introduce xlat granule size helpers by Antonio Nino Diaz · 6 years ago
  100. 83a393b SPM: Initialize SP args as expected by cm library by Antonio Nino Diaz · 6 years ago