aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)Author
2018-09-06Merge tag 'v4.4.154' into linux-linaro-lsk-v4.4Mark Brown
2018-09-05arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann
2018-01-05Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2017-12-25arm64: Initialise high_memory global variable earlierSteve Capper
2017-06-19arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro
2017-06-19arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro
2017-06-19arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro
2017-06-19arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro
2016-07-29arm64: mm: Mark .rodata as ROJeremy Linton
2016-05-12arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel
2016-05-12arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel
2016-05-11arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-05-11arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-05-11arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel
2016-05-11arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2016-05-11arm64: mm: fold alternatives into .initMark Rutland
2016-05-11arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang
2016-03-09arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel
2015-10-29arm64: Fix build with CONFIG_ZONE_DMA=nRobin Murphy
2015-10-12ARM64: kasan: print memory assignmentLinus Walleij
2015-07-27arm64: mm: add __init section marker to free_initrd_memWang Long
2015-06-17arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel
2015-04-14arm64: add support for memtestVladimir Murzin
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland
2015-01-22arm64: add better page protections to arm64Laura Abbott
2015-01-16arm64: respect mem= for EFIMark Rutland
2015-01-16arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...Catalin Marinas
2014-11-25arm64: add alternative runtime patchingAndre Przywara
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King
2014-10-02ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang
2014-09-17arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter
2014-08-19arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-07-23arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas
2014-07-23arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas
2014-07-10arm64: place initial page tables above the kernelMark Rutland
2014-06-18arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-03-13arm64: add support for reserved memory defined by device treeMarek Szyprowski
2014-02-27arm64: Use swiotlb late initialisationCatalin Marinas
2014-02-27arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas
2013-12-19arm64: Enable CMALaura Abbott
2013-10-09arm64: remove unnecessary prom.h includeRob Herring