aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2023-07-27Merge tag 'v5.10.188' into v5.10/standard/baseBruce Ashfield
2023-07-27arm64: mm: fix VA-range sanity checkMark Rutland
2023-06-12Merge tag 'v5.10.183' into v5.10/standard/baseBruce Ashfield
2023-06-09arm64/mm: mark private VM_FAULT_X defines as vm_fault_tMin-Hua Chen
2023-02-01Merge tag 'v5.10.166' into v5.10/standard/baseBruce Ashfield
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-01-12arm64: uaccess: remove set_fs()Mark Rutland
2023-01-12arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland
2022-06-25arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon
2022-06-09arm64: fix types in copy_highpage()Tong Tiangen
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport
2022-04-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna
2022-04-08arm64/mm: avoid fixmap race condition when create pud mappingJianyong Wu
2022-03-11arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse
2021-11-18arm64: mm: update max_pfn after memory hotplugSudarshan Rajagopalan
2021-10-20arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz
2021-07-14arm64: consistently use reserved_pg_dirMark Rutland
2021-06-30arm64: Force NO_BLOCK_MAPPINGS if crashkernel reservation is requiredCatalin Marinas
2021-06-30arm64: Ignore any DMA offsets in the max_zone_phys() calculationCatalin Marinas
2021-05-19arm64: Fix race condition on PG_dcache_clean in __sync_icache_dcache()Catalin Marinas
2021-05-19arm64: mte: initialize RGSR_EL1.SEED in __cpu_setupPeter Collingbourne
2021-05-14arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas
2021-04-07arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin
2021-03-17arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel
2021-03-17arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual
2021-03-17arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-03-09arm64: mm: Set ZONE_DMA size based on early IORT scanArd Biesheuvel
2021-03-09arm64: mm: Set ZONE_DMA size based on devicetree's dma-rangesNicolas Saenz Julienne
2021-03-09arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()Nicolas Saenz Julienne
2021-03-09arm64: mm: Move reserve_crashkernel() into mem_init()Nicolas Saenz Julienne
2021-02-07arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas
2021-01-17arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne
2020-11-30arm64: entry: fix EL1 debug transitionsMark Rutland
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-13arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-10-13arm64: numa: simplify dummy_numa_init()Mike Rapoport
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon