summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2025-08-28mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-3/+0
2025-08-28arm64: Mark kernel as tainted on SAE and SError panicBreno Leitao1-0/+1
2025-07-10arm64: Restrict pagetable teardown to avoid false warningDev Jain1-1/+2
2025-01-09arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDsCatalin Marinas1-2/+2
2025-01-09arm64: mm: Rename asid2idx() to ctxid2asid()Yunfeng Ye1-9/+9
2024-04-27arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian1-3/+0
2024-03-01arm64: mm: fix VA-range sanity checkMark Rutland1-2/+2
2023-06-09arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen1-2/+2
2023-05-30arm64: Also reset KASAN tag if page is not PG_mte_taggedPeter Collingbourne1-1/+2
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2022-12-31arm64: mm: kfence: only handle translation faultsMark Rutland1-1/+7
2022-12-31arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei1-35/+35
2022-12-08arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restoredCatalin Marinas1-1/+6
2022-10-29arm64: mte: move register initialization to CPeter Collingbourne1-41/+5
2022-10-29arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual1-1/+1
2022-09-15Revert "arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags""Sasha Levin2-0/+18
2022-08-17arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2-18/+0
2022-06-25arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon1-2/+0
2022-06-09arm64: fix types in copy_highpage()Tong Tiangen1-2/+2
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+8
2022-04-27arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-37/+0
2022-04-08arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definitionWill Deacon1-1/+1
2022-04-08arm64/mm: avoid fixmap race condition when create pud mappingJianyong Wu1-0/+9
2022-04-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna2-5/+63
2022-03-16arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas1-0/+17
2022-03-11arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-3/+9
2022-01-29arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2-6/+9
2021-11-18arm64: mm: update max_pfn after memory hotplugSudarshan Rajagopalan1-0/+5
2021-10-11arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz1-1/+1
2021-09-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+21
2021-09-10arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun1-0/+6
2021-09-09arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel1-1/+15
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-25/+11
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-25/+11
2021-09-02Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-88/+0
2021-09-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-16/+2
2021-08-25Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon1-0/+37
2021-08-25arm64: kdump: Remove custom linux,usable-memory-range handlingGeert Uytterhoeven1-35/+0
2021-08-25arm64: kdump: Remove custom linux,elfcorehdr handlingGeert Uytterhoeven1-53/+0
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland1-14/+1
2021-08-02arm64: kasan: mte: use a constant kernel GCR_EL1 valueMark Rutland1-2/+1
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-12/+8
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2-8/+12
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-42/+20
2021-07-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-37/+0
2021-07-01arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport1-1/+1
2021-07-01arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport3-3/+15