summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-11-241-0/+19
|\
| * ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti2022-11-071-0/+19
* | Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-10-101-2/+8
|\ \
| * | ARM/dma-mapping: remove the dma_coherent member of struct dev_archdataChristoph Hellwig2022-10-061-3/+1
| * | ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifierChristoph Hellwig2022-10-061-2/+10
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-10-063-5/+14
|\ \ \ | |_|/ |/| |
| * | ARM: 9246/1: dump: show page table level nameWang Kefeng2022-10-041-1/+5
| * | ARM: 9245/1: dump: show FDT regionWang Kefeng2022-10-041-1/+1
| * | ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nAlex Sverdlin2022-10-041-2/+7
| * | ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page()Linus Walleij2022-10-041-1/+1
| |/
* | ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEWang Kefeng2022-09-221-0/+4
* | ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()Wang Kefeng2022-09-221-1/+1
|/
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-579/+73
|\
| * dma-mapping: update comment after dmabounce removalLukas Bulwahn2022-07-221-2/+1
| * ARM/dma-mapping: merge IOMMU opsRobin Murphy2022-07-071-24/+13
| * ARM/dma-mapping: consolidate IOMMU ops callbacksRobin Murphy2022-07-071-183/+55
| * ARM/dma-mapping: drop .dma_supported for IOMMU opsRobin Murphy2022-07-071-23/+0
| * ARM/dma-mapping: use dma-direct unconditionallyChristoph Hellwig2022-07-071-350/+15
| * ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping codeChristoph Hellwig2022-07-071-12/+12
| * ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.cChristoph Hellwig2022-07-071-54/+46
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-0/+24
|\ \
| * | arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-08-042-2/+6
|\ \
| * | ARM: 9218/1: dma-mapping: fix pointer/integer warningBen Dooks2022-07-281-1/+1
| * | ARM: 9202/1: kasan: support CONFIG_KASAN_VMALLOCLecopzer Chen2022-07-281-1/+5
* | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-042-8/+2
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-102-8/+2
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-08-012-16/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: mm: kill unused runtime hook arch_iounmap()Kefeng Wang2022-06-272-16/+2
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-07-144-7/+26
|\ \ \ | |/ / |/| |
| * | ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel2022-07-061-0/+3
| * | ARM: 9213/1: Print message about disabled Spectre workarounds only onceDmitry Osipenko2022-07-061-2/+1
| * | ARM: 9212/1: domain: Modify Kconfig help textLinus Walleij2022-07-061-1/+5
| * | ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei2022-07-061-1/+14
| * | ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idleArd Biesheuvel2022-07-061-3/+3
| |/
* / arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko2022-06-061-5/+2
|/
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-022-1/+3
|\
| * ARM: pxa/sa1100: move I/O space to PCI_IOBASEArnd Bergmann2022-05-071-1/+1
| * ARM: PXA: fix multi-cpu build of xsc3Arnd Bergmann2022-05-071-0/+2
* | Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-10/+18
|\ \
| * | ARM: rework endianess selectionArnd Bergmann2022-04-081-10/+18
| |/
* | Merge tag 'arm-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-05-261-1/+1
|\ \
| * | ARM: mm: fix typos in commentsJulia Lawall2022-04-041-1/+1
| |/
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-5/+1
|\ \
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-5/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-05-191-0/+1
|\ \
| * | ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel2022-05-181-0/+1
| |/
* / arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport2022-05-091-0/+8
|/
* Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-312-0/+6
|\