summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
4 daysarm64: 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
2025-05-27Merge branch 'for-next/mm' into for-next/coreWill Deacon3-68/+31
2025-05-16arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1Anshuman Khandual1-17/+2
2025-05-12arm64: mm: call PUD/P4D ctor in __create_pgd_mapping()Kevin Brodsky1-1/+5
2025-05-12arm64: mm: always call PTE/PMD ctor in __create_pgd_mapping()Kevin Brodsky1-20/+23
2025-05-12arm64: mm: use enum to identify pgtable level instead of *_SHIFTKevin Brodsky1-21/+33
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+2
2025-05-12arm64/mm: define ptdesc_tAnshuman Khandual2-2/+2
2025-05-12mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-3/+45
2025-05-09arm64/mm: Support huge pte-mapped pages in vmapRyan Roberts1-1/+4
2025-05-09arm64: hugetlb: Use __set_ptes_anysz() and __ptep_get_and_clear_anysz()Ryan Roberts1-43/+10
2025-05-09arm64: hugetlb: Refine tlb maintenance scopeRyan Roberts1-3/+6
2025-05-09arm64: hugetlb: Cleanup huge_pte size discovery mechanismsRyan Roberts1-5/+15
2025-04-29arm64: pageattr: Explicitly bail out when changing permissions for vmalloc_hu...Dev Jain1-3/+3
2025-04-29arm64/mm: Remove randomization of the linear mapArd Biesheuvel1-20/+0
2025-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+2
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-15/+4
2025-03-28arm64: mm: Correct the update of max_pfnZhenhua Huang1-1/+2
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-25/+61
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-...Catalin Marinas7-25/+61
2025-03-20arm64: mm: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-11/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-9/+12
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0