summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-0/+45
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-231-1/+1
|\
| * ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap2024-02-241-1/+1
* | arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy2024-02-221-1/+1
|/
* ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+1
* swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-5/+1
* ARM: 9175/1: Convert to reserve_initrd_mem()Wang Kefeng2022-02-281-42/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* arm: extend pfn_valid to take into account freed memory map alignmentMike Rapoport2021-06-301-1/+12
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-061-21/+0
|\
| * ARM: 9072/1: mm: remove set_kernel_text_r[ow]()Jisheng Zhang (syna)2021-04-181-21/+0
* | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+5
|\ \
| * | ARM: Qualify enabling of swiotlb_init()Florian Fainelli2021-03-191-1/+5
| |/
* / mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-221-1/+0
|\
| * ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2020-10-271-1/+0
* | arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-12-151-78/+0
* | ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel2020-11-041-2/+2
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-7/+4
* | arm, xtensa: simplify initialization of high memory pagesMike Rapoport2020-10-131-40/+8
|/
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-7/+2
* arm: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+1
* arm: simplify detection of memory zone boundariesMike Rapoport2020-06-031-59/+7
* ARM: 8949/1: mm: mark free_memmap as __initOlof Johansson2020-01-251-1/+1
* ARM: 8917/1: mm: include <asm/set_memory.h>Ben Dooks (Codethink)2019-10-271-0/+1
* ARM: 8916/1: mm: make set_section_perms() staticBen Dooks (Codethink)2019-10-271-2/+2
* ARM: 8907/1: arch: reuse addr variable in pfn_validClemens Gruber2019-10-271-1/+1
* ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang2019-08-281-0/+5
* ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger2019-08-231-1/+2
* arm: use swiotlb for bounce buffering on LPAE configsChristoph Hellwig2019-07-241-0/+5
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-081-6/+16
|\
| * ARM: 8865/1: mm: remove unused variablesYueHaibing2019-06-201-6/+0
| * ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski2019-06-201-0/+16
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-05-161-16/+1
|\
| * ARM: 8850/1: use memblocks_presentPeng Fan2019-04-231-16/+1
* | initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-19/+6
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-65/+4
|\
| * ARM: 8826/1: mm: initialize pfn limits with find_limits()Doug Berger2019-02-011-16/+4
| * ARM: 8820/1: mm: Stop printing the virtual memory layoutGeert Uytterhoeven2019-02-011-49/+0
* | memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+4
* | memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-121-1/+1
|/
* arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-17/+0
* of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-261-6/+0
* arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-261-3/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* ARM: 8780/1: ftrace: Only set kernel memory back to read-only after bootSteven Rostedt (VMware)2018-07-111-0/+9