summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-37/+0
2022-04-08arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definitionWill Deacon1-1/+1
2022-04-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna1-4/+32
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-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-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-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-28/+3
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 Rapoport1-0/+12
2021-05-25arm64/mm: Validate CONFIG_PGTABLE_LEVELSAnshuman Khandual1-0/+7
2021-05-14arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig1-1/+2
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-6/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2021-04-23arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas1-6/+2
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+3
2021-03-08arm64/mm: Reorganize pfn_valid()Anshuman Khandual1-5/+16
2021-03-08arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual1-0/+12
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-01-15arm64, numa: Change the numa init functions name to be genericAtish Patra1-2/+2
2021-01-12arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas1-15/+18
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne1-1/+1
2020-12-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+3
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-68/+0
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-68/+0
2020-12-15arm64: Warn the user when a small VA_BITS value wastes memoryMarc Zyngier1-0/+3
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas1-50/+52
2020-11-20arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel1-1/+4
2020-11-20arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne1-3/+3
2020-11-20arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne1-5/+2
2020-11-20arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne1-2/+6
2020-11-19arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas1-5/+12
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel1-1/+1
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel1-2/+0
2020-11-10arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel1-5/+8
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel1-0/+2
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel1-1/+1
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-20/+10
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+3
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel1-20/+10
2020-10-14arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-7/+4
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-2/+1