| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -2/+2 |
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-01-03 | 1 | -2/+0 |
|\ |
|
| * | drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 2017-12-05 | 1 | -2/+0 |
* | | dmaengine: ioat: Fix error handling path | Christophe JAILLET | 2017-11-29 | 1 | -1/+1 |
|/ |
|
* | dmaengine: Convert timers to use timer_setup() | Kees Cook | 2017-10-24 | 3 | -6/+5 |
* | dmaengine: ioatdma: Add intr_coalesce sysfs entry | Ujjal Singh | 2017-08-23 | 3 | -3/+52 |
* | dmaengine: ioat: constify pci_device_id. | Arvind Yadav | 2017-07-18 | 1 | -1/+1 |
* | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2017-07-08 | 1 | -4/+4 |
|\ |
|
| * | dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once() | Prarit Bhargava | 2017-06-15 | 1 | -4/+4 |
* | | dmaengine: ioat: don't use DMA_ERROR_CODE | Christoph Hellwig | 2017-06-20 | 1 | -17/+7 |
|/ |
|
* | dmaengine: ioat: use setup_timer | Geliang Tang | 2017-04-24 | 1 | -3/+1 |
* | dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca... | Krister Johansen | 2017-01-10 | 1 | -2/+2 |
* | dmaengine: ioatdma: workaround SKX ioatdma version | Dave Jiang | 2017-01-02 | 1 | -0/+2 |
* | dmaengine: ioatdma: Add Skylake PCI Dev ID | Dave Jiang | 2017-01-02 | 2 | -1/+10 |
* | Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-12-14 | 2 | -20/+18 |
|\ |
|
| * | Merge branch 'topic/ioat' into for-linus | Vinod Koul | 2016-12-14 | 2 | -11/+18 |
| |\ |
|
| | * | dmaengine: ioat: set error code on failures | Pan Bian | 2016-12-06 | 1 | -4/+12 |
| | * | dmaengine: ioat: set error code on failures | Pan Bian | 2016-12-06 | 1 | -0/+2 |
| | * | dmaengine: ioatdma: error string table missing an entry | Dave Jiang | 2016-11-14 | 1 | -0/+1 |
| | * | dmaengine: ioatdma: loop for number elements in array chanerr_str | Colin Ian King | 2016-10-19 | 1 | -7/+3 |
| * | | dmaengine: ioat: remove unused ‘res’ | Vinod Koul | 2016-12-12 | 1 | -3/+0 |
| * | | dmaengine: ioat: remove unused ‘ioat_dma’ | Vinod Koul | 2016-12-12 | 1 | -3/+0 |
| * | | dmaengine: ioat: remove unused ‘is_raid_device’ | Vinod Koul | 2016-12-12 | 1 | -3/+0 |
| |/ |
|
* / | i7300_idle: Remove this driver | Len Brown | 2016-11-18 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'topic/ioatdma' into for-linus | Vinod Koul | 2016-10-03 | 1 | -1/+1 |
|\ |
|
| * | dmaengine: ioatdma: fix uninitialized array usage | Dave Jiang | 2016-08-08 | 1 | -1/+1 |
* | | dmaengine: ioatdma: add error strings to chanerr output | Dave Jiang | 2016-08-08 | 1 | -4/+61 |
* | | dmaengine: ioatdma: Add error handling to ioat driver | Dave Jiang | 2016-08-08 | 2 | -16/+126 |
* | | dmaengine: ioatdma: convert callback to helper function | Dave Jiang | 2016-08-08 | 1 | -8/+4 |
|/ |
|
* | dmaengine: ioat: statify symbol | Vinod Koul | 2016-07-23 | 1 | -1/+1 |
* | dmaengine: ioatdma: disable relaxed ordering for ioatdma | Dave Jiang | 2016-05-14 | 2 | -0/+19 |
* | dmaengine: ioatdma: Use dma_pool_zalloc | Julia Lawall | 2016-05-03 | 1 | -3/+2 |
* | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-03-17 | 5 | -235/+109 |
|\ |
|
| * | Merge branch 'topic/ioatdma' into for-linus | Vinod Koul | 2016-03-14 | 4 | -234/+108 |
| |\ |
|
| | * | dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platforms | Dave Jiang | 2016-03-11 | 2 | -36/+19 |
| | * | dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memory | Dave Jiang | 2016-02-15 | 4 | -34/+81 |
| | * | dmaengine: IOATDMA: Removing descriptor ring reshape | Dave Jiang | 2016-02-15 | 3 | -157/+1 |
| | * | dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_* | Dave Jiang | 2016-02-15 | 3 | -15/+15 |
| * | | dmaengine: ioatdma: Squelch framesize warnings | Tim Gardner | 2016-01-25 | 1 | -1/+1 |
| |/ |
|
* / | dmaengine: IOATDMA: fix timer code that continues to restart channels during ... | Dave Jiang | 2016-01-30 | 1 | -12/+22 |
|/ |
|
* | dmaengine: ioatdma: constify dca_ops structures | Julia Lawall | 2015-11-16 | 1 | -1/+1 |
* | dmaengine: IOATDMA: Cleanup pre v3.0 chansts register reads | Dave Jiang | 2015-11-16 | 2 | -46/+4 |
* | dmaengine: ioatdma: add PCIe AER handlers | Dave Jiang | 2015-09-21 | 1 | -2/+86 |
* | dmaengine: ioatdma: adding shutdown support | Dave Jiang | 2015-09-21 | 4 | -3/+66 |
* | dmaengine: ioatdma: add Broadwell EP ioatdma PCI dev IDs | Dave Jiang | 2015-08-28 | 2 | -1/+42 |
* | dmaengine: ioatdma: Fix variable array length | Dave Jiang | 2015-08-26 | 1 | -2/+10 |
* | dmaengine: ioatdma: fix sparse "error" with prep lock | Dave Jiang | 2015-08-26 | 1 | -0/+2 |
* | dmaengine: ioatdma: fix coccinelle warning | Dave Jiang | 2015-08-21 | 1 | -4/+3 |
* | dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag | Dave Jiang | 2015-08-17 | 2 | -3/+0 |
* | dmaengine: ioatdma: fixup kernel doc errors from dma.h | Dave Jiang | 2015-08-17 | 1 | -3/+7 |