summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-21/+18
|\
| * arm64: mm: keep low RAM dma zoneBaruch Siach2024-09-031-2/+8
| * arm64: mm: fix DMA zone when dma-ranges is missingBaruch Siach2024-08-291-0/+3
| * arm64: support DMA zone above 4GBCatalin Marinas2024-08-221-12/+0
| * dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas2024-08-221-15/+15
* | arm64/mm: use lm_alias() with addresses passed to memblock_free()Joey Gouly2024-09-061-5/+7
* | arm64/mm: Delete __init region from memblock.reservedRong Qianfeng2024-09-041-0/+6
|/
* arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-0/+140
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-1/+1
|\
| * arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-241-1/+1
* | arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel2024-02-161-1/+1
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-132/+8
|\
| * arm64: kdump: use generic interface to simplify crashkernel reservationBaoquan He2023-10-041-132/+8
| * crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
* | arm64: swiotlb: Reduce the default size if no ZONE_DMA bouncing neededCatalin Marinas2023-10-131-1/+10
|/
* Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-301-2/+0
|\
| * dma-contiguous: support per-numa CMA for all architecturesYajun Deng2023-07-311-2/+0
* | arm64: fix build warning for ARM64_MEMSTART_SHIFTZhang Jianhua2023-08-041-0/+27
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+6
|\
| * arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2023-06-201-1/+6
* | arm64: kdump: simplify the reservation behaviour of crashkernel=,highBaoquan He2023-06-091-10/+34
|/
* arm64: kdump: defer the crashkernel reservation for platforms with no DMA mem...Baoquan He2023-04-111-31/+3
* arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zonesZhen Lei2022-11-181-1/+16
* arm64: kdump: Provide default size when crashkernel=Y,low is not specifiedZhen Lei2022-11-181-2/+6
* arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-1/+1
* Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-1/+1
|\
| * arm64: mm: Only remove nomap flag for initrdMa Wupeng2022-06-151-1/+1
* | arm64/mm: Define defer_reserve_crashkernel()Anshuman Khandual2022-07-051-2/+2
|/
* Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-261-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-241-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-021-88/+0
|\ \ \ | |/ / |/| |