summaryrefslogtreecommitdiff
path: root/lib/psci
AgeCommit message (Expand)Author
2018-02-28Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm
2018-02-28Fix MISRA rule 8.3 in common codeRoberto Vargas
2018-02-27Invalidate TLB entries during warm bootAntonio Nino Diaz
2018-01-29Add support for SMCCC_VERSION in PSCI featuresDimitris Papastamos
2018-01-11Add PubSub events for CPU powerdown/powerupDimitris Papastamos
2017-11-23Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm
2017-11-20Flush the affinity data in psci_affinity_infoRoberto Vargas
2017-11-08ARMv7 may not support Generic Timer ExtensionEtienne Carriere
2017-11-03Fix PSCI STAT time stamp collectionSoby Mathew
2017-10-23PSCI: Publish CPU ON eventJeenu Viswambharan
2017-10-13mem_protect: Fix PSCI FEATURES API for MEM_PROTECT_CHECKRoberto Vargas
2017-10-13reset2: Add PSCI system_reset2 functionRoberto Vargas
2017-09-25mem_protect: Add mem_protect APIRoberto Vargas
2017-09-06Reduce time lock in psci_do_cpu_offRoberto Vargas
2017-08-23psci_common: Resolve GCC static analysis false positiveAlistair Francis
2017-07-31lib: psci: early suspend handler for platformsVarun Wadekar
2017-07-26Address edge case for stale PSCI CPU data in cacheDavid Cunado
2017-07-12Fix order of #includesIsla Mitchell
2017-06-28Merge pull request #978 from etienne-lms/minor-builddanh-arm
2017-06-23PSCI: use same function prototype as in header fileEtienne Carriere
2017-06-22psci: minor fixes in libEtienne Carriere
2017-06-14Tegra: enable 'signed-comparison' compilation warning/errorsVarun Wadekar
2017-05-11Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm
2017-05-04Introduce ARM SiP service to switch execution stateJeenu Viswambharan
2017-05-03Use SPDX license identifiersdp-arm
2017-04-19PSCI: Build option to enable D-Caches early in warmbootSoby Mathew
2017-03-31Flush console where necessaryAntonio Nino Diaz
2017-03-02PSCI: Optimize call paths if all participants are cache-coherentJeenu Viswambharan
2017-03-02PSCI: Introduce cache and barrier wrappersJeenu Viswambharan
2017-02-16Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm
2017-02-13PSCI: Do stat accounting for retention/standby statesdp-arm
2017-02-13PSCI: Decouple PSCI stat residency calculation from PMFdp-arm
2017-02-06Replace some memset call by zeromemDouglas Raillard
2017-01-30Report errata workaround status to consoleJeenu Viswambharan
2016-12-20Merge pull request #788 from jeenu-arm/cpuops-frameworkdanh-arm
2016-12-19Merge pull request #779 from dp-arm/dp/rtinstr-cachedanh-arm
2016-12-15Add provision to extend CPU operations at more levelsJeenu Viswambharan
2016-12-14Add two timestamps to measure PSCI cache flush overheaddp-arm
2016-12-14Merge pull request #775 from soby-mathew/sm/AArch32_stack_aligndanh-arm
2016-12-12AArch32: Fix the stack alignment issueSoby Mathew
2016-12-05Define and use no_ret macro where no return is expectedJeenu Viswambharan
2016-10-12Add PMF instrumentation points in TFdp-arm
2016-09-22PSCI: Introduce PSCI Library argument structureSoby Mathew
2016-09-19Merge pull request #702 from jeenu-arm/psci-node-hw-statedanh-arm
2016-09-15PSCI: Add support for PSCI NODE_HW_STATE APIJeenu Viswambharan
2016-09-09Flush `psci_plat_pm_ops` after initializationSoby Mathew
2016-08-10AArch32: Add support to PSCI libSoby Mathew
2016-08-09Move spinlock library code to AArch64 folderSoby Mathew
2016-07-26Merge pull request #670 from achingupta/ag/psci_retention_fixdanh-arm
2016-07-25Fix use of stale power states in PSCI standby finisherAchin Gupta