1. ad30393 dmaengine: dmatest: Abort test in case of mapping error by Andy Shevchenko · 5 years ago
  2. 297c7cc dmaengine: dmatest: fix container_of member in dmatest_callback by Yang Shunyong · 6 years ago
  3. 679dbea dmaengine: dmatest: move callback wait queue to thread context by Adam Wallis · 6 years ago
  4. 2bd38ec dmaengine: dmatest: warn user when dma test times out by Adam Wallis · 7 years ago
  5. d864672 dmaengine: dmatest: Restore "memcpy" as default mode by Eugeniy Paltsev · 8 years ago
  6. c8a2c19 dmaengine: dmatest: Apply copy_align to DMA_SG as well by Nicolin Chen · 8 years ago
  7. e9405ef dmaengine: dmatest: exclude compare and fill time during perf report by Sinan Kaya · 8 years ago
  8. a0d4cb4 dmaengine: dmatest: Add support for scatter-gather DMA mode by Kedareswara rao Appana · 8 years ago
  9. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  10. ede23a5 dmatest: move src_off, dst_off, len inside loop by Andy Shevchenko · 10 years ago
  11. a835bb8 dmatest: fix indentation by Andy Shevchenko · 10 years ago
  12. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  13. 8e1f50d dmatest: prevent memory leakage on error path in thread by Andy Shevchenko · 10 years ago
  14. 2acec15 Add new line to test result strings produced in verbose mode by Jerome Blin · 10 years ago
  15. ca2a650 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  16. a85159f DMA: dmatest: extend the "device" module parameter to 32 characters by Guennadi Liakhovetski · 10 years ago
  17. 745c00d dmatest: fix build warning on mips by Dan Williams · 10 years ago
  18. df12a31 Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Vinod Koul · 10 years ago
  19. 50137a7 dmatest: verbose mode by Dan Williams · 11 years ago
  20. 4076e75 dmatest: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  21. 2d88ce7 dmatest: add a 'wait' parameter by Dan Williams · 11 years ago
  22. 8672744 dmatest: add basic performance metrics by Dan Williams · 11 years ago
  23. e3b9c34 dmatest: add support for skipping verification and random data setup by Dan Williams · 11 years ago
  24. be9fa5a dmatest: use pseudo random numbers by Dan Williams · 11 years ago
  25. a9e5549 dmatest: support xor-only, or pq-only channels in tests by Dan Williams · 11 years ago
  26. a310d03 dmatest: restore ability to start test at module load and init by Dan Williams · 11 years ago
  27. 0adff80 dmatest: cleanup redundant "dmatest: " prefixes by Dan Williams · 11 years ago
  28. 872f05c dmatest: replace stored results mechanism, with uniform messages by Dan Williams · 11 years ago
  29. 7b61017 Revert "dmatest: append verify result to results" by Dan Williams · 11 years ago
  30. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  31. d1cab34 dmatest: make driver unmap also source buffers by itself by Bartlomiej Zolnierkiewicz · 11 years ago
  32. 19e9f99 dmaengine: dmatest: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  33. ad5278c dmatest: print message on debug level in case of no error by Andy Shevchenko · 11 years ago
  34. e24775e dmatest: remove IS_ERR_OR_NULL checks of debugfs calls by Andy Shevchenko · 11 years ago
  35. a6c268d dmatest: make module parameters writable by Andy Shevchenko · 11 years ago
  36. bcc567e dmatest: do not allow to interrupt ongoing tests by Andy Shevchenko · 11 years ago
  37. d86b2f2 dmatest: append verify result to results by Andy Shevchenko · 11 years ago
  38. 95019c8 dmatest: gather test results in the linked list by Andy Shevchenko · 11 years ago
  39. 74b5c07 dmatest: define MAX_ERROR_COUNT constant by Andy Shevchenko · 11 years ago
  40. 3e5ccd8 dmatest: return actual state in 'run' file by Andy Shevchenko · 11 years ago
  41. 851b7e1 dmatest: run test via debugfs by Andy Shevchenko · 11 years ago
  42. 15b8a8e dmatest: split test parameters to separate structure by Andy Shevchenko · 11 years ago
  43. 838cc70 dmatest: move dmatest_channels and nr_channels to dmatest_info by Andy Shevchenko · 11 years ago
  44. e03e93a dmatest: create dmatest_info to keep test parameters by Andy Shevchenko · 11 years ago
  45. 945b5af dmatest: allocate memory for pq_coefs from heap by Andy Shevchenko · 11 years ago
  46. 77101ce dmatest: cancel thread immediately when asked for by Andy Shevchenko · 11 years ago
  47. 5e034f7 dmaengine/dmatest: terminate transfers only in case of errors by Shiraz Hashim · 12 years ago
  48. 944ea4d dmatest: Fix NULL pointer dereference on ioat by Jon Mason · 12 years ago
  49. 8be9e32b dmatest: adjust invalid module parameters for number of source buffers by Akinobu Mita · 12 years ago
  50. afde3be dmatest: check for dma mapping error by Andy Shevchenko · 11 years ago
  51. 632fd28 dmatest: implement two helpers to unmap dma memory by Andy Shevchenko · 11 years ago
  52. d07a74a dmaengine: fix missing 'cnt' in ?: in dmatest by Dr. David Alan Gilbert · 13 years ago
  53. adfa543 dmatest: don't use set_freezable_with_signal() by Tejun Heo · 12 years ago
  54. 981ed70 dmatest: make dmatest threads freezable by Guennadi Liakhovetski · 13 years ago
  55. 9704efa dmaengine/dmatest: Terminate transfers on all channels in case of error or exit by Viresh Kumar · 13 years ago
  56. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  57. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  58. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  59. d42efe6 dmaengine/dmatest: Pass timeout via module params by Viresh Kumar · 13 years ago
  60. b203bd3 dmatest: fix automatic buffer unmap type by Ira Snyder · 13 years ago
  61. b9033e6 dma: dmatest: fix potential sign bug by Kulikov Vasiliy · 14 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  63. dd58ffc Merge branch 'coh' into dmaengine by Dan Williams · 14 years ago
  64. 67b9124 dmatest: fix handling of an even number of xor_sources by Dan Williams · 14 years ago
  65. 94de648 dmatest: correct raid6 PQ test by Anatolij Gustschin · 14 years ago
  66. b953df7 dmaengine: correct onstack wait_queue_head declaration by Yong Zhang · 14 years ago
  67. cfe4f27 dmaengine: fix dmatest to verify minimum transfer length and test buffer size by Guennadi Liakhovetski · 14 years ago
  68. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  69. 83544ae dmaengine, async_tx: support alignment checks by Dan Williams · 15 years ago
  70. f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 15 years ago
  71. 58691d6 dmatest: add pq support by Dan Williams · 15 years ago
  72. f1aef8b dmaengine: dmatest: correct thread_count while using multiple thread per channel by Nicolas Ferre · 15 years ago
  73. 0a2ff57d dmaengine: dmatest: add a maximum number of test iterations by Nicolas Ferre · 15 years ago
  74. c019894 drivers/dma: Remove unnecessary semicolons by Joe Perches · 15 years ago
  75. c56c81a dmatest: fix max channels handling by Dan Williams · 15 years ago
  76. e44e0aa dmatest: add dma interrupts and callbacks by Dan Williams · 15 years ago
  77. b54d5cb dmatest: add xor test by Dan Williams · 15 years ago
  78. 7cbd487 dmatest: fix use after free in dmatest_exit by Dan Williams · 15 years ago
  79. d86be86 dmatest: Use custom map/unmap for destination buffer by Atsushi Nemoto · 15 years ago
  80. 41d5e59 dmaengine: add a release for dma class devices and dependent infrastructure by Dan Williams · 15 years ago
  81. 7dd6025 dmaengine: kill enum dma_state_client by Dan Williams · 15 years ago
  82. 33df8ca dmatest: convert to dma_request_channel by Dan Williams · 15 years ago
  83. 6f49a57 dmaengine: up-level reference counting to the module level by Dan Williams · 15 years ago
  84. 06190d8 dmaengine: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  85. 6fdb8bd drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNEL by Andrew Morton · 16 years ago
  86. 6b31419 dmatest: properly handle duplicate DMA channels by Timur Tabi · 16 years ago
  87. 4a776f0 dmatest: Simple DMA memcpy test client by Haavard Skinnemoen · 16 years ago