summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/sm.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: mmu32: rename mmu.h to mmu_32.hSascha Hauer2023-05-221-2/+1
* ARM: sm.c: add the attribute 'volatile' to some asm() statements.Giorgio Dal Molin2020-04-141-4/+4
* ARM: i.MX: fixed enabling the MMU after switching in non secure mode.Giorgio Dal Molin2020-04-141-1/+3
* ARM: access __boot_cpu_mode with a functionSascha Hauer2019-08-071-2/+2
* ARM: sm: move get_gicd_base_address to header for reuseAhmad Fatoum2019-07-041-28/+1
* ARM: unify asm/arm-smccc.h and linux/arm-smccc.hSascha Hauer2019-05-131-1/+1
* ARM: sm: Make locally used function staticSascha Hauer2018-11-121-1/+1
* ARM: default to starting kernel in HYP mode when entered in HYPLucas Stach2018-11-051-0/+3
* ARM: don't try to install secure monitor when entered in HYP modeLucas Stach2018-11-051-0/+3
* ARM: mmu: psci: Make use of get_ttbr()Andrey Smirnov2018-06-181-2/+1
* ARM: psci: Make use of set_ttbr() in armv7_secure_monitor_install()Andrey Smirnov2018-06-181-2/+1
* ARM: Add PSCI supportSascha Hauer2017-02-131-0/+266