aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-29arm64: Fix build with CONFIG_ZONE_DMA=nRobin Murphy1-6/+7
2015-10-12ARM64: kasan: print memory assignmentLinus Walleij1-0/+6
2015-07-27arm64: mm: add __init section marker to free_initrd_memWang Long1-2/+2
2015-06-17arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel1-1/+0
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel1-0/+1
2015-04-14arm64: add support for memtestVladimir Murzin1-0/+2
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas1-5/+9
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+23
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland1-2/+3
2015-01-22arm64: add better page protections to arm64Laura Abbott1-0/+1
2015-01-16arm64: respect mem= for EFIMark Rutland1-0/+19
2015-01-16arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd to be page aligned"Catalin Marinas1-7/+1
2014-11-25arm64: add alternative runtime patchingAndre Przywara1-0/+2
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-3/+8
2014-10-02ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang1-1/+7
2014-09-17arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni1-1/+1
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter1-2/+1
2014-08-19arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm1-1/+3
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-15/+19
2014-07-23arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas1-7/+15
2014-07-23arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas1-4/+13
2014-07-10arm64: place initial page tables above the kernelMark Rutland1-8/+4
2014-06-18arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas1-2/+8
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring1-21/+0
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+1
2014-03-13arm64: add support for reserved memory defined by device treeMarek Szyprowski1-0/+1
2014-02-27arm64: Use swiotlb late initialisationCatalin Marinas1-2/+0
2014-02-27arm64: Replace ZONE_DMA32 with ZONE_DMACatalin Marinas1-15/+16
2013-12-19arm64: Enable CMALaura Abbott1-0/+3
2013-10-09arm64: remove unnecessary prom.h includeRob Herring1-1/+0
2013-10-09arm64: set initrd_start/initrd_end for fdt scanRob Herring1-18/+6
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-1/+1
2013-07-03mm/ARM64: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm/ARM64: kill poison_init_mem()Jiang Liu1-14/+3
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/ARM: use common help functions to free reserved pagesJiang Liu1-24/+2
2012-11-14arm64: mm: update max_dma32 before calculating size of NORMAL zoneWill Deacon1-2/+2
2012-11-08arm64: mm: fix booting on systems with no memory below 4GBWill Deacon1-1/+1
2012-10-08arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas1-4/+1
2012-09-17arm64: MMU initialisationCatalin Marinas1-0/+437