summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mxs'Sascha Hauer2019-10-171-1/+13
|\
| * ARM: start: Allow to pass machine type as boarddataSascha Hauer2019-10-021-1/+13
* | ARM: mmu: use client domain permissions to support ARMv7 eXecute NeverAhmad Fatoum2019-10-143-2/+13
* | ARM: mmu: set R/W bits in ARMv7 translation tableAhmad Fatoum2019-10-141-5/+6
* | ARM: cache-armv7: remove duplicate domain initializationAhmad Fatoum2019-10-141-2/+0
* | ARM: cache-armv7: remove superfluous instructionAhmad Fatoum2019-10-141-1/+0
* | ARM: mmu: remove no longer accurate commentAhmad Fatoum2019-10-141-5/+0
* | ARM: use system.h's get_cr() for cpuinfoAhmad Fatoum2019-10-141-8/+1
* | ARM: aarch64: Re-implement most of barebox_arm_entry() in assemblyAndrey Smirnov2019-10-014-10/+63
* | ARM: Merge single pbl with multi pblSascha Hauer2019-10-015-111/+21
* | ARM: drop bultin DTBSascha Hauer2019-10-011-6/+0
* | ARM: remove PBL_FORCE_PIGGYDATA_COPYSascha Hauer2019-09-231-13/+0
|/
* Merge branch 'for-next/qemu'Sascha Hauer2019-09-123-0/+148
|\
| * ARM: Add generic device tree 2nd stage supportSascha Hauer2019-08-193-0/+148
* | Merge branch 'for-next/fsanitize'Sascha Hauer2019-09-121-0/+1
|\ \
| * | Kconfig: create Kconfig symbol for ARCH_HAS_STACK_DUMPAhmad Fatoum2019-08-301-0/+1
* | | Merge branch 'for-next/arm'Sascha Hauer2019-09-121-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: Cleanup stack offset cargo cultSascha Hauer2019-09-091-1/+1
| |/
* | pbl: Move piggy verification into pbl_barebox_uncompress()Sascha Hauer2019-08-231-16/+1
* | ARM: aarch64: Fixup relocation table for the second relocationSascha Hauer2019-08-231-0/+2
|/
* Merge branch 'for-next/imx8-hab'Sascha Hauer2019-08-151-1/+16
|\
| * arm: uncompress: verify sha256 if enabledRouven Czerwinski2019-08-071-1/+16
* | ARM: access __boot_cpu_mode with a functionSascha Hauer2019-08-074-4/+12
|/
* Merge branch 'for-next/stm32'Sascha Hauer2019-07-122-31/+4
|\
| * ARM: sm: move get_gicd_base_address to header for reuseAhmad Fatoum2019-07-041-28/+1
| * ARM: psci: fix erroneous call of ->system_reset on system_offAhmad Fatoum2019-07-041-3/+3
* | add CONFIG_PBL_BREAK optionOleksij Rempel2019-06-272-0/+15
|/
* ARM: Initial OP-TEE supportSascha Hauer2019-06-073-0/+19
* ARM: psci: factor out of_psci_fixup() to separate fileSascha Hauer2019-05-133-21/+61
* ARM: unify asm/arm-smccc.h and linux/arm-smccc.hSascha Hauer2019-05-133-10/+12
* ARM: introduce sync_caches_for_executionSascha Hauer2019-05-135-19/+23
* Merge branch 'for-next/arm'Sascha Hauer2019-05-105-11/+60
|\
| * ARM: mmu: mark uncached regions as eXecute never on v7Ahmad Fatoum2019-04-293-9/+41
| * ARM: mmu: remove doubly defined macroAhmad Fatoum2019-04-291-1/+0
| * ARM: cache-armv7: start invalidation from outer levelsAhmad Fatoum2019-04-291-1/+11
| * ARM: cache-armv7: work around Cortex-A7 erratum 814220Ahmad Fatoum2019-04-291-0/+1
| * ARM: aarch64: lowlevel: Reset SCTLR_EL3 in arm_cpu_lowlevel_init()Andrey Smirnov2019-04-261-0/+7
* | ARM: aarch64: do not use 32bit optimized find bit functionsMichael Tretter2019-05-061-0/+1
|/
* Merge branch 'for-next/rpi'Sascha Hauer2019-03-071-0/+8
|\
| * ARM: start: save end of memory passed to start.Tomaz Solc2019-03-041-0/+8
* | ARM: Fix cpu_info for armv8Sascha Hauer2019-03-041-5/+2
|/
* Merge branch 'for-next/e1000'Sascha Hauer2019-02-131-0/+1
|\
| * ARM: Select HAS_DMA for AArch64Andrey Smirnov2019-02-111-0/+1
* | ARM: mmu: Make sure DMA coherent memory is zeroed outAndrey Smirnov2019-01-214-2/+12
* | ARM: mmu: Share code for arm_mmu_not_initialized_error()Andrey Smirnov2019-01-213-22/+11
* | ARM: mmu: Share sanity checking code in mmu_init()Andrey Smirnov2019-01-214-30/+26
* | ARM: mmu: Share code for dma_sync_single_for_cpu()Andrey Smirnov2019-01-213-14/+8
* | ARM: mmu: Share code for dma_alloc_coherent()Andrey Smirnov2019-01-216-39/+34
* | ARM64: mmu: Invalidate memory before remapping as DMA coherentAndrey Smirnov2019-01-211-0/+10
* | ARM: mmu: Share code for dma_free_coherent()Andrey Smirnov2019-01-213-16/+8