1. 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 6 years ago
  2. 8c20c3c PSCI: Fix MISRA defects in MEM_PROTECT by Antonio Nino Diaz · 6 years ago
  3. 621d64f PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF by Antonio Nino Diaz · 6 years ago
  4. 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  5. 4829df8 PSCI: Refactor lock macros to comply with MISRA by Antonio Nino Diaz · 6 years ago
  6. 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 6 years ago
  7. 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  8. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  9. 4ce9b8e mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECK by Roberto Vargas · 7 years ago
  10. 36a8f8f reset2: Add PSCI system_reset2 function by Roberto Vargas · 7 years ago
  11. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 7 years ago
  12. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  13. b0408e8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 8 years ago
  14. a10d363 PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 8 years ago
  15. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  16. 28d3d61 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  17. 61eae52 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 8 years ago
  18. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  19. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago[Renamed from services/std_svc/psci/psci_private.h]
  20. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  21. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  22. 22b09c1 Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 8 years ago
  23. 203cdfe Fix PSCI CPU ON race when setting state to ON_PENDING by Soby Mathew · 8 years ago
  24. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  25. ee7b35c Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  26. 9d070b9 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  27. 617540d PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  28. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  29. c0aff0e PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 10 years ago
  30. 8c32bc2 Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  31. 90e8258 Implement PSCI_FEATURES API by Soby Mathew · 10 years ago
  32. 8991eed Rework the PSCI migrate APIs by Soby Mathew · 10 years ago
  33. 539dced Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  34. 31244d7 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 10 years ago
  35. 78879b9 Rework internal API to save non-secure entry point info by Soby Mathew · 10 years ago
  36. 8c5fe0b Move bakery algorithm implementation out of coherent memory by Soby Mathew · 10 years ago
  37. 235585b Fix the array size of mpidr_aff_map_nodes_t. by Soby Mathew · 10 years ago
  38. a4a8eae Miscellaneous PSCI code cleanups by Achin Gupta · 10 years ago
  39. 0a46e2c Add APIs to preserve highest affinity level in OFF state by Achin Gupta · 10 years ago
  40. 84c9f10 Rework state management in the PSCI implementation by Achin Gupta · 10 years ago
  41. 776b68a Add PSCI service specific per-CPU data by Achin Gupta · 10 years ago
  42. d5f1309 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  43. b51da82 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  44. 56378aa Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 10 years ago
  45. 6c0b45d Correctly dimension the PSCI aff_map_node array by Andrew Thoelke · 10 years ago
  46. 13ac44a Eliminate psci_suspend_context array by Andrew Thoelke · 10 years ago
  47. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 10 years ago
  48. 7a9a5f2 Remove unused data declarations by Dan Handley · 10 years ago
  49. c6bc071 Remove extern keyword from function declarations by Dan Handley · 10 years ago
  50. 625de1d Remove variables from .data section by Dan Handley · 10 years ago
  51. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  52. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  53. c594573 Move PSCI global functions out of private header by Dan Handley · 10 years ago
  54. 759ec93 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 10 years ago
  55. 64f6ea9 Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago[Renamed (98%) from services/psci/psci_private.h]
  56. 7f36660 Implement late binding for runtime hooks by Jeenu Viswambharan · 10 years ago
  57. 607084e Add power management support in the SPD by Achin Gupta · 10 years ago
  58. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago[Renamed from common/psci/psci_private.h]
  59. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  60. ef7a28c psci: Use context library for preserving EL3 state by Achin Gupta · 10 years ago
  61. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago
  62. a45e397 psci: preserve target affinity level during suspend by Achin Gupta · 11 years ago
  63. a59caa4 psci: replace secure context with suspend context by Achin Gupta · 11 years ago
  64. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  65. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 11 years ago
  66. c8afc78 psci: fix error due to a non zero context id by Achin Gupta · 11 years ago
  67. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  68. 3738274 Unmask SError and Debug exceptions. by Sandrine Bailleux · 11 years ago
  69. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago