summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: 8916/1: mm: make set_section_perms() staticBen Dooks (Codethink)2019-10-271-2/+2
| * | ARM: 8909/1: make unexported items staticBen Dooks2019-10-271-15/+19
| * | ARM: 8907/1: arch: reuse addr variable in pfn_validClemens Gruber2019-10-271-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-282-11/+5
|\ \ \
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| * | | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-6/+0
| * | | dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-1/+1
| |/ /
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-283-9/+1
|\ \ \
| * | | arm: remove ioremap_cachedChristoph Hellwig2019-11-113-9/+1
| |/ /
* | | Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-212-25/+51
|\| |
| * | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-10-232-25/+51
| |\ \ | | |/ | |/|
| | * Merge branch 'misc' into fixesRussell King2019-10-225-60/+37
| | |\
| | * | ARM: 8926/1: v7m: remove register save to stack before svcafzal mohammed2019-10-211-1/+0
| | * | ARM: 8914/1: NOMMU: Fix exc_ret for XIPVladimir Murzin2019-10-101-3/+2
| | * | ARM: mm: alignment: use "u32" for 32-bit instructionsRussell King2019-10-101-14/+14
| | * | ARM: mm: fix alignment handler faults under memory pressureRussell King2019-10-101-8/+36
* | | | arm/arm64: Make use of the SMCCC 1.1 wrapperSteven Price2019-10-211-8/+5
* | | | arm: spectre-v2: use arm_smccc_1_1_get_conduit()Mark Rutland2019-10-141-7/+3
|/ / /
* | | 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-251-62/+0
* | | arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-251-2/+2
* | | arm: properly account for stack randomization and stack guard gapAlexandre Ghiti2019-09-251-2/+12
* | | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-251-2/+2
* | | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-251-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-172-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-291-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
|/ /