1. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  2. f5478de Reorganize architecture-dependent header files by Antonio Nino Diaz · 7 years ago[Renamed from include/lib/aarch64/arch_helpers.h]
  3. b4474fa Import exception helpers from TF-A-Tests by Antonio Nino Diaz · 7 years ago
  4. fdbc293 Deprecate some unused AArch64 assembly functions by Antonio Nino Diaz · 7 years ago
  5. 5e96139 Move helpers from arch.h to arch_helpers.h by Antonio Nino Diaz · 7 years ago
  6. 932b3ae Synchronise arch.h and arch_helpers.h with TF-A-Tests by Antonio Nino Diaz · 7 years ago
  7. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  8. 0c62883 backtrace: Introduce backtrace function by Douglas Raillard · 7 years ago
  9. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  10. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 7 years ago
  11. 30d81c3 RAS: Add helpers to access Standard Error Records by Jeenu Viswambharan · 8 years ago
  12. 8f4dbaa arch_helpers: use u_register_t for register read/write by Masahiro Yamada · 8 years ago
  13. 0767d50 AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 8 years ago
  14. 1a85337 Enable SVE for Non-secure world by David Cunado · 8 years ago
  15. 380559c AMU: Implement support for aarch64 by Dimitris Papastamos · 8 years ago
  16. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  17. 781f4aa ARM platforms: Provide SDEI entry point validation by Jeenu Viswambharan · 8 years ago
  18. 623c437 Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 8 years ago
  19. 8b9f419 Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr by davidcunado-arm · 8 years ago
  20. b4e81a3 Merge pull request #1129 from robertovargas-arm/enable_O0 by davidcunado-arm · 8 years ago
  21. ec0c8fd Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · 8 years ago
  22. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 8 years ago
  23. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 8 years ago
  24. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 8 years ago
  25. e0f34ea Fix use of MSR (immediate) by Roberto Vargas · 8 years ago
  26. 3e61b2b Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 8 years ago
  27. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  28. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  29. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  30. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 8 years ago
  31. ccbec91 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 8 years ago
  32. 0b64f4e Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 8 years ago
  33. c8d64c5 Fix declarations of cache maintenance functions by Antonio Nino Diaz · 9 years ago
  34. 0029624 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · 9 years ago
  35. 939f66d Reset EL2 and EL3 configurable controls by David Cunado · 9 years ago
  36. 495f3d3 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 9 years ago
  37. c1ff80b Support for Mediatek MT6795 SoC by Leon Chen · 9 years ago
  38. c291641 Merge pull request #577 from antonio-nino-diaz-arm/an/remove-xlat-helpers by danh-arm · 9 years ago
  39. f33fbb2 Remove xlat_helpers.c by Antonio Nino Diaz · 9 years ago
  40. 4ca5753 Remove DAIF bits handling macros by Gerald Lejeune · 9 years ago
  41. 74eb26e ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 10 years ago
  42. 85d80e5 Initialize VTTBR_EL2 when bypassing EL2 by Sandrine Bailleux · 10 years ago
  43. df37373 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 10 years ago
  44. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 10 years ago
  45. ce4c820 Remove use of PLATFORM_CACHE_LINE_SIZE by Dan Handley · 10 years ago
  46. 6e159e7 Translate secure/non-secure virtual addresses by Varun Wadekar · 10 years ago
  47. 22f0897 Return success if an interrupt is seen during PSCI CPU_SUSPEND by Soby Mathew · 11 years ago
  48. 5b1cd43 Add macros for domain specific barriers. by Soby Mathew · 11 years ago
  49. 36e2fd0 Prevent optimisation of sysregs accessors calls by Sandrine Bailleux · 11 years ago
  50. 14c0526 Reset CNTVOFF_EL2 register before exit into EL1 on warm boot by Soby Mathew · 11 years ago
  51. add4035 Add CPU specific power management operations by Soby Mathew · 11 years ago
  52. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 11 years ago
  53. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  54. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 11 years ago
  55. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  56. fa9c08b Use secure timer to generate S-EL1 interrupts by Achin Gupta · 11 years ago
  57. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 11 years ago
  58. b3254e8 Introduce IS_IN_ELX() macros by Sandrine Bailleux · 11 years ago
  59. 228a9f0 Remove unused or invalid asm helper functions by Andrew Thoelke · 11 years ago
  60. 2f5dcfe Replace disable_mmu with assembler version by Andrew Thoelke · 11 years ago
  61. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  62. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago[Renamed from include/aarch64/arch_helpers.h]
  63. b495bde Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 11 years ago