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
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
2021-11-22dmaengine: idxd: rework descriptor free path on failureDave Jiang
2021-11-22dmaengine: ti: edma: Use 'for_each_set_bit' when possibleChristophe JAILLET
2021-11-10Merge tag 'dmaengine-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-09dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request failKishon Vijay Abraham I
2021-11-09dmaengine: ti: k3-udma: Set bchan to NULL if a channel request failKishon Vijay Abraham I
2021-11-09dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_widthArnd Bergmann
2021-10-28dmaengine: fsl-edma: support edma memcpyJoy Zou
2021-10-28dmaengine: idxd: fix resource leak on dmaengine driver disableDave Jiang
2021-10-28dmaengine: idxd: cleanup completion record allocationDave Jiang
2021-10-28dmaengine: zynqmp_dma: Correctly handle descriptor callbacksLars-Peter Clausen
2021-10-28dmaengine: xilinx_dma: Correctly handle cyclic descriptor callbacksLars-Peter Clausen
2021-10-28dmaengine: altera-msgdma: Correctly handle descriptor callbacksLars-Peter Clausen
2021-10-28dmaengine: at_xdmac: fix compilation warningClaudiu Beznea
2021-10-28dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()Geert Uytterhoeven
2021-10-28dmaengine: qcom: bam_dma: Add "powered remotely" modeStephan Gerhold
2021-10-26dmaengine: sa11x0: Mark PM functions as __maybe_unusedCai Huoqing
2021-10-26dmaengine: switch from 'pci_' to 'dma_' APIQing Wang
2021-10-26dmaengine: ioat: switch from 'pci_' to 'dma_' APIQing Wang
2021-10-26dmaengine: hsu: switch from 'pci_' to 'dma_' APIQing Wang
2021-10-26dmaengine: hisi_dma: switch from 'pci_' to 'dma_' APIQing Wang
2021-10-26dmaengine: dw: switch from 'pci_' to 'dma_' APIQing Wang
2021-10-26dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' APIWang Qing
2021-10-25dmaengine: sh: make array ds_lut staticColin Ian King
2021-10-25dmaengine: mmp_pdma: fix reference count leaks in mmp_pdma_probeXin Xiong
2021-10-25dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmeticLen Baker
2021-10-25dmaengine: xilinx_dma: Fix kernel-doc warningsShravya Kumbham
2021-10-25dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()Cai Huoqing
2021-10-25dmaengine: idxd: reconfig device after device reset commandDave Jiang
2021-10-25dmaengine: idxd: add halt interrupt supportDave Jiang
2021-10-25dmaengine: fsl-edma: fix for missing dmamux moduleAngelo Dureghello
2021-10-25dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tailBixuan Cui
2021-10-25dmaengine: remove debugfs #ifdefArnd Bergmann