index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-31
dmaengine: mv_xor_v2: Fix an error code.
Christophe JAILLET
1
-1
/
+1
2023-03-31
dmaengine: ti: k3-udma: Add system suspend/resume support
Vignesh Raghavendra
1
-0
/
+54
2023-03-31
dmaengine: tegra: explicitly select DMA_VIRTUAL_CHANNELS
Mark Salter
1
-0
/
+1
2023-03-31
iommu: Remove ioasid infrastructure
Jason Gunthorpe
1
-1
/
+0
2023-03-31
iommu/ioasid: Rename INVALID_IOASID
Jacob Pan
4
-6
/
+7
2023-03-23
dmaengine: idxd: use const struct bus_type *
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
dmaengine: xilinx: xdma: Fix some kernel-doc comments
Yang Li
1
-1
/
+1
2023-03-17
dmaengine: idxd: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-17
dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-6
/
+0
2023-03-17
dmaengine: ioat: use PCI core macros for PCIe Capability
Bjorn Helgaas
2
-10
/
+3
2023-03-17
dmaengine: Actually use devm_add_action_or_reset()
Andy Shevchenko
1
-1
/
+1
2023-03-17
dmaengine: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-03-17
dmaengine: imx-dma: Remove a redundant memset() call
Christophe JAILLET
1
-1
/
+0
2023-03-17
dmaengine: sh: rz-dmac: Add reset support
Biju Das
1
-0
/
+14
2023-02-24
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
48
-187
/
+1703
2023-02-24
Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-378
/
+369
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-22
dmaengine: dw-edma: Depend on DW_EDMA instead of selecting it
Serge Semin
1
-1
/
+4
2023-02-22
dmaengine: dw-edma: Add mem-mapped LL-entries support
Serge Semin
2
-41
/
+60
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-1446
/
+2
2023-02-16
dmaengine: idma64: Update bytes_transferred field
Aman Kumar
1
-0
/
+4
2023-02-16
dmaengine: imx-sdma: Set DMA channel to be private
Kai-Heng Feng
1
-0
/
+1
2023-02-16
dmaengine: dw: Move check for paused channel to dwc_get_residue()
Andy Shevchenko
1
-6
/
+5
2023-02-16
dmaengine: ptdma: check for null desc before calling pt_cmd_callback
Eric Pilmore
1
-1
/
+1
2023-02-16
dmaengine: dw-axi-dmac: Do not dereference NULL structure
Kees Cook
1
-2
/
+0
2023-02-16
dmaengine: idxd: Fix default allowed read buffers value in group
Fenghua Yu
2
-6
/
+11
2023-02-16
dmaengine: sf-pdma: pdma_desc memory leak fix
Shravan Chippa
2
-3
/
+1
2023-02-10
dmaengine: dw-edma: Skip cleanup procedure if no private data found
Serge Semin
1
-0
/
+4
2023-02-10
dmaengine: dw-edma: Replace chip ID number with device name
Serge Semin
3
-3
/
+3
2023-02-10
dmaengine: dw-edma: Drop DT-region allocation
Serge Semin
1
-17
/
+4
2023-02-10
dmaengine: dw-edma: Use non-atomic io-64 methods
Serge Semin
1
-26
/
+6
2023-02-10
dmaengine: dw-edma: Fix readq_ch() return value truncation
Serge Semin
1
-1
/
+1
2023-02-10
dmaengine: dw-edma: Use DMA engine device debugfs subdirectory
Serge Semin
6
-29
/
+4
2023-02-10
dmaengine: dw-edma: Join read/write channels into a single device
Serge Semin
2
-60
/
+61
2023-02-10
dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptor
Serge Semin
1
-125
/
+119
2023-02-10
dmaengine: Simplify dmaenginem_async_device_register() function
Andy Shevchenko
1
-16
/
+4
2023-02-10
dmaengine: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-3
/
+3
2023-02-10
dmaengine: xilinx: xdma: Add user logic interrupt support
Lizhi Hou
1
-0
/
+81
2023-02-10
dmaengine: xilinx: xdma: Add xilinx xdma driver
Lizhi Hou
4
-0
/
+1074
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-01-27
dmaengine: dw-edma: Simplify debugfs context CSRs init procedure
Serge Semin
1
-46
/
+38
2023-01-27
dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'
Serge Semin
1
-23
/
+23
2023-01-27
dmaengine: dw-edma: Convert debugfs descs to being heap-allocated
Serge Semin
1
-3
/
+12
2023-01-27
dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptor
Serge Semin
1
-9
/
+9
2023-01-27
dmaengine: dw-edma: Stop checking debugfs_create_*() return value
Serge Semin
1
-15
/
+5
2023-01-27
dmaengine: dw-edma: Drop unnecessary debugfs reg casts
Serge Semin
1
-3
/
+4
2023-01-27
dmaengine: dw-edma: Drop chancnt initialization
Serge Semin
1
-1
/
+0
2023-01-27
dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driver
Serge Semin
1
-0
/
+15
2023-01-27
dmaengine: dw-edma: Add CPU to PCI bus address translation
Serge Semin
1
-1
/
+17
2023-01-27
dmaengine: dw-edma: Fix invalid interleaved xfers semantics
Serge Semin
1
-11
/
+7
[prev]
[next]