summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)5 days1-0/+45
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-233-1/+12
|\
| * Merge branches 'misc' and 'fixes' into for-linusRussell King (Oracle)2024-03-191-0/+3
| |\
| | * ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesYongqiang Liu2024-03-111-0/+3
| * | ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook2024-02-241-0/+1
| * | ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook2024-02-241-0/+7
| * | ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap2024-02-241-1/+1
| |/
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-4/+4
|\ \
| * | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-2/+2
| * | arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand2024-02-221-1/+1
| * | arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy2024-02-221-1/+1
* | | mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-4/+4
|/ /
* / arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2024-02-071-0/+2
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-182-6/+6
|\
| * iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-122-6/+6
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-01-173-5/+38
|\ \
| * | ARM: 9331/1: ARM/dma-mapping: replace kzalloc() and vzalloc() with kvzalloc()Chen Haonan2024-01-051-4/+1
| * | ARM: 9329/1: kasan: Use memblock_alloc_try_nid_raw for shadow pageMark-PK Tsai2023-12-051-1/+7
| * | ARM: 9328/1: mm: try VMA lock-based page fault handling firstWang Kefeng2023-12-051-0/+30
| |/
* / ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) supportLinus Walleij2023-12-222-49/+0
|/
* ARM: uniphier: fix cache kernel-doc warningsRandy Dunlap2023-09-271-1/+3
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-08-311-0/+4
|\
| * Merge branch 'devel-stable' into for-nextRussell King (Oracle)2023-08-141-0/+4
| |\
| | * ARM: vfp: Remove workaround for Feroceon CPUsArd Biesheuvel2023-05-171-0/+4
* | | arm: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-249-71/+109
* | | minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-3/+3
* | | arm: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-211-3/+4
* | | arm: adjust_pte() use pte_offset_map_nolock()Hugh Dickins2023-08-181-2/+1
|/ /
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-0612-12/+9
|\ \
| * | ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-2912-12/+9
| |/
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-49/+14
|\ \
| * | arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-49/+14
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-1/+7
|\ \
| * | arm: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-192-1/+7
| |/
* | Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-2/+2
|\ \
| * | arm: update in-source documentation referencesJonathan Corbet2023-06-121-2/+2
| |/
* | ARM: 9314/1: tcm: move tcm_init() prototype to asm/tcm.hArnd Bergmann2023-06-192-18/+1
* | ARM: 9307/1: nommu: include asm/idmap.hArnd Bergmann2023-06-191-0/+1
* | ARM: 9306/1: cacheflush: avoid __flush_anon_page() missing-prototype warningArnd Bergmann2023-06-191-0/+1
* | ARM: 9304/1: add prototype for function called only from asmArnd Bergmann2023-06-191-0/+4
* | ARM: 9301/1: dma-mapping: hide unused dma_contiguous_early_fixup functionArnd Bergmann2023-06-191-0/+2
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * ARM/dma-mapping: const a pointer to bus_type in arm_iommu_create_mapping()Greg Kroah-Hartman2023-03-231-1/+1
* | ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementationsMarc Zyngier2023-03-271-1/+1
|/
* Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-4/+7
|\
| *-. Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-4/+7
| |\ \
| | | * iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-4/+7
| | |/
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-02-211-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: 9288/1: Kconfigs: fix spelling & grammarRandy Dunlap2023-01-311-1/+1
| |/
* | ARM: 9284/1: include <asm/pgtable.h> from proc-macros.S to fix -Wundef warningsMasahiro Yamada2023-01-111-0/+1