1. 31ef489 Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  2. feb59d7 Merge branch 'topic/xilinx' into for-linus by Vinod Koul · 6 years ago
  3. 42cb6e0 Merge branch 'topic/tegra' into for-linus by Vinod Koul · 6 years ago
  4. a74e795 Merge branch 'topic/stm' into for-linus by Vinod Koul · 6 years ago
  5. 3de78f4 Merge branch 'topic/sh' into for-linus by Vinod Koul · 6 years ago
  6. 1602a33 Merge branch 'topic/mv' into for-linus by Vinod Koul · 6 years ago
  7. 989e3af Merge branch 'topic/k3dma' into for-linus by Vinod Koul · 6 years ago
  8. 8405448 Merge branch 'topic/imx' into for-linus by Vinod Koul · 6 years ago
  9. 7907416 Merge branch 'topic/fsl' into for-linus by Vinod Koul · 6 years ago
  10. 278489c Merge branch 'topic/dw' into for-linus by Vinod Koul · 6 years ago
  11. 5c196f5 Merge branch 'topic/brcm' into for-linus by Vinod Koul · 6 years ago
  12. 2901752 Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  13. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  14. a3711d4 dmaengine: imx-sdma: fix consistent dma test failures by Angus Ainslie (Purism) · 6 years ago
  15. de7b7dc dmaengine: imx-sdma: add a test for imx8mq multi sdma devices by Angus Ainslie (Purism) · 6 years ago
  16. 25aaa75 dmaengine: imx-sdma: add clock ratio 1:1 check by Angus Ainslie (Purism) · 6 years ago
  17. 3b6679f dmaengine: dmatest: move test data alloc & free into functions by Alexandru Ardelean · 6 years ago
  18. 41d00bb dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func() by Alexandru Ardelean · 6 years ago
  19. 361deb7 dmaengine: dmatest: wrap src & dst data into a struct by Alexandru Ardelean · 6 years ago
  20. 528314b dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4 by Dave Jiang · 6 years ago
  21. e0100d4 dmaengine: ioatdma: add descriptor pre-fetch support for v3.4 by Dave Jiang · 6 years ago
  22. 11e31e2 dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4 by Dave Jiang · 6 years ago
  23. 4d75873 dmaengine: ioatdma: Add Snow Ridge ioatdma device id by Dave Jiang · 6 years ago
  24. ffb5be7 dmaengine: sprd: Change channel id to slave id for DMA cell specifier by Baolin Wang · 6 years ago
  25. 3e5daee dmaengine: mv_xor: Use correct device for DMA API by Robin Murphy · 6 years ago
  26. 68d94a8 Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  27. 6454368 dmaengine: dmatest: Abort test in case of mapping error by Andy Shevchenko · 6 years ago
  28. c4994a9 dmaengine: k3dma: Add support for dma-channel-mask by Li Yu · 6 years ago
  29. 1200e070 dmaengine: k3dma: Delete axi_config by Li Yu · 6 years ago
  30. d4bdc39 dmaengine: k3dma: Upgrade k3dma driver to support hisi_asp_dma hardware by Youlin Wang · 6 years ago
  31. 6d66c8d Merge branch 'fix/brcm' into fixes by Vinod Koul · 6 years ago
  32. 6175f6a dmaengine: fsldma: Add 64-bit I/O accessors for powerpc64 by Scott Wood · 6 years ago
  33. 37c22ca dmaengine: bcm2835: Drop outdated comment on supported transactions by Lukas Wunner · 6 years ago
  34. efdffc1 dmaengine: bcm2835: Drop gratuitous list deletion by Lukas Wunner · 6 years ago
  35. 603fe86 dmaengine: bcm2835: Enforce control block alignment by Lukas Wunner · 6 years ago
  36. 3e05ada dmaengine: bcm2835: Return void from abort of transactions by Lukas Wunner · 6 years ago
  37. 9e528c7 dmaengine: bcm2835: Fix abort of transactions by Lukas Wunner · 6 years ago
  38. f7da7782 dmaengine: bcm2835: Fix interrupt race on RT by Lukas Wunner · 6 years ago
  39. 341198e dmaengine: imx-dma: fix wrong callback invoke by Leonid Iziumtsev · 6 years ago
  40. 0fa89f9 dmaengine: fsl-edma: dma map slave device address by Laurentiu Tudor · 6 years ago
  41. dc3f595 dmaengine: at_xdmac: Fix wrongfull report of a channel as in use by Codrin Ciubotariu · 6 years ago
  42. 0ce26a1 PCI: Move Rohm Vendor ID to generic list by Andy Shevchenko · 6 years ago
  43. d9140a0 dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit by Phuong Nguyen · 6 years ago
  44. ceaf522 dmaengine: imx-sdma: pass ->dev to dma_alloc_coherent() API by Andy Duan · 6 years ago
  45. 452fd6d dmaengine: imx-dma: change return of 'imxdma_sg_next' to void by Vinod Koul · 6 years ago
  46. da5035f dmaengine: imx-dma: change variable 'now' type to size_t by Vinod Koul · 6 years ago
  47. 9227ab5 dmaengine: imx-dma: fix warning comparison of distinct pointer types by Anders Roxell · 6 years ago
  48. c2be36a dmaengine: xilinx_dma: remove set but not used variable 'tail_segment' by YueHaibing · 6 years ago
  49. 48b02a8 dmaengine: axi-dmac: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  50. 3c215fd dmaengine: timb_dma: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  51. 863326a dmaengine: tegra210-adma: Use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  52. 73bf95f Merge branch 'topic/qcom' into for-linus by Vinod Koul · 6 years ago
  53. 546c054 dmaengine: qcom_hidma: assign channel cookie correctly by Shunyong Yang · 6 years ago
  54. 875aac8 dmaengine: qcom_hidma: initialize tx flags in hidma_prep_dma_* by Shunyong Yang · 6 years ago
  55. bdcb2c5 dmaengine: dw-axi-dmac: Fix trivia typo by Andy Shevchenko · 6 years ago
  56. ad0d92d dmaengine: imx-sdma: refine to load context only once by Robin Gong · 6 years ago
  57. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  58. de1fa4f dmaengine: fsl-edma: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  59. d3d7037 dmaengine: tegra-apb: Use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  60. edd3c38 dmaengine: qcom: bam_dma: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  61. 55f53b9 dmaengine: st_fdma: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  62. ed414d5 dmaengine: dma-jz4780: Use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  63. 5fde600 dmaengine: bcm2835: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  64. b466a37 dmaengine: dw: convert to SPDX identifiers by Andy Shevchenko · 6 years ago
  65. 934891b dmaengine: dw: Don't pollute CTL_LO on iDMA 32-bit by Andy Shevchenko · 6 years ago
  66. 91f0ff8 dmaengine: dw: Reset DRAIN bit when resume the channel by Andy Shevchenko · 6 years ago
  67. 69da8be dmaengine: dw: Split DW and iDMA 32-bit operations by Andy Shevchenko · 6 years ago
  68. 0781657 dmaengine: dw: Remove unused internal property by Andy Shevchenko · 6 years ago
  69. d7dba6b dmaengine: dw: Remove misleading is_private property by Andy Shevchenko · 6 years ago
  70. 87fe9ae dmaengine: dw: Add missed multi-block support for iDMA 32-bit by Andy Shevchenko · 6 years ago
  71. b834917 dmaengine: xilinx_dma: Drop SG support for VDMA IP by Andrea Merello · 6 years ago
  72. 05f7ea7 dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gather by Andrea Merello · 6 years ago
  73. ae80969 dmaengine: xilinx_dma: program hardware supported buffer length by Radhey Shyam Pandey · 6 years ago
  74. 5c094d4 dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split descriptors by Andrea Merello · 6 years ago
  75. 616f0f8 dmaengine: xilinx_dma: commonize DMA copy size calculation by Andrea Merello · 6 years ago
  76. 95f295f dmaengine: tegra: add tracepoints to driver by Ben Dooks · 6 years ago
  77. 65c383c dmaengine: tegra: reduce channel name field size by Ben Dooks · 6 years ago
  78. 547b311 dmaengine: tegra: fix incorrect case of DMA by Ben Dooks · 6 years ago
  79. 216a1d7 dmaengine: tegra: make byte counters unsigned int by Ben Dooks · 6 years ago
  80. e486df3 dmaengine: tegra: avoid overflow of byte tracking by Ben Dooks · 6 years ago
  81. 89e987e dmaengine: stm32-mdma: Add PM Runtime support by Pierre-Yves MORDRET · 6 years ago
  82. 4f3ceca dmaengine: stm32-dmamux: Add PM Runtime support by Pierre-Yves MORDRET · 6 years ago
  83. 48bc73b dmaengine: stm32-dma: Add PM Runtime support by Pierre-Yves MORDRET · 6 years ago
  84. ca4c72c dmaengine: stm32-dma: check FIFO error interrupt enable by Pierre-Yves MORDRET · 6 years ago
  85. 906b40b dmaengine: stm32-mdma: Add a check on read_u32_array by Aditya Pakki · 6 years ago
  86. a474b3f dmaengine: qcom_hidma: Check for driver register failure by Aditya Pakki · 6 years ago
  87. 7c97381 dmaengine: mv_xor: Fix a missing check in mv_xor_channel_add by Aditya Pakki · 6 years ago
  88. 279cc97 dmaengine: fsl-qdma: add MODULE_LICENSE by Arnd Bergmann · 6 years ago
  89. b092529 dmaengine: fsl-qdma: Add qDMA controller driver for Layerscape SoCs by Peng Ma · 6 years ago
  90. a1ff82a dmaengine: fsldma: Adding macro FSL_DMA_IN/OUT implement for ARM platform by Peng Ma · 6 years ago
  91. a7359e7 dmaengine: fsldma: Replace DMA_IN/OUT by FSL_DMA_IN/OUT by Wen He · 6 years ago
  92. de2c453 dmaengine: sa11x0: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  93. 4f19496 dmaengine: pl330: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  94. 3c763b3 dmaengine: st_fdma: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  95. 1bd09f8 dmaengine: dw: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  96. e7987a0 dmaengine: at_hdmac: drop useless LIST_HEAD by Julia Lawall · 6 years ago
  97. 8e143b9 Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  98. 78e8696 Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  99. d36377c Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  100. 6606118 Merge branch 'topic/xilinx' into for-linus by Vinod Koul · 6 years ago