summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-12/+8
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-082-8/+12
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-021-1/+1
|\
| * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-024-42/+20
|\ \
| * | arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-06-301-37/+0
| * | arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2021-06-301-1/+1
| * | arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-06-303-3/+15
| * | mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy2021-06-301-8/+12
| * | mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-301-3/+2
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-288-134/+157
|\ \ | |/ |/|
| * Merge branch 'for-next/mte' into for-next/coreWill Deacon2021-06-242-3/+33
| |\
| | * arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-042-3/+33
| * | Merge branch 'for-next/mm' into for-next/coreWill Deacon2021-06-246-22/+27
| |\ \
| | * | arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual2021-06-211-3/+3
| | * | arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan2021-06-151-1/+1
| | * | arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual2021-06-151-1/+1
| | * | arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland2021-06-081-0/+2
| | * | arm64: mm: Add is_el1_data_abort() helperKefeng Wang2021-06-031-5/+8
| | * | arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon2021-06-011-1/+0
| | * | arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon2021-06-012-5/+0
| | * | arm64: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-011-4/+2
| | * | arm64/mm: Make vmemmap_free() available only with CONFIG_MEMORY_HOTPLUGAnshuman Khandual2021-05-251-2/+3
| | * | arm64/mm: Validate CONFIG_PGTABLE_LEVELSAnshuman Khandual2021-05-251-0/+7
| | |/
| * | Merge branch 'for-next/entry' into for-next/coreWill Deacon2021-06-241-7/+0
| |\ \
| | * | arm64: entry: convert IRQ+FIQ handlers to CMark Rutland2021-06-071-7/+0
| | |/
| * | Merge branch 'for-next/caches' into for-next/coreWill Deacon2021-06-242-92/+95
| |\ \
| | * | arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-252-35/+35
| | * | arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba2021-05-251-11/+10
| | * | arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba2021-05-252-6/+5
| | * | arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba2021-05-252-6/+5
| | * | arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba2021-05-251-9/+7
| | * | arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-5/+4
| | * | arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba2021-05-251-1/+6
| | * | arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-252-8/+10
| | * | arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba2021-05-251-1/+1
| | * | arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba2021-05-251-10/+1
| | * | arm64: Do not enable uaccess for flush_icache_rangeFuad Tabba2021-05-251-23/+34
| | |/
| * / arm64: assembler: add set_this_cpu_offsetMark Rutland2021-05-261-10/+2
| |/
* / arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang2021-05-251-1/+2
|/
* Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-161-1/+2
|\
| * arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig2021-05-141-1/+2
* | arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas2021-05-141-1/+3
* | arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne2021-05-101-0/+12
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-073-10/+2
|\
| * arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas2021-04-233-10/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-4/+3
|\ \
| * | hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu2021-05-051-2/+1
| * | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+3
|\ \ \ | |/ / |/| |