summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
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-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
2024-02-16arm64: mm: add LPA2 and 5 level paging support to G-to-nG conversionArd Biesheuvel
2024-02-16arm64: mm: Add definitions to support 5 levels of pagingArd Biesheuvel
2024-02-16arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel
2024-02-16arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel
2024-02-16arm64: Add ESR decoding for exceptions involving translation level -1Ard Biesheuvel
2024-02-16arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel
2024-02-16arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"Ard Biesheuvel
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel
2024-02-16arm64: mm: avoid fixmap for early swapper_pg_dir updatesArd Biesheuvel
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel
2024-02-16arm64: mmu: Make __cpu_replace_ttbr1() out of lineArd Biesheuvel
2024-02-09arm64: ptdump: Discover start of vmemmap region at runtimeArd Biesheuvel
2024-02-09arm64: ptdump: Allow all region boundaries to be defined at boot timeArd Biesheuvel
2024-02-09arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel
2024-02-09arm64: mm: Move PCI I/O emulation region above the vmemmap regionArd Biesheuvel
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon
2023-12-29kasan/arm64: improve comments for KASAN_SHADOW_START/ENDAndrey Konovalov