summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/arm64-entry'Sascha Hauer2022-11-143-0/+36
|\
| * ARM64: asm: rewrite ENTRY_FUNCTION(_WITHSTACK) fully in assemblyAhmad Fatoum2022-10-262-0/+35
| * ARM64: cpu: select HAVE_PBL_MULTI_IMAGES globallyAhmad Fatoum2022-10-261-0/+1
* | ARM: psci: client: don't hardcode method smc in fixupAhmad Fatoum2022-11-071-3/+3
* | ARM: psci: make PSCI method a of_psci_fixup parameterAhmad Fatoum2022-11-073-4/+5
|/
* ARM: cpu: add compiler barrier around unrelocated accessAhmad Fatoum2022-10-242-8/+11
* Merge branch 'for-next/misc'Sascha Hauer2022-10-132-2/+3
|\
| * relocate_to_current_adr: hang directly on error instead of panic()Ahmad Fatoum2022-10-051-2/+2
| * include: move panic() prototype to <printk.h>Ahmad Fatoum2022-10-051-0/+1
* | ARM: start: drop support for machine type casted to boarddata pointerAhmad Fatoum2022-10-121-12/+0
|/
* Merge branch 'for-next/sha256'Sascha Hauer2022-09-141-1/+1
|\
| * pbl: replace __piggydata_end with __image_endAhmad Fatoum2022-08-221-1/+1
* | Merge branch 'for-next/arm'Sascha Hauer2022-09-145-5/+33
|\ \
| * | ARM: early-mmu: don't cache/prefetch OPTEE_SIZE bytes from end of memoryAhmad Fatoum2022-09-122-2/+2
| * | ARM: mmu: define attrs_uncached_mem() helperAhmad Fatoum2022-08-181-2/+7
| * | ARM: mmu64: map reserved regions uncachedAhmad Fatoum2022-08-182-1/+24
| |/
* / ARM: sync_caches_for_execution: don't flush disabled data cacheAhmad Fatoum2022-09-131-0/+6
|/
* kbuild: pbl: use same compression algo for both barebox and DTBAhmad Fatoum2022-07-161-3/+8
* pbl: compressed-dtb: use flexible array member to access dataAhmad Fatoum2022-07-141-5/+2
* 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