1. 0b1714f fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 8 months ago
  2. 14f2686 fix(psci): remove unreachable switch/case blocks by Andre Przywara · 1 year, 3 months ago
  3. d28393a feat(psci): update PSCI_FEATURES by Wing Li · 1 year, 10 months ago
  4. 2c556f3 feat(psci): add support for OS-initiated mode by Wing Li · 1 year, 10 months ago
  5. 71f69df feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 1 year, 10 months ago
  6. 7076350 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 1 year, 11 months ago
  7. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 7 months ago
  8. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  9. 1821db2 psci: platform control of SYSTEM_SUSPEND entry by ldts · 6 years ago
  10. de11a5b psci: Use bool in internal interfaces by Antonio Nino Diaz · 6 years ago
  11. 78a95a6 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 6 years ago
  12. de70183 lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  13. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  14. a65841a Add support for SMCCC_VERSION in PSCI features by Dimitris Papastamos · 6 years ago
  15. 6dc8214 Flush the affinity data in psci_affinity_info by Roberto Vargas · 7 years ago
  16. b820ad0 reset2: Add PSCI system_reset2 function by Roberto Vargas · 7 years ago
  17. 0a4c261 mem_protect: Add mem_protect API by Roberto Vargas · 7 years ago
  18. 66231d1 Tegra: enable 'signed-comparison' compilation warning/errors by Varun Wadekar · 7 years ago
  19. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  20. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  21. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  22. 7f03e9d9 PSCI: Add support for PSCI NODE_HW_STATE API by Jeenu Viswambharan · 8 years ago
  23. f9f3bbf Validate psci_find_target_suspend_lvl() result by Sandrine Bailleux · 8 years ago
  24. d019487 Introduce PSCI Library Interface by Soby Mathew · 8 years ago
  25. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago[Renamed from services/std_svc/psci/psci_main.c]
  26. 24ab34f Fix coding guideline warnings by Soby Mathew · 8 years ago
  27. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  28. 241ec6c Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  29. 7497bff Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 8 years ago
  30. 011ca18 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 9 years ago
  31. f1f97a1 PSCI: Fix the return code for invalid entrypoint by Soby Mathew · 9 years ago
  32. 981487a PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  33. 9616838 PSCI: Add SYSTEM_SUSPEND API support by Soby Mathew · 10 years ago
  34. 2b7de2b Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  35. 61e615b Verify capabilities before handling PSCI calls by Soby Mathew · 9 years ago
  36. 6cdddaf Implement PSCI_FEATURES API by Soby Mathew · 9 years ago
  37. 110fe36 Rework the PSCI migrate APIs by Soby Mathew · 10 years ago
  38. 26fb90e Return success if an interrupt is seen during PSCI CPU_SUSPEND by Soby Mathew · 9 years ago
  39. 74e52a7 Validate power_state and entrypoint when executing PSCI calls by Soby Mathew · 10 years ago
  40. f512157 Save 'power_state' early in PSCI CPU_SUSPEND call by Soby Mathew · 10 years ago
  41. 8595b87 Rework internal API to save non-secure entry point info by Soby Mathew · 9 years ago
  42. 2b69750 Fix CPU_SUSPEND when invoked with affinity level higher than get_max_afflvl() by Soby Mathew · 10 years ago
  43. 4dc4a47 Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIs by Juan Castillo · 10 years ago
  44. e1aa516 Remove coherent stack usage from the warm boot path by Achin Gupta · 10 years ago
  45. 2bc0785 Remove current CPU mpidr from PSCI common code by Andrew Thoelke · 10 years ago
  46. 89a3c84 PSCI SMC handler improvements by Andrew Thoelke · 10 years ago
  47. 42c5280 Fix broken standby state implementation in PSCI by Achin Gupta · 10 years ago
  48. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  49. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  50. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  51. f100f41 Preserve PSCI cpu_suspend 'power_state' parameter. by Vikram Kanigiri · 10 years ago
  52. 3b7c59b Add standby state support in PSCI cpu_suspend api by Vikram Kanigiri · 10 years ago
  53. 1814a3e Implement ARM Standard Service by Jeenu Viswambharan · 10 years ago[Renamed (95%) from services/psci/psci_main.c]
  54. 607084e Add power management support in the SPD by Achin Gupta · 10 years ago
  55. 0a9f747 Move PSCI to runtime services directory by Achin Gupta · 10 years ago[Renamed from common/psci/psci_main.c]
  56. caa8493 Add support for handling runtime service requests by Jeenu Viswambharan · 10 years ago
  57. 75f7367 psci: fix affinity level upgrade issue by Achin Gupta · 11 years ago
  58. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  59. 0959db5 psci: rectify and homogenise generic code by Achin Gupta · 11 years ago
  60. 3140a9e psci: rework cpu_off assertion and minor cleanups by Achin Gupta · 11 years ago
  61. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  62. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago