Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-05dmaengine: idxd: fix wq settings post wq disableDave Jiang
2022-01-05dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang
2022-01-05dmaengine: idxd: fix descriptor flushing lockingDave Jiang
2022-01-05dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang
2022-01-05dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-05Merge branch 'fixes' into nextVinod Koul
2022-01-03dmaengine: uniphier-xdmac: Fix type of address variablesKunihiko Hayashi
2022-01-03dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASKAmelie Delaunay
2022-01-03dmaengine: rcar-dmac: Add support for R-Car S4-8Yoshihiro Shimoda
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul
2021-12-17dmaengine: sh: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-12-17dmaengine: stm32-mdma: Use bitfield helpersGeert Uytterhoeven
2021-12-17dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdescColin Ian King
2021-12-17dmaengine: idxd: add knob for enqcmds retriesDave Jiang
2021-12-17dmaengine: idxd: set defaults for wq configsDave Jiang
2021-12-17dmaengine: jz4780: Support bidirectional I/O on one channelPaul Cercueil
2021-12-17dmaengine: jz4780: Replace uint32_t with u32Paul Cercueil
2021-12-17dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)Paul Cercueil
2021-12-17dmaengine: jz4780: Work around hardware bug on JZ4760 SoCsPaul Cercueil
2021-12-17drivers: dma: ti: k3-psil: Add support for J721S2Aswath Govindraju
2021-12-17dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoCAswath Govindraju
2021-12-17dmaengine: at_xdmac: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2021-12-17dmaengine: xilinx: Handle IRQ mapping errorsLars-Peter Clausen
2021-12-17dmaengine: xilinx_dpdma: stop using slave_id fieldArnd Bergmann
2021-12-17dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann
2021-12-17dmaengine: sprd: stop referencing config->slave_idArnd Bergmann
2021-12-17dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann
2021-12-17dmaengine: shdma: remove legacy slave_id parsingArnd Bergmann
2021-12-17dmaengine: tegra20-apb: stop checking config->slave_idArnd Bergmann
2021-12-17dmaengine: qcom_hidma: Cleanup MSI handlingThomas Gleixner
2021-12-17soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner
2021-12-17dmaengine: mv_xor_v2: Get rid of msi_desc abuseThomas Gleixner
2021-12-17platform-msi: Use msi_desc::msi_indexThomas Gleixner
2021-12-17device: Move MSI related data into a structThomas Gleixner
2021-12-13dmaengine: st_fdma: fix MODULE_ALIASAlyssa Ross
2021-12-13dmaengine: idxd: fix missed completion on abort pathDave Jiang
2021-12-13dmaengine: ti: k3-udma: Fix smatch warningsVignesh Raghavendra
2021-11-25dmaengine: ppc4xx: remove unused variable `rval'Jason Wang
2021-11-22dmaengine: idxd: fix calling wq quiesce inside spinlockDave Jiang
2021-11-22dmaengine: qcom: gpi: Remove unnecessary print function dev_err()Xu Wang
2021-11-22dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()Christophe JAILLET
2021-11-22dmaengine: Add consumer for the new DMA_MEMCPY_SG API function.Adrian Larumbe
2021-11-22dmaengine: Add core function and capability check for DMA_MEMCPY_SGAdrian Larumbe
2021-11-22dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_sta...Tim Gardner
2021-11-22dmaengine: idxd: handle interrupt handle revoked eventDave Jiang
2021-11-22dmaengine: idxd: handle invalid interrupt handle descriptorsDave Jiang
2021-11-22dmaengine: idxd: create locked version of idxd_quiesce() callDave Jiang
2021-11-22dmaengine: idxd: add helper for per interrupt handle drainDave Jiang
2021-11-22dmaengine: idxd: move interrupt handle assignmentDave Jiang
2021-11-22dmaengine: idxd: int handle management refactoringDave Jiang