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