| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-09 | dmaengine: ioatdma: make sysfs attributes const | Thomas Weißschuh | 1 | -10/+10 |
| 2026-03-09 | dmaengine: ioatdma: make ioat_ktype const | Thomas Weißschuh | 2 | -4/+4 |
| 2026-03-09 | dmaengine: ioatdma: move sysfs entry definition out of header | Thomas Weißschuh | 2 | -6/+6 |
| 2026-03-09 | dmaengine: ioatdma: make some sysfs structures static | Thomas Weißschuh | 2 | -6/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -3/+3 |
| 2025-11-24 | treewide: Drop pci_save_state() after pci_restore_state() | Lukas Wunner | 1 | -1/+0 |
| 2025-08-27 | dmaengine: ioat: Move system_has_dca_enabled() to dma.h | David Matlack | 2 | -3/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+2 |
| 2025-05-15 | x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header | Ahmed S. Darwish | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -3/+3 |
| 2024-12-18 | x86/cpu: Make all all CPUID leaf names consistent | Dave Hansen | 1 | -1/+1 |
| 2024-12-18 | x86/cpu: Refresh DCA leaf reading code | Dave Hansen | 1 | -3/+5 |
| 2024-09-02 | dmaengine: Fix spelling mistakes | Amit Vadhavana | 1 | -1/+1 |
| 2024-07-24 | Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2024-06-11 | dmaengine: ioatdma: Fix missing kmem_cache_destroy() | Nikita Shubin | 1 | -0/+1 |
| 2024-06-11 | dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() | Nikita Shubin | 1 | -0/+4 |
| 2024-06-11 | dmaengine: ioatdma: Fix error path in ioat3_dma_probe() | Nikita Shubin | 1 | -18/+15 |
| 2024-06-11 | dmaengine: ioatdma: Fix leaking on version mismatch | Nikita Shubin | 1 | -7/+10 |
| 2024-06-07 | dmaengine: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2023-08-21 | dmaengine: ioatdma: use pci_dev_id() to simplify the code | Jialin Zhang | 1 | -1/+1 |
| 2023-08-21 | dmaengine: ioat: fixing the wrong dma_dev->chancnt | Yajun Deng | 2 | -9/+11 |
| 2023-06-26 | dmaengine: ioat: Free up __cleanup() name | Peter Zijlstra | 1 | -6/+6 |
| 2023-03-17 | dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 1 | -6/+0 |
| 2023-03-17 | dmaengine: ioat: use PCI core macros for PCIe Capability | Bjorn Helgaas | 2 | -10/+3 |
| 2022-10-19 | dmaengine: ioat: Fix spelling mistake "idel" -> "idle" | Colin Ian King | 1 | -1/+1 |
| 2022-09-29 | dmaengine: ioat: remove unused declarations in dma.h | Gaosheng Cui | 1 | -2/+0 |
| 2022-09-29 | dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup() | Dave Jiang | 1 | -3/+3 |
| 2022-02-15 | dmaengine: iot: Remove useless DMA-32 fallback configuration | Christophe JAILLET | 1 | -2/+0 |
| 2022-01-05 | dmaengine: ioatdma: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
| 2021-10-26 | dmaengine: ioat: switch from 'pci_' to 'dma_' API | Qing Wang | 1 | -8/+2 |
| 2020-11-16 | dmaengine: ioatdma: remove unused function missed during dma_v2 removal | Lukas Bulwahn | 1 | -10/+0 |
| 2020-10-05 | dmaengine: ioat: Allocate correct size for descriptor chunk | Logan Gunthorpe | 1 | -1/+1 |
| 2020-10-01 | Merge branch 'topic/tasklet' into next | Vinod Koul | 3 | -7/+5 |
| 2020-09-18 | dmaengine: ioat: Make two symbols static | Jason Yan | 1 | -2/+2 |
| 2020-09-18 | dmaengine: ioat: convert tasklets to use new tasklet_setup() API | Allen Pais | 3 | -7/+5 |
| 2020-08-07 | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2020-08-05 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+2 |
| 2020-08-05 | Merge branch 'for-linus' into fixes | Vinod Koul | 2 | -4/+5 |
| 2020-07-15 | dmaengine: ioat: Fix some parameter misspelling and provide description for p... | Lee Jones | 1 | -3/+4 |
| 2020-07-15 | dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channel | Lee Jones | 1 | -1/+1 |
| 2020-07-07 | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state' | Luc Van Oostenryck | 1 | -1/+1 |
| 2020-07-06 | dmaengine: ioat setting ioat timeout as module parameter | Leonid Ravich | 2 | -2/+12 |
| 2020-06-26 | PCI: Convert PCIe capability PCIBIOS errors to errno | Bolarinwa Olayemi Saheed | 1 | -2/+2 |
| 2020-04-23 | dmaengine: ioat: adding missed issue_pending to timeout handler | Leonid Ravich | 1 | -0/+9 |
| 2020-04-23 | dmaengine: ioat: remove unnesesery double complition timer modification. | Leonid Ravich | 1 | -9/+16 |
| 2020-04-23 | dmaengine: ioat: removing duplicate code from timeout handler | Leonid Ravich | 1 | -26/+19 |
| 2020-04-17 | dmaengine: ioat: Decreasing allocation chunk size 2M->512K | Leonid Ravich | 1 | -1/+1 |
| 2020-04-17 | dmaengine: ioat: fixing chunk sizing macros dependency | Leonid Ravich | 3 | -11/+15 |
| 2020-02-19 | dmanegine: ioat/dca: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-01-27 | Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -12/+26 |
| 2019-12-27 | ioat: ioat_alloc_ring() failure handling. | Alexander.Barabash@dell.com | 1 | -1/+2 |
| 2019-12-24 | dmaengine: ioat: Support in-use unbind | Logan Gunthorpe | 1 | -12/+26 |
| 2019-09-04 | dmanegine: ioat/dca: Use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291 | Thomas Gleixner | 5 | -65/+5 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7 | Thomas Gleixner | 3 | -39/+3 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-02-25 | dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4 | Dave Jiang | 2 | -0/+41 |
| 2019-02-25 | dmaengine: ioatdma: add descriptor pre-fetch support for v3.4 | Dave Jiang | 3 | -2/+28 |
| 2019-02-25 | dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4 | Dave Jiang | 2 | -0/+3 |
| 2019-02-25 | dmaengine: ioatdma: Add Snow Ridge ioatdma device id | Dave Jiang | 3 | -1/+6 |
| 2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+0 |
| 2018-10-05 | dmaengine: ioat: fix prototype of ioat_enumerate_channels | Rami Rosen | 1 | -4/+3 |
| 2018-10-02 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 1 | -7/+0 |
| 2018-09-18 | driver/dma/ioat: Call del_timer_sync() without holding prep_lock | Waiman Long | 1 | -1/+8 |
| 2018-06-19 | dmaengine: ioatdma: set the completion address register after channel reset | Dave Jiang | 1 | -0/+6 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-01-03 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -2/+0 |
| 2017-12-05 | drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends() | Paul E. McKenney | 1 | -2/+0 |
| 2017-11-29 | dmaengine: ioat: Fix error handling path | Christophe JAILLET | 1 | -1/+1 |
| 2017-10-24 | dmaengine: Convert timers to use timer_setup() | Kees Cook | 3 | -6/+5 |
| 2017-08-23 | dmaengine: ioatdma: Add intr_coalesce sysfs entry | Ujjal Singh | 3 | -3/+52 |
| 2017-07-18 | dmaengine: ioat: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-08 | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -4/+4 |
| 2017-06-20 | dmaengine: ioat: don't use DMA_ERROR_CODE | Christoph Hellwig | 1 | -17/+7 |
| 2017-06-15 | dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once() | Prarit Bhargava | 1 | -4/+4 |
| 2017-04-24 | dmaengine: ioat: use setup_timer | Geliang Tang | 1 | -3/+1 |
| 2017-01-10 | dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca... | Krister Johansen | 1 | -2/+2 |
| 2017-01-02 | dmaengine: ioatdma: workaround SKX ioatdma version | Dave Jiang | 1 | -0/+2 |
| 2017-01-02 | dmaengine: ioatdma: Add Skylake PCI Dev ID | Dave Jiang | 2 | -1/+10 |
| 2016-12-14 | Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -20/+18 |
| 2016-12-14 | Merge branch 'topic/ioat' into for-linus | Vinod Koul | 2 | -11/+18 |
| 2016-12-12 | dmaengine: ioat: remove unused ‘res’ | Vinod Koul | 1 | -3/+0 |
| 2016-12-12 | dmaengine: ioat: remove unused ‘ioat_dma’ | Vinod Koul | 1 | -3/+0 |
| 2016-12-12 | dmaengine: ioat: remove unused ‘is_raid_device’ | Vinod Koul | 1 | -3/+0 |
| 2016-12-06 | dmaengine: ioat: set error code on failures | Pan Bian | 1 | -4/+12 |
| 2016-12-06 | dmaengine: ioat: set error code on failures | Pan Bian | 1 | -0/+2 |
| 2016-11-18 | i7300_idle: Remove this driver | Len Brown | 1 | -2/+0 |
| 2016-11-14 | dmaengine: ioatdma: error string table missing an entry | Dave Jiang | 1 | -0/+1 |
| 2016-10-19 | dmaengine: ioatdma: loop for number elements in array chanerr_str | Colin Ian King | 1 | -7/+3 |
| 2016-10-03 | Merge branch 'topic/ioatdma' into for-linus | Vinod Koul | 1 | -1/+1 |
| 2016-08-08 | dmaengine: ioatdma: add error strings to chanerr output | Dave Jiang | 1 | -4/+61 |
| 2016-08-08 | dmaengine: ioatdma: Add error handling to ioat driver | Dave Jiang | 2 | -16/+126 |
| 2016-08-08 | dmaengine: ioatdma: convert callback to helper function | Dave Jiang | 1 | -8/+4 |
| 2016-08-08 | dmaengine: ioatdma: fix uninitialized array usage | Dave Jiang | 1 | -1/+1 |
| 2016-07-23 | dmaengine: ioat: statify symbol | Vinod Koul | 1 | -1/+1 |
| 2016-05-14 | dmaengine: ioatdma: disable relaxed ordering for ioatdma | Dave Jiang | 2 | -0/+19 |
| 2016-05-03 | dmaengine: ioatdma: Use dma_pool_zalloc | Julia Lawall | 1 | -3/+2 |
| 2016-03-17 | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 5 | -235/+109 |
| 2016-03-14 | Merge branch 'topic/ioatdma' into for-linus | Vinod Koul | 4 | -234/+108 |
| 2016-03-11 | dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platforms | Dave Jiang | 2 | -36/+19 |
| 2016-02-15 | dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memory | Dave Jiang | 4 | -34/+81 |
| 2016-02-15 | dmaengine: IOATDMA: Removing descriptor ring reshape | Dave Jiang | 3 | -157/+1 |
| 2016-02-15 | dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_* | Dave Jiang | 3 | -15/+15 |
| 2016-01-30 | dmaengine: IOATDMA: fix timer code that continues to restart channels during ... | Dave Jiang | 1 | -12/+22 |
| 2016-01-25 | dmaengine: ioatdma: Squelch framesize warnings | Tim Gardner | 1 | -1/+1 |
| 2015-11-16 | dmaengine: ioatdma: constify dca_ops structures | Julia Lawall | 1 | -1/+1 |
| 2015-11-16 | dmaengine: IOATDMA: Cleanup pre v3.0 chansts register reads | Dave Jiang | 2 | -46/+4 |
| 2015-09-21 | dmaengine: ioatdma: add PCIe AER handlers | Dave Jiang | 1 | -2/+86 |
| 2015-09-21 | dmaengine: ioatdma: adding shutdown support | Dave Jiang | 4 | -3/+66 |
| 2015-08-28 | dmaengine: ioatdma: add Broadwell EP ioatdma PCI dev IDs | Dave Jiang | 2 | -1/+42 |
| 2015-08-26 | dmaengine: ioatdma: Fix variable array length | Dave Jiang | 1 | -2/+10 |
| 2015-08-26 | dmaengine: ioatdma: fix sparse "error" with prep lock | Dave Jiang | 1 | -0/+2 |
| 2015-08-21 | dmaengine: ioatdma: fix coccinelle warning | Dave Jiang | 1 | -4/+3 |
| 2015-08-17 | dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag | Dave Jiang | 2 | -3/+0 |
| 2015-08-17 | dmaengine: ioatdma: fixup kernel doc errors from dma.h | Dave Jiang | 1 | -3/+7 |
| 2015-08-17 | dmanegine: ioatdma: remove function ptrs in ioatdma_device | Dave Jiang | 3 | -32/+13 |
| 2015-08-17 | dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references | Dave Jiang | 6 | -617/+487 |
| 2015-08-17 | dmaengine: ioatdma: move dma prep functions to single location | Dave Jiang | 6 | -749/+769 |
| 2015-08-17 | dmaengine: ioatdma: move all the init routines | Dave Jiang | 6 | -1372/+1375 |
| 2015-08-17 | dmaengine: ioatdma: move all sysfs related code | Dave Jiang | 3 | -109/+136 |
| 2015-08-17 | dmaengine: ioatdma: remove dma_v2.* | Dave Jiang | 8 | -889/+816 |
| 2015-08-17 | dmaengine: ioatdma: fixup ioatdma_device namings | Dave Jiang | 5 | -191/+195 |
| 2015-08-17 | dmaengine: ioatdma: clean up local dma channel data structure | Dave Jiang | 5 | -474/+469 |
| 2015-08-17 | dmaengine: ioatdma: remove ioatdma v2 registration | Dave Jiang | 5 | -428/+1 |
| 2015-08-17 | dmaengine: ioatdma: remove ioat1 specific code | Dave Jiang | 4 | -892/+2 |
| 2015-08-17 | dmaengine: ioatdma: deprecating and removal of old ioatdma devices | Dave Jiang | 2 | -14/+0 |
| 2015-08-17 | dmaengine: ioatdma: fix u16 overflow in cleanup | Allen Hubbe | 1 | -1/+1 |
| 2015-08-17 | dmaengine: ioatdma: fix u16 overflow in reshape | Allen Hubbe | 1 | -1/+1 |
| 2015-07-16 | dmaengine: ioatdma: Ignore IOAT devices under hotplug-capable PCI host bridge | Jiang Liu | 1 | -0/+34 |
| 2015-07-07 | dmaengine: ioatdma: Set non RAID channels to be private capable | Dave Jiang | 1 | -0/+3 |
| 2015-04-24 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 9 | -36/+0 |
| 2015-03-16 | dmaengine: Remove FSF mailing addresses | Jarkko Nikula | 9 | -36/+0 |
| 2015-03-05 | dmaengine: ioatdma: workaround for incorrect DMACAP register | Dave Jiang | 1 | -0/+4 |
| 2015-02-04 | ioat: fail self-test if wait_for_completion times out | Nicholas Mc Guire | 1 | -3/+6 |
| 2015-02-03 | ioatdma: Adding support for BDX-DE ioatdma. | Dave Jiang | 3 | -0/+15 |
| 2014-12-22 | dmaengine: ioatdma: PQ err descriptors should callback with err results | Dave Jiang | 1 | -0/+11 |
| 2014-12-09 | dmaengine: ioatdma: fix dma mapping errors | Prarit Bhargava | 1 | -6/+29 |
| 2014-09-28 | net_dma: simple removal | Dan Williams | 4 | -10/+0 |
| 2014-08-21 | ioat: Use time_before_jiffies() | Manuel Schölling | 1 | -1/+2 |
| 2014-04-10 | ioat: Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 1 | -1/+1 |
| 2014-04-10 | drivers: dma: Include appropriate header file in dca.c | Rashika | 1 | -0/+1 |
| 2014-04-10 | drivers: dma: Mark functions as static in dma_v3.c | Rashika | 1 | -3/+3 |
| 2014-04-10 | ioat/dca: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 1 | -6/+6 |
| 2014-02-25 | ioat: fix tasklet tear down | Dan Williams | 4 | -13/+54 |
| 2014-01-02 | drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test() | Jiang Liu | 1 | -1/+10 |
| 2013-11-16 | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 6 | -336/+65 |
| 2013-11-14 | ioat: fix ioat3_irq_reinit | Dan Williams | 2 | -26/+15 |
| 2013-11-14 | ioat: kill msix_single_vector support | Dan Williams | 3 | -32/+3 |
| 2013-11-14 | ioatdma: clean up sed pool kmem_cache | Dan Williams | 4 | -42/+22 |
| 2013-11-14 | ioatdma: fix selection of 16 vs 8 source path | Dan Williams | 1 | -15/+15 |
| 2013-11-14 | ioatdma: fix sed pool selection | Dan Williams | 1 | -15/+1 |
| 2013-11-14 | ioatdma: Fix bug in selftest after removal of DMA_MEMSET. | Dave Jiang | 1 | -0/+2 |
| 2013-11-14 | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2 | -11/+4 |
| 2013-11-14 | dmaengine: remove DMA unmap from drivers | Bartlomiej Zolnierkiewicz | 4 | -195/+0 |
| 2013-11-13 | dmaengine: prepare for generic 'unmap' data | Dan Williams | 3 | -0/+3 |
| 2013-10-25 | dmaengine: ioat: use DMA_COMPLETE for dma completion status | Vinod Koul | 2 | -6/+6 |
| 2013-08-23 | ioatdma: silence GCC warnings | Paul Bolle | 1 | -1/+1 |
| 2013-08-22 | ioatdma: disable RAID on non-Atom platforms and reenable unaligned copies | Brice Goglin | 1 | -23/+1 |
| 2013-07-03 | drivers/dma: remove unused support for MEMSET operations | Bartlomiej Zolnierkiewicz | 4 | -142/+3 |
| 2013-05-09 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 7 | -137/+950 |
| 2013-04-16 | ioatdma: ioat3_alloc_sed can be static | Fengguang Wu | 1 | -2/+2 |
| 2013-04-15 | ioatdma: Adding write back descriptor error status support for ioatdma 3.3 | Dave Jiang | 4 | -25/+105 |
| 2013-04-15 | ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID cap | Dave Jiang | 1 | -0/+15 |
| 2013-04-15 | ioatdma: Adding support for 16 src PQ ops and super extended descriptors | Dave Jiang | 6 | -22/+438 |
| 2013-04-15 | ioatdma: Removing hw bug workaround for CB3.x .2 and earlier | Dave Jiang | 1 | -11/+20 |
| 2013-04-15 | ioatdma: skip silicon bug workaround for pq_align for cb3.3 | Dave Jiang | 1 | -2/+10 |
| 2013-04-15 | ioatdma: Removing PQ val disable for cb3.3 | Dave Jiang | 3 | -12/+125 |
| 2013-04-15 | ioatdma: skip legacy reset bits since v3.3 plattform doesn't need it | Dave Jiang | 1 | -13/+21 |
| 2013-04-15 | ioatdma: channel reset scheme fixup on Intel Atom S1200 platforms | Dave Jiang | 3 | -83/+171 |
| 2013-04-15 | ioatdma: Add 64bit chansts register read for ioat v3.3. | Dave Jiang | 1 | -1/+21 |
| 2013-04-15 | ioatdma: Adding PCI IDs for Intel Atom S1200 product family ioatdma devices | Dave Jiang | 2 | -0/+12 |
| 2013-04-15 | ioatdma: Adding Haswell devid for ioatdma | Dave Jiang | 3 | -6/+55 |
| 2013-04-15 | ioatdma: allow all channels to have irq coalescing support | Dave Jiang | 1 | -9/+3 |
| 2013-04-15 | ioatdma: make debug output more readable | Dave Jiang | 2 | -2/+3 |
| 2013-03-22 | ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUND | Alexander Duyck | 1 | -3/+8 |
| 2013-02-26 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 6 | -136/+227 |
| 2013-02-13 | dmaengine: ioat - fix spare sparse complain | Fengguang Wu | 1 | -1/+1 |
| 2013-02-12 | ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDING | Dave Jiang | 3 | -97/+128 |
| 2013-01-24 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -1/+1 |
| 2013-01-07 | ioat: remove chanerr mask setting for IOAT v3.x | Dave Jiang | 1 | -6/+1 |
| 2013-01-07 | ioat: Add alignment workaround for IVB platforms | Dave Jiang | 3 | -12/+32 |
| 2013-01-07 | ioat3: add missing DMA unmap to ioat_xor_val_self_test() | Bartlomiej Zolnierkiewicz | 1 | -17/+59 |
| 2013-01-07 | ioat: add missing DMA unmap to ioat_dma_self_test() | Bartlomiej Zolnierkiewicz | 1 | -4/+7 |
| 2013-01-06 | ioat: Fix DMA memory sync direction correct flag | Shuah Khan | 1 | -1/+1 |
| 2013-01-03 | Drivers: dma: remove __dev* attributes. | Greg Kroah-Hartman | 7 | -33/+28 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+23 |
| 2012-11-28 | dma: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-11-15 | ioat: Do not enable DCA if tag map is invalid | Alexander Duyck | 1 | -0/+23 |
| 2012-10-10 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -2/+23 |
| 2012-09-18 | dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -2/+1 |
| 2012-09-01 | ioat: remove unused #defines | Jon Mason | 1 | -4/+0 |
| 2012-08-31 | ioat: Adding Ivy Bridge IOATDMA PCI device IDs | Dave Jiang | 1 | -0/+22 |
| 2012-04-10 | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -23/+64 |
| 2012-04-05 | ioatdma: DMA copy alignment needed to address IOAT DMA silicon errata | Dave Jiang | 1 | -0/+41 |
| 2012-04-05 | ioat: ring size variables need to be 32bit to avoid overflow | Dave Jiang | 2 | -4/+4 |
| 2012-03-23 | ioat: fix size of 'completion' for Xen | Dan Williams | 4 | -19/+19 |
| 2012-03-13 | dmaengine: fix for cookie changes and merge | Vinod Koul | 1 | -0/+1 |
| 2012-03-13 | dmaengine: ensure all DMA engine drivers initialize their cookies | Russell King - ARM Linux | 1 | -0/+1 |
| 2012-03-13 | dmaengine: consolidate tx_status functions | Russell King - ARM Linux | 3 | -27/+10 |