summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-16arm64: mm: Add LPA2 support to phys<->pte conversion routinesArd Biesheuvel1-0/+8
2024-02-16arm64: mm: Wire up TCR.DS bit to PTE shareability fieldsArd Biesheuvel2-0/+6
2024-02-16arm64: Add ESR decoding for exceptions involving translation level -1Ard Biesheuvel1-19/+11
2024-02-16arm64: Avoid #define'ing PTE_MAYBE_NG to 0x0 for asm useArd Biesheuvel1-0/+13
2024-02-16arm64: mm: Handle LVA support as a CPU featureArd Biesheuvel2-10/+4
2024-02-16arm64: Revert "mm: provide idmap pointer to cpu_replace_ttbr1()"Ard Biesheuvel2-4/+4
2024-02-16arm64: mm: omit redundant remap of kernel imageArd Biesheuvel3-120/+14
2024-02-16arm64: mm: avoid fixmap for early swapper_pg_dir updatesArd Biesheuvel1-1/+15
2024-02-16arm64: kernel: Create initial ID map from C codeArd Biesheuvel2-6/+2
2024-02-16arm64: mm: Use 48-bit virtual addressing for the permanent ID mapArd Biesheuvel2-21/+20
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel1-0/+1
2024-02-16arm64: mmu: Make __cpu_replace_ttbr1() out of lineArd Biesheuvel1-0/+32
2024-02-09arm64: ptdump: Discover start of vmemmap region at runtimeArd Biesheuvel1-1/+3
2024-02-09arm64: ptdump: Allow all region boundaries to be defined at boot timeArd Biesheuvel1-32/+22
2024-02-09arm64: mm: Move fixmap region above vmemmap regionArd Biesheuvel2-2/+5
2024-02-09arm64: mm: Move PCI I/O emulation region above the vmemmap regionArd Biesheuvel1-2/+2
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+6
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-04Merge branch 'for-next/lpa2-prep' into for-next/coreWill Deacon1-3/+0
2023-12-29kasan/arm64: improve comments for KASAN_SHADOW_START/ENDAndrey Konovalov1-0/+5
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-12arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel1-3/+0
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe1-2/+2
2023-12-11arm64: mm: Only map KPTI trampoline if it is going to be usedArd Biesheuvel1-0/+3
2023-11-22arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon1-4/+3
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-132/+8
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-9/+15
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas5-8/+5
2023-10-19arm64, kasan: update comment in kasan_initAndrey Konovalov1-1/+5
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198Mark Rutland2-4/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPANMark Rutland2-2/+2
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland1-2/+1
2023-10-13arm64: swiotlb: Reduce the default size if no ZONE_DMA bouncing neededCatalin Marinas1-1/+10
2023-10-04arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He1-132/+8
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2023-09-30arm64: hugetlb: fix set_huge_pte_at() to work with all swap entriesRyan Roberts1-14/+3
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-2/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-2/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-35/+30
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-2/+3
2023-08-25arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()Qi Zheng1-1/+1
2023-08-25arm64: implement the new page table range APIMatthew Wilcox (Oracle)1-22/+14
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2