summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | arm64: mm: reserve per-numa CMA to localize coherent dma buffersBarry Song2020-09-011-0/+2
| |/
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-7/+4
|/
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-4/+2
* arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual2020-07-151-2/+2
* arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-021-17/+1
* arm64: mm: reserve hugetlb CMA after numa_initBarry Song2020-06-181-5/+10
* arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport2020-06-031-54/+0
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* arm: mm: use __pfn_to_section() to get mem_sectionGuixiong Wei2020-04-301-1/+1
* mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+6
* arm64: mm: Fix initialisation of DMA zones on non-NUMA systemsWill Deacon2019-12-041-14/+11
*-. Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-081-37/+54
|\ \
| | * arm64/mm: Poison initmem while freeing with free_reserved_area()Anshuman Khandual2019-10-161-1/+1
| | * arm64: use generic free_initrd_mem()Mike Rapoport2019-10-161-12/+0
| |/ |/|
| * arm64: mm: reserve CMA and crashkernel in ZONE_DMA32Nicolas Saenz Julienne2019-11-071-2/+2
| * dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-2/+7
| * arm64: Make arm64_dma32_phys_limit staticCatalin Marinas2019-10-281-1/+1
| * arm64: mm: Fix unused variable warning in zone_sizes_initNathan Chancellor2019-10-161-1/+1
| * arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne2019-10-141-15/+39
| * arm64: rename variables used to calculate ZONE_DMA32's sizeNicolas Saenz Julienne2019-10-141-15/+15
| * arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()Nicolas Saenz Julienne2019-10-141-1/+1
|/
*-. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-8/+21
|\ \
| * | arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-091-0/+10
| * | arm64: mm: Separate out vmemmapSteve Capper2019-08-091-0/+5
| * | arm64: mm: Introduce vabits_actualSteve Capper2019-08-091-1/+6
| * | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-8/+1
| |/
* | arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang2019-08-051-1/+5
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-2/+3
|\
| * arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen2019-06-041-2/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-15/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-061-2/+3
|\
| * arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon2019-04-031-1/+1
| * arm64: setup min_low_pfnMiles Chen2019-04-031-0/+1
| * arm64: mm: fix incorrect assignment of 'max_mapnr'Muchun Song2019-04-011-1/+1
* | arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson2019-04-231-1/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-19/+1
|\
| * arm64: mm: make use of new memblocks_present() helperLogan Gunthorpe2019-01-211-19/+1
* | arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2019-03-051-27/+0
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-051-1/+1
|\
| * arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li2019-01-031-1/+1
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-28/+6
|\ \
| * \ Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-131-2/+0
| |\ \
| * | | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-18/+0
| * | | arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli2018-11-261-12/+8