summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-4/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-3/+3
| * driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman2024-06-201-1/+0
* | Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-2431-95/+1984
|\ \
| * | dmaengine: fsl-dpaa2-qdma: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | dmaengine: ti: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-283-0/+3
| * | dmaengine: ti: cppi41: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | dmaengine: virt-dma: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-281-0/+1
| * | dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channelsVignesh Raghavendra2024-06-281-1/+3
| * | dmaengine: sh: rz-dmac: Fix lockdep assert warningBiju Das2024-06-281-1/+1
| * | Merge tag 'dmaengine_topic_dma_vec' into nextVinod Koul2024-06-211-0/+40
| |\ \
| * | | dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()Dan Carpenter2024-06-111-3/+2
| * | | dmaengine: fsl-edma: change the memory access from local into remote mode in ...Joy Zou2024-06-113-1/+5
| * | | dmaengine: qcom: gpi: remove unused struct 'reg_info'Dr. David Alan Gilbert2024-06-111-6/+0
| * | | dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'Dr. David Alan Gilbert2024-06-111-5/+0
| * | | dmaengine: fsl-edma: remove redundant "idle" field from fsl_chanFrank Li2024-06-114-11/+2
| * | | dmaengine: fsl-edma: request per-channel IRQ only when channel is allocatedFrank Li2024-06-113-14/+31
| * | | dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay2024-06-111-5/+14
| * | | dmaengine: add channel device name to channel registrationAmelie Delaunay2024-06-112-7/+11
| * | | dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay2024-06-111-2/+163
| * | | dmaengine: stm32-dma3: add device_pause and device_resume opsAmelie Delaunay2024-06-111-0/+31
| * | | dmaengine: stm32-dma3: add DMA_MEMCPY capabilityAmelie Delaunay2024-06-111-1/+130
| * | | dmaengine: stm32-dma3: add DMA_CYCLIC capabilityAmelie Delaunay2024-06-111-0/+77
| * | | dmaengine: Add STM32 DMA3 supportAmelie Delaunay2024-06-113-0/+1451
| * | | dmaengine: stm32: New directory for STM32 DMA controllers driversAmelie Delaunay2024-06-117-37/+46
| * | | dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptorOlivier Dautricourt2024-06-111-3/+1
| * | | dmaengine: altera-msgdma: cleanup after completing all descriptorsOlivier Dautricourt2024-06-111-1/+6
| * | | dmaengine: altera-msgdma: use irq variant of spin_lock/unlock while invoking ...Olivier Dautricourt2024-06-111-2/+3
| * | | dmaengine: qcom: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-072-0/+2
| * | | dmaengine: imx-sdma: don't print warning when firmware is absentLucas Stach2024-06-071-3/+2
| * | | dmaengine: ti: k3-udma: fix module autoloadingKrzysztof Kozlowski2024-06-071-0/+1
| * | | dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-074-0/+4
| | |/ | |/|
* | | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-191-0/+40
|\ \ \
| * \ \ Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-07-041-0/+40
| |\ \ \ | | | |/ | | |/|
| | * | dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vecPaul Cercueil2024-06-211-0/+40
| | |/
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-191-1/+1
|\ \ \
| * \ \ Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe2024-07-091-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | iommu: Introduce domain attachment handleLu Baolu2024-07-041-1/+1
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-275-33/+37
|\| |
| * | dmaengine: ioatdma: Fix missing kmem_cache_destroy()Nikita Shubin2024-06-111-0/+1
| * | dmaengine: fsl-edma: avoid linking both modulesArnd Bergmann2024-06-111-1/+1
| * | dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()Nikita Shubin2024-06-111-0/+4
| * | dmaengine: ioatdma: Fix error path in ioat3_dma_probe()Nikita Shubin2024-06-111-18/+15
| * | dmaengine: ioatdma: Fix leaking on version mismatchNikita Shubin2024-06-111-7/+10
| * | dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()Siddharth Vadapalli2024-06-111-4/+1
| * | dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_listLi RongQing2024-06-111-1/+3
| * | dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()Louis Chauvet2024-06-071-2/+2
| |/
* / dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq()Dan Carpenter2024-06-091-0/+3
|/
* Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2124-413/+499
|\
| * dmaengine: fsl-edma: use _Generic to handle difference typeFrank Li2024-05-041-39/+22