Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | dmaengine: fsl-edma: fix for missing dmamux module | Angelo Dureghello | 1 | -1/+3 |
2021-10-25 | dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail | Bixuan Cui | 1 | -2/+1 |
2021-10-25 | dmaengine: remove debugfs #ifdef | Arnd Bergmann | 2 | -16/+1 |
2021-10-25 | dmanegine: idxd: fix resource free ordering on driver removal | Dave Jiang | 1 | -3/+11 |
2021-10-25 | dmaengine: idxd: remove kernel wq type set when load configuration | Dave Jiang | 1 | -2/+0 |
2021-10-25 | dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_remove | Dongliang Mu | 1 | -1/+0 |
2021-10-25 | dmaengine: tegra210-adma: fix pm runtime unbalance | Dongliang Mu | 1 | -1/+1 |
2021-10-25 | dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probe | Dongliang Mu | 1 | -6/+7 |
2021-10-25 | dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result` | Lars-Peter Clausen | 1 | -1/+1 |
2021-10-18 | dmaengine: imx-sdma: remove space after sizeof | Flavio Suligoi | 1 | -3/+3 |
2021-10-18 | dmaengine: imx-sdma: align statement to open parenthesis | Flavio Suligoi | 1 | -8/+8 |
2021-10-18 | dmaengine: imx-sdma: add missed braces | Flavio Suligoi | 1 | -1/+2 |
2021-10-18 | dmaengine: imx-sdma: remove useless braces | Flavio Suligoi | 1 | -2/+1 |
2021-10-18 | dmaengine: dw-axi-dmac: set coherent mask | Pandith N | 1 | -0/+4 |
2021-10-18 | dmaengine: dw-axi-dmac: Hardware handshake configuration | Pandith N | 1 | -0/+4 |
2021-10-18 | dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8 | Pandith N | 2 | -31/+109 |
2021-10-18 | dmaengine: stm32-dma: fix burst in case of unaligned memory address | Amelie Delaunay | 1 | -4/+16 |
2021-10-18 | dmaengine: stm32-dma: fix stm32_dma_get_max_width | Amelie Delaunay | 1 | -2/+1 |
2021-10-18 | dmaengine: stm32-dma: mark pending descriptor complete in terminate_all | Amelie Delaunay | 1 | -0/+1 |
2021-10-18 | dmaengine: dw-edma: Remove an unused variable | Christophe JAILLET | 1 | -1/+0 |
2021-10-18 | dmaengine: jz4780: Set max number of SGs per burst | Artur Rojek | 1 | -0/+1 |
2021-10-18 | dmaengine: sh: rz-dmac: Add DMA clock handling | Biju Das | 1 | -0/+14 |
2021-10-18 | dmaengine: idxd: remove gen cap field per spec 1.2 update | Dave Jiang | 1 | -2/+1 |
2021-10-18 | dmaengine: idxd: check GENCAP config support for gencfg register | Dave Jiang | 1 | -1/+1 |
2021-10-18 | dmaengine: bestcomm: fix system boot lockups | Anatolij Gustschin | 4 | -16/+16 |
2021-10-18 | dmaengine: at_xdmac: use pm_ptr() | Claudiu Beznea | 1 | -1/+1 |
2021-10-18 | dmaengine: at_xdmac: use __maybe_unused for pm functions | Claudiu Beznea | 1 | -9/+3 |
2021-10-18 | dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro | Claudiu Beznea | 1 | -1/+1 |
2021-10-18 | dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path | Claudiu Beznea | 1 | -24/+27 |
2021-10-18 | dmaengine: Remove redundant initialization of variable err | Colin Ian King | 1 | -2/+1 |
2021-10-18 | dmaengine: tegra210-adma: Override ADMA FIFO size | Sameer Pujar | 1 | -14/+34 |
2021-10-18 | dmaengine: tegra210-adma: Add description for 'adma_get_burst_config' | Sameer Pujar | 1 | -0/+1 |
2021-10-18 | dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member | Sameer Pujar | 1 | -3/+3 |
2021-10-01 | dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission | Dave Jiang | 2 | -1/+2 |
2021-10-01 | dmaengine: stm32-mdma: Use struct_size() helper in devm_kzalloc() | Gustavo A. R. Silva | 1 | -1/+2 |
2021-10-01 | dmaengine: zynqmp_dma: fix lockdep warning in tasklet | Michael Tretter | 1 | -2/+2 |
2021-10-01 | dmaengine: zynqmp_dma: refine dma descriptor locking | Michael Tretter | 1 | -14/+21 |
2021-10-01 | dmaengine: zynqmp_dma: cleanup after completing all descriptors | Michael Tretter | 1 | -1/+2 |
2021-10-01 | dmaengine: zynqmp_dma: cleanup includes | Michael Tretter | 1 | -4/+1 |
2021-10-01 | dmaengine: zynqmp_dma: enable COMPILE_TEST | Michael Tretter | 1 | -1/+1 |
2021-10-01 | dmaengine: zynqmp_dma: drop message on probe success | Michael Tretter | 1 | -2/+0 |
2021-10-01 | dmaengine: zynqmp_dma: simplify with dev_err_probe | Michael Tretter | 1 | -10/+8 |
2021-09-12 | Linux 5.15-rc1v5.15-rc1 | Linus Torvalds | 1 | -2/+2 |
2021-09-12 | Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 36 | -175/+1147 |
2021-09-12 | Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj... | Linus Torvalds | 4 | -9/+26 |
2021-09-12 | Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux | Linus Torvalds | 5 | -21/+36 |
2021-09-12 | Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -165/+598 |
2021-09-12 | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -11/+27 |
2021-09-12 | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 1 | -12/+11 |
2021-09-12 | Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -5/+5 |