aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/memory.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15ARM: footbridge: remove custom DMA address handlingArnd Bergmann1-11/+0
2022-07-07ARM/dma-mapping: use the generic versions of dma_to_phys/phys_to_dma by defaultChristoph Hellwig1-2/+0
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij1-3/+4
2021-06-21ARM: 9097/1: mmu: Declare section start/end correctlyLinus Walleij1-2/+2
2021-06-13ARM: 9089/1: Define kernel physical section start and endLinus Walleij1-0/+7
2021-06-13ARM: 9088/1: Split KERNEL_OFFSET from PAGE_OFFSETLinus Walleij1-1/+7
2021-03-09ARM: 9059/1: cache-v7: get rid of mini-stackArd Biesheuvel1-15/+0
2020-12-21Merge branch 'devel-stable' into for-nextRussell King1-17/+40
2020-10-28ARM: p2v: reduce p2v alignment requirement to 2 MiBArd Biesheuvel1-5/+8
2020-10-28ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAEArd Biesheuvel1-12/+32
2020-10-28ARM: p2v: use relative references in patch site arraysArd Biesheuvel1-3/+3
2020-10-28ARM: p2v: drop redundant 'type' argument from __pv_stubArd Biesheuvel1-4/+4
2020-10-28ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual addressArd Biesheuvel1-3/+3
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij1-0/+5
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-04-11linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada1-6/+0
2018-01-21ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin1-0/+1
2017-02-28ARM: 8648/2: nommu: display vectors baseAfzal Mohammed1-2/+7
2017-02-28ARM: 8646/1: mmu: decouple VECTORS_BASE from KconfigAfzal Mohammed1-0/+2
2017-02-28ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli1-2/+13
2017-02-28ARM: 8639/1: Define KERNEL_START and KERNEL_ENDFlorian Fainelli1-0/+7
2016-08-12ARM: 8589/1: asm/memory.h: remove dead definitionsNicolas Pitre1-12/+3
2016-05-03ARM: provide arm_has_idmap_alias() helperRussell King1-0/+5
2016-05-03ARM: provide improved virt_to_idmap() functionalityRussell King1-7/+26
2016-02-22ARM: 8530/1: remove VIRT_TO_BUSArnd Bergmann1-14/+0
2016-02-17ARM: make the physical-relative calculation more obviousRussell King1-4/+11
2016-02-16ARM: 8512/1: proc-v7.S: Adjust stack address when XIP_KERNELNicolas Pitre1-0/+8
2016-02-08ARM: make virt_to_idmap() return unsigned longRussell King1-3/+3
2015-09-22ARM: 8430/1: use default ioremap alignment for SMP or LPAESergey Dyasly1-0/+2
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig1-6/+0
2015-07-17ARM: fix __virt_to_idmap build error on !MMURussell King1-1/+1
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King1-16/+0
2015-06-29ARM: 8396/1: use phys_addr_t in pfn_to_kaddr()Vitaly Andrianov1-1/+1
2015-06-01ARM: redo TTBR setup code for LPAERussell King1-16/+0
2014-11-10ARM: Use include/asm-generic/io.hThierry Reding1-0/+4
2014-08-05Merge branch 'devel-stable' into for-nextRussell King1-3/+1
2014-07-29ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memory.h>Uwe Kleine-König1-4/+2
2014-07-01ARM: nommu: don't limit TASK_SIZEUwe Kleine-König1-3/+1
2014-04-23ARM: 8023/1: remove remnants of the static DMA mappingNicolas Pitre1-2/+0
2014-04-04Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-nextRussell King1-23/+27
2014-04-03ARM: Better virt_to_page() handlingRussell King1-17/+24
2014-03-07ARM: fix noMMU kallsyms symbol filteringRussell King1-6/+3
2013-12-29ARM: 7931/1: Correct virt_addr_validLaura Abbott1-1/+2
2013-12-13ARM: fix asm/memory.h build errorRussell King1-17/+14
2013-11-14ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE caseVictor Kamensky1-1/+8
2013-10-29ARM: fix misplaced arch_virt_to_idmap()Russell King1-1/+2
2013-10-10ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R1-3/+34
2013-10-10ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar1-0/+16
2013-10-10ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar1-6/+16