Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | arm64/mm: Reorganize pfn_valid() | Anshuman Khandual | 1 | -5/+16 |
2021-03-08 | arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory | Anshuman Khandual | 1 | -0/+12 |
2021-02-26 | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2021-01-15 | arm64, numa: Change the numa init functions name to be generic | Atish Patra | 1 | -2/+2 |
2021-01-12 | arm64: Remove arm64_dma32_phys_limit and its uses | Catalin Marinas | 1 | -15/+18 |
2021-01-04 | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA | Nicolas Saenz Julienne | 1 | -1/+1 |
2020-12-18 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -0/+3 |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -68/+0 |
2020-12-15 | arm, arm64: move free_unused_memmap() to generic mm | Mike Rapoport | 1 | -68/+0 |
2020-12-15 | arm64: Warn the user when a small VA_BITS value wastes memory | Marc Zyngier | 1 | -0/+3 |
2020-12-09 | Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt... | Catalin Marinas | 1 | -50/+52 |
2020-11-20 | arm64: mm: Set ZONE_DMA size based on early IORT scan | Ard Biesheuvel | 1 | -1/+4 |
2020-11-20 | arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges | Nicolas Saenz Julienne | 1 | -3/+3 |
2020-11-20 | arm64: mm: Move zone_dma_bits initialization into zone_sizes_init() | Nicolas Saenz Julienne | 1 | -5/+2 |
2020-11-20 | arm64: mm: Move reserve_crashkernel() into mem_init() | Nicolas Saenz Julienne | 1 | -2/+6 |
2020-11-19 | arm64: Ignore any DMA offsets in the max_zone_phys() calculation | Catalin Marinas | 1 | -5/+12 |
2020-11-17 | arm64: omit [_text, _stext) from permanent kernel mapping | Ard Biesheuvel | 1 | -1/+1 |
2020-11-12 | arm64: mm: don't assume struct page is always 64 bytes | Ard Biesheuvel | 1 | -2/+0 |
2020-11-10 | arm64: mm: account for hotplug memory when randomizing the linear region | Ard Biesheuvel | 1 | -5/+8 |
2020-11-09 | arm64: mm: make vmemmap region a projection of the linear region | Ard Biesheuvel | 1 | -0/+2 |
2020-11-09 | arm64: mm: extend linear region for 52-bit VA configurations | Ard Biesheuvel | 1 | -1/+1 |
2020-10-23 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -20/+10 |
2020-10-16 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+3 |
2020-10-15 | arm64: mm: use single quantity to represent the PA to VA translation | Ard Biesheuvel | 1 | -20/+10 |
2020-10-14 | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() | Mike Rapoport | 1 | -7/+4 |
2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -2/+1 |
2020-09-01 | arm64: mm: reserve per-numa CMA to localize coherent dma buffers | Barry Song | 1 | -0/+2 |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 1 | -4/+2 |
2020-07-15 | arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configs | Anshuman Khandual | 1 | -2/+2 |
2020-07-02 | arm64/panic: Unify all three existing notifier blocks | Anshuman Khandual | 1 | -17/+1 |
2020-06-18 | arm64: mm: reserve hugetlb CMA after numa_init | Barry Song | 1 | -5/+10 |
2020-06-04 | arm64: simplify detection of memory zone boundaries for UMA configs | Mike Rapoport | 1 | -54/+0 |
2020-06-04 | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport | 1 | -1/+1 |
2020-04-30 | arm: mm: use __pfn_to_section() to get mem_section | Guixiong Wei | 1 | -1/+1 |
2020-04-11 | mm: hugetlb: optionally allocate gigantic hugepages using cma | Roman Gushchin | 1 | -0/+6 |
2019-12-04 | arm64: mm: Fix initialisation of DMA zones on non-NUMA systems | Will Deacon | 1 | -14/+11 |
2019-11-08 | Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '... | Catalin Marinas | 1 | -37/+54 |
2019-11-07 | arm64: mm: reserve CMA and crashkernel in ZONE_DMA32 | Nicolas Saenz Julienne | 1 | -2/+2 |
2019-11-01 | dma/direct: turn ARCH_ZONE_DMA_BITS into a variable | Nicolas Saenz Julienne | 1 | -2/+7 |
2019-10-28 | arm64: Make arm64_dma32_phys_limit static | Catalin Marinas | 1 | -1/+1 |
2019-10-16 | arm64: mm: Fix unused variable warning in zone_sizes_init | Nathan Chancellor | 1 | -1/+1 |
2019-10-16 | arm64/mm: Poison initmem while freeing with free_reserved_area() | Anshuman Khandual | 1 | -1/+1 |
2019-10-16 | arm64: use generic free_initrd_mem() | Mike Rapoport | 1 | -12/+0 |
2019-10-14 | arm64: use both ZONE_DMA and ZONE_DMA32 | Nicolas Saenz Julienne | 1 | -15/+39 |
2019-10-14 | arm64: rename variables used to calculate ZONE_DMA32's size | Nicolas Saenz Julienne | 1 | -15/+15 |
2019-10-14 | arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys() | Nicolas Saenz Julienne | 1 | -1/+1 |
2019-08-30 | Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro... | Will Deacon | 1 | -8/+21 |
2019-08-09 | arm64: mm: Introduce 52-bit Kernel VAs | Steve Capper | 1 | -0/+10 |
2019-08-09 | arm64: mm: Separate out vmemmap | Steve Capper | 1 | -0/+5 |
2019-08-09 | arm64: mm: Introduce vabits_actual | Steve Capper | 1 | -1/+6 |