aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-28dmaengine: sh: rz-dmac: Fix lockdep assert warningBiju Das1-1/+1
2024-06-21Documentation: dmaengine: Document new dma_vec APIPaul Cercueil2-0/+19
2024-06-21dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vecPaul Cercueil1-0/+40
2024-06-21dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()Paul Cercueil1-0/+33
2024-06-11dmaengine: qcom: gpi: clean up the IRQ disable/enable in gpi_reset_chan()Dan Carpenter1-3/+2
2024-06-11dmaengine: fsl-edma: change the memory access from local into remote mode in i.MX 8QMJoy Zou3-1/+5
2024-06-11dmaengine: qcom: gpi: remove unused struct 'reg_info'Dr. David Alan Gilbert1-6/+0
2024-06-11dmaengine: moxart-dma: remove unused struct 'moxart_filter_data'Dr. David Alan Gilbert1-5/+0
2024-06-11dt-bindings: fsl-qdma: Convert to yaml formatFrank Li2-58/+124
2024-06-11dmaengine: fsl-edma: remove redundant "idle" field from fsl_chanFrank Li4-11/+2
2024-06-11dmaengine: fsl-edma: request per-channel IRQ only when channel is allocatedFrank Li3-14/+31
2024-06-11dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay1-5/+14
2024-06-11dmaengine: add channel device name to channel registrationAmelie Delaunay3-8/+13
2024-06-11dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay1-2/+163
2024-06-11dmaengine: stm32-dma3: add device_pause and device_resume opsAmelie Delaunay1-0/+31
2024-06-11dmaengine: stm32-dma3: add DMA_MEMCPY capabilityAmelie Delaunay1-1/+130
2024-06-11dmaengine: stm32-dma3: add DMA_CYCLIC capabilityAmelie Delaunay1-0/+77
2024-06-11dmaengine: Add STM32 DMA3 supportAmelie Delaunay3-0/+1451