summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-291-7/+0
|\
| * ARM: cpu: remove unused SYS_SUPPORTS_32BIT_KERNELAhmad Fatoum2022-06-171-3/+0
| * ARM: cpu: remove unnecessary CONFIG_SYS_SUPPORTS_64BIT_KERNELAhmad Fatoum2022-06-171-3/+0
| * ARM: cpu: prevent recursive dependencies via CPU_SUPPORTS_64BIT_KERNELAhmad Fatoum2022-06-171-1/+0
* | ARM: cpu: start: don't panic when only initial memory knownAhmad Fatoum2022-06-242-2/+21
* | ARM: cpuinfo: detect Cortex-A72Ahmad Fatoum2022-06-071-0/+4
* | ARM: cpuinfo: print CPU mainid if unknownAhmad Fatoum2022-06-071-3/+7
* | ARM: cpuinfo: print exception levelAhmad Fatoum2022-06-031-0/+4
|/
* ARM: cpu: don't clobber sp when booted in HYP modeAhmad Fatoum2022-06-011-0/+3
* ARM: cpu: board-dt-2nd: call arm_cpu_lowlevel_initAhmad Fatoum2022-04-251-0/+4
* arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-058-1/+17
* arch: add SPDX-License-Identifier to all .S filesAhmad Fatoum2022-01-0513-0/+26
* arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-054-1/+8
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-052-0/+4
* ARM64: board-dt-2nd: remove no longer needed noinline function splitAhmad Fatoum2021-12-131-13/+8
* ARM: psci: client: fix power off and reset via 64-bit secure monitorAhmad Fatoum2021-10-181-1/+1
* Merge branch 'for-next/rockchip'Sascha Hauer2021-07-183-3/+91
|\
| * ARM: Add atf common supportSascha Hauer2021-06-242-0/+81
| * ARM: Add relocate_to_adr_full()Sascha Hauer2021-06-211-3/+10
* | ARM: mmu: inherit pte flags from pmdSascha Hauer2021-06-211-4/+24
|/
* of: propagate errors inside barebox_register_{of, fdt} into initcallsAhmad Fatoum2021-06-021-3/+1
* ARM: pbl: uncompress: add comment explaining order of operationsAhmad Fatoum2021-04-131-0/+1
* ARM: make ARM_USE_COMPRESSED_DTB available for other archesAhmad Fatoum2021-03-231-16/+4
* Merge branch 'for-next/virtio'Sascha Hauer2021-03-231-40/+1
|\
| * dma: move dma_map/unmap_single from ARM to common codeAhmad Fatoum2021-03-041-40/+1
* | ARM64: board-dt-2nd: adopt kernel image headerAhmad Fatoum2021-03-222-7/+23
|/
* pbl: provide externally visible fdt_find_memAhmad Fatoum2021-02-221-67/+1
* ARM: cpu: board-dt-2nd: rename of_find_mem for more generic useAhmad Fatoum2021-02-221-3/+3
* ARM: mmu64: allow to disable null pointer trap on zero pageMichael Tretter2020-10-222-1/+13
* of: Add common device tree register functionSascha Hauer2020-10-121-7/+1
* ARM: psci: fix NULL pointer dereference on CPU idleAhmad Fatoum2020-10-021-1/+1
* Merge branch 'for-next/misc' into masterSascha Hauer2020-09-252-26/+6
|\
| * arm/cpu/*.S: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-09-152-26/+6
* | ARM: Add KASan supportSascha Hauer2020-09-224-6/+11
|/
* Merge branch 'for-next/module'Sascha Hauer2020-07-271-0/+1
|\
| * arm: module: Allow modules outside of bl rangeDavid Dgien2020-07-011-0/+1
* | arm/cpu: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-07-1414-186/+39
|/
* kbuild: rename pbl object pbl-*.o to *.pbl.oMasahiro Yamada2020-05-201-6/+6
* treewide: remove references to CREDITSUwe Kleine-König2020-04-2711-33/+0
* 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-142-1/+12
* ARM: Drop unused macros in exceptions.SAndrey Smirnov2020-04-011-28/+0
* arm64: Set PXN/UXN attributes for uncached memSascha Hauer2020-03-313-3/+21
* ARM64: attribute argument to create_sections() is 64bitSascha Hauer2020-03-311-3/+5
* ARM64: Setup vectors in all lower execption levelsSascha Hauer2020-03-311-9/+16
* ARM: i.MX: external NAND boot: Leave icache disabledSascha Hauer2020-02-191-0/+2
* Merge branch 'for-next/rpi'Sascha Hauer2020-01-153-2/+39
|\
| * device: Introduce dma_offsetSascha Hauer2019-12-203-2/+39
* | ARM: cache_64: invalidate icache in arm_early_mmu_cache_flushAhmad Fatoum2019-12-201-0/+1
* | ARM: cache_64: invalidate dcache in arm_early_mmu_cache_invalidateAhmad Fatoum2019-12-201-0/+1