Age | Commit message (Expand) | Author | Files | Lines |
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-03 | 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-13 | 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-15 | 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 |