summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-262-4/+4
|\
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-165-281/+489
|\ \
| * \ Merge branch 'devel-stable' into for-nextRussell King2017-11-083-253/+486
| |\ \
| | * | ARM: 8719/1: NOMMU: work around maybe-uninitialized warningArnd Bergmann2017-11-061-1/+1
| | * | ARM: 8713/1: NOMMU: Support MPU in XIP configurationVladimir Murzin2017-10-231-5/+44
| | * | ARM: 8712/1: NOMMU: Use more MPU regions to cover memoryVladimir Murzin2017-10-231-46/+144
| | * | ARM: 8711/1: V7M: Add support for MPU to M-classVladimir Murzin2017-10-231-2/+51
| | * | ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin2017-10-231-19/+51
| | * | ARM: 8707/1: NOMMU: Update MPU accessors to use cp15 helpersVladimir Murzin2017-10-231-22/+26
| | * | ARM: 8706/1: NOMMU: Move out MPU setup in separate moduleVladimir Murzin2017-10-233-253/+264
| | | |
| | \ \
| *-. | | Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2017-11-082-28/+3
| |\ \| | | | |_|/ | |/| |
| | * | ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size()Vladimir Murzin2017-09-281-15/+0
| | * | ARM: 8698/1: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin2017-09-281-2/+2
| | * | ARM: 8697/1: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin2017-09-281-1/+1
| | * | ARM: 8696/1: mm: Remove dead code in mem_init()Vladimir Murzin2017-09-281-10/+0
| | |/
* | | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0226-0/+26
|/ /
* / ARM: 8700/1: nommu: always reserve address 0 awayNicolas Pitre2017-10-121-0/+5
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-09-124-3/+7
|\
| * Merge branches 'fixes' and 'misc' into for-linusRussell King2017-09-095-56/+278
| |\
| * | ARM: 8692/1: mm: abort uaccess retries upon fatal signalMark Rutland2017-08-291-1/+4
| * | ARM: 8690/1: lpae: build TTB control register value from scratch in v7_ttb_setupHoeun Ryu2017-08-291-2/+1
| * | ARM: align .data sectionRussell King2017-08-142-0/+2
* | | ARM: NOMMU: Wire-up default DMA interfaceVladimir Murzin2017-07-201-9/+36
* | | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-081-1/+5
|\ \
| * \ Merge branches 'fixes' and 'misc' into for-linusRussell King2017-07-051-1/+5
| |\ \
| | * | ARM: make configuration of userspace Thumb support an expert optionRussell King2017-05-301-1/+5
* | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-064-49/+269
|\ \ \ \
| * | | | ARM: dma-mapping: Remove traces of NOMMU codeVladimir Murzin2017-06-301-27/+2
| * | | | ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpusVladimir Murzin2017-06-301-2/+6
| * | | | ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin2017-06-302-3/+230
| * | | | arm: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-2/+5
| * | | | arm: implement ->mapping_errorChristoph Hellwig2017-06-281-15/+26
* | | | | Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook2017-07-041-6/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: Prepare for randomized task_structArnd Bergmann2017-06-301-6/+4
| | |_|/ | |/| |
* | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-021-4/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ARM: 8685/1: ensure memblock-limit is pmd-alignedDoug Berger2017-06-291-4/+4
| |/
* | mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-2/+2
* | arm: dma-mapping: Reset the device's dma_opsSricharan R2017-05-301-15/+10
* | ARM: dma-mapping: Don't tear down third-party mappingsLaurent Pinchart2017-05-301-0/+4
|/
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-091-0/+9
|\
| *-. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-042-2/+32
| |\ \
| | * | arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()Laurent Pinchart2017-04-291-0/+9
| |/ /
* | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-0/+19
|\ \ \
| * | | ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-242-0/+19
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-0/+1
|\ \ \
| * | | arm: use set_memory.h headerLaura Abbott2017-05-081-0/+1