summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-071-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-061-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-291-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
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-261-1/+11
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64: Add memory hotplug supportRobin Murphy2018-12-121-0/+8
| * | | arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-101-1/+1
| * | | arm64: move memstart_addr export inlineMark Rutland2018-12-101-0/+2
| | |/ | |/|
* / | mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-151-8/+0
|/ /
* / arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel2018-11-081-2/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse2018-09-211-2/+0
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-171-1/+5
|\
| * arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann2018-08-171-1/+5
* | arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-07-251-1/+3
|/
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-3/+3