summaryrefslogtreecommitdiff
path: root/lib/psci/psci_suspend.c
Commit message (Expand)AuthorAgeFilesLines
* feat(psci): add support for OS-initiated modeWing Li2023-03-201-14/+51
* refactor(psci): move psci_do_pwrdown_sequence() out of private headerPranav Madhu2022-09-151-1/+1
* refactor(context mgmt): add cm_prepare_el3_exit_ns functionZelalem Aweke2022-04-121-2/+2
* Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2020-01-101-4/+4
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-1/+7
* PSCI: Lookup list of parent nodes to lock only onceAndrew F. Davis2019-06-061-8/+13
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-10/+12
* PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFFAntonio Nino Diaz2018-07-241-21/+21
* Add PubSub events for CPU powerdown/powerupDimitris Papastamos2018-01-111-0/+5
* Fix PSCI STAT time stamp collectionSoby Mathew2017-11-031-9/+5
* lib: psci: early suspend handler for platformsVarun Wadekar2017-07-311-0/+11
* Fix order of #includesIsla Mitchell2017-07-121-2/+2
* psci: minor fixes in libEtienne Carriere2017-06-221-1/+1
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* PSCI: Build option to enable D-Caches early in warmbootSoby Mathew2017-04-191-1/+1
* PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan2017-03-021-9/+5
* PSCI: Introduce cache and barrier wrappersJeenu Viswambharan2017-03-021-2/+2
* PSCI: Do stat accounting for retention/standby statesdp-arm2017-02-131-0/+9
* PSCI: Decouple PSCI stat residency calculation from PMFdp-arm2017-02-131-8/+2
* Add two timestamps to measure PSCI cache flush overheaddp-arm2016-12-141-0/+17
* Add PMF instrumentation points in TFdp-arm2016-10-121-0/+27
* Fix use of stale power states in PSCI standby finisherAchin Gupta2016-07-251-3/+11
* Introduce PSCI Library InterfaceSoby Mathew2016-07-191-1/+0
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-0/+284