summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-12-062-14/+12
|\
| * arm64: mm: Fix column alignment for UXN in kernel_page_tablesMark Brown2019-12-041-0/+1
| * arm64: mm: Fix initialisation of DMA zones on non-NUMA systemsWill Deacon2019-12-041-14/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\ \
| * \ Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-211-24/+53
| |\ \
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* | | | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-261-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm/efi: EFI soft reservation to memblockDan Williams2019-11-071-0/+2
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-083-40/+58
|\ \ \ \ \ | | | |_|/ | | |/| |
| | | * | arm64: mm: simplify the page end calculation in __create_pgd_mapping()Masahiro Yamada2019-11-061-3/+2
| | | * | arm64: print additional fault message when executing non-exec memoryXiang Zheng2019-10-291-0/+2
| | | * | arm64/mm: Poison initmem while freeing with free_reserved_area()Anshuman Khandual2019-10-161-1/+1
| | | * | arm64: use generic free_initrd_mem()Mike Rapoport2019-10-161-12/+0
| | |/ / | |/| |
| | * | arm64: mm: reserve CMA and crashkernel in ZONE_DMA32Nicolas Saenz Julienne2019-11-071-2/+2
| | * | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-2/+7
| | * | arm64: Make arm64_dma32_phys_limit staticCatalin Marinas2019-10-281-1/+1
| | * | arm64: mm: Fix unused variable warning in zone_sizes_initNathan Chancellor2019-10-161-1/+1
| | * | arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne2019-10-141-15/+39
| | * | arm64: rename variables used to calculate ZONE_DMA32's sizeNicolas Saenz Julienne2019-10-141-15/+15
| | * | arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()Nicolas Saenz Julienne2019-10-141-1/+1
| |/ /
* | | Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas2019-10-281-49/+13
|\ \ \ | |_|/ |/| |
| * | arm64: entry-common: don't touch daif before bp-hardeningJames Morse2019-10-281-35/+1
| * | arm64: Remove asmlinkage from updated functionsJames Morse2019-10-281-9/+7
| * | arm64: remove __exception annotationsJames Morse2019-10-281-17/+17
| |/
* / arm64: mm: fix inverted PAR_EL1.F checkMark Rutland2019-10-161-1/+5
|/
* arm64: mm: fix spurious fault detectionMark Rutland2019-10-071-1/+1
* arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland2019-10-041-1/+10
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-76/+0
* arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-09-241-1/+5
* arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti2019-09-241-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+1
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-2/+1
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-13/+3
|\
| * arm64: use asm-generic/dma-mapping.hChristoph Hellwig2019-09-111-0/+1
| * xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-111-1/+2
| * dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
| * dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-6/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-169-55/+117
|\ \ | |/ |/|
| * arm64: remove __iounmapChristoph Hellwig2019-09-041-2/+2
| *-------. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-306-47/+98
| |\ \ \ \ \
| | | | | | * arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon2019-08-271-0/+33
| | | | |_|/ | | | |/| |
| | | | | * arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2019-08-231-14/+1
| | | | |/ | | | |/|
| | * | | arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland2019-08-281-3/+5
| | * | | arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-143-6/+6
| | * | | arm64: memory: fix flipped VA space falloutMark Rutland2019-08-142-2/+2
| | * | | arm64: mm: Remove vabits_userSteve Capper2019-08-093-5/+2
| | * | | arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-092-1/+12
| | * | | arm64: mm: Separate out vmemmapSteve Capper2019-08-091-0/+5
| | * | | arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2019-08-091-3/+3