- 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
- 31ddca4 Merge "feat(psci): remove cpu context init by index" into integration by Manish V Badarkhe · 4 months ago
- ef738d1 feat(psci): remove cpu context init by index by Manish Pandey · 1 year, 1 month ago
- 382ba74 fix(psci): initialise variables by Boyan Karatotev · 4 months ago
- 10639cc Merge changes from topic "xlnx_fix_gen_uniq_var" into integration by Manish V Badarkhe · 4 months ago
- e64cdee fix(psci): avoid altering function parameters by Maheedhar Bollapalli · 1 year, 3 months ago
- 0839cfc fix(psci): modify variable conflicting with external function by Maheedhar Bollapalli · 1 year, 4 months ago
- 7b97084 fix(psci): add const qualifier by Nithin G · 1 year, 4 months ago
- c7b0a28 fix(psci): add missing curly braces by Maheedhar Bollapalli · 1 year, 3 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
- 45c7328 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · 11 months ago
- 2b5e00d feat(psci): allow cores to wake up from powerdown by Boyan Karatotev · 8 months ago
- cc94e71 refactor(cpus): undo errata mitigations by Boyan Karatotev · 10 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
- 39fba64 docs(psci): drop outdated cache maintenance comment by Boyan Karatotev · 10 months ago
- f808873 fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · 9 months ago
- db9ee83 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 months ago
- 01959a1 fix(psci): fix parent parsing in psci_is_last_cpu_to_idle_at_pwrlvl by Charlie Bareham · 1 year, 10 months ago
- 4de07b4 chore(spe): rename spe_disable() to spe_stop() by Manish Pandey · 1 year, 1 month ago
- 412d92f fix(psci): fix parent_idx in psci_validate_state_coordination by Patrick Delaunay · 1 year, 10 months ago
- 152ad11 fix(cc): code coverage optimization fix by Mark Dykes · 1 year, 4 months ago
- 777f1f6 fix(spe): invoke spe_disable during power domain off/suspend by Jayanth Dodderi Chidanand · 2 years, 1 month ago
- 160e843 feat(psci): add psci_do_manage_extensions API by Jayanth Dodderi Chidanand · 1 year, 11 months ago
- e60c184 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
- 4c700c1 chore: update to use Arm word across TF-A by Govindraj Raja · 2 years ago
- ed6d4a3 refactor(cpus): convert the Cortex-A510 to use the errata framework by Jayanth Dodderi Chidanand · 2 years, 4 months ago
- e07e739 refactor(psci): extract cm_prepare_el3_exit_ns() to a common location by Boyan Karatotev · 2 years, 3 months ago
- 24a7073 refactor(cm): introduce a real manage_extensions_nonsecure() by Boyan Karatotev · 2 years, 5 months ago
- f4d011b Merge changes from topic "psci-osi" into integration by Manish Pandey · 2 years, 2 months ago
- d348861 fix(psci): add optional pwr_domain_validate_suspend to plat_psci_ops_t by Wing Li · 2 years, 3 months ago
- 6bb96fa refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 2 years, 6 months ago
- 8700c6f Merge "fix(psci): do not panic on illegal MPIDR" into integration by Manish Pandey · 2 years, 3 months ago
- 8a6d0d2 fix(psci): do not panic on illegal MPIDR by Andre Przywara · 2 years, 3 months ago
- 11ccf5d build(psci): move `runtime_errata.S` to PSCI by Chris Kay · 2 years, 4 months ago
- 6cf4ae9 feat(psci): introduce 'pwr_domain_off_early' hook by Varun Wadekar · 2 years, 3 months ago
- 6632741 fix(psci): potential array overflow with cpu on by Olivier Deprez · 2 years, 4 months ago
- ad27f4b fix(psci): remove unreachable switch/case blocks by Andre Przywara · 2 years, 4 months ago
- 9a70e69 feat(psci): update PSCI_FEATURES by Wing Li · 2 years, 11 months ago
- 606b743 feat(psci): add support for OS-initiated mode by Wing Li · 2 years, 11 months ago
- b88a441 feat(psci): add support for PSCI_SET_SUSPEND_MODE by Wing Li · 2 years, 11 months ago
- da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
- aea4ccf fix(cpus): workaround for Cortex-A510 erratum 2684597 by Harrison Mutai · 2 years, 8 months ago
- 695a48b fix(psci): tighten psci_power_down_wfi behaviour by Harrison Mutai · 2 years, 7 months ago
- b41b082 refactor(psci): unify psci_is_last_on_cpu and psci_is_last_on_cpu_safe by Jayanth Dodderi Chidanand · 3 years ago
- 65bbb93 refactor(psci): move psci_do_pwrdown_sequence() out of private header by Pranav Madhu · 3 years ago
- 0551aac fix(psci): fix MISRA failure - Memory - illegal accesses by Manish V Badarkhe · 3 years ago
- ce14a12 feat(psci): add a helper function to ensure that non-boot PEs are offline by Lucian Paul-Trifu · 3 years, 5 months ago
- 8b95e84 refactor(context mgmt): add cm_prepare_el3_exit_ns function by Zelalem Aweke · 3 years, 6 months ago
- b9338ee fix(psci): correct parent_node type in messages by Yann Gautier · 3 years, 6 months ago
- a1d5ac6 feat(psci): require validate_power_state to expose CPU_SUSPEND by Samuel Holland · 4 years, 3 months ago
- a86865a PSCI: fix limit of 256 CPUs caused by cast to unsigned char by Graeme Gregory · 4 years, 8 months ago
- 943aff0 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · 4 years, 10 months ago
- d7b5f40 Increase type widths to satisfy width requirements by Jimmy Brisson · 5 years ago
- 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
- 2274490 psci: utility api to invoke stop for other cores by Sandeep Tripathy · 5 years ago
- 2fe75a2 coverity: fix MISRA violations by Zelalem · 5 years ago
- 33e8c56 qemu: Implement PSCI_CPU_OFF. by Andrew Walbran · 6 years ago
- 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
- ab4df50 adding support to enable different personality of the same soc. by Pankaj Gupta · 6 years ago
- 1010770 Adding new optional PSCI hook pwr_domain_on_finish_late by Madhukar Pappireddy · 6 years ago
- 6129e9a Merge "Refactor ARMv8.3 Pointer Authentication support code" into integration by Soby Mathew · 6 years ago
- ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
- e65d3f4 Merge "Assert if power level value greater then PSCI_INVALID_PWR_LVL" into integration by Soby Mathew · 6 years ago
- fc81021 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
- 0c411c7 Assert if power level value greater then PSCI_INVALID_PWR_LVL by Deepika Bhavnani · 6 years ago
- 41af051 Coverity fix: Remove GGC ignore -Warray-bounds by Deepika Bhavnani · 6 years ago
- 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 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
- 9edd891 Initial Spectre V1 mitigations (CVE-2017-5753). by Joel Hutton · 7 years ago
- 3e75ea4 Merge pull request #1624 from glneo/less-cache-flushing by Soby Mathew · 7 years ago
- a4065ab psci: platform control of SYSTEM_SUSPEND entry by ldts · 7 years ago
- f996a5f PSCI: Do not flush cache when unneeded by Andrew F. Davis · 7 years ago
- c98db6c PSCI: Update comment on MMU disablement by Andrew F. Davis · 7 years ago
- 87c8513 Mark BL31 initialization functions by Daniel Boulby · 7 years ago
- fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
- 0b81230 PSCI: Remove deprecated file plat_psci_common.c by Antonio Nino Diaz · 7 years ago
- 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
- 3e318e4 xlat v2: Flush xlat tables after being modified by Antonio Nino Diaz · 7 years ago
- 362030b psci: Use bool in internal interfaces by Antonio Nino Diaz · 7 years ago
- 39a8fa7 PSCI: Fix logic error to skip cache flushing by Andrew F. Davis · 7 years ago
- 6b7b0f3 PSCI: Fix MISRA defects in common and setup code by Antonio Nino Diaz · 7 years ago
- abce1dc PSCI: Fix MISRA defects in stat code by Antonio Nino Diaz · 7 years ago
- 8c20c3c PSCI: Fix MISRA defects in MEM_PROTECT 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
- 1083b2b PSCI: Fix types of definitions by Antonio Nino Diaz · 7 years ago
- 4829df8 PSCI: Refactor lock macros to comply with MISRA by Antonio Nino Diaz · 7 years ago
- 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 7 years ago
- 896a590 Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 7 years ago
- 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 7 years ago
- 2271cb0 psci: initialize array fully to comply with MISRA by Jonathan Wright · 7 years ago
- 3eacacc lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
- 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
- 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 7 years ago