summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-10-201-4/+12
|\
| * ARM: 9007/1: l2c: fix prefetch bits init in L2X0_AUX_CTRL using DT valuesGuillaume Tucker2020-09-151-4/+12
* | mm: remove duplicate include statement in mmu.cTian Tao2020-10-181-1/+0
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-153-5/+9
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-061-1/+0
| * | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-2/+1
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-1/+2
| * | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-252-0/+6
| |/
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-133-47/+32
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-7/+4
* | arm, xtensa: simplify initialization of high memory pagesMike Rapoport2020-10-131-40/+8
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* mm/arm: use general page fault accountingPeter Xu2020-08-121-19/+6
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-7/+2
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-08-062-8/+1
|\
| * ARM: 8994/1: mm: drop kimage_voffset which was only used by KVMArd Biesheuvel2020-07-281-5/+0
| * ARM: 8982/1: mm: Simplify act_mm macroLinus Walleij2020-07-211-3/+1
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| |/
* / ARM: 8988/1: mmu: fix crash in EFI calls due to p4d typo in create_mapping_la...Ard Biesheuvel2020-07-211-1/+1
|/
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-094-40/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0926-26/+25
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0926-26/+26
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-097-7/+0
* Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-041-2/+1
|\
| * ARM: mm: Remove virtual address print from B15 RAC driverFlorian Fainelli2020-05-061-2/+1
* | arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* | arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-4/+2
* | arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-7/+2
* | arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* | arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-9/+0
* | arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* | arm: add support for folded p4d page tablesMike Rapoport2020-06-049-34/+118
* | arm: simplify detection of memory zone boundariesMike Rapoport2020-06-031-59/+7
* | ARM: 8978/1: mm: make act_mm() respect THREAD_SIZELinus Walleij2020-05-261-1/+2
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-0/+14
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-041-58/+18
|\
| * ARM/dma-mapping: merge __dma_supported into arm_dma_supportedChristoph Hellwig2020-03-201-24/+17
| * ARM/dma-mapping: take the bus limit into account in __dma_allocChristoph Hellwig2020-03-201-1/+1
| * ARM/dma-mapping: remove get_coherent_dma_maskChristoph Hellwig2020-03-201-37/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-021-26/+0
|\ \
| * | arm: Remove HYP/Stage-2 page-table supportMarc Zyngier2020-03-241-26/+0
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-3/+0