aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19arm64: map [_text, _stext) virtual address range non-executable+read-onlyOmar Sandoval1-1/+1
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-04-29arm64/mm: Remove randomization of the linear mapArd Biesheuvel1-20/+0
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+2
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-11/+0
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-9/+12
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain1-4/+2
2025-02-27arm64/mm: Fix Boot panic on Ampere AltraRyan Roberts1-6/+1
2024-12-19arm64/mm: Override PARange for !LPA2 and use it consistentlyArd Biesheuvel1-1/+6
2024-12-03arm64: mm: Fix zone_dma_limit calculationYang Shi1-9/+8
2024-10-23arm64: Enforce bounce buffers for realm DMASteven Price1-1/+9
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-21/+18
2024-09-06arm64/mm: use lm_alias() with addresses passed to memblock_free()Joey Gouly1-5/+7
2024-09-04arm64/mm: Delete __init region from memblock.reservedRong Qianfeng1-0/+6
2024-09-03arm64: mm: keep low RAM dma zoneBaruch Siach1-2/+8
2024-08-29arm64: mm: fix DMA zone when dma-ranges is missingBaruch Siach1-0/+3
2024-08-22arm64: support DMA zone above 4GBCatalin Marinas1-12/+0
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas1-15/+15
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+140
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-1/+1
2024-02-16arm64: Enable LPA2 at boot if supported by the systemArd Biesheuvel1-1/+1
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mappingLinus 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/kernel/git/akpm/mmLinus Torvalds1-1/+6
2023-06-19arm64: 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 memory zonesBaoquan 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-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus 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-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+1
2022-05-20Merge branches 'for-next/sme', 'for-next/stacktrace', 'for-next/fault-in-subpage', 'for-next/misc', 'for-next/ftrace' and 'for-next/crashkernel', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin 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-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+3
2022-03-23arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-6/+3