summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-241-62/+0
* arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2
* arm: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-241-2/+12
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-2/+2
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-2/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-09-225-60/+37
|\
| * ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundaryChester Lin2019-09-101-0/+3
| * ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport2019-09-061-0/+16
| * ARM: 8890/1: l2x0: add marvell,ecc-enable property for auroraChris Packham2019-08-291-0/+5
| * ARM: 8886/1: l2x0: support parity-enable/disable on auroraChris Packham2019-08-291-0/+7
| * ARM: 8887/1: aurora-l2: add prefix to MAX_RANGE_SIZEJan Luebbe2019-08-291-2/+2
| * ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardwareJan Luebbe2019-08-292-56/+1
| * ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon2019-08-232-2/+3
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-193-75/+17
|\ \
| * | xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-111-1/+2
| * | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig2019-09-111-7/+1
| * | arm: remove wrappers for the generic dma remap helpersChristoph Hellwig2019-09-041-27/+5
| * | dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-6/+1
| * | dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-6/+4
| * | vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig2019-09-042-18/+7
| * | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-041-0/+3
| * | arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig2019-09-041-2/+3
| * | dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2019-09-041-11/+0
| * | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-6/+0
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-162-3/+5
|\ \ \
| * | | ARM: xscale: fix multi-cpu compilationArnd Bergmann2019-08-141-2/+4
| * | | ARM: remove ks8695 platformArnd Bergmann2019-08-141-1/+1
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-08-301-1/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang2019-08-281-0/+5
| * | | ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger2019-08-231-1/+2
| | |/ | |/|
* / | arm: select the dma-noncoherent symbols for all swiotlb buildsChristoph Hellwig2019-08-201-4/+0
|/ /
* | Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-141-3/+1
|\ \ | |/ |/|
| * dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-3/+1
* | Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-101-1/+3
|\ \ | |/ |/|
| * ARM: alignment: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-1/+3
* | arm: use swiotlb for bounce buffering on LPAE configsChristoph Hellwig2019-07-243-0/+71
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-23/+1
|\
| * mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-23/+1
* | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-2/+2
|/
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-40/+4
|\
| * arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-21/+3
| * ARM: dma-mapping: allow larger DMA mask than supportedChristoph Hellwig2019-06-251-19/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-8/+4
|\ \
| * | arm: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-8/+4
* | | mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-122-4/+2
* | | arm: switch to generic version of pte allocationMike Rapoport2019-07-121-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-7/+8
|\ \ \
| * | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-2/+2
| * | | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1