summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c
AgeCommit message (Expand)AuthorLines
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport-7/+2
2020-06-04arm: add support for folded p4d page tablesMike Rapoport-1/+1
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport-59/+7
2020-01-25ARM: 8949/1: mm: mark free_memmap as __initOlof Johansson-1/+1
2019-10-27ARM: 8917/1: mm: include <asm/set_memory.h>Ben Dooks (Codethink)-0/+1
2019-10-27ARM: 8916/1: mm: make set_section_perms() staticBen Dooks (Codethink)-2/+2
2019-10-27ARM: 8907/1: arch: reuse addr variable in pfn_validClemens Gruber-1/+1
2019-08-28ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang-0/+5
2019-08-23ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger-1/+2
2019-07-24arm: use swiotlb for bounce buffering on LPAE configsChristoph Hellwig-0/+5
2019-07-08Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-6/+16
2019-06-20ARM: 8865/1: mm: remove unused variablesYueHaibing-6/+0
2019-06-20ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski-0/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-16Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-16/+1
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig-19/+6
2019-04-23ARM: 8850/1: use memblocks_presentPeng Fan-16/+1
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-65/+4
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport-0/+4
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport-1/+1
2019-02-01ARM: 8826/1: mm: initialize pfn limits with find_limits()Doug Berger-16/+4
2019-02-01ARM: 8820/1: mm: Stop printing the virtual memory layoutGeert Uytterhoeven-49/+0
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli-17/+0
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli-6/+0
2018-11-26arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli-3/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-07-11ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)-0/+9
2018-03-09ARM: simplify and fix linker script for TCMNicolas Pitre-11/+0
2018-01-21ARM: 8737/1: mm: dump: add checking for writable and executableJinbum Park-0/+2
2017-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+2
2017-11-21ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin-2/+2
2017-09-28ARM: 8696/1: mm: Remove dead code in mem_init()Vladimir Murzin-10/+0
2017-04-26ARM: 8672/1: mm: remove tasklist locking from update_sections_early()Grygorii Strashko-5/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-23/+41
2017-02-28ARM: mm: round the initrd reservation to page boundariesRussell King-5/+18
2017-02-28ARM: mm: clean up initrd initialisationRussell King-12/+15
2017-02-28ARM: mm: move initrd init code out of arm_memblock_init()Russell King-4/+9
2017-02-28ARM: 8646/1: mmu: decouple VECTORS_BASE from KconfigAfzal Mohammed-2/+2
2017-02-28ARM: 8639/1: Define KERNEL_START and KERNEL_ENDFlorian Fainelli-5/+2
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott-2/+2
2016-02-11ARM: 8502/1: mm: mark section-aligned portion of rodata NXKees Cook-3/+4
2016-02-08ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATAKees Cook-9/+10
2016-01-12Merge branch 'devel-stable' into for-linusRussell King-1/+4
2015-12-13ARM: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel-1/+4
2015-12-04ARM: 8464/1: Update all mm structures with section adjustmentsLaura Abbott-30/+62
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel-0/+1
2015-04-14Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-49/+0