1. c3fb00d SPMD: enable SPM dispatcher support by Achin Gupta · 4 years, 10 months ago
  2. be84a5b Merge "debugfs: add 9p device interface" into integration by Mark Dykes · 4 years, 8 months ago
  3. 442e092 spm-mm: Rename component makefile by Paul Beesley · 4 years, 10 months ago
  4. 538b002 spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 4 years, 10 months ago
  5. 3f3c341 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 4 years, 11 months ago
  6. 0ca3913 debugfs: add 9p device interface by Olivier Deprez · 4 years, 11 months ago
  7. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  8. 88cfd9a BL31: Enable pointer authentication support by Antonio Nino Diaz · 6 years ago
  9. 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 5 years ago
  10. c26bd42 SPM: Rename folder of SPM based on MM by Antonio Nino Diaz · 6 years ago
  11. 8855e52 SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 6 years ago
  12. 2d7b9e5 SPM: Deprecate the current implementation by Antonio Nino Diaz · 6 years ago
  13. 8a3588a SPM: EHF: Build EHF module along with Secure Partition Manager by Sughosh Ganu · 6 years ago
  14. 61e7c05 Merge pull request #1533 from jeenu-arm/mpam by Dimitris Papastamos · 6 years ago
  15. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 6 years ago
  16. 8a67718 DSU erratum 936184 workaround by John Tsichritzis · 6 years ago
  17. df8f318 RAS: Move EA handling to a separate file by Jeenu Viswambharan · 6 years ago
  18. cdb6ac9 SDEI: Make dispatches synchronous by Jeenu Viswambharan · 6 years ago
  19. e7b9473 BL31: Introduce jump primitives by Jeenu Viswambharan · 6 years ago
  20. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  21. a205a56 Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 6 years ago
  22. 3a1b067 Implement support for SMCCC v1.1 by Dimitris Papastamos · 7 years ago
  23. 5f3c7ce Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 7 years ago
  24. 0767d50 AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 7 years ago
  25. a1781a2 Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 7 years ago
  26. f62ad32 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  27. 1a85337 Enable SVE for Non-secure world by David Cunado · 7 years ago
  28. 380559c AMU: Implement support for aarch64 by Dimitris Papastamos · 7 years ago
  29. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 7 years ago
  30. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  31. 21b818c BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  32. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  33. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  34. 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  35. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  36. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  37. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  38. a31d898 Add Performance Measurement Framework(PMF) by Yatharth Kochar · 8 years ago
  39. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  40. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  41. bbf8f6f Move context management code to common location by Yatharth Kochar · 9 years ago
  42. 5471841 Remove the IMF_READ_INTERRUPT_ID build option by Soby Mathew · 9 years ago
  43. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  44. 8c5fe0b Move bakery algorithm implementation out of coherent memory by Soby Mathew · 10 years ago
  45. 9b47684 Introduce framework for CPU specific operations by Soby Mathew · 10 years ago
  46. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  47. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  48. ee94cc6 Remove early_exceptions from BL3-1 by Andrew Thoelke · 10 years ago
  49. 5e91007 Per-cpu data cache restructuring by Andrew Thoelke · 10 years ago
  50. 9c22b32 Make the BL3-1 crash reporting optional by Andrew Thoelke · 10 years ago
  51. dce74b8 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 10 years ago
  52. e1333f7 Introduce interrupt registration framework in BL3-1 by Achin Gupta · 10 years ago
  53. dbad1ba Add support for BL3-1 as a reset vector by Vikram Kanigiri · 10 years ago
  54. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  55. bee8241 Remove vpath usage in makefiles by Dan Handley · 10 years ago
  56. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago
  57. 6c595b3 Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1 by Sandrine Bailleux · 10 years ago
  58. 9f98aa1 Specify image entry in linker script by Jeenu Viswambharan · 10 years ago
  59. 64f6ea9 Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago
  60. 6d55d10 Update Makefiles to get proper dependency checking working. by Jon Medhurst · 10 years ago
  61. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago
  62. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  63. 7aea908 Add context management library by Achin Gupta · 11 years ago
  64. 9ac63c5 Add helper library for cpu context management by Achin Gupta · 11 years ago
  65. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 11 years ago
  66. d7a6b0f Build system: minor spacing tidyup by Ryan Harkin · 11 years ago
  67. 25cff83 Build system: Fixes #2: Add multi-platform support by Ryan Harkin · 11 years ago
  68. eaec590 Probe for GICv3 re-distributors on core bring-up by Harry Liebel · 11 years ago
  69. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  70. 8468739 Move GIC setup to a separate file by Ian Spray · 11 years ago
  71. c81b1d0 Create local C library implementation (1/2) by Harry Liebel · 11 years ago
  72. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  73. 27866d8 Fix inlining of GIC helper functions by Sandrine Bailleux · 11 years ago
  74. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago