summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/memory.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-6/+0Star
* ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries coresVladimir Murzin2018-01-211-0/+1
* ARM: 8648/2: nommu: display vectors baseAfzal Mohammed2017-02-281-2/+7
* ARM: 8646/1: mmu: decouple VECTORS_BASE from KconfigAfzal Mohammed2017-02-281-0/+2
* ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-02-281-2/+13
* ARM: 8639/1: Define KERNEL_START and KERNEL_ENDFlorian Fainelli2017-02-281-0/+7
* ARM: 8589/1: asm/memory.h: remove dead definitionsNicolas Pitre2016-08-121-12/+3Star
* ARM: provide arm_has_idmap_alias() helperRussell King2016-05-031-0/+5
* ARM: provide improved virt_to_idmap() functionalityRussell King2016-05-031-7/+26
* ARM: 8530/1: remove VIRT_TO_BUSArnd Bergmann2016-02-221-14/+0Star
* ARM: make the physical-relative calculation more obviousRussell King2016-02-171-4/+11
* ARM: 8512/1: proc-v7.S: Adjust stack address when XIP_KERNELNicolas Pitre2016-02-161-0/+8
* ARM: make virt_to_idmap() return unsigned longRussell King2016-02-081-3/+3
* ARM: 8430/1: use default ioremap alignment for SMP or LPAESergey Dyasly2015-09-221-0/+2
* mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig2015-08-281-6/+0Star
* ARM: fix __virt_to_idmap build error on !MMURussell King2015-07-171-1/+1
* Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-071-16/+0Star
|\
| * ARM: redo TTBR setup code for LPAERussell King2015-06-021-16/+0Star
* | ARM: 8396/1: use phys_addr_t in pfn_to_kaddr()Vitaly Andrianov2015-06-291-1/+1
|/
* ARM: Use include/asm-generic/io.hThierry Reding2014-11-101-0/+4
* Merge branch 'devel-stable' into for-nextRussell King2014-08-051-3/+1Star
|\
| * ARM: nommu: don't limit TASK_SIZEUwe Kleine-König2014-07-011-3/+1Star
* | ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memo...Uwe Kleine-König2014-07-301-4/+2Star
|/
* ARM: 8023/1: remove remnants of the static DMA mappingNicolas Pitre2014-04-231-2/+0Star
*---. Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...Russell King2014-04-041-23/+27
|\ \ \
| | * | ARM: Better virt_to_page() handlingRussell King2014-04-031-17/+24
| |/ / |/| |
| * | ARM: fix noMMU kallsyms symbol filteringRussell King2014-03-071-6/+3Star
|/ /
* | ARM: 7931/1: Correct virt_addr_validLaura Abbott2013-12-291-1/+2
* | ARM: fix asm/memory.h build errorRussell King2013-12-131-17/+14Star
|/
* ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE caseVictor Kamensky2013-11-141-1/+8
* ARM: fix misplaced arch_virt_to_idmap()Russell King2013-10-301-1/+2
* ARM: mm: Correct virt_to_phys patching for 64 bit physical addressesSricharan R2013-10-111-3/+34
* ARM: mm: Introduce virt_to_idmap() with an arch hookSantosh Shilimkar2013-10-111-0/+16
* ARM: mm: use phys_addr_t appropriately in p2v and v2p conversionsSantosh Shilimkar2013-10-111-6/+16
* mm/ARM: fix stale comment about VALID_PAGE()Jiang Liu2013-07-041-6/+0Star
* ARM: fix type of PHYS_PFN_OFFSET to unsigned longCyril Chemparathy2013-05-301-1/+1
* ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-301-0/+16
* Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-211-0/+2
|\
| * ARM: disable virt_to_bus/virt_to_bus almost everywhereArnd Bergmann2013-02-141-0/+2
* | Merge branch 'misc' into for-linusRussell King2013-02-201-4/+4
|\ \
| * | ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layoutWill Deacon2013-02-161-4/+4
| |/
* / ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon2013-02-081-1/+1
|/
* ARM: kill off arch_is_coherentRob Herring2012-10-021-8/+0Star
* ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition movingStephen Boyd2012-09-071-0/+3
* ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
* ARM: 7361/1: provide XIP_VIRT_ADDR for no-MMU buildsUwe Kleine-König2012-03-241-0/+2
* ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_HNicolas Pitre2011-10-131-1/+1
* ARM: prepare for removal of a bunch of <mach/memory.h> filesNicolas Pitre2011-09-261-1/+8
* Merge the enabling by default of ARM_PATCH_PHYS_VIRTNicolas Pitre2011-08-291-7/+0Star
|\