1. 050136d Fix restoration of PAuth context by Alexei Fedorov · 5 years ago
  2. 330ead8 PIE: Fix reloc at the beginning of bl31 entrypoint by Louis Mayencourt · 5 years ago
  3. 317d68e Restore PAuth context in case of unknown SMC call by Alexei Fedorov · 5 years ago
  4. 7dcbb4f BL31: Enable pointer authentication support in warm boot path by Alexei Fedorov · 5 years ago
  5. 7330861 Minor changes to documentation and comments by Antonio Nino Diaz · 5 years ago
  6. 88cfd9a BL31: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  7. b86048c Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  8. 5283962 Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 5 years ago
  9. 873e394 Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp by Antonio Niño Díaz · 5 years ago
  10. 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 5 years ago
  11. 596929b locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · 5 years ago
  12. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  13. c26bd42 SPM: Rename folder of SPM based on MM by Antonio Nino Diaz · 5 years ago
  14. 8855e52 SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 5 years ago
  15. cd1f39b Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 5 years ago
  16. 32e8353 spm: permit platform to override the VMA placement of the vector table by Ard Biesheuvel · 6 years ago
  17. 8aabea3 Correct typographical errors by Paul Beesley · 6 years ago
  18. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  19. 5bfac4f BL31: correct GOT section omission by Soby Mathew · 6 years ago
  20. e8ce60a SPM: Introduce SMC handlers for SPCI and SPRT by Antonio Nino Diaz · 6 years ago
  21. 2d7b9e5 SPM: Deprecate the current implementation by Antonio Nino Diaz · 6 years ago
  22. 01fc1c2 BL31: Use helper function to save registers in SMC handler by Soby Mathew · 6 years ago
  23. 8a3588a SPM: EHF: Build EHF module along with Secure Partition Manager by Sughosh Ganu · 6 years ago
  24. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  25. 931f7c6 PIE: Position Independant Executable support for BL31 by Soby Mathew · 6 years ago
  26. 32aee84 scmi: Optimize bakery locks when HW_ASSISTED_COHERENCY is enabled by Roberto Vargas · 7 years ago
  27. 81542c0 Remove some MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  28. 87c8513 Mark BL31 initialization functions by Daniel Boulby · 6 years ago
  29. 7dab0ea context_mgmt: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  30. 74ad948 BL31: Fix warning about BL32 init function by Antonio Nino Diaz · 6 years ago
  31. 46b9aa7 Convert BL31 error message into warning by Antonio Nino Diaz · 6 years ago
  32. c9512bc Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 6 years ago
  33. 11dfe0b Merge pull request #1532 from jeenu-arm/misra-fixes by Dimitris Papastamos · 6 years ago
  34. 61e7c05 Merge pull request #1533 from jeenu-arm/mpam by Dimitris Papastamos · 6 years ago
  35. 03b645e EHF: MISRA fixes by Jeenu Viswambharan · 6 years ago
  36. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 6 years ago
  37. 8a67718 DSU erratum 936184 workaround by John Tsichritzis · 6 years ago
  38. eaeaa4d RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 6 years ago
  39. d5a23af RAS: Introduce handler for Double Faults by Jeenu Viswambharan · 6 years ago
  40. b56dc2a RAS: Introduce handler for Uncontainable errors by Jeenu Viswambharan · 6 years ago
  41. ee6ff1b RAS: Validate stack pointer after error handling by Jeenu Viswambharan · 6 years ago
  42. df8f318 RAS: Move EA handling to a separate file by Jeenu Viswambharan · 6 years ago
  43. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  44. 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  45. 64ee263 DynamIQ: Enable MMU without using stack by Jeenu Viswambharan · 6 years ago
  46. cdb6ac9 SDEI: Make dispatches synchronous by Jeenu Viswambharan · 6 years ago
  47. e7b9473 BL31: Introduce jump primitives by Jeenu Viswambharan · 6 years ago
  48. d801a1d SPM: Treat SP xlat tables the same as others by Sandrine Bailleux · 6 years ago
  49. 2c3a107 Rename symbols and files relating to CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  50. 14c6016 AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  51. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  52. ef653d9 AArch64: Refactor GP register restore to separate function by Jeenu Viswambharan · 7 years ago
  53. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  54. a205a56 Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 6 years ago
  55. 97924e4 Suppress spurious deprecated declaration warnings by Dan Handley · 6 years ago
  56. 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  57. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  58. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  59. c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  60. 99e198e Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · 6 years ago
  61. af34cd7 EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption() by Jeenu Viswambharan · 6 years ago
  62. 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  63. a6f340f Introduce the new BL handover interface by Soby Mathew · 7 years ago
  64. 5ff5a6d Merge pull request #1270 from antonio-nino-diaz-arm/an/smc-unknown by davidcunado-arm · 6 years ago
  65. 4abd7fa Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 6 years ago
  66. db1631e EHF: Fix priority check by Jeenu Viswambharan · 6 years ago
  67. 3a1b067 Implement support for SMCCC v1.1 by Dimitris Papastamos · 6 years ago
  68. 201ca5b runtime_exceptions: Save x4-x29 unconditionally by Dimitris Papastamos · 6 years ago
  69. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  70. 5f3c7ce Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 7 years ago
  71. 0767d50 AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 7 years ago
  72. a1781a2 Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 7 years ago
  73. f62ad32 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  74. 155a100 utils_def: Add REGSZ and make BIT() assembly-compatible by Julius Werner · 7 years ago
  75. 211d307 Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  76. 1a85337 Enable SVE for Non-secure world by David Cunado · 7 years ago
  77. a2aedac Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  78. 380559c AMU: Implement support for aarch64 by Dimitris Papastamos · 7 years ago
  79. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 7 years ago
  80. 91089f3 Move FPEXC32_EL2 to FP Context by David Cunado · 7 years ago
  81. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  82. 3d732e2 BL31: Program Priority Mask for SMC handling by Jeenu Viswambharan · 7 years ago
  83. 21b818c BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  84. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  85. 8e743bc BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  86. 4d91838 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  87. 2a4b4b7 Fix order of #includes by Isla Mitchell · 7 years ago
  88. 18f2efd Fully initialise essential control registers by David Cunado · 7 years ago
  89. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  90. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  91. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 7 years ago
  92. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  93. f07d398 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  94. 51faada Add support for GCC stack protection by Douglas Raillard · 7 years ago
  95. 0b32628 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  96. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  97. 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  98. 510a9de Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  99. d50ece0 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  100. 25a93f7 Enable data caches early with hardware-assisted coherency by Jeenu Viswambharan · 8 years ago