aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-11swiotlb-xen: use the same foreign page check everywhereChristoph Hellwig1-22/+9
2019-09-11swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtableChristoph Hellwig1-27/+2
2019-09-11xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2-4/+0
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig4-8/+4
2019-09-11xen/arm: simplify dma_cache_maintChristoph Hellwig1-40/+21
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig3-21/+6
2019-09-11xen/arm: consolidate page-coherent.hChristoph Hellwig3-150/+80
2019-09-11xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig4-75/+28
2019-09-04arm: remove wrappers for the generic dma remap helpersChristoph Hellwig1-27/+5
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig4-20/+16
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig5-28/+21
2019-09-04vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig4-19/+13
2019-09-04dma-mapping: provide a better default ->get_required_maskChristoph Hellwig4-27/+14
2019-09-04dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig1-1/+0
2019-09-04remoteproc: don't allow modular buildChristoph Hellwig1-1/+1
2019-09-04dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig1-1/+0
2019-09-04dma-mapping: remove dma_release_declared_memoryChristoph Hellwig3-28/+0
2019-09-04dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig2-15/+5
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig7-15/+5
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig3-3/+0
2019-09-04arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig1-2/+3
2019-09-04ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig1-7/+6
2019-09-04dma-mapping: add a dma_can_mmap helperChristoph Hellwig2-0/+28
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig15-8/+42
2019-09-04dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2-11/+11
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko5-7/+4
2019-09-03iommu/dma: add a new dma_map_ops of get_merge_boundary()Yoshihiro Shimoda1-0/+8
2019-09-03dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda3-0/+25
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda2-3/+33
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda2-0/+25
2019-08-29MIPS: document mixing "slightly different CCAs"Christoph Hellwig1-0/+7
2019-08-29arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig1-0/+8
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig6-28/+14
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig13-34/+35
2019-08-26arm-nommu: remove the unused pgprot_dmacoherent defineChristoph Hellwig1-1/+0
2019-08-26unicore32: remove the unused pgprot_dmacoherent defineChristoph Hellwig1-2/+0
2019-08-25Linux 5.3-rc6Linus Torvalds1-1/+1
2019-08-25Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-2/+2
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-12/+20
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-8/+5
2019-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-33/+227
2019-08-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+23
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2019-08-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+5
2019-08-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2019-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-36/+260
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds6-15/+19
2019-08-24mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-24mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-24mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15