summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-184-77/+39
| * | lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-01-183-7/+14
* | | Merge tag 'hwlock-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rem...Linus Torvalds2022-01-191-21/+37
|\ \ \
| * | | hwspinlock: stm32: enable clock at probeFabien Dessenne2021-11-171-21/+37
* | | | Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1841-655/+1465
|\ \ \ \ | |_|/ / |/| | |
| * | | dt-bindings: dma-controller: Split interrupt fields in exampleRob Herring2022-01-081-4/+4
| * | | dmaengine: pch_dma: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-081-1/+1
| * | | dmaengine: at_xdmac: Fix race over irq_statusTudor Ambarus2022-01-051-8/+8
| * | | dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_tasklet()Tudor Ambarus2022-01-051-36/+34
| * | | dmaengine: at_xdmac: Fix at_xdmac_lld struct definitionTudor Ambarus2022-01-051-9/+9
| * | | dmaengine: at_xdmac: Fix lld view settingTudor Ambarus2022-01-051-1/+3
| * | | dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()Tudor Ambarus2022-01-051-8/+8
| * | | dmaengine: at_xdmac: Fix concurrency over xfers_listTudor Ambarus2022-01-051-7/+10
| * | | dmaengine: at_xdmac: Move the free desc to the tail of the desc listTudor Ambarus2022-01-051-9/+14
| * | | dmaengine: at_xdmac: Fix race for the tx desc callbackTudor Ambarus2022-01-051-17/+8
| * | | dmaengine: at_xdmac: Fix concurrency over chan's completed_cookieTudor Ambarus2022-01-051-2/+1
| * | | dmaengine: at_xdmac: Print debug message after realeasing the lockTudor Ambarus2022-01-051-2/+4
| * | | dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus2022-01-051-5/+3
| * | | dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-01-051-6/+0
| * | | dmaengine: idxd: deprecate token sysfs attributes for read buffersDave Jiang2022-01-052-39/+153
| * | | dmaengine: idxd: change bandwidth token to read buffersDave Jiang2022-01-055-50/+49
| * | | dmaengine: idxd: fix wq settings post wq disableDave Jiang2022-01-051-2/+10
| * | | dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang2022-01-056-185/+132
| * | | dmaengine: idxd: fix descriptor flushing lockingDave Jiang2022-01-051-14/+15
| * | | dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang2022-01-056-99/+79
| * | | dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
| * | | Merge branch 'fixes' into nextVinod Koul2022-01-056-64/+129
| |\ \ \
| * | | | dmaengine: uniphier-xdmac: Fix type of address variablesKunihiko Hayashi2022-01-031-2/+3
| * | | | dmaengine: xilinx_dpdma: use correct SDPX tag for header fileVinod Koul2022-01-031-1/+1
| * | | | dt-bindings: dma: pl330: Convert to DT schemaRob Herring2022-01-032-49/+83
| * | | | dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASKAmelie Delaunay2022-01-031-1/+1
| * | | | dmaengine: rcar-dmac: Add support for R-Car S4-8Yoshihiro Shimoda2022-01-031-7/+10
| * | | | dt-bindings: renesas,rcar-dmac: Add r8a779f0 supportYoshihiro Shimoda2022-01-031-0/+5
| * | | | Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul2021-12-1718-63/+117
| |\ \ \ \
| * | | | | dmaengine: sh: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-171-4/+2
| * | | | | dmaengine: stm32-mdma: Use bitfield helpersGeert Uytterhoeven2021-12-171-51/+23
| * | | | | dmaengine: stm32-mdma: Remove redundant initialization of pointer hwdescColin Ian King2021-12-171-1/+1
| * | | | | dmaengine: idxd: add knob for enqcmds retriesDave Jiang2021-12-177-8/+75
| * | | | | dmaengine: idxd: set defaults for wq configsDave Jiang2021-12-173-10/+11
| * | | | | dt-bindings: dma: snps,dw-axi-dmac: Document optional resetGeert Uytterhoeven2021-12-171-0/+3
| * | | | | dmaengine: jz4780: Support bidirectional I/O on one channelPaul Cercueil2021-12-171-16/+32
| * | | | | dmaengine: jz4780: Replace uint32_t with u32Paul Cercueil2021-12-171-19/+19
| * | | | | dmaengine: jz4780: Add support for the MDMA and BDMA in the JZ4760(B)Paul Cercueil2021-12-171-0/+28
| * | | | | dmaengine: jz4780: Work around hardware bug on JZ4760 SoCsPaul Cercueil2021-12-171-0/+8
| * | | | | dt-bindings: dma: ingenic: Support #dma-cells = <3>Paul Cercueil2021-12-171-5/+11
| * | | | | dt-bindings: dma: ingenic: Add compatible strings for MDMA and BDMAPaul Cercueil2021-12-171-9/+17
| * | | | | dt-bindings: dma: ti: Add missing ti,k3-sci-common.yaml referenceRob Herring2021-12-172-0/+2
| * | | | | dt-bindings: dma: pl08x: Fix unevaluatedProperties warningsRob Herring2021-12-171-0/+4
| * | | | | drivers: dma: ti: k3-psil: Add support for J721S2Aswath Govindraju2021-12-174-1/+171
| * | | | | dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoCAswath Govindraju2021-12-171-0/+1