summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)Author
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-06-30arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-05-25arm64/mm: Validate CONFIG_PGTABLE_LEVELSAnshuman Khandual
2021-05-14arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
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-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-08arm64/mm: Reorganize pfn_valid()Anshuman Khandual
2021-03-08arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-14arm64, numa: Change the numa init functions name to be genericAtish Patra
2021-01-12arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne
2020-12-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport
2020-12-15arm64: Warn the user when a small VA_BITS value wastes memoryMarc Zyngier
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas
2020-11-20arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel
2020-11-20arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne
2020-11-20arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne
2020-11-20arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne
2020-11-19arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel
2020-11-10arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-01arm64: mm: reserve per-numa CMA to localize coherent dma buffersBarry Song
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-07-15arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initBarry Song
2020-06-03arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-04-30arm: mm: use __pfn_to_section() to get mem_sectionGuixiong Wei
2020-04-10mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin
2019-12-04arm64: mm: Fix initialisation of DMA zones on non-NUMA systemsWill Deacon
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas
2019-11-07arm64: mm: reserve CMA and crashkernel in ZONE_DMA32Nicolas Saenz Julienne