aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-17arm64: Fix swiotlb fallback allocationGravatar Alexander Graf 1-0/+2
2016-12-19swiotlb: Convert swiotlb_force from int to enumGravatar Geert Uytterhoeven 1-1/+2
2016-10-20arm64: remove pr_cont abuse from mem_initGravatar Mark Rutland 1-13/+13
2016-09-06arm64: mm: drop fixup_init() and mm.hGravatar Kefeng Wang 1-3/+7
2016-08-22arm64: apply __ro_after_init to some objectsGravatar Jisheng Zhang 1-2/+3
2016-07-28arm64:acpi: fix the acpi alignment exception when 'mem=' specifiedGravatar Dennis Chen 1-1/+1
2016-06-27arm64: mm: fix location of _etextGravatar Ard Biesheuvel 1-2/+2
2016-06-27arm64: mm: simplify memblock numa node extractionGravatar Mark Rutland 1-4/+2
2016-06-21arm64: mm: only initialize swiotlb when necessaryGravatar Jisheng Zhang 1-1/+2
2016-04-19arm64: mm: Show bss segment in kernel memory layoutGravatar Kefeng Wang 1-0/+2
2016-04-19arm64: mm: make pr_cont() per line in Virtual kernel memory layoutGravatar Kefeng Wang 1-11/+10
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Gravatar Ganapatrao Kulkarni 1-5/+30
2016-04-14arm64: mm: move vmemmap region right below the linear regionGravatar Ard Biesheuvel 1-4/+10
2016-04-14arm64: mm: free __init memory via the linear mappingGravatar Ard Biesheuvel 1-1/+2
2016-04-14arm64: add the initrd region to the linear mapping explicitlyGravatar Ard Biesheuvel 1-0/+29
2016-04-14arm64/mm: ensure memstart_addr remains sufficiently alignedGravatar Ard Biesheuvel 1-2/+6
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-32/+28
2016-03-21arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Gravatar Catalin Marinas 1-32/+28
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-20/+110
2016-03-02arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyGravatar Ard Biesheuvel 1-0/+7
2016-02-29arm64: mm: treat memstart_addr as a signed quantityGravatar Ard Biesheuvel 1-2/+2
2016-02-29arm64: mm: list kernel sections in orderGravatar Ard Biesheuvel 1-2/+2
2016-02-26arm64: vmemmap: use virtual projection of linear regionGravatar Ard Biesheuvel 1-2/+2
2016-02-26arm64: mm: Mark .rodata as ROGravatar Jeremy Linton 1-1/+3
2016-02-26arm64/mm: remove unnecessary boundary checkGravatar Miles Chen 1-2/+0
2016-02-24arm64: kaslr: randomize the linear regionGravatar Ard Biesheuvel 1-2/+20
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryGravatar Ard Biesheuvel 1-2/+61
2016-02-18arm64: defer __va translation of initrd_start and initrd_endGravatar Ard Biesheuvel 1-4/+9
2016-02-18arm64: move kernel image to base of vmalloc areaGravatar Ard Biesheuvel 1-11/+12
2015-12-15Merge branch 'aarch64/efi' into aarch64/for-next/coreGravatar Will Deacon 1-1/+1
2015-12-10arm64: mm: fold alternatives into .initGravatar Mark Rutland 1-1/+0
2015-12-09arm64: only consider memblocks with NOMAP cleared for linear mappingGravatar Ard Biesheuvel 1-1/+1
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesGravatar Jisheng Zhang 1-3/+3
2015-10-29arm64: Fix build with CONFIG_ZONE_DMA=nGravatar Robin Murphy 1-6/+7
2015-10-12ARM64: kasan: print memory assignmentGravatar Linus Walleij 1-0/+6
2015-07-27arm64: mm: add __init section marker to free_initrd_memGravatar Wang Long 1-2/+2
2015-06-17arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPGravatar Dave P Martin 1-1/+1
2015-06-02arm64: use fixmap region for permanent FDT mappingGravatar Ard Biesheuvel 1-1/+0
2015-06-02of/fdt: split off FDT self reservation from memreserve processingGravatar Ard Biesheuvel 1-0/+1
2015-04-14arm64: add support for memtestGravatar Vladimir Murzin 1-0/+2
2015-02-27arm64: Increase the swiotlb buffer size 64MBGravatar Catalin Marinas 1-5/+9
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+23
2015-01-23arm64: Fix overlapping VA allocationsGravatar Mark Rutland 1-2/+3
2015-01-22arm64: add better page protections to arm64Gravatar Laura Abbott 1-0/+1
2015-01-16arm64: respect mem= for EFIGravatar Mark Rutland 1-0/+19
2015-01-16arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...Gravatar Catalin Marinas 1-7/+1
2014-11-25arm64: add alternative runtime patchingGravatar Andre Przywara 1-0/+2
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Gravatar Russell King 1-3/+8
2014-10-02ARM: 8167/1: extend the reserved memory for initrd to be page alignedGravatar Yalin Wang 1-1/+7