summaryrefslogtreecommitdiff
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-301-2/+2
* ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-301-2/+2
* 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
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-082-5/+15
|\ \ \ \
| * | | | ARM: Expose the VA/IDMAP offsetMarc Zyngier2017-04-091-0/+5
| * | | | ARM: Update cpu_v7_reset documentationMarc Zyngier2017-04-091-1/+2
| * | | | ARM: soft-reboot into same mode that we entered the kernelRussell King2017-04-091-4/+8
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-05-085-22/+80
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branches 'fixes' and 'misc' into for-nextRussell King2017-04-265-20/+78
| |\ \ \
| | * | | ARM: 8672/1: mm: remove tasklist locking from update_sections_early()Grygorii Strashko2017-04-261-5/+8
| | * | | ARM: 8671/1: V7M: Preserve registers across switch from Thread to Handler modeVladimir Murzin2017-04-261-0/+2
| | * | | ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst2017-04-201-3/+13
| | * | | ARM: 8666/1: mm: dump: Add domain to outputKees Cook2017-03-291-10/+44
| | * | | ARM: 8659/1: l2c: allow CA9 optimizations to be disabledChris Brandt2017-03-171-2/+11
| | |/ /
| * | | ARM: 8670/1: V7M: Do not corrupt vector table around v7m_invalidate_l1 callVladimir Murzin2017-04-261-2/+2
| | |/ | |/|
* | | xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini2017-05-021-0/+7
|/ /
* | ARM: 8665/1: nommu: access ID_PFR1 only if CPUID schemeafzal mohammed2017-03-291-1/+4
* | ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memoryRussell King2017-03-291-1/+19
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1