summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-01mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-8/+12
2021-07-01mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-3/+2
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-134/+157
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-1/+1
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon2-3/+33
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon6-22/+27
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon1-7/+0
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon2-92/+95
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual1-3/+3
2021-06-15arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan1-1/+1
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual1-1/+1
2021-06-08arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland1-0/+2
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland1-7/+0
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2-3/+33
2021-06-03arm64: mm: Add is_el1_data_abort() helperKefeng Wang1-5/+8
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon1-1/+0
2021-06-01arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon2-5/+0
2021-06-01arm64: mm: Use better bitmap_zalloc()Kefeng Wang1-4/+2
2021-05-27arm64: assembler: add set_this_cpu_offsetMark Rutland1-10/+2
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2-35/+35
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba1-11/+10
2021-05-25arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba2-6/+5
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba2-6/+5
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba1-9/+7
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-5/+4
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba1-1/+6
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba2-8/+10
2021-05-25arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba1-1/+1
2021-05-25arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba1-10/+1