summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ARM64: mmu: Merge create_sections() and map_region() togetherAndrey Smirnov2019-01-211-8/+4
* | ARM64: mmu: Use arch_remap_range() internallyAndrey Smirnov2019-01-211-4/+2
* | ARM: mmu: Share code for dma_(un)map_single()Andrey Smirnov2019-01-214-33/+26
* | ARM: mmu: Simplify the use of dma_inv_range()Andrey Smirnov2019-01-211-3/+6
* | ARM: mmu: Drop custom virt_to_phys/phys_to_virtAndrey Smirnov2019-01-212-20/+0
|/
* ARM: Add missing prototypesSascha Hauer2018-12-141-0/+4
* ARM: fix setup_c when runtime offset is != 0Sascha Hauer2018-12-141-4/+4
* Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-077-1/+35
|\
| * ARM: interrupts64: add missing prototypesLucas Stach2018-12-031-0/+10
| * ARM: mmu64: include dma.hLucas Stach2018-12-031-0/+1
| * ARM: start: Add missing prototypeSascha Hauer2018-11-191-0/+2
| * ARM: start: Add missing prototypeSascha Hauer2018-11-121-0/+2
| * ARM: start: Add missing includeSascha Hauer2018-11-122-0/+4
| * ARM: sm: Make locally used function staticSascha Hauer2018-11-121-1/+1
| * ARM: psci: Avoid missing prototypes warningSascha Hauer2018-11-121-0/+7
| * ARM: interrupts: Avoid missing prototypes warningSascha Hauer2018-11-121-0/+8
* | ARM: images: use piggydataSascha Hauer2018-12-032-12/+7
|/
* Merge branch 'for-next/rpi3'Sascha Hauer2018-11-098-14/+163
|\
| * ARM: install HYP vectors at PBL and Barebox entryLucas Stach2018-11-054-0/+18
| * 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: add file for HYP mode related setupLucas Stach2018-11-053-11/+119
| * ARM: allow secure monitor code to be built without PSCILucas Stach2018-11-021-0/+4
| * ARM: safely switch from HYP to SVC mode if requiredLucas Stach2018-11-021-3/+15
| * ARM: pass architecture flag for SMCC also to PBL compilation unitLucas Stach2018-11-021-0/+1
* | ARM: cache: include mmu.hSascha Hauer2018-10-231-0/+6
* | ARM: mmu: include dma.hSascha Hauer2018-10-191-0/+1
* | ARM: mmu: rename dma_allocSascha Hauer2018-10-181-3/+3
|/
* ARM: Multi PBL: Fix image calculation for certain toolchainsSascha Hauer2018-09-172-4/+3
* ARM: mmu64: Don't flush freshly invalidated regionAndrey Smirnov2018-08-241-1/+2
* ARM: cache-l2x0: Make use of IS_ALIGNED and ALIGN_DOWNAndrey Smirnov2018-08-221-6/+6