summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-21dma-debug: convert comma to semicolonXu Wang1-2/+2
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan22-118/+285
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig2-18/+0
2020-09-17ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAEChristoph Hellwig1-0/+4
2020-09-17ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig3-51/+51
2020-09-17ARM/dma-mapping: remove dma_to_virtChristoph Hellwig2-21/+1
2020-09-17ARM/dma-mapping: remove a __arch_page_to_dma #errorChristoph Hellwig1-4/+0
2020-09-17dma-direct: Fix potential NULL pointer dereferenceThomas Tai2-3/+11
2020-09-11dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig2-24/+17
2020-09-11dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.cChristoph Hellwig3-46/+53
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig15-30/+34
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig13-25/+17
2020-09-11dma-direct: use phys_to_dma_direct in dma_direct_allocChristoph Hellwig1-4/+1
2020-09-11dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pagesChristoph Hellwig1-7/+5
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig4-32/+19
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig7-17/+23
2020-09-11dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig2-0/+2
2020-09-11MIPS/jazzdma: decouple from dma-directChristoph Hellwig1-11/+22
2020-09-11MIPS/jazzdma: remove the unused vdma_remap functionChristoph Hellwig2-72/+0
2020-09-11MIPS: make dma_sync_*_for_cpu a little less overzealousChristoph Hellwig1-16/+28
2020-09-11dma-debug: remove most exportsChristoph Hellwig1-10/+0
2020-09-11dma-mapping: remove the dma_dummy_ops exportChristoph Hellwig1-1/+0
2020-09-03dma-mapping: set default segment_boundary_mask to ULONG_MAXNicolin Chen1-1/+1
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen11-38/+33
2020-09-01mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song4-5/+5
2020-09-01arm64: mm: reserve per-numa CMA to localize coherent dma buffersBarry Song1-0/+2
2020-09-01dma-contiguous: provide the ability to reserve per-numa CMABarry Song5-11/+120
2020-08-30Linux 5.9-rc3v5.9-rc3Linus Torvalds1-1/+1
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-13/+19
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+45
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-394/+534
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-122/+123
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-30/+144
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-169/+423
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+6
2020-08-30Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-22/+4
2020-08-29Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-14/+15
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+21
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+25
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+9
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-44/+76
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2020-08-28Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-6/+21
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-15/+22