1. fd914fc feat(psci): optimise clock init on a pabandon by Boyan Karatotev · 5 weeks ago
  2. 04c39e4 feat(psci): make pabandon support generic by Boyan Karatotev · 4 months ago
  3. 5d89341 refactor(gic): promote most of the GIC driver to common code by Boyan Karatotev · 7 months ago
  4. ee65660 Merge changes Id942c20c,Idd286bea,I8917a26e,Iec8c3477,If3c25dcd, ... into integration by André Przywara · 4 months ago
  5. 51997e3 perf(cpufeat): centralise PAuth key saving by Boyan Karatotev · 4 months ago
  6. ef738d1 feat(psci): remove cpu context init by index by Manish Pandey · 1 year, 1 month ago
  7. 0839cfc fix(psci): modify variable conflicting with external function by Maheedhar Bollapalli · 1 year, 4 months ago
  8. 83ec7e4 perf(amu): greatly simplify AMU context management by Boyan Karatotev · 9 months ago
  9. db5fe4f chore(docs): drop the "wfi" from `pwr_domain_pwr_down_wfi` by Boyan Karatotev · 10 months ago
  10. dc0bf48 chore(psci): drop skip_wfi variable by Boyan Karatotev · 10 months ago
  11. 2b5e00d feat(psci): allow cores to wake up from powerdown by Boyan Karatotev · 8 months ago
  12. 3b80210 perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · 9 months ago
  13. 9b1e800 refactor(psci): move timestamp collection to psci_pwrdown_cpu by Boyan Karatotev · 10 months ago
  14. 44ee771 refactor(psci): factor common code out of the standby finisher by Boyan Karatotev · 10 months ago
  15. 0c83655 refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state by Boyan Karatotev · 10 months ago
  16. e07e739 refactor(psci): extract cm_prepare_el3_exit_ns() to a common location by Boyan Karatotev · 2 years, 3 months ago
  17. d348861 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 2 years, 3 months ago
  18. 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
  19. 65bbb93 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 3 years ago
  20. 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
  21. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  22. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  23. 74d27d0 PSCI: Lookup list of parent nodes to lock only once by Andrew F. Davis · 6 years ago
  24. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  25. 621d64f PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF by Antonio Nino Diaz · 7 years ago
  26. 7593252 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 8 years ago
  27. bfc87a8 Fix PSCI STAT time stamp collection by Soby Mathew · 8 years ago
  28. 1862d62 lib: psci: early suspend handler for platforms by Varun Wadekar · 8 years ago
  29. 2a4b4b71 Fix order of #includes by Isla Mitchell · 8 years ago
  30. c283e05 psci: minor fixes in lib by Etienne Carriere · 8 years ago
  31. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  32. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 8 years ago
  33. b0408e8 PSCI: Optimize call paths if all participants are cache-coherent by Jeenu Viswambharan · 9 years ago
  34. a10d363 PSCI: Introduce cache and barrier wrappers by Jeenu Viswambharan · 9 years ago
  35. e5bbd16 PSCI: Do stat accounting for retention/standby states by dp-arm · 9 years ago
  36. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 9 years ago
  37. 7941816 Add two timestamps to measure PSCI cache flush overhead by dp-arm · 9 years ago
  38. 872be88 Add PMF instrumentation points in TF by dp-arm · 9 years ago
  39. 61eae52 Fix use of stale power states in PSCI standby finisher by Achin Gupta · 9 years ago
  40. cf0b149 Introduce PSCI Library Interface by Soby Mathew · 9 years ago
  41. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 9 years ago[Renamed (98%) from services/std_svc/psci/psci_suspend.c]
  42. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 9 years ago
  43. ac1cc8e PSCI: Add pwr_domain_pwr_down_wfi() hook in plat_psci_ops by Soby Mathew · 9 years ago
  44. d448639 Add 32 bit version of plat_get_syscnt_freq by Antonio Nino Diaz · 9 years ago
  45. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 10 years ago
  46. f1054c9 Pass the target suspend level to SPD suspend hooks by Achin Gupta · 10 years ago
  47. 9d070b9 PSCI: Rework generic code to conform to coding guidelines by Soby Mathew · 10 years ago
  48. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 10 years ago[Renamed from services/std_svc/psci1.0/psci_suspend.c]
  49. eb975f5 PSCI: Unify warm reset entry points by Sandrine Bailleux · 10 years ago
  50. 8ee2498 PSCI: Add framework to handle composite power states by Soby Mathew · 10 years ago
  51. 82dcc03 PSCI: Introduce new platform interface to describe topology by Soby Mathew · 10 years ago
  52. 12d0d00 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 10 years ago
  53. 4067dc3 PSCI: Remove references to affinity based power management by Soby Mathew · 10 years ago[Renamed (75%) from services/std_svc/psci1.0/psci_afflvl_suspend.c]
  54. 6590ce2 PSCI: Invoke PM hooks only for the highest level by Soby Mathew · 10 years ago
  55. b48349e PSCI: Create new directory to implement new frameworks by Soby Mathew · 10 years ago