aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', 'for-next/zone-dma', 'for-next/relax-icc_pmr_el1-sync', 'for-next/double-page-fault', 'for-next/misc', 'for-next/kselftest-arm64-signal' and 'for-next/kaslr-diagnostics' into for-next/coreCatalin Marinas1-37/+54
2019-11-07arm64: mm: reserve CMA and crashkernel in ZONE_DMA32Nicolas Saenz Julienne1-2/+2
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne1-2/+7
2019-10-28arm64: Make arm64_dma32_phys_limit staticCatalin Marinas1-1/+1
2019-10-16arm64: mm: Fix unused variable warning in zone_sizes_initNathan Chancellor1-1/+1
2019-10-16arm64/mm: Poison initmem while freeing with free_reserved_area()Anshuman Khandual1-1/+1
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport1-12/+0
2019-10-14arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne1-15/+39
2019-10-14arm64: rename variables used to calculate ZONE_DMA32's sizeNicolas Saenz Julienne1-15/+15
2019-10-14arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()Nicolas Saenz Julienne1-1/+1
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-8/+21
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper1-0/+10
2019-08-09arm64: mm: Separate out vmemmapSteve Capper1-0/+5
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-1/+6
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-8/+1
2019-08-05arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang1-1/+5
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-04arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen1-2/+3
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig1-15/+2
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+3
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson1-1/+1
2019-04-03arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon1-1/+1
2019-04-03arm64: setup min_low_pfnMiles Chen1-0/+1
2019-04-01arm64: mm: fix incorrect assignment of 'max_mapnr'Muchun Song1-1/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-19/+1
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand1-27/+0
2019-01-21arm64: mm: make use of new memblocks_present() helperLogan Gunthorpe1-19/+1
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-28/+6
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+11
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-8/+0
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring1-2/+0
2018-12-12arm64: Add memory hotplug supportRobin Murphy1-0/+8
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-1/+1
2018-12-10arm64: move memstart_addr export inlineMark Rutland1-0/+2
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-18/+0
2018-11-26arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli1-12/+8
2018-11-08arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel1-2/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse1-2/+0
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+5
2018-08-17arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann1-1/+5
2018-07-25arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner1-1/+3
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-3/+3
2018-05-01arm64: To remove initrd reserved area entry from memblockCHANDAN VN1-1/+3