summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-132/+8
2023-10-13arm64: swiotlb: Reduce the default size if no ZONE_DMA bouncing neededCatalin Marinas1-1/+10
2023-10-04arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He1-132/+8
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-2/+0
2023-08-04arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua1-0/+27
2023-07-31dma-contiguous: support per-numa CMA for all architecturesYajun Deng1-2/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+6
2023-06-20arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas1-1/+6
2023-06-09arm64: kdump: simplify the reservation behaviour of crashkernel=,highBaoquan He1-10/+34
2023-04-11arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He1-31/+3
2022-11-18arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zonesZhen Lei1-1/+16
2022-11-18arm64: kdump: Provide default size when crashkernel=Y,low is not specifiedZhen Lei1-2/+6
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-1/+1
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-07-05arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual1-2/+2
2022-06-15arm64: mm: Only remove nomap flag for initrdMa Wupeng1-1/+1
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-5/+1
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subp...Catalin Marinas1-9/+62
2022-05-16arm64: kdump: Do not allocate crash low memory if not neededZhen Lei1-1/+2
2022-05-07arm64: kdump: Reimplement crashkernel=XChen Zhou1-6/+57
2022-05-07arm64: Use insert_resource() to simplify codeZhen Lei1-0/+1
2022-05-05arm64: mm: Cleanup useless parameters in zone_sizes_init()Kefeng Wang1-3/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-5/+1
2022-04-04arm64: fix typos in commentsJulia Lawall1-2/+2
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2022-03-24arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3
2022-03-09arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definitionWill Deacon1-1/+1
2022-03-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna1-4/+32
2022-01-20arm64: mm: apply __ro_after_init to memory_limitPeng Fan1-1/+1
2021-10-29Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon1-37/+0
2021-10-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-37/+0
2021-09-29arm64: mm: Drop pointless call to set_max_mapnr()Will Deacon1-2/+0
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