summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Only remove nomap flag for initrdMa Wupeng2022-06-151-1/+1
* Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-5/+1
|\
| * swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-5/+1
| |
| \
*-. \ Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas2022-05-201-9/+62
|\ \ \ | |_|/ |/| |
| | * arm64: kdump: Do not allocate crash low memory if not neededZhen Lei2022-05-161-1/+2
| | * arm64: kdump: Reimplement crashkernel=XChen Zhou2022-05-071-6/+57
| | * arm64: Use insert_resource() to simplify codeZhen Lei2022-05-071-0/+1
| |/ |/|
| * arm64: mm: Cleanup useless parameters in zone_sizes_init()Kefeng Wang2022-05-051-3/+3
|/
* arm64: fix typos in commentsJulia Lawall2022-04-041-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-6/+3
|\
| * arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-6/+3
* | arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definitionWill Deacon2022-03-091-1/+1
* | arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna2022-03-081-4/+32
|/
* 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-011-88/+0
|\ \ \ | |/ / |/| |
| * | arm64: kdump: Remove custom linux,usable-memory-range handlingGeert Uytterhoeven2021-08-241-35/+0
| * | arm64: kdump: Remove custom linux,elfcorehdr handlingGeert Uytterhoeven2021-08-241-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-06-301-37/+0
| * arm64: drop pfn_valid_within() and simplify pfn_valid()Mike Rapoport2021-06-301-1/+1
| * arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport2021-06-301-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-141-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