1. 4a8bfdb feat(tsp): add FF-A support to the TSP by Achin Gupta · 3 years, 10 months ago
  2. 596d20d fix(pie): invalidate data cache in the entire image range if PIE is enabled by Zelalem Aweke · 3 years, 10 months ago
  3. fb4f511 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 5 years ago
  4. caff3c8 TSP: Fix GCC 11.0.0 compilation error. by Alexei Fedorov · 4 years, 9 months ago
  5. d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
  6. d974301 TSP: add PIE support by Masahiro Yamada · 6 years ago
  7. f461fe3 Prevent speculative execution past ERET by Anthony Steinhauser · 6 years ago
  8. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  9. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  10. 02b5794 Apply stricter speculative load restriction by John Tsichritzis · 6 years ago
  11. 67b6ff9 TSP: Enable pointer authentication support by Antonio Nino Diaz · 6 years ago
  12. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  13. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 7 years ago
  14. bb00ea5 TSP: Enable cache along with MMU by Jeenu Viswambharan · 7 years ago
  15. 096b7af Merge pull request #1054 from jwerner-chromium/JW_crash_x30 by davidcunado-arm · 8 years ago
  16. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 8 years ago
  17. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 8 years ago
  18. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 8 years ago
  19. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  20. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 8 years ago
  21. 51faada Add support for GCC stack protection by Douglas Raillard · 8 years ago
  22. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 8 years ago
  23. 308d359 Introduce unified API to zero memory by Douglas Raillard · 9 years ago
  24. 3df6012 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 9 years ago
  25. a806dad Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 9 years ago
  26. e0ae9fa Introduce some helper macros for exception vectors by Sandrine Bailleux · 9 years ago
  27. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 10 years ago
  28. 63b8440 TSP: Allow preemption of synchronous S-EL1 interrupt handling by Soby Mathew · 10 years ago
  29. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 10 years ago
  30. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 10 years ago
  31. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 10 years ago
  32. fd650ff PSCI: Migrate SPDs and TSP to the new platform and framework API by Soby Mathew · 10 years ago
  33. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 10 years ago
  34. ab8707e Remove coherent memory from the BL memory maps by Soby Mathew · 11 years ago
  35. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 11 years ago
  36. a1d8044 Merge pull request #189 from achingupta/ag/tf-issues#153 by Dan Handley · 11 years ago
  37. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 11 years ago
  38. 0c8d4fe Unmask SError interrupt and clear SCR_EL3.EA bit by Achin Gupta · 11 years ago
  39. da0af78 Move TSP private declarations into separate header by Dan Handley · 11 years ago
  40. 53fdceb Call platform_is_primary_cpu() only from reset handler by Juan Castillo · 11 years ago
  41. ec3c100 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · 11 years ago
  42. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 11 years ago
  43. 754a2b7 Remove coherent stack usage from the cold boot path by Achin Gupta · 11 years ago
  44. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 11 years ago for-v0.4-rc0
  45. 399fb08 Use a vector table for TSP entrypoints by Andrew Thoelke · 11 years ago
  46. 239b04f Non-Secure Interrupt support during Standard SMC processing in TSP by Soby Mathew · 11 years ago
  47. 57356e9 Add support for asynchronous FIQ handling in TSP by Achin Gupta · 11 years ago
  48. 6cf8902 Add support for synchronous FIQ handling in TSP by Achin Gupta · 11 years ago
  49. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 11 years ago
  50. b793e43 fvp: Provide per-EL MMU setup functions by Sandrine Bailleux · 11 years ago
  51. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  52. 0a30cf5 Place assembler functions in separate sections by Andrew Thoelke · 11 years ago
  53. 916a2c1 Rework arithmetic operations in Test Secure Payload by Achin Gupta · 11 years ago
  54. 7c88f3f Add Test Secure Payload (BL3-2) image by Achin Gupta · 11 years ago