aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-51/+97
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-12/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+140
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-54/+57
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+140
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into nextJoerg Roedel1-12/+1
2024-05-10arm64: Properly clean up iommu-dma remnantsRobin Murphy1-8/+0
2024-05-09Merge branch 'for-next/mm' into for-next/coreWill Deacon1-44/+57
2024-05-05mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang1-0/+29
2024-05-05arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang1-23/+20
2024-04-28arm64: defer clearing DAIF.DMark Rutland1-10/+0
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy1-2/+1
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy1-2/+0
2024-04-25arm64: mm: accelerate pagefault when VM_FAULT_BADACCESSKefeng Wang1-1/+3
2024-04-25arm64: mm: cleanup __do_page_fault()Kefeng Wang1-20/+7
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-0/+45
2024-04-25mm/treewide: remove pXd_huge()Peter Xu1-10/+0
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-2/+2
2024-04-25mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu1-6/+2
2024-04-19arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian1-3/+0
2024-04-15arm64/hugetlb: Fix page table walk in huge_pte_alloc()Anshuman Khandual1-1/+4
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts1-32/+35
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts1-1/+10
2024-04-12arm64: mm: Don't remap pgtables per-cont(pte|pmd) blockRyan Roberts1-13/+14
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds11-58/+463
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas1-6/+0
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts1-10/+14
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts1-11/+11
2024-03-01arm64/mm: Avoid ID mapping of kpti flag if it is no longer neededArd Biesheuvel1-1/+1
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-1/+1
2024-02-22arm64/mm: automatically fold contpte mappingsRyan Roberts1-0/+64
2024-02-22arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts1-0/+17
2024-02-22arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts1-0/+38
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts2-0/+286
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts7-44/+44
2024-02-22arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts1-1/+1
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts2-6/+6
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts6-15/+15
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual1-7/+0
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-3/+8
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-2/+0
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel1-0/+6
2024-02-16arm64: ptdump: Deal with translation levels folded at runtimeArd Biesheuvel1-5/+12
2024-02-16arm64: ptdump: Disregard unaddressable VA spaceArd Biesheuvel1-2/+2
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel2-1/+3
2024-02-16arm64: kasan: Reduce minimum shadow alignment and enable 5 level pagingArd Biesheuvel1-19/+129
2024-02-16arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel2-5/+44
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel3-2/+9
2024-02-16arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel1-10/+60
2024-02-16arm64: mm: Add definitions to support 5 levels of pagingArd Biesheuvel2-5/+41