summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2019-12-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-12-04arm64: mm: Fix column alignment for UXN in kernel_page_tablesMark Brown
2019-12-04arm64: mm: Fix initialisation of DMA zones on non-NUMA systemsWill Deacon
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-08Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas
2019-11-07arm/efi: EFI soft reservation to memblockDan Williams
2019-11-07arm64: mm: reserve CMA and crashkernel in ZONE_DMA32Nicolas Saenz Julienne
2019-11-06arm64: mm: simplify the page end calculation in __create_pgd_mapping()Masahiro Yamada
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne
2019-10-29arm64: print additional fault message when executing non-exec memoryXiang Zheng
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas
2019-10-28arm64: Make arm64_dma32_phys_limit staticCatalin Marinas
2019-10-28arm64: entry-common: don't touch daif before bp-hardeningJames Morse
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse
2019-10-28arm64: remove __exception annotationsJames Morse
2019-10-16arm64: mm: fix inverted PAR_EL1.F checkMark Rutland
2019-10-16arm64: mm: Fix unused variable warning in zone_sizes_initNathan Chancellor
2019-10-16arm64/mm: Poison initmem while freeing with free_reserved_area()Anshuman Khandual
2019-10-16arm64: use generic free_initrd_mem()Mike Rapoport
2019-10-14arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne
2019-10-14arm64: rename variables used to calculate ZONE_DMA32's sizeNicolas Saenz Julienne
2019-10-14arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()Nicolas Saenz Julienne
2019-10-07arm64: mm: fix spurious fault detectionMark Rutland
2019-10-04arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti
2019-09-24arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig
2019-09-04arm64: remove __iounmapChristoph Hellwig
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig
2019-08-28arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland