1. e1594ec fix(cc): code coverage optimization fix by Mark Dykes · 8 weeks ago
  2. 18d9379 fix(spe): invoke spe_disable during power domain off/suspend by Jayanth Dodderi Chidanand · 11 months ago
  3. 165e59f feat(psci): add psci_do_manage_extensions API by Jayanth Dodderi Chidanand · 9 months ago
  4. 0b1714f fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 7 months ago
  5. 8ee3214 refactor(psci): extract cm_prepare_el3_exit_ns() to a common location by Boyan Karatotev · 1 year, 1 month ago
  6. 36cebf9 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 1 year, 3 months ago
  7. c0dc639 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 1 year, 1 month ago
  8. 98c0b9a fix(psci): do not panic on illegal MPIDR by Andre Przywara · 1 year, 1 month ago
  9. 2c556f3 feat(psci): add support for OS-initiated mode by Wing Li · 1 year, 9 months ago
  10. 71f69df feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 1 year, 9 months ago
  11. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 4 months ago
  12. 7076350 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 1 year, 10 months ago
  13. c1e61d0 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 1 year, 11 months ago
  14. d3af5e1 fix(psci): fix MISRA failure - Memory - illegal accesses by Manish V Badarkhe · 1 year, 11 months ago
  15. 5e68535 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 2 years, 3 months ago
  16. 507e0cd fix(psci): correct parent_node type in messages by Yann Gautier · 2 years, 4 months ago
  17. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · 3 years, 10 months ago
  18. 1203004 psci: utility api to invoke stop for other cores by Sandeep Tripathy · 3 years, 10 months ago
  19. 91d8061 coverity: fix MISRA violations by Zelalem · 4 years, 4 months ago
  20. 8fe72b9 qemu: Implement PSCI_CPU_OFF. by Andrew Walbran · 4 years, 4 months ago
  21. 02c3568 adding support to enable different personality of the same soc. by Pankaj Gupta · 4 years, 8 months ago
  22. 4490ad2 Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into integration by Soby Mathew · 4 years, 9 months ago
  23. 79ffab5 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 9 months ago
  24. 523024c Assert if power level value greater then PSCI_INVALID_PWR_LVL by Deepika Bhavnani · 4 years, 10 months ago
  25. 6bd4666 Coverity fix: Remove GGC ignore -Warray-bounds by Deepika Bhavnani · 4 years, 10 months ago
  26. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  27. 74e8978 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · 5 years ago
  28. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  29. e6f28fa PSCI: Do not flush cache when unneeded by Andrew F. Davis · 6 years ago
  30. 564f954 PSCI: Update comment on MMU disablement by Andrew F. Davis · 6 years ago
  31. 5753e49 Mark BL31 initialization functions by Daniel Boulby · 6 years ago
  32. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  33. 22ab8ab PSCI: Fix logic error to skip cache flushing by Andrew F. Davis · 6 years ago
  34. 78a95a6 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 6 years ago
  35. 5a42b68 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 6 years ago
  36. 8336f68 Fix PSCI STAT time stamp collection by Soby Mathew · 7 years ago
  37. 16484dd psci_common: Resolve GCC static analysis false positive by Alistair Francis · 7 years ago
  38. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  39. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  40. bc1a929 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 7 years ago
  41. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  42. 346bfd8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 7 years ago
  43. 0b56d6f PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 7 years ago
  44. 0470202 Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing by davidcunado-arm · 7 years ago
  45. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  46. a8954fc Replace some memset call by zeromem by Douglas Raillard · 7 years ago
  47. 89d90dc AArch32: Add support to PSCI lib by Soby Mathew · 8 years ago
  48. 9b2bf25 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 8 years ago
  49. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  50. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago[Renamed from services/std_svc/psci/psci_common.c]
  51. 24ab34f Fix coding guideline warnings by Soby Mathew · 8 years ago
  52. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  53. 241ec6c Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  54. 1298e69 PSCI: Resolve GCC static analysis false positive by Soby Mathew · 8 years ago
  55. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  56. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  57. 011ca18 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  58. f1f97a1 PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  59. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  60. 2e0764b Merge pull request #324 from soby-mathew/sm/sys_suspend by danh-arm · 9 years ago
  61. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 9 years ago
  62. 33e7d6a Fix integer extension in mpidr_set_aff_inst() by Andrew Thoelke · 9 years ago
  63. a64a854 Fix violations to the coding style by Sandrine Bailleux · 9 years ago
  64. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  65. 6cdddaf Implement PSCI_FEATURES API by Soby Mathew · 9 years ago
  66. 110fe36 Rework the PSCI migrate APIs by Soby Mathew · 10 years ago
  67. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  68. 8595b87 Rework internal API to save non-secure entry point info by Soby Mathew · 9 years ago
  69. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · 9 years ago
  70. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  71. 2b69750 Fix CPU_SUSPEND when invoked with affinity level higher than get_max_afflvl() by Soby Mathew · 10 years ago
  72. 56bcdc2 Miscellaneous PSCI code cleanups by Achin Gupta · 10 years ago
  73. f6b9e99 Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 10 years ago
  74. cab78e4 Rework state management in the PSCI implementation by Achin Gupta · 10 years ago
  75. f3ccbab Add PSCI service specific per-CPU data by Achin Gupta · 10 years ago
  76. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  77. 9c60d80 Remove the concept of coherent stacks by Achin Gupta · 10 years ago
  78. 2bc0785 Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 10 years ago
  79. 3c74a44 Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2 by danh-arm · 10 years ago
  80. 42970b0 Merge pull request #147 from athoelke/at/remove-bakery-mpidr by danh-arm · 10 years ago
  81. 2d55240 Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  82. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 10 years ago
  83. e9a0d11 Eliminate psci_suspend_context array by Andrew Thoelke · 10 years ago
  84. 4e12607 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  85. a2f6553 Provide cm_get/set_context() for current CPU by Andrew Thoelke · 10 years ago
  86. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  87. 60b13e3 Remove unused data declarations by Dan Handley · 10 years ago
  88. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  89. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  90. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  91. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  92. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  93. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 10 years ago
  94. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago[Renamed from services/psci/psci_common.c]
  95. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  96. 607084e Add power management support in the SPD by Achin Gupta · 10 years ago
  97. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago[Renamed from common/psci/psci_common.c]
  98. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  99. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  100. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago