summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
11 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-08-27dmaengine: ioat: Move system_has_dca_enabled() to dma.hDavid Matlack-3/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen-3/+5
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana-1/+1
2024-07-24Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2024-06-11dmaengine: ioatdma: Fix missing kmem_cache_destroy()Nikita Shubin-0/+1
2024-06-11dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()Nikita Shubin-0/+4
2024-06-11dmaengine: ioatdma: Fix error path in ioat3_dma_probe()Nikita Shubin-18/+15
2024-06-11dmaengine: ioatdma: Fix leaking on version mismatchNikita Shubin-7/+10
2024-06-07dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2023-08-21dmaengine: ioatdma: use pci_dev_id() to simplify the codeJialin Zhang-1/+1
2023-08-21dmaengine: ioat: fixing the wrong dma_dev->chancntYajun Deng-9/+11
2023-06-26dmaengine: ioat: Free up __cleanup() namePeter Zijlstra-6/+6
2023-03-17dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-6/+0
2023-03-17dmaengine: ioat: use PCI core macros for PCIe CapabilityBjorn Helgaas-10/+3
2022-10-19dmaengine: ioat: Fix spelling mistake "idel" -> "idle"Colin Ian King-1/+1
2022-09-29dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui-2/+0
2022-09-29dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang-3/+3
2022-02-15dmaengine: iot: Remove useless DMA-32 fallback configurationChristophe JAILLET-2/+0
2022-01-05dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-10-26dmaengine: ioat: switch from 'pci_' to 'dma_' APIQing Wang-8/+2
2020-11-16dmaengine: ioatdma: remove unused function missed during dma_v2 removalLukas Bulwahn-10/+0
2020-10-05dmaengine: ioat: Allocate correct size for descriptor chunkLogan Gunthorpe-1/+1
2020-10-01Merge branch 'topic/tasklet' into nextVinod Koul-7/+5
2020-09-18dmaengine: ioat: Make two symbols staticJason Yan-2/+2
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais-7/+5
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas-2/+2
2020-08-05Merge branch 'for-linus' into fixesVinod Koul-4/+5
2020-07-15dmaengine: ioat: Fix some parameter misspelling and provide description for p...Lee Jones-3/+4
2020-07-15dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channelLee Jones-1/+1
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck-1/+1
2020-07-06dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich-2/+12
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed-2/+2
2020-04-23dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich-0/+9
2020-04-23dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich-9/+16
2020-04-23dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich-26/+19
2020-04-17dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich-1/+1
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich-11/+15
2020-02-19dmanegine: ioat/dca: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-12/+26
2019-12-27ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com-1/+2
2019-12-24dmaengine: ioat: Support in-use unbindLogan Gunthorpe-12/+26
2019-09-04dmanegine: ioat/dca: Use struct_size() helperGustavo A. R. Silva-2/+1