summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-70/+4
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-3/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-2/+6
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport1-68/+0
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2-25/+17
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas2-4/+7
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas2-6/+1
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Catalin Marinas14-160/+503
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland1-5/+0
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland1-1/+1
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland1-25/+0
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-11/+11
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne1-1/+1
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne1-33/+50
2020-11-20arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel1-1/+4
2020-11-20arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne1-3/+3
2020-11-20arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne1-5/+2
2020-11-20arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne1-2/+6
2020-11-20arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas1-21/+16
2020-11-19arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas1-5/+12
2020-11-17arm64/mm: add fallback option to allocate virtually contiguous memorySudarshan Rajagopalan1-2/+5
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel2-6/+6
2020-11-13arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual1-0/+17
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel1-2/+0
2020-11-10arm64/mm/hotplug: Ensure early memory sections are all onlineAnshuman Khandual1-0/+48
2020-11-10arm64/mm/hotplug: Enable MEM_OFFLINE event handlingAnshuman Khandual1-2/+32
2020-11-10arm64/mm/hotplug: Register boot memory hot remove notifier earlierAnshuman Khandual1-2/+11
2020-11-10arm64: mm: account for hotplug memory when randomizing the linear regionArd Biesheuvel1-5/+8
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland1-1/+1
2020-11-09arm64: mm: make vmemmap region a projection of the linear regionArd Biesheuvel1-0/+2
2020-11-09arm64: mm: extend linear region for 52-bit VA configurationsArd Biesheuvel1-1/+1
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-20/+10
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+4
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel1-20/+10
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2-13/+8
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-7/+4
2020-10-13arm64: numa: simplify dummy_numa_init()Mike Rapoport1-8/+5
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-2/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon7-12/+162
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon7-13/+113
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon1-1/+3
2020-09-28arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker1-6/+99
2020-09-21arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-1/+5
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon1-3/+1