summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt
2020-12-11arm: Use the generic devmem_is_allowed()Palmer Dabbelt
2020-12-08ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLDNick Desaulniers
2020-11-06ARM: highmem: Switch to generic kmap atomicThomas Gleixner
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel
2020-10-27ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij
2020-10-27ARM: 9015/2: Define the virtual space of KASan's shadow regionLinus Walleij
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-10-18mm: remove duplicate include statement in mmu.cTian Tao
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-10-13arm, xtensa: simplify initialization of high memory pagesMike Rapoport
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-15ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT valuesGuillaume Tucker
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12mm/arm: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-28ARM: 8994/1: mm: drop kimage_voffset which was only used by KVMArd Biesheuvel
2020-07-21ARM: 8982/1: mm: Simplify act_mm macroLinus Walleij
2020-07-21ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...Ard Biesheuvel
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny