aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds5-86/+51
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-1/+5
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)3-0/+3
2021-04-18ARM: 9074/1: ptdump: convert to DEFINE_SHOW_ATTRIBUTEJisheng Zhang (syna)1-12/+1
2021-04-18ARM: 9073/1: ptdump: add __init section marker to three functionsJisheng Zhang (syna)2-3/+3
2021-04-18ARM: 9072/1: mm: remove set_kernel_text_r[ow]()Jisheng Zhang (syna)1-21/+0
2021-03-25ARM: 9069/1: NOMMU: Fix conversion for_each_membock() to for_each_mem_range()Vladimir Murzin2-2/+6
2021-03-25ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabledArd Biesheuvel1-2/+1
2021-03-19ARM: Qualify enabling of swiotlb_init()Florian Fainelli1-1/+5
2021-03-09ARM: 9059/1: cache-v7: get rid of mini-stackArd Biesheuvel2-26/+23
2021-03-09ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6Ard Biesheuvel1-26/+25
2021-03-09ARM: 9057/1: cache-v7: add missing ISB after cache level selectionArd Biesheuvel1-3/+4
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-2/+8
2021-02-01ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate headerHailong Liu1-1/+0
2021-02-01ARM: 9053/1: arm/mm/ptdump:Add address markers for KASAN regionsHailong Liu1-1/+8
2021-01-15ARM: drop efm32 platformUwe Kleine-König1-1/+0
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds7-10/+346
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-22/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-78/+0
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-78/+0
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-122/+0
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-22/+0
2020-12-11arm: Use the generic devmem_is_allowed()Palmer Dabbelt1-22/+0
2020-12-08ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLDNick Desaulniers1-0/+1
2020-11-06ARM: highmem: Switch to generic kmap atomicThomas Gleixner2-122/+0
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel1-2/+2
2020-10-27ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij3-1/+309
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij1-0/+18
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij1-0/+2
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel3-9/+16
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel1-2/+2
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-4/+12
2020-10-18mm: remove duplicate include statement in mmu.cTian Tao1-1/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-5/+9
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport3-47/+32
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-7/+4
2020-10-13arm, xtensa: simplify initialization of high memory pagesMike Rapoport1-40/+8
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2-2/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-1/+2
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2-0/+6
2020-09-15ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT valuesGuillaume Tucker1-4/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-12mm/arm: use general page fault accountingPeter Xu1-19/+6
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-7/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-1/+1
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-8/+1