1. ae34f4d Bug fix in tspd interrupt handling when TSP_NS_INTR_ASYNC_PREEMPT is enabled by Madhukar Pappireddy · 3 years, 10 months ago
  2. 88e51e4 spd: trusty: allow clients to retrieve service UUID by Varun Wadekar · 4 years, 10 months ago
  3. bde5c95 Add wrapper for AT instruction by Manish V Badarkhe · 4 years ago
  4. 95867b1 spd: tlkd: support new TLK SMCs for RPMB service by Mustafa Yigit Bilgen · 6 years ago
  5. f09264a tlkd: remove system off/reset handlers by Varun Wadekar · 6 years ago
  6. bebb0d7 spd: trusty: disable error messages seen during boot by Varun Wadekar · 6 years ago
  7. 079e20e spd: tlkd: secure timer interrupt handler by Varun Wadekar · 6 years ago
  8. c9e2c92 SPMD: Adds partially supported EL2 registers. by Max Shvetsov · 4 years, 5 months ago
  9. 2d9c87d Merge "coverity: fix MISRA violations" into integration by Mark Dykes · 4 years, 5 months ago
  10. 91d8061 coverity: fix MISRA violations by Zelalem · 4 years, 5 months ago
  11. 8bd1e93 trusty: generic-arm64-smcall: Support gicr address by Arve Hjønnevåg · 4 years, 8 months ago
  12. 743822a trusty: Allow gic base to be specified with GICD_BASE by Arve Hjønnevåg · 6 years ago
  13. 41ba13f trusty: Allow getting trusty memsize from BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE by Arve Hjønnevåg · 6 years ago
  14. 594b357 spd: opteed: enable NS_TIMER_SWITCH by Sumit Garg · 5 years ago
  15. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  16. 63801cd Remove references to old project name from common files by John Tsichritzis · 5 years ago
  17. ffbf32a Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · 5 years ago
  18. dfc1d3c trusty: Include file with GIC definitions by Antonio Nino Diaz · 5 years ago
  19. 4c73585 Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlat by Antonio Niño Díaz · 5 years ago
  20. 60ef675 fvp: trusty: Move dynamic xlat enable to platform by Antonio Nino Diaz · 5 years ago
  21. 31a157f Sanitize SPD include paths by Antonio Nino Diaz · 5 years ago
  22. 95a3368 trusty: Require dynamic translation tables by Antonio Nino Diaz · 5 years ago
  23. be57abb spd: trusty: memmap trusty's code memory before peeking by Varun Wadekar · 5 years ago
  24. ea50cd7 spd: trusty: pass max affinity level to Trusty by Stephen Wolfe · 6 years ago
  25. 51b4a1f spd: tlkd: remove unwanted assert on System Suspend entry by Mihir Joshi · 6 years ago
  26. 518230c tlkd: support new TLK SMCs by Mihir Joshi · 6 years ago
  27. 22d7ddf Merge pull request #1781 from dtwlin/m2 by Antonio Niño Díaz · 5 years ago
  28. 72f6fed spd: trusty: trusty_setup should bail on unknown image by David Lin · 5 years ago
  29. 50b328a spd: trusty : fix defects flagged by MISRA scan by Anthony Zhou · 7 years ago
  30. 1fbc97b Correct typographical errors by Paul Beesley · 5 years ago
  31. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  32. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  33. a8083a6 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 6 years ago
  34. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  35. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  36. 41bd97e trusty: Fix return value of trusty_init() by Antonio Nino Diaz · 6 years ago
  37. d3fb524 opteed: pass power level on suspend by Jorge Ramirez-Ortiz · 6 years ago
  38. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  39. 6bca8be Replace stdio.h functions by TF functions by Antonio Nino Diaz · 6 years ago
  40. 3ed16a1 Fix handler prototype in Trusty generic dispatcher by Sandrine Bailleux · 6 years ago
  41. b3b6e22 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 6 years ago
  42. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  43. c5259cc Fix MISRA Rule 5.7 Part 3 by Daniel Boulby · 6 years ago
  44. d1c1945 Fix MISRA Rule 5.3 Part 3 by Daniel Boulby · 6 years ago
  45. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  46. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  47. 5621275 spd: add static qualifier to locally used functions and data by Masahiro Yamada · 6 years ago
  48. d4b35e1 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 6 years ago
  49. 69abcd4 Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 6 years ago
  50. 75a5d8b services: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  51. 4cfec80 Trusty: Fix sanity check on NS entry point by Sandrine Bailleux · 6 years ago
  52. ebf6815 Merge pull request #1239 from arve-android/trusty-fixes by davidcunado-arm · 6 years ago
  53. 9d31cac trusty: Fix another reported misra violation by Arve Hjønnevåg · 6 years ago
  54. d1771c6 trusty: Fix reported misra violation by Arve Hjønnevåg · 6 years ago
  55. ee8c303 trusty: Fix reported static check errors by Arve Hjønnevåg · 6 years ago
  56. ddeb2e7 trusty: Change type of aarch32 flag t bool by Arve Hjønnevåg · 6 years ago
  57. abf5b06 TSPD: Register preempted SMC error code with EHF by Jeenu Viswambharan · 6 years ago
  58. 8f53949 tegra/trusty: Setup tegra specific trusty args in platform code by Arve Hjønnevåg · 6 years ago
  59. 2f40f32 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  60. 339580c TSPD: Explicitly allow NS preemption for Yielding SMCs by Jeenu Viswambharan · 6 years ago
  61. 0a66162 trusty: generic-arm64-smcall: Use SPDX license identifiers by Arve Hjønnevåg · 6 years ago
  62. 3420e1a trusty: Pass cpu suspend/resume reason to trusty by Arve Hjønnevåg · 7 years ago
  63. 19ad775 trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit by Arve Hjønnevåg · 7 years ago
  64. cef22ea trusty: Add fpu/simd support by Arve Hjønnevåg · 9 years ago
  65. 2db97ad trusty: Add generic-arm64 support by Arve Hjønnevåg · 9 years ago
  66. afb6f74 trusty: Restore working trusty setup code and include trusty image in build by Arve Hjønnevåg · 7 years ago
  67. b5664d3 spd: tlkd: support for "NS memory ranges" function ID by Varun Wadekar · 6 years ago
  68. 0fbaa5c spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG` by Antonio Nino Diaz · 7 years ago
  69. 98f8090 trusty: save/restore FPU registers in world switch by Aijun Sun · 7 years ago
  70. ce6cd16 opteed: pass device tree pointer in x2 by Jens Wiklander · 7 years ago
  71. 5d685d3 Support paging function for OPTEE. by Edison Ai · 7 years ago
  72. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  73. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  74. c8833ea Migrate secure payload dispatchers to new SMC terminology by David Cunado · 7 years ago
  75. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  76. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  77. 7dc9133 Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · 7 years ago
  78. 28f69ab Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  79. acb2914 tspd:FWU:Fix usage of SMC_RET0 by Antonio Nino Diaz · 7 years ago
  80. ba33a28 spd: trusty: support for AARCH64 mode by Varun Wadekar · 7 years ago
  81. bd3c953 spd: trusty: save context starting from the stack end by Varun Wadekar · 7 years ago
  82. 528a792 spd: trusty: add SET_ROT_PARAMS handling by Varun Wadekar · 8 years ago
  83. 0bbe8a6 tlkd: execute standard SMC calls on the boot CPU by Varun Wadekar · 8 years ago
  84. cd712fd spd: trusty: pass boot params to the Trusted OS by Wayne Lin · 8 years ago
  85. 4338482 spd: trusty: only process one function ID at a time by Anthony Zhou · 8 years ago
  86. 700ebe5 spd: trusty: pass VMID via X7 by Anthony Zhou · 9 years ago
  87. fbaab04 Merge pull request #847 from douglas-raillard-arm/dr/fix_abort_smc by danh-arm · 7 years ago
  88. 43e89d3 spd: trusty: OEN_TAP_START aperture for standard calls by Amith · 9 years ago
  89. bcc3dd3 Fix TSPD implementation of STD SMC ABORT by Douglas Raillard · 7 years ago
  90. a8954fc Replace some memset call by zeromem by Douglas Raillard · 7 years ago
  91. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  92. f212965 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 8 years ago
  93. f822090 Check Trusty is present during the SPD's initialization by Sandrine Bailleux · 8 years ago
  94. f148e6f Fix a coding style issue in trusty.c by Sandrine Bailleux · 8 years ago
  95. 5f665c8 Fix compilation warning in Trusty SPD by Sandrine Bailleux · 8 years ago
  96. c1d2a28 spd: dispatcher for interacting with the Trusty TEE by Varun Wadekar · 8 years ago
  97. 82a720e opteed: assume aarch64 for optee by Ashutosh Singh · 8 years ago
  98. 3270b84 pass r0-r6 as part of smc param by Ashutosh Singh · 8 years ago
  99. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  100. 7866424 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 9 years ago