summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Show bss segment in kernel memory layoutKefeng Wang2016-04-191-0/+2
* arm64: mm: make pr_cont() per line in Virtual kernel memory layoutKefeng Wang2016-04-191-11/+10
* arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni2016-04-151-5/+30
* arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel2016-04-141-4/+10
* arm64: mm: free __init memory via the linear mappingArd Biesheuvel2016-04-141-1/+2
* arm64: add the initrd region to the linear mapping explicitlyArd Biesheuvel2016-04-141-0/+29
* arm64/mm: ensure memstart_addr remains sufficiently alignedArd Biesheuvel2016-04-141-2/+6
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-241-32/+28
|\
| * arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Catalin Marinas2016-03-211-32/+28
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-20/+110
|\ \ | |/
| * arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel2016-03-021-0/+7
| * arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel2016-02-291-2/+2
| * arm64: mm: list kernel sections in orderArd Biesheuvel2016-02-291-2/+2
| * arm64: mm: Mark .rodata as ROJeremy Linton2016-02-261-1/+3
| * arm64/mm: remove unnecessary boundary checkMiles Chen2016-02-261-2/+0
| * arm64: kaslr: randomize the linear regionArd Biesheuvel2016-02-241-2/+20
| * arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-181-2/+61
| * arm64: defer __va translation of initrd_start and initrd_endArd Biesheuvel2016-02-181-4/+9
| * arm64: move kernel image to base of vmalloc areaArd Biesheuvel2016-02-181-11/+12
* | arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2016-02-261-2/+2
|/
* Merge branch 'aarch64/efi' into aarch64/for-next/coreWill Deacon2015-12-151-1/+1
|\
| * arm64: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2015-12-091-1/+1
* | arm64: mm: fold alternatives into .initMark Rutland2015-12-101-1/+0
* | arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang2015-12-021-3/+3
|/
* arm64: Fix build with CONFIG_ZONE_DMA=nRobin Murphy2015-10-291-6/+7
* ARM64: kasan: print memory assignmentLinus Walleij2015-10-121-0/+6
* arm64: mm: add __init section marker to free_initrd_memWang Long2015-07-271-2/+2
* arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin2015-06-171-1/+1
* arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-021-1/+0
* of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel2015-06-021-0/+1
* arm64: add support for memtestVladimir Murzin2015-04-141-0/+2
* arm64: Increase the swiotlb buffer size 64MBCatalin Marinas2015-02-271-5/+9
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-111-2/+23
|\
| * arm64: Fix overlapping VA allocationsMark Rutland2015-01-231-2/+3
| * arm64: add better page protections to arm64Laura Abbott2015-01-221-0/+1
| * arm64: respect mem= for EFIMark Rutland2015-01-161-0/+19
* | arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...Catalin Marinas2015-01-161-7/+1
|/
* arm64: add alternative runtime patchingAndre Przywara2014-11-251-0/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-081-1/+1
|\
| * arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni2014-09-171-1/+1
| |
| \
*-. \ Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-021-3/+8
|\ \ \ | |_|/ |/| |
| | * ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang2014-10-021-1/+7
| |/ |/|
| * efi/arm64: Fix fdt-related memory reservationMark Salter2014-09-091-2/+1
|/
* arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm2014-08-191-1/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-08-041-15/+19
|\
| * arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas2014-07-231-7/+15
| * arm64: place initial page tables above the kernelMark Rutland2014-07-101-8/+4
* | arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas2014-07-231-4/+13
|/
* arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas2014-06-181-2/+8
* of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-21/+0
OpenPOWER on IntegriCloud