aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+13
14 daysMerge tags 'dma-mapping-7.3-2026-08-24' and 'dma-mapping-7.3-2026-08-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-3/+2
14 daysarm64: ptdump: Make note_page_flush() range awareWei-Lin Chang1-1/+13
2026-08-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-55/+121
2026-08-18Merge tag 'kexec-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linuxLinus Torvalds1-2/+3
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-3/+0
2026-08-14Merge branch 'for-next/nmi' into for-next/coreWill Deacon1-0/+7
2026-08-14Merge branch 'for-next/mm' into for-next/coreWill Deacon2-5/+60
2026-08-14Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon3-42/+37
2026-08-07arm64: mm: Unmap kernel data/bss entirely from the linear mapArd Biesheuvel1-5/+41
2026-08-06arm64: mm: fix accidental linear mapping of no-map reserved memoryliulhong6171-0/+14
2026-08-06arm64: suspend: Initialize PMR on resumeVladimir Murzin1-0/+7
2026-08-06arm64: cpufeature: Rename BBML2_NOABORT as BBML3Linu Cherian3-42/+37
2026-08-04arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)2-48/+6
2026-08-02arm64: mm: Treat all devices as dma-coherent when CLIDR_EL1.LoC == 0Will Deacon1-0/+5
2026-07-31dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)1-3/+1
2026-07-31coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPTAneesh Kumar K.V (Arm)1-0/+1
2026-07-22arm64: make huge_ptep_get handled unaligned addressesDev Jain1-1/+1
2026-07-21arm64/coco: Add pKVM as a CC platformMostafa Saleh1-1/+14
2026-07-21arm64/mm: Simplify SWIOTLB setup in arch_mm_preinit()Mostafa Saleh1-7/+3
2026-07-21arm64/mm: Check the requested PFN range during memory removalRichard Cheng1-1/+1
2026-07-16arm64: mm: When logging data aborts only decode Xs when ISV=1Mark Brown1-3/+4
2026-07-01arm64: mm: remove unreachable invalid range check in kasan_init_shadow()Sang-Heon Jeon1-3/+0
2026-06-30arm64: kexec_file: Add support for crashkernel CMA reservationJinjie Ruan1-2/+3
2026-06-29arm64/mm: Optimize TLB flush in unmap_hotplug_[pmd|pud]_range()Anshuman Khandual1-2/+9
2026-06-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+6
2026-06-24arm64: mm: Defer read-only remap of data/bss linear aliasArd Biesheuvel1-5/+6
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-16/+3
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-3/+7
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-78/+83
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
2026-06-10Revert "arm64: mm: Unmap kernel data/bss entirely from the linear map"Will Deacon1-41/+4
2026-06-10Revert "arm64: mm: Defer remap of linear alias of data/bss"Will Deacon1-3/+3
2026-06-08arm64/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song1-14/+0
2026-06-05arm64/mm: Rename ptdesc_tAnshuman Khandual3-4/+4
2026-06-05arm64: mm: Defer remap of linear alias of data/bssArd Biesheuvel1-3/+3
2026-06-05arm64: Avoid double evaluation of __ptep_get()Ard Biesheuvel1-4/+10
2026-06-05arm64: Rename page table BSS section to .bss..pgtblArd Biesheuvel2-4/+4
2026-06-03arm64: mm: call pagetable dtor when freeing hot-removed page tablesAlistair Popple1-0/+1
2026-06-02arm64: mm: Unmap kernel data/bss entirely from the linear mapArd Biesheuvel1-4/+41
2026-06-02arm64: mm: Map the kernel data/bss read-only in the linear mapArd Biesheuvel1-2/+13
2026-06-02arm64: mm: Don't abuse memblock NOMAP to check for overlapsArd Biesheuvel1-16/+10
2026-06-02arm64: Move fixmap and kasan page tables to end of kernel imageArd Biesheuvel2-4/+4
2026-06-02arm64: mm: Permit contiguous attribute for preliminary mappingsArd Biesheuvel1-7/+3
2026-06-02arm64: kfence: Avoid NOMAP tricks when mapping the early poolArd Biesheuvel1-21/+6
2026-06-02arm64: mm: Permit contiguous descriptors to be manipulatedArd Biesheuvel1-4/+0
2026-06-02arm64: mm: Preserve non-contiguous descriptors when mapping DRAMArd Biesheuvel1-2/+20
2026-06-02arm64: mm: Preserve existing table mappings when mapping DRAMArd Biesheuvel1-2/+4
2026-06-02arm64: mm: Check for pud_/pmd_set_huge() failures on kernel mappingsArd Biesheuvel1-2/+2
2026-06-02arm64: mm: Drop redundant pgd_t* argument from map_mem()Ard Biesheuvel1-13/+12