1. e067485 dmaengine: fsl-edma: support edma memcpy by Joy Zou · 3 years, 2 months ago
  2. a3e340c dmaengine: idxd: fix resource leak on dmaengine driver disable by Dave Jiang · 3 years, 2 months ago
  3. 2efe58c dmaengine: idxd: cleanup completion record allocation by Dave Jiang · 3 years, 2 months ago
  4. 1825ecc dmaengine: zynqmp_dma: Correctly handle descriptor callbacks by Lars-Peter Clausen · 3 years, 2 months ago
  5. a63ddc3 dmaengine: xilinx_dma: Correctly handle cyclic descriptor callbacks by Lars-Peter Clausen · 3 years, 2 months ago
  6. a34da7e dmaengine: altera-msgdma: Correctly handle descriptor callbacks by Lars-Peter Clausen · 3 years, 2 months ago
  7. d191a9a dmaengine: at_xdmac: fix compilation warning by Claudiu Beznea · 3 years, 2 months ago
  8. 2f23355 dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause() by Geert Uytterhoeven · 3 years, 2 months ago
  9. 9502ffc dmaengine: qcom: bam_dma: Add "powered remotely" mode by Stephan Gerhold · 3 years, 2 months ago
  10. 37aef53 dt-bindings: dmaengine: bam_dma: Add "powered remotely" mode by Stephan Gerhold · 3 years, 2 months ago
  11. 07c609c dmaengine: sa11x0: Mark PM functions as __maybe_unused by Cai Huoqing · 3 years, 2 months ago
  12. c726c62 dmaengine: switch from 'pci_' to 'dma_' API by Qing Wang · 3 years, 3 months ago
  13. 0c5afef dmaengine: ioat: switch from 'pci_' to 'dma_' API by Qing Wang · 3 years, 3 months ago
  14. bec897e dmaengine: hsu: switch from 'pci_' to 'dma_' API by Qing Wang · 3 years, 3 months ago
  15. d77143d dmaengine: hisi_dma: switch from 'pci_' to 'dma_' API by Qing Wang · 3 years, 3 months ago
  16. 1365e11 dmaengine: dw: switch from 'pci_' to 'dma_' API by Qing Wang · 3 years, 3 months ago
  17. ecb8c88 dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' API by Wang Qing · 3 years, 3 months ago
  18. 4c0eee5 dmaengine: sh: make array ds_lut static by Colin Ian King · 3 years, 3 months ago
  19. 9bf9e0b dmaengine: mmp_pdma: fix reference count leaks in mmp_pdma_probe by Xin Xiong · 3 years, 4 months ago
  20. fe14c672 dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmetic by Len Baker · 3 years, 4 months ago
  21. dbe3c54 dmaengine: xilinx_dma: Fix kernel-doc warnings by Shravya Kumbham · 3 years, 4 months ago
  22. 7789e34 dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() by Cai Huoqing · 3 years, 4 months ago
  23. e530a9f dmaengine: idxd: reconfig device after device reset command by Dave Jiang · 3 years, 4 months ago
  24. 88d97ea dmaengine: idxd: add halt interrupt support by Dave Jiang · 3 years, 4 months ago
  25. 5b5b5aa dmaengine: fsl-edma: fix for missing dmamux module by Angelo Dureghello · 3 years, 4 months ago
  26. ee5c6f0 dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail by Bixuan Cui · 3 years, 4 months ago
  27. b3b180e dmaengine: remove debugfs #ifdef by Arnd Bergmann · 3 years, 3 months ago
  28. 98da0106 dmanegine: idxd: fix resource free ordering on driver removal by Dave Jiang · 3 years, 3 months ago
  29. 15af840 dmaengine: idxd: remove kernel wq type set when load configuration by Dave Jiang · 3 years, 2 months ago
  30. 2f802d0 dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_remove by Dongliang Mu · 3 years, 2 months ago
  31. c5a51fc8 dmaengine: tegra210-adma: fix pm runtime unbalance by Dongliang Mu · 3 years, 2 months ago
  32. 05f4fae dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probe by Dongliang Mu · 3 years, 2 months ago
  33. e7e1e88 dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` by Lars-Peter Clausen · 3 years, 2 months ago
  34. 635156d dmaengine: imx-sdma: remove space after sizeof by Flavio Suligoi · 3 years, 3 months ago
  35. df7cc2a dmaengine: imx-sdma: align statement to open parenthesis by Flavio Suligoi · 3 years, 3 months ago
  36. 1f8595e dmaengine: imx-sdma: add missed braces by Flavio Suligoi · 3 years, 3 months ago
  37. ef6c1da dmaengine: imx-sdma: remove useless braces by Flavio Suligoi · 3 years, 3 months ago
  38. 2d0f07f dmaengine: dw-axi-dmac: set coherent mask by Pandith N · 3 years, 3 months ago
  39. 93a7d32 dmaengine: dw-axi-dmac: Hardware handshake configuration by Pandith N · 3 years, 3 months ago
  40. 8243516 dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8 by Pandith N · 3 years, 3 months ago
  41. af229d2 dmaengine: stm32-dma: fix burst in case of unaligned memory address by Amelie Delaunay · 3 years, 3 months ago
  42. b20fd5f dmaengine: stm32-dma: fix stm32_dma_get_max_width by Amelie Delaunay · 3 years, 3 months ago
  43. 79e40b0 dmaengine: stm32-dma: mark pending descriptor complete in terminate_all by Amelie Delaunay · 3 years, 3 months ago
  44. 981703a dmaengine: dw-edma: Remove an unused variable by Christophe JAILLET · 3 years, 3 months ago
  45. d59f703 dmaengine: jz4780: Set max number of SGs per burst by Artur Rojek · 3 years, 4 months ago
  46. 161596f dmaengine: sh: rz-dmac: Add DMA clock handling by Biju Das · 3 years, 3 months ago
  47. c5b64b6 dmaengine: idxd: remove gen cap field per spec 1.2 update by Dave Jiang · 3 years, 3 months ago
  48. 79c4c3d dmaengine: idxd: check GENCAP config support for gencfg register by Dave Jiang · 3 years, 3 months ago
  49. adec566 dmaengine: bestcomm: fix system boot lockups by Anatolij Gustschin · 3 years, 3 months ago
  50. 8e0c7e4 dmaengine: at_xdmac: use pm_ptr() by Claudiu Beznea · 3 years, 3 months ago
  51. b183d41 dmaengine: at_xdmac: use __maybe_unused for pm functions by Claudiu Beznea · 3 years, 3 months ago
  52. 320c88a dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro by Claudiu Beznea · 3 years, 3 months ago
  53. fa5270e dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path by Claudiu Beznea · 3 years, 3 months ago
  54. 1f6a89e dmaengine: Remove redundant initialization of variable err by Colin Ian King · 3 years, 2 months ago
  55. 32de4745 dmaengine: tegra210-adma: Override ADMA FIFO size by Sameer Pujar · 3 years, 3 months ago
  56. c7f9c67 dmaengine: tegra210-adma: Add description for 'adma_get_burst_config' by Sameer Pujar · 3 years, 3 months ago
  57. 3569678 dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member by Sameer Pujar · 3 years, 3 months ago
  58. 85f604a dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission by Dave Jiang · 3 years, 3 months ago
  59. ae8f13f dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc() by Gustavo A. R. Silva · 3 years, 3 months ago
  60. 9558cf4 dmaengine: zynqmp_dma: fix lockdep warning in tasklet by Michael Tretter · 3 years, 4 months ago
  61. 193a750 dmaengine: zynqmp_dma: refine dma descriptor locking by Michael Tretter · 3 years, 4 months ago
  62. 16ed0ef dmaengine: zynqmp_dma: cleanup after completing all descriptors by Michael Tretter · 3 years, 4 months ago
  63. 85997fd dmaengine: zynqmp_dma: cleanup includes by Michael Tretter · 3 years, 4 months ago
  64. 7073b5a dmaengine: zynqmp_dma: enable COMPILE_TEST by Michael Tretter · 3 years, 4 months ago
  65. 4c0f93e dmaengine: zynqmp_dma: drop message on probe success by Michael Tretter · 3 years, 4 months ago
  66. 5637aba dmaengine: zynqmp_dma: simplify with dev_err_probe by Michael Tretter · 3 years, 4 months ago
  67. 6880fa6 Linux 5.15-rc1 by Linus Torvalds · 3 years, 4 months ago
  68. b5b65f1 Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 4 months ago
  69. c3e4687 Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linux by Linus Torvalds · 3 years, 4 months ago
  70. d41adc4 Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux by Linus Torvalds · 3 years, 4 months ago
  71. f306b90 Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  72. d8e988b Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
  73. 1791596 Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 4 months ago
  74. 56c2443 Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  75. 165d05d Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  76. 7bf3142 Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  77. fdfc346 Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
  78. 8d4a0b5 Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 4 months ago
  79. 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
  80. b79bd0d Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 4 months ago
  81. 4e1c754 Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 3 years, 4 months ago
  82. 17a99e5 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  83. 4dc24d7 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  84. 2bae3e6 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  85. ee286c6 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  86. 0d1c50a perf tools: Add an option to build without libbfd by Ian Rogers · 3 years, 4 months ago
  87. 4a86d41 perf tools: Allow build-id with trailing zeros by Namhyung Kim · 3 years, 4 months ago
  88. 99fc594 perf tools: Fix hybrid config terms list corruption by Adrian Hunter · 3 years, 4 months ago
  89. a7d212f perf tools: Factor out copy_config_terms() and free_config_terms() by Adrian Hunter · 3 years, 4 months ago
  90. eb34363 perf tools: Fix perf_event_attr__fprintf() missing/dupl. fields by Adrian Hunter · 3 years, 4 months ago
  91. da4572d perf tools: Ignore Documentation dependency file by Ian Rogers · 3 years, 4 months ago
  92. c605c39 Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  93. c0f7e49 Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  94. 8177a5c Merge tag 'libata-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  95. ce4c8f8 Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
  96. a1406e4 Merge tag 'devicetree-fixes-for-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 4 months ago
  97. 2aae0a9 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 4 months ago
  98. 107ccc4 Merge tag 'rtc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years, 4 months ago
  99. 5292622 Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 3 years, 4 months ago
  100. 6701e7e Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 4 months ago