summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon1-14/+0
2017-04-04arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky1-18/+24
2017-03-10arm64: kasan: avoid bad virt_to_pfn()Mark Rutland1-1/+1
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-2/+2
2017-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-31/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+7
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach1-2/+2
2017-02-24Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"Mark Rutland1-30/+4
2017-02-24arm64: Avoid clobbering mm in erratum workaround on QDF2400Shanker Donthineni1-1/+1
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds10-50/+117
2017-02-15arm64: fix warning about swapper_pg_dir overflowArnd Bergmann1-1/+1
2017-02-10arm64: Work around Falkor erratum 1003Christopher Covington2-0/+12
2017-02-09arm64: use is_vmalloc_addrMiles Chen1-1/+1
2017-02-06iommu/dma: Remove bogus dma_supported() implementationRobin Murphy1-1/+0
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel1-3/+3
2017-01-26arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy1-1/+8
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-4/+4
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-3/+3
2017-01-23arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMAWill Deacon1-5/+12
2017-01-19arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys1-3/+3
2017-01-17arm64: Fix swiotlb fallback allocationAlexander Graf1-0/+2
2017-01-13arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen1-2/+2
2017-01-12arm64: Add support for DMA_ATTR_SKIP_CPU_SYNC attribute to swiotlbTakeshi Kihara1-4/+8
2017-01-12arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott2-0/+32
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott3-24/+43
2017-01-11arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsHuang Shijie1-1/+1
2017-01-10arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse1-14/+0
2017-01-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+4
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+4
2017-01-04arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2-2/+4
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky1-1/+1
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas1-7/+0
2016-11-21arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas1-4/+10
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2-2/+11
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas1-5/+1
2016-11-21arm64: Update the synchronous external abort fault descriptionCatalin Marinas1-4/+4
2016-11-14arm64: Wire up iommu_dma_{map, unmap}_resource()Robin Murphy1-0/+2
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland1-0/+6
2016-11-09arm64: hugetlb: fix the wrong address for several functionsHuang Shijie1-4/+4
2016-11-09arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie1-12/+0
2016-11-09arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas1-1/+1
2016-11-07arm64: Add uprobe supportPratyush Anand1-1/+1