summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2024-06-19arm64: mm: Permit PTE SW bits to change in live mappingsRyan Roberts
2024-06-05mm: arm64: fix the out-of-bounds issue in contpte_clear_young_dirty_ptesBarry Song
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-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel
2024-05-10arm64: Properly clean up iommu-dma remnantsRobin Murphy
2024-05-09Merge branch 'for-next/mm' into for-next/coreWill Deacon
2024-05-05mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang
2024-05-05arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang
2024-04-28arm64: defer clearing DAIF.DMark Rutland
2024-04-26dma-mapping: Simplify arch_setup_dma_ops()Robin Murphy
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy
2024-04-25arm64: mm: accelerate pagefault when VM_FAULT_BADACCESSKefeng Wang
2024-04-25arm64: mm: cleanup __do_page_fault()Kefeng Wang
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song
2024-04-25mm/treewide: remove pXd_huge()Peter Xu
2024-04-25mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu
2024-04-25mm/arm64: merge pXd_huge() and pXd_leaf() definitionsPeter Xu
2024-04-19arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian
2024-04-15arm64/hugetlb: Fix page table walk in huge_pte_alloc()Anshuman Khandual
2024-04-12arm64: mm: Don't remap pgtables for allocate vs populateRyan Roberts
2024-04-12arm64: mm: Batch dsb and isb when populating pgtablesRyan Roberts
2024-04-12arm64: mm: Don't remap pgtables per-cont(pte|pmd) blockRyan Roberts
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13Revert "arm64: mm: add support for WXN memory translation attribute"Catalin Marinas
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts
2024-03-01arm64/mm: Avoid ID mapping of kpti flag if it is no longer neededArd Biesheuvel
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-22arm64/mm: automatically fold contpte mappingsRyan Roberts
2024-02-22arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts
2024-02-22arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts
2024-02-22arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-16arm64: mm: add support for WXN memory translation attributeArd Biesheuvel
2024-02-16arm64: ptdump: Deal with translation levels folded at runtimeArd Biesheuvel
2024-02-16arm64: ptdump: Disregard unaddressable VA spaceArd Biesheuvel
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel
2024-02-16arm64: kasan: Reduce minimum shadow alignment and enable 5 level pagingArd Biesheuvel
2024-02-16arm64: mm: Add 5 level paging support to fixmap and swapper handlingArd Biesheuvel
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel