summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2024-11-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-11-12ARM: 9435/1: ARM/nommu: Fix typo "absence"WangYuli
2024-11-12ARM: 9434/1: cfi: Fix compilation corner caseLinus Walleij
2024-11-12ARM: 9420/1: smp: Fix SMP for xip kernelsHarith G
2024-11-12ARM: 9419/1: mm: Fix kernel memory mapping for xip kernelsHarith G
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown
2024-09-04ARM: 9418/1: dma-mapping: Use iommu_paging_domain_alloc()Jason Gunthorpe
2024-09-04ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand
2024-08-20ARM: 9409/1: mmu: Do not use magic number for TTBCR settingsLinus Walleij
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-07-09ARM: Remove address checking for MMUless devicesYanjun Yang
2024-07-02ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypesLinus Walleij
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)
2024-05-07ARM: 9393/1: mm: Use conditionals for CFI branchesLinus Walleij
2024-05-05arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang
2024-04-29ARM: 9389/2: mm: Define prototypes for all per-processor callsLinus Walleij
2024-04-29ARM: 9388/2: mm: Type-annotate all per-processor assembly routinesLinus Walleij
2024-04-29ARM: 9387/2: mm: Rewrite cacheflush vtables in CFI safe CLinus Walleij
2024-04-29ARM: 9386/2: mm: Use symbol alias for cache functionsLinus Walleij
2024-04-29ARM: 9385/2: mm: Type-annotate all cache assembly routinesLinus Walleij
2024-04-29ARM: 9384/2: mm: Make tlbflush routines CFI safeArd Biesheuvel
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy
2024-04-25arm: mm: accelerate pagefault when VM_FAULT_BADACCESSKefeng Wang
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe
2024-04-25mm/treewide: remove pXd_huge()Peter Xu
2024-04-25mm/arm: redefine pmd_huge() with pmd_leaf()Peter Xu
2024-04-18ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablementLinus Walleij
2024-04-18ARM: 9356/2: Move asm statements accessing TTBCR into C functionsLinus Walleij
2024-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2024-03-19Merge branches 'misc' and 'fixes' into for-linusRussell King (Oracle)
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesYongqiang Liu
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-02-24ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook
2024-02-24ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook
2024-02-24ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy
2024-02-07arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-17Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2024-01-05ARM: 9331/1: ARM/dma-mapping: replace kzalloc() and vzalloc() with kvzalloc()Chen Haonan