index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dw-edma
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-12
dmaengine: dw-edma: Mark emulated IRQ as level-triggered
Koichiro Den
1
-0
/
+1
2026-07-21
dmaengine: dw-edma: Program endpoint function numbers
Koichiro Den
6
-1
/
+16
2026-07-21
dmaengine: dw-edma-pcie: Add chip flags to match data
Koichiro Den
1
-0
/
+2
2026-07-21
dmaengine: dw-edma-pcie: Handle optional data blocks
Koichiro Den
1
-4
/
+20
2026-07-21
dmaengine: dw-edma-pcie: Factor out descriptor block address lookup
Koichiro Den
1
-12
/
+22
2026-07-21
dmaengine: dw-edma-pcie: Add register offset match flag
Koichiro Den
1
-0
/
+3
2026-07-21
dmaengine: dw-edma-pcie: Add platform ops to match data
Koichiro Den
1
-2
/
+6
2026-07-21
dmaengine: dw-edma-pcie: Rename vsec_data to dma_data
Koichiro Den
1
-38
/
+36
2026-07-21
dmaengine: dw-edma-pcie: Add capability match data
Koichiro Den
1
-42
/
+95
2026-07-21
dmaengine: dw-edma-pcie: Track non-LL mode in DMA data
Koichiro Den
1
-6
/
+6
2026-07-21
dmaengine: dw-edma: Add partial channel ownership mode
Koichiro Den
1
-12
/
+69
2026-07-21
dmaengine: dw-edma: Initialize IRQ data before requesting IRQs
Koichiro Den
1
-1
/
+2
2026-07-21
dmaengine: dw-edma: Add core quiesce operations
Koichiro Den
3
-28
/
+158
2026-07-21
dmaengine: dw-edma: Add per-channel interrupt routing control
Koichiro Den
4
-12
/
+66
2026-07-21
dmaengine: dw-edma: Factor out HDMA interrupt setup helper
Koichiro Den
1
-16
/
+18
2026-07-19
dmaengine: dw-edma: Defer channel IRQ handling to workqueue
Koichiro Den
2
-5
/
+75
2026-07-19
dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass
Koichiro Den
1
-14
/
+13
2026-07-19
dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()
Koichiro Den
1
-3
/
+0
2026-07-19
dmaengine: dw-edma: Clear stale requests on termination
Koichiro Den
1
-0
/
+2
2026-07-19
dmaengine: dw-edma: Serialize channel state checks
Koichiro Den
1
-4
/
+6
2026-07-19
dmaengine: dw-edma: Complete descriptors before pausing
Koichiro Den
1
-6
/
+14
2026-07-19
dmaengine: dw-edma: Serialize abort state updates
Koichiro Den
1
-1
/
+1
2026-07-19
dmaengine: dw-edma: Terminate all descriptors without callbacks
Koichiro Den
1
-14
/
+76
2026-07-19
dmaengine: dw-edma: Fix HDMA channel status register access
Koichiro Den
1
-1
/
+1
2026-07-17
dmaengine: dw-edma: Enable HDMA 64R/W Channels
Devendra K Verma
6
-24
/
+43
2026-07-14
dmaengine: dw-edma: Remove struct dw_edma_chunk
Frank Li
2
-112
/
+63
2026-07-14
dmaengine: dw-edma: Use burst array instead of linked list
Frank Li
2
-103
/
+26
2026-07-14
dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
Frank Li
4
-103
/
+30
2026-07-14
dmaengine: dw-edma: Add non_ll_start() callback
Frank Li
2
-20
/
+15
2026-07-14
dmaengine: dw-edma: Add callbacks to fill link list entries
Frank Li
3
-0
/
+113
2026-07-14
dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
Frank Li
2
-89
/
+93
2026-07-14
dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
Frank Li
2
-24
/
+21
2026-07-14
dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
Frank Li
4
-28
/
+25
2026-07-14
dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
Frank Li
2
-2
/
+3
2026-07-14
dmaengine: dw-edma: Move control field update of DMA link to the last step
Frank Li
2
-8
/
+12
2026-06-30
dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
Frank Li
1
-6
/
+21
2026-06-30
dmaengine: dw-edma: Use new .device_prep_config_sg() callback
Frank Li
1
-5
/
+9
2026-06-08
dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
Frank Li
2
-1
/
+7
2026-06-08
dmaengine: dw-edma-pcie: Reject devices without driver data
Koichiro Den
1
-0
/
+3
2026-06-08
dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
Devendra K Verma
1
-11
/
+0
2026-06-08
dmaengine: dw-edma: Add Xilinx CPM6-DMA DeviceID
Devendra K Verma
1
-0
/
+16
2026-03-18
dmaengine: dw-edma: Add non-LL mode
Devendra K Verma
5
-15
/
+142
2026-03-18
dmaengine: dw-edma: Add AMD MDB Endpoint Support
Devendra K Verma
1
-14
/
+176
2026-03-17
Merge branch 'fixes' into next
Vinod Koul
2
-5
/
+9
2026-03-09
dmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_BIT bits for HDMA.
LUO Haowen
1
-3
/
+3
2026-02-25
dmaengine: dw-edma: fix MSI data programming for multi-IRQ case
Shenghui Shi
1
-2
/
+6
2026-02-25
dmaengine: dw-edma: Add virtual IRQ for interrupt-emulation doorbells
Koichiro Den
1
-5
/
+122
2026-02-25
dmaengine: dw-edma: Add interrupt-emulation hooks
Koichiro Den
3
-0
/
+45
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-4
/
+4
[next]