summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2020-11-04ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd 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
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-28ARM: 8994/1: mm: drop kimage_voffset which was only used by KVMArd Biesheuvel1-5/+0
2020-07-21ARM: 8982/1: mm: Simplify act_mm macroLinus Walleij1-3/+1
2020-07-21ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...Ard Biesheuvel1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport4-40/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport26-26/+25
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport26-26/+26
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport7-7/+0
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+1
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-4/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-7/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-9/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-9/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-04arm: add support for folded p4d page tablesMike Rapoport9-34/+118
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport1-59/+7
2020-05-26ARM: 8978/1: mm: make act_mm() respect THREAD_SIZELinus Walleij1-1/+2
2020-05-06ARM: mm: Remove virtual address print from B15 RAC driverFlorian Fainelli1-2/+1
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-0/+14
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-58/+18
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-26/+0
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier1-26/+0