index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
dt-bindings: dmaengine: sprd: deprecate '#dma-channels'
Krzysztof Kozlowski
1
-2
/
+5
2022-05-16
dmaengine: idxd: skip irq free when wq type is not kernel
Dave Jiang
1
-0
/
+3
2022-05-16
dmaengine: idxd: make idxd_register/unregister_dma_channel() static
Dave Jiang
2
-4
/
+2
2022-05-16
dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...
Radhey Shyam Pandey
1
-1
/
+5
2022-05-16
dmaengine: zynqmp_dma: check dma_async_device_register return value
Shravya Kumbham
1
-1
/
+5
2022-05-16
dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type
Radhey Shyam Pandey
1
-2
/
+3
2022-05-16
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
Dave Jiang
1
-1
/
+0
2022-05-16
dmaengine: idxd: free irq before wq type is reset
Dave Jiang
1
-1
/
+1
2022-05-16
dmaengine: idxd: fix lockdep warning on device driver removal
Dave Jiang
1
-7
/
+7
2022-05-16
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
5
-23
/
+35
2022-05-16
dt-bindings: renesas,rcar-dmac: R-Car V3U is R-Car Gen4
Geert Uytterhoeven
1
-6
/
+4
2022-05-16
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
1
-1
/
+7
2022-05-16
dmaengine: tegra: Use platform_get_irq() to get IRQ resource
Akhil R
1
-8
/
+4
2022-04-22
dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()
Yunbo Yu
1
-2
/
+2
2022-04-22
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
4
-61
/
+43
2022-04-22
dmaengine: ti: k3-psil-am62: Update PSIL thread for saul.
Jayesh Choudhary
1
-4
/
+4
2022-04-22
dmaengine: ptdma: statify pt_tx_status
Vinod Koul
1
-1
/
+1
2022-04-20
dmaengine: hidma: In hidma_prep_dma_memset treat value as a single byte
Ben Walker
1
-1
/
+12
2022-04-20
dmaengine: at_xdmac: In at_xdmac_prep_dma_memset, treat value as a single byte
Ben Walker
1
-1
/
+8
2022-04-20
dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byte
Ben Walker
1
-1
/
+9
2022-04-20
dmaengine: Document dmaengine_prep_dma_memset
Ben Walker
2
-0
/
+14
2022-04-20
dmaengine: idxd: move wq irq enabling to after device enable
Dave Jiang
1
-9
/
+9
2022-04-20
dmaengine: tegra: Remove unused including <linux/version.h>
Jiapeng Chong
1
-1
/
+0
2022-04-20
dmaengine: add verification of DMA_INTERRUPT capability for dmatest
Dave Jiang
1
-3
/
+10
2022-04-20
dmaengine: mediatek: mtk-hsdma: use NULL instead of using plain integer as po...
Haowen Bai
1
-1
/
+1
2022-04-20
dmaengine: pl08x: drop the useless function
Haowen Bai
1
-11
/
+0
2022-04-20
dmaengine: idxd: set max_xfer and max_batch for RO device
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: set DMA_INTERRUPT cap bit
Dave Jiang
1
-0
/
+1
2022-04-20
dmaengine: jz4780: set DMA maximum segment size
Aidan MacDonald
1
-0
/
+9
2022-04-20
dmaengine: PTDMA: support polled mode
Ilya Novikov
3
-18
/
+47
2022-04-20
dt-bindings: dmaengine: qcom: gpi: add compatible for sc7280
Vinod Koul
1
-0
/
+1
2022-04-20
dmaengine: plx_dma: Move spin_lock_bh() to spin_lock()
Yunbo Yu
1
-2
/
+2
2022-04-20
dt-bindings: dmaengine: xilinx_dma: Add MCMDA channel ID index description
Radhey Shyam Pandey
1
-1
/
+5
2022-04-13
dmaengine: qcom: gpi: Add SM8350 support
Bjorn Andersson
1
-0
/
+1
2022-04-13
dmaengine: qcom: gpi: Add support for ee_offset
Vinod Koul
1
-3
/
+8
2022-04-13
dt-bindings: dmaengine: qcom: gpi: add compatible for sm8350/sm8350
Vinod Koul
1
-0
/
+2
2022-04-13
dmaengine: qcom: gpi: set chain and link flag for duplex
Vinod Koul
1
-2
/
+6
2022-04-11
dmaengine: Remove a useless mutex
Christophe JAILLET
2
-8
/
+0
2022-04-11
dmaengine: idxd: update IAA definitions for user header
Dave Jiang
1
-3
/
+28
2022-04-11
dmaengine: tegra: Add tegra gpcdma driver
Akhil R
3
-0
/
+1519
2022-04-11
dt-bindings: dmaengine: Add doc for tegra gpcdma
Akhil R
1
-0
/
+110
2022-04-11
dt-bindings: altr,msgdma: update my email address
Olivier Dautricourt
1
-1
/
+1
2022-04-11
MAINTAINERS: update my email address
Olivier Dautricourt
1
-1
/
+1
2022-04-11
dmaengine: idxd: remove trailing white space on input str for wq name
Dave Jiang
1
-2
/
+8
2022-04-11
dmaengine: Clarify cyclic transfer residue documentation
Paul Kocialkowski
1
-1
/
+1
2022-04-11
dmaengine: stm32-mdma: check the channel availability (secure or not)
Amelie Delaunay
1
-1
/
+20
2022-04-11
dmaengine: bestcomm: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-0
/
+2
2022-04-11
dmaengine: ep93xx: Remove redundant word in comment
jianchunfu
1
-1
/
+1
2022-04-11
dmaengine: idxd: don't load pasid config until needed
Dave Jiang
2
-14
/
+53
2022-04-11
dmaengine: mediatek-cqdma: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-8
/
+4
[next]