1. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  2. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  3. 3ed87a4 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 7 years ago
  4. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  5. a08a201 Ensure the flow through switch statements is clear by Daniel Boulby · 7 years ago
  6. 0153806 trusty: Fix return value of trusty_init() by Antonio Nino Diaz · 7 years ago
  7. 820540b opteed: pass power level on suspend by Jorge Ramirez-Ortiz · 7 years ago
  8. 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 7 years ago
  9. 6a23356 Replace stdio.h functions by TF functions by Antonio Nino Diaz · 7 years ago
  10. 2de6dea Fix handler prototype in Trusty generic dispatcher by Sandrine Bailleux · 7 years ago
  11. 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 7 years ago
  12. 0336486 Make TF UUID RFC 4122 compliant by Roberto Vargas · 7 years ago
  13. 776ff52 Fix MISRA Rule 5.7 Part 3 by Daniel Boulby · 7 years ago
  14. 7c93424 Fix MISRA Rule 5.3 Part 3 by Daniel Boulby · 7 years ago
  15. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  16. 57d1e5f Fix pointer type mismatch of handlers by Masahiro Yamada · 7 years ago
  17. 724fd95 spd: add static qualifier to locally used functions and data by Masahiro Yamada · 7 years ago
  18. 1a29f93 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 7 years ago
  19. a27163b Fix MISRA rule 8.3 Part 3 by Roberto Vargas · 7 years ago
  20. 185a23f services: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  21. 0d3feba Trusty: Fix sanity check on NS entry point by Sandrine Bailleux · 7 years ago
  22. dbf9f28 Merge pull request #1239 from arve-android/trusty-fixes by davidcunado-arm · 7 years ago
  23. 2686f9f trusty: Fix another reported misra violation by Arve Hjønnevåg · 7 years ago
  24. be1b5d4 trusty: Fix reported misra violation by Arve Hjønnevåg · 7 years ago
  25. daf0a72 trusty: Fix reported static check errors by Arve Hjønnevåg · 7 years ago
  26. 8ef782d trusty: Change type of aarch32 flag t bool by Arve Hjønnevåg · 7 years ago
  27. 472be0f TSPD: Register preempted SMC error code with EHF by Jeenu Viswambharan · 8 years ago
  28. 06ff251 tegra/trusty: Setup tegra specific trusty args in platform code by Arve Hjønnevåg · 7 years ago
  29. 6027796 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · 8 years ago
  30. 1dd022c TSPD: Explicitly allow NS preemption for Yielding SMCs by Jeenu Viswambharan · 8 years ago
  31. 64b3323 trusty: generic-arm64-smcall: Use SPDX license identifiers by Arve Hjønnevåg · 8 years ago
  32. fab2319 trusty: Pass cpu suspend/resume reason to trusty by Arve Hjønnevåg · 8 years ago
  33. 27d8e1e trusty: Run bl33 in EL1 instead of EL2 is trusty image is 32-bit by Arve Hjønnevåg · 8 years ago
  34. cb03c91 trusty: Add fpu/simd support by Arve Hjønnevåg · 10 years ago
  35. 6149615 trusty: Add generic-arm64 support by Arve Hjønnevåg · 10 years ago
  36. 7c3309c trusty: Restore working trusty setup code and include trusty image in build by Arve Hjønnevåg · 8 years ago
  37. 62d862e spd: tlkd: support for "NS memory ranges" function ID by Varun Wadekar · 8 years ago
  38. 92cad5f spd: Use `ENABLE_ASSERTIONS` instead of `DEBUG` by Antonio Nino Diaz · 8 years ago
  39. ab609e1 trusty: save/restore FPU registers in world switch by Aijun Sun · 8 years ago
  40. 19911aa opteed: pass device tree pointer in x2 by Jens Wiklander · 8 years ago
  41. d59a6ac Support paging function for OPTEE. by Edison Ai · 8 years ago
  42. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  43. 6311f63 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 8 years ago
  44. bbbbcda Migrate secure payload dispatchers to new SMC terminology by David Cunado · 8 years ago
  45. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 8 years ago
  46. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  47. 4b427bd Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · 8 years ago
  48. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 8 years ago
  49. 7a317a7 tspd:FWU:Fix usage of SMC_RET0 by Antonio Nino Diaz · 8 years ago
  50. d67d021 spd: trusty: support for AARCH64 mode by Varun Wadekar · 8 years ago
  51. 8e59062 spd: trusty: save context starting from the stack end by Varun Wadekar · 8 years ago
  52. 0e1f9e3 spd: trusty: add SET_ROT_PARAMS handling by Varun Wadekar · 9 years ago
  53. 26670c8 tlkd: execute standard SMC calls on the boot CPU by Varun Wadekar · 9 years ago
  54. feb5aa2 spd: trusty: pass boot params to the Trusted OS by Wayne Lin · 9 years ago
  55. 64c07d0 spd: trusty: only process one function ID at a time by Anthony Zhou · 9 years ago
  56. dae374b spd: trusty: pass VMID via X7 by Anthony Zhou · 10 years ago
  57. 5e810a8 Merge pull request #847 from douglas-raillard-arm/dr/fix_abort_smc by danh-arm · 8 years ago
  58. f6e8ead spd: trusty: OEN_TAP_START aperture for standard calls by Amith · 10 years ago
  59. 57a5a56 Fix TSPD implementation of STD SMC ABORT by Douglas Raillard · 9 years ago
  60. 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 9 years ago
  61. 9edac04 Resolve build errors flagged by GCC 6.2 by David Cunado · 9 years ago
  62. 3df6012 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 9 years ago
  63. e97e413 Check Trusty is present during the SPD's initialization by Sandrine Bailleux · 9 years ago
  64. 48c1c39 Fix a coding style issue in trusty.c by Sandrine Bailleux · 9 years ago
  65. 696f41e Fix compilation warning in Trusty SPD by Sandrine Bailleux · 9 years ago
  66. 948c090 spd: dispatcher for interacting with the Trusty TEE by Varun Wadekar · 9 years ago
  67. 29464f1 opteed: assume aarch64 for optee by Ashutosh Singh · 9 years ago
  68. 56a6412 pass r0-r6 as part of smc param by Ashutosh Singh · 9 years ago
  69. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 10 years ago
  70. 63b8440 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 10 years ago
  71. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 10 years ago
  72. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 10 years ago
  73. 5471841 Remove the IMF_READ_INTERRUPT_ID build option by Soby Mathew · 10 years ago
  74. ca15d9b TLKD: pass results with TLK_RESUME_FID function ID by Varun Wadekar · 10 years ago
  75. cb790c5 Send power management events to the Trusted OS (TLK) by Varun Wadekar · 10 years ago
  76. f1054c9 Pass the target suspend level to SPD suspend hooks by Achin Gupta · 10 years ago
  77. 432b990 Merge pull request #361 from achingupta/for_sm/psci_proto_v5 by Achin Gupta · 10 years ago
  78. fd650ff PSCI: Migrate SPDs and TSP to the new platform and framework API by Soby Mathew · 10 years ago
  79. 458c3c1 tlkd: delete 'NEED_BL32' build variable by Varun Wadekar · 10 years ago
  80. 709a3c4 Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) by Varun Wadekar · 10 years ago
  81. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 10 years ago
  82. 6693962 Open/Close TA sessions, send commands/events to TAs by Varun Wadekar · 10 years ago
  83. f9d2505 Preempt/Resume standard function ID calls by Varun Wadekar · 10 years ago
  84. 6e159e7 Translate secure/non-secure virtual addresses by Varun Wadekar · 10 years ago
  85. 77199df Register NS shared memory for SP's activity logs and TA sessions by Varun Wadekar · 10 years ago
  86. 2203831 Add TLK Dispatcher (tlkd) based on the Test Dispatcher (tspd) by Varun Wadekar · 10 years ago
  87. f4f1ae7 Demonstrate model for routing IRQs to EL3 by Soby Mathew · 11 years ago
  88. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 11 years ago
  89. aa5da46 Add opteed based on tspd by Jens Wiklander · 11 years ago
  90. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  91. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 11 years ago
  92. faaa2e7 Support asynchronous method for BL3-2 initialization by Vikram Kanigiri · 11 years ago
  93. 50e27da Rework the TSPD setup code by Vikram Kanigiri · 11 years ago
  94. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 11 years ago
  95. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  96. 08ab89d Provide cm_get/set_context() for current CPU by Andrew Thoelke · 11 years ago
  97. a378108 Fix compilation issue for IMF_READ_INTERRUPT_ID build flag by Soby Mathew · 11 years ago
  98. 05b6edf Merge pull request #110 from soby-mathew:sm/support_normal_irq_in_tsp-v4 into for-v0.4 by Dan Handley · 11 years ago v0.4-rc1
  99. 9865ac1 Further renames of platform porting functions by Dan Handley · 11 years ago
  100. 10b65ec Fixup Standard SMC Resume Handling by Soby Mathew · 11 years ago