aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-13/+48
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+30
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-29/+13
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas8-150/+297
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang1-4/+3
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang1-4/+3
2026-04-05arm64: gcs: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-13/+1
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)1-0/+5
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-7/+0
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park1-1/+1
2026-04-02arm64: mm: Remove pmd_sect() and pud_sect()Ryan Roberts1-9/+9
2026-04-02arm64: mm: Handle invalid large leaf mappings correctlyRyan Roberts3-57/+39
2026-04-02arm64: mm: Fix rodata=full block mapping support for realm guestsRyan Roberts2-14/+40
2026-04-01arm64: mm: Use generic enum pgtable_levelKevin Brodsky1-28/+31
2026-04-01arm64/mm: Reject memory removal that splits a kernel leaf mappingAnshuman Khandual1-6/+114
2026-04-01arm64/mm: Enable batched TLB flush in unmap_hotplug_range()Anshuman Khandual1-16/+20
2026-04-01memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=yMike Rapoport (Microsoft)1-3/+0
2026-03-30KVM: arm64: Reclaim faulting page from pKVM in spurious fault handlerWill Deacon1-6/+11
2026-03-30KVM: arm64: Inject SIGSEGV on illegal accessesQuentin Perret1-0/+22
2026-03-25arm64: mm: __ptep_set_access_flags must hint correct TTLRyan Roberts2-8/+28
2026-03-14arm64/mm: Directly use TTBRx_EL1_CnPAnshuman Khandual2-2/+2
2026-03-14arm64/mm: Directly use TTBRx_EL1_ASID_MASKAnshuman Khandual1-3/+3
2026-03-13dma-mapping: Separate DMA sync issuing and completion waitingBarry Song1-2/+2
2026-03-13arm64: Provide dcache_inval_poc_nosync helperBarry Song1-11/+31
2026-03-13arm64: Provide dcache_clean_poc_nosync helperBarry Song1-0/+15
2026-03-13arm64: mm: Wrap flush_tlb_page() around __do_flush_tlb_range()Ryan Roberts1-1/+1
2026-03-13arm64: mm: More flags for __flush_tlb_range()Ryan Roberts1-3/+6
2026-03-13arm64: mm: Refactor __flush_tlb_range() to take flagsRyan Roberts3-5/+6
2026-03-06arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faultsPiotr Jaroszynski1-4/+49
2026-02-25arm64: gcs: Honour mprotect(PROT_NONE) on shadow stack mappingsCatalin Marinas1-1/+5
2026-02-25arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas1-2/+6
2026-02-25arm64: io: Rename ioremap_prot() to __ioremap_prot()Will Deacon1-3/+3
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+40
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang1-14/+19
2026-02-12arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang1-8/+21
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-44/+34
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-8/+9
2026-02-03arm64/gcs: Fix error handling in arch_set_shadow_stack_status()Breno Leitao1-2/+2
2026-01-29Merge branch 'for-next/misc' into for-next/coreWill Deacon1-1/+2
2026-01-27arm64: mte: Set TCMA1 whenever MTE is present in the kernelCarl Worth1-5/+5
2026-01-26arm64/mm: add addr parameter to __ptep_get_and_clear_anysz()Andrew Donnellan1-3/+4
2026-01-26arm64/mm: add addr parameter to __set_ptes_anysz()Andrew Donnellan1-5/+5
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)2-16/+3
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-6/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-4/+0
2026-01-26arm64: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-5/+17
2026-01-22arm64: mm: warn once for ioremap attempts on RAM mappingsBreno Leitao1-1/+2
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky2-6/+6
2026-01-09arm64: Fix cleared E0POE bit after cpu_suspend()/resume()Yeoreum Yun1-0/+8