summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: apply __ro_after_init to memory_limitPeng Fan2022-01-201-1/+1
* Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon2021-10-291-37/+0
|\
| * arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-10-011-37/+0
* | arm64: mm: Drop pointless call to set_max_mapnr()Will Deacon2021-09-291-2/+0
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-09-101-1/+21
|\
| * arm64: kdump: Skip kmemleak scan reserved memory for kdumpChen Wandun2021-09-101-0/+6
| * arm64: mm: limit linear region to 51 bits for KVM in nVHE modeArd Biesheuvel2021-09-091-1/+15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-25/+11
|\ \
| * | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-25/+11
* | | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-021-88/+0
|\ \ \ | |/ / |/| |
| * | arm64: kdump: Remove custom linux,usable-memory-range handlingGeert Uytterhoeven2021-08-251-35/+0
| * | arm64: kdump: Remove custom linux,elfcorehdr handlingGeert Uytterhoeven2021-08-251-53/+0
| |/
* / Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon2021-08-251-0/+37
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-28/+3
|\
| * arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-07-011-37/+0
| * arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2021-07-011-1/+1
| * arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-07-011-0/+12
* | arm64/mm: Validate CONFIG_PGTABLE_LEVELSAnshuman Khandual2021-05-251-0/+7
|/
* arm64: do not set SWIOTLB_NO_FORCE when swiotlb is requiredChristoph Hellwig2021-05-141-1/+2
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-6/+2
|\
| * arm64: Force SPARSEMEM_VMEMMAP as the only memory management modelCatalin Marinas2021-04-231-6/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+3
|\ \
| * | KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret2021-03-191-0/+3
| |/
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
* | mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+1
|/
* arm64/mm: Reorganize pfn_valid()Anshuman Khandual2021-03-081-5/+16
* arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual2021-03-081-0/+12
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-2/+2
|\
| * arm64, numa: Change the numa init functions name to be genericAtish Patra2021-01-151-2/+2
* | arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas2021-01-121-15/+18
* | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne2021-01-041-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-181-0/+3
|\
| * arm64: Warn the user when a small VA_BITS value wastes memoryMarc Zyngier2020-12-151-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-68/+0
|\ \ | |/ |/|
| * arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-12-151-68/+0
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas2020-12-091-50/+52
|\ \ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel2020-11-201-1/+4
| | | | | * arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne2020-11-201-3/+3
| | | | | * arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne2020-11-201-5/+2
| | | | | * arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne2020-11-201-2/+6
| | | | | * arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas2020-11-191-5/+12
| | | |_|/ | | |/| |
| | | | * arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel2020-11-171-1/+1
| | | |/ | | |/|
| | | * arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel2020-11-101-5/+8
| | |/
| * | arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel2020-11-121-2/+0
| * | arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel2020-11-091-0/+2
| * | arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel2020-11-091-1/+1
| |/
| * Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-231-20/+10
| |\
| | * arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel2020-10-151-20/+10
| |/ |/|
| * Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+3
| |\
| | * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-2/+1