aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-124/+19
2017-05-08arm64: use set_memory.h headerLaura Abbott1-0/+1
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-169/+528
2017-05-05arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas1-16/+49
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel3-156/+43
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini1-0/+7
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel1-0/+1
2017-04-20arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_opsSricharan R1-124/+18
2017-04-07Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon1-14/+0
2017-04-06arm64: print a fault message when attempting to write RO memoryStephen Boyd1-19/+36
2017-04-05arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro1-0/+53
2017-04-05arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro1-0/+27
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi1-49/+54
2017-04-05arm64: mm: add set_memory_valid()AKASHI Takahiro1-6/+9
2017-04-05arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro1-0/+66
2017-04-05arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro1-0/+35
2017-04-04arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky1-18/+24
2017-03-23arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel1-43/+97
2017-03-23arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel1-4/+0
2017-03-23arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel1-18/+27
2017-03-23arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel1-1/+9
2017-03-23arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel1-4/+3
2017-03-23arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel1-4/+4
2017-03-23arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel1-4/+8
2017-03-23arm64: mmu: map .text as read-only from the outsetArd Biesheuvel1-4/+14
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel1-5/+17
2017-03-23arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel1-8/+8
2017-03-22arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMUGeert Uytterhoeven1-15/+48
2017-03-20arm64: cache: Merge cachetype.h into cache.hWill Deacon1-1/+1
2017-03-20arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2-5/+0
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 <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-2/+2
2017-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-31/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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/arm64/linuxLinus 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/git/will/linux into arm/coreJoerg 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