summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)Author
2016-04-19arm64: mm: Show bss segment in kernel memory layoutKefeng Wang
2016-04-19arm64: mm: make pr_cont() per line in Virtual kernel memory layoutKefeng Wang
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni
2016-04-14arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel
2016-04-14arm64: mm: free __init memory via the linear mappingArd Biesheuvel
2016-04-14arm64: add the initrd region to the linear mapping explicitlyArd Biesheuvel
2016-04-14arm64/mm: ensure memstart_addr remains sufficiently alignedArd Biesheuvel
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-21arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Catalin Marinas
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-02arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel
2016-02-29arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel
2016-02-29arm64: mm: list kernel sections in orderArd Biesheuvel
2016-02-26arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton
2016-02-26arm64/mm: remove unnecessary boundary checkMiles Chen
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel
2016-02-18arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel
2016-02-18arm64: move kernel image to base of vmalloc areaArd Biesheuvel
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon
2015-12-10arm64: mm: fold alternatives into .initMark Rutland
2015-12-09arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang
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