summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-24Merge branch 'for-next/mte' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/entry' into for-next/coreWill Deacon
2021-06-24Merge branch 'for-next/caches' into for-next/coreWill Deacon
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual
2021-06-15arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual
2021-06-08arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-06-03arm64: mm: Add is_el1_data_abort() helperKefeng Wang
2021-06-01arm64: mm: Remove unused support for Normal-WT memory typeWill Deacon
2021-06-01arm64: mm: Remove unused support for Device-GRE memory typeWill Deacon
2021-06-01arm64: mm: Use better bitmap_zalloc()Kefeng Wang
2021-05-26arm64: assembler: add set_this_cpu_offsetMark Rutland
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: Fix comments to refer to correct function __flush_icache_rangeFuad Tabba
2021-05-25arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba
2021-05-25arm64: Do not enable uaccess for flush_icache_rangeFuad Tabba
2021-05-25arm64/mm: Make vmemmap_free() available only with CONFIG_MEMORY_HOTPLUGAnshuman Khandual
2021-05-25arm64/mm: Validate CONFIG_PGTABLE_LEVELSAnshuman Khandual
2021-05-25arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang
2021-05-16Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-14arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas
2021-05-14arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig
2021-05-10arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30arm64: inline huge vmap supported functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-26Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang