1. 928747f fix(el3-runtime): set unset pstate bits to default by Daniel Boulby · 3 years, 1 month ago
  2. 95fb1aa refactor(el3-runtime): add prepare_el3_entry func by Daniel Boulby · 2 years, 5 months ago
  3. 4d666ac feat(rme): add Realm security state definition by Zelalem Aweke · 3 years ago
  4. fba2572 Fix exception handlers in BL31: Use DSB to synchronize pending EA by Madhukar Pappireddy · 4 years ago
  5. e07e808 runtime_exceptions: Update AT speculative workaround by Manish V Badarkhe · 4 years ago
  6. f4e6ea6 Changes necessary to support SEPARATE_NOBITS_REGION feature by Madhukar Pappireddy · 4 years, 5 months ago
  7. 0f7e601 Prevent speculative execution past ERET by Anthony Steinhauser · 4 years, 6 months ago
  8. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 10 months ago
  9. 83e0488 Add UBSAN support and handlers by Justin Chadwell · 4 years, 11 months ago
  10. 503bbf3 AArch64: Disable Secure Cycle Counter by Alexei Fedorov · 4 years, 11 months ago
  11. d87233a Rework smc_unknown return code path in smc_handler by Madhukar Pappireddy · 5 years ago
  12. dd894cc Fix restoration of PAuth context by Alexei Fedorov · 5 years ago
  13. 3287c4f Restore PAuth context in case of unknown SMC call by Alexei Fedorov · 5 years ago
  14. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  15. 594811b Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 5 years ago
  16. 0e402d3 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  17. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  18. f939a6a SPM: Introduce SMC handlers for SPCI and SPRT by Antonio Nino Diaz · 6 years ago
  19. d1198ad BL31: Use helper function to save registers in SMC handler by Soby Mathew · 6 years ago
  20. 911fcc9 RAS: Introduce handler for EL3 EAs by Jeenu Viswambharan · 6 years ago
  21. e86a247 RAS: Move EA handling to a separate file by Jeenu Viswambharan · 6 years ago
  22. 95f30ab Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  23. 9a7ce2f AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  24. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  25. 23d05a8 AArch64: Refactor GP register restore to separate function by Jeenu Viswambharan · 7 years ago
  26. 35c8cfc Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  27. e4794b7 Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 6 years ago
  28. 0415951 runtime_exceptions: Save x4-x29 unconditionally by Dimitris Papastamos · 6 years ago
  29. 446f7f1 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  30. 67ebde7 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  31. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  32. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  33. 0980eed Cosmetic change to exception table by Douglas Raillard · 8 years ago
  34. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  35. 9e6ad6c Introduce some helper macros for exception vectors by Sandrine Bailleux · 8 years ago
  36. 6c0566c Move context management code to common location by Yatharth Kochar · 9 years ago
  37. c5204fa Remove the IMF_READ_INTERRUPT_ID build option by Soby Mathew · 9 years ago
  38. 979992e Fix handling of spurious interrupts in BL3_1 by Achin Gupta · 9 years ago
  39. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  40. 046cd3f Miscellaneous documentation fixes by Sandrine Bailleux · 10 years ago
  41. ed1744e Unmask SError interrupt and clear SCR_EL3.EA bit by Achin Gupta · 10 years ago
  42. 45c31c4 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  43. c1adbbc Rework the crash reporting in BL3-1 to use less stack by Soby Mathew · 10 years ago
  44. e1aa516 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  45. 93c89ec Fix compilation issue for IMF_READ_INTERRUPT_ID build flag by Soby Mathew · 10 years ago
  46. 799f0ab Pass 'cookie' parameter to interrupt handler in BL3-1 by Soby Mathew · 10 years ago
  47. 701fea7 Further renames of platform porting functions by Dan Handley · 10 years ago
  48. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  49. 9cf2bb7 Introduce interrupt handling framework in BL3-1 by Achin Gupta · 10 years ago
  50. 5e5c207 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  51. 6c5192a Preserve x19-x29 across world switch for exception handling by Soby Mathew · 10 years ago
  52. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  53. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  54. 65668f9 Allocate single stacks for BL1 and BL2 by Andrew Thoelke · 10 years ago
  55. 38bde41 Place assembler functions in separate sections by Andrew Thoelke · 10 years ago
  56. 9d8ba4c Move per cpu exception stack in BL31 to tzfw_normal_stacks by Vikram Kanigiri · 10 years ago
  57. a7934d6 Add exception vector guards by Jeenu Viswambharan · 10 years ago
  58. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  59. b739f22 Setup VBAR_EL3 incrementally by Achin Gupta · 10 years ago
  60. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  61. 4a826dd rework general purpose registers save and restore by Achin Gupta · 11 years ago
  62. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  63. 8d69a03 Various improvements/cleanups on the linker scripts by Sandrine Bailleux · 11 years ago
  64. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago