summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
4 daysarm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun1-0/+8
2025-12-18arm64/pageattr: Propagate return value from __change_memory_commonDev Jain1-1/+4
2025-12-18arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errorsChaitanya S Prakash1-78/+136
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds1-10/+11
2025-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-31/+80
2025-11-10mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas1-0/+10
2025-11-07arm64: mm: Tidy up force_pte_mapping()Ryan Roberts1-20/+23
2025-11-07arm64: mm: Optimize range_split_to_ptes()Ryan Roberts1-1/+7
2025-11-07arm64: mm: Don't sleep in split_kernel_leaf_mapping() when in atomic contextRyan Roberts1-26/+66
2025-10-23arm64: mte: Do not warn if the page is already tagged in copy_highpage()Catalin Marinas1-3/+8
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-10/+88
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+6
2025-09-25arm64: mm: Move KPTI helpers to mmu.cKevin Brodsky1-10/+88
2025-09-24Merge branch 'for-next/mm' into for-next/coreWill Deacon5-74/+591
2025-09-22arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval2-6/+10
2025-09-22arm64: Enable vmalloc-huge with ptdumpDev Jain2-6/+48
2025-09-22arm64: stop calling page_address() in free_pages()Vishal Moola (Oracle)1-1/+1
2025-09-22kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov1-3/+1
2025-09-19arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUsRyan Roberts2-27/+182
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi2-5/+263
2025-09-18arm64: Enable permission change on arm64 kernel block mappingsDev Jain1-31/+88
2025-09-16arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLEDHuang Shijie1-1/+1
2025-09-16arm64: mm: Represent physical memory with phys_addr_t and resource_size_tSam Edwards2-11/+12
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-4/+4
2025-08-30arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signatureKees Cook1-7/+0
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes1-1/+1
2025-08-02mm: add get_and_clear_ptes() and clear_ptes()David Hildenbrand1-1/+1
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-11/+26
2025-07-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-96/+210
2025-07-25arm64: add batched versions of ptep_modify_prot_start/commitDev Jain1-5/+23
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...Catalin Marinas6-97/+212
2025-07-20Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-07-17arm64/mm: Drop redundant addr increment in set_huge_pte_at()Anshuman Khandual1-1/+1
2025-07-17arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao1-0/+1
2025-07-15arm64/gcs: Don't call gcs_free() when releasing task_structMark Brown1-6/+0
2025-07-10mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-3/+0
2025-07-10mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes2-2/+2
2025-07-10mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-1/+1
2025-07-08arm64: debug: remove debug exception registration infrastructureAda Couprie Diaz1-53/+0
2025-07-08arm64: entry: Add entry and exit functions for debug exceptionsAda Couprie Diaz1-22/+0
2025-07-04arm64/mm: Drop wrong writes into TCR2_EL1Anshuman Khandual1-1/+0
2025-07-04arm64: poe: Handle spurious Overlay faultsKevin Brodsky1-9/+21
2025-07-03arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_getXavier Xia1-10/+64
2025-07-03arm64/debug: Drop redundant DBG_MDSCR_* macrosAnshuman Khandual1-1/+1
2025-07-02arm64: Report address tag when FEAT_MTE_TAGGED_FAR is supportedYeoreum Yun1-2/+5
2025-06-30arm64/mm: Elide tlbi in contpte_convert() under BBML2MikoĊ‚aj Lenczewski1-1/+138
2025-06-12arm64: Restrict pagetable teardown to avoid false warningDev Jain1-1/+2
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-42/+103