aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)Author
2022-04-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna
2021-06-30arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas
2021-05-14arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas
2021-03-17arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual
2021-03-09arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel
2021-03-09arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne
2021-03-09arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne
2021-03-09arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne
2021-01-17arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne
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
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne
2019-10-28arm64: Make arm64_dma32_phys_limit staticCatalin Marinas
2019-10-16arm64: mm: Fix unused variable warning in zone_sizes_initNathan Chancellor
2019-10-16arm64/mm: Poison initmem while freeing with free_reserved_area()Anshuman Khandual
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport
2019-10-14arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne
2019-10-14arm64: rename variables used to calculate ZONE_DMA32's sizeNicolas Saenz Julienne
2019-10-14arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()Nicolas Saenz Julienne
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper
2019-08-09arm64: mm: Separate out vmemmapSteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-08-05arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-04arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson
2019-04-03arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon
2019-04-03arm64: setup min_low_pfnMiles Chen
2019-04-01arm64: mm: fix incorrect assignment of 'max_mapnr'Muchun Song