summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: mmu32: Fix pmd_flags_to_pte() for ARMv4/5/6Sascha Hauer2023-05-221-11/+16
* ARM: mmu32: Assume MMU is onSascha Hauer2023-05-221-37/+10
* ARM: mmu: always do MMU initialization early when MMU is enabledSascha Hauer2023-05-222-2/+2
* ARM: mmu: drop ttb argumentSascha Hauer2023-05-224-20/+15
* ARM: mmu64: create alloc_pte()Sascha Hauer2023-05-221-3/+17
* ARM: mmu32: create alloc_pte()Sascha Hauer2023-05-221-2/+22
* ARM: mmu: alloc 64k for early page tablesSascha Hauer2023-05-221-0/+6
* ARM: mmu: merge mmu-early_xx.c into mmu_xx.cSascha Hauer2023-05-225-157/+128
* ARM: mmu: move dma_sync_single_for_device to extra fileSascha Hauer2023-05-225-31/+37
* ARM: Move early MMU after malloc initializationSascha Hauer2023-05-221-10/+10
* ARM: i.MX: Drop HAB workaroundSascha Hauer2023-05-221-7/+0
* ARM: mmu32: implement zero_page_*()Sascha Hauer2023-05-224-14/+15
* ARM: mmu64: Use arch_remap_range where possibleSascha Hauer2023-05-221-6/+6
* ARM: mmu: implement MAP_FAULTSascha Hauer2023-05-222-0/+7
* ARM: mmu32: rename mmu.h to mmu_32.hSascha Hauer2023-05-225-5/+4
* ARM: mmu-common.c: use common mmu includeSascha Hauer2023-05-221-1/+1
* ARM: cpu.c: remove unused includeSascha Hauer2023-05-221-2/+0
* ARM: Add _32 suffix to aarch32 specific filenamesSascha Hauer2023-05-2210-10/+10
* ARM: drop cache function initializationSascha Hauer2023-05-225-55/+41
* ARM: remove unused membase argumentSascha Hauer2023-05-223-7/+7
* Merge branch 'for-next/misc'Sascha Hauer2023-04-191-5/+0
|\
| * ARM: cleanup 32bit/64bit support in KconfigSascha Hauer2023-04-051-5/+0
* | ARM64: setupc: don't invoke KASAN before relocationAhmad Fatoum2023-04-171-2/+2
|/
* Merge branch 'for-next/arm' into nextSascha Hauer2023-03-162-2/+2
|\
| * ARM: Do not print exception stacktrace in panicSascha Hauer2023-03-102-2/+2
* | ARM: Enable frame pointers for arm64Sascha Hauer2023-03-091-0/+1
|/
* ARM: add DEBUG_LL support for ARM64 QEMU VirtAhmad Fatoum2023-01-311-0/+2
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2022-12-121-0/+4
|\
| * ARM: start: print debugging info when CONFIG_DEBUG_INITCALLSAhmad Fatoum2022-12-091-0/+4
* | ARM64: asm: mark __barebox_arm64_head as functionAhmad Fatoum2022-12-021-1/+1
|/
* 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
|/