index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
entry
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-23
dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
Dave Jiang
1
-61
/
+55
2021-04-23
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
6
-9
/
+176
2021-04-23
dmaengine: idxd: add support for readonly config mode
Dave Jiang
4
-9
/
+138
2021-04-23
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
5
-108
/
+161
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
6
-75
/
+48
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
4
-87
/
+13
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
5
-89
/
+63
2021-04-20
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
4
-59
/
+88
2021-04-20
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
4
-51
/
+86
2021-04-20
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
5
-91
/
+146
2021-04-20
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
3
-90
/
+94
2021-04-20
dmaengine: idxd: use ida for device instance enumeration
Dave Jiang
1
-11
/
+6
2021-04-20
dmaengine: idxd: removal of pcim managed mmio mapping
Dave Jiang
1
-10
/
+23
2021-04-20
dmaengine: idxd: cleanup pci interrupt vector allocation management
Dave Jiang
3
-40
/
+30
2021-04-20
dmaengine: idxd: fix dma device lifetime
Dave Jiang
3
-18
/
+79
2021-04-20
dmaengine: at_xdmac: Remove unused inline function at_xdmac_csize()
YueHaibing
1
-11
/
+0
2021-04-20
dmaengine: idxd: Fix potential null dereference on pointer status
Colin Ian King
1
-1
/
+2
2021-04-20
dt-bindings: dmaengine: qcom: gpi: add compatible for sm8150
Felipe Balbi
2
-0
/
+2
2021-04-12
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
3
-18
/
+27
2021-04-12
dmaengine: idxd: clear MSIX permission entry on shutdown
Dave Jiang
3
-9
/
+34
2021-04-12
dmaengine: k3dma: use the correct HiSilicon copyright
Hao Fang
1
-2
/
+2
2021-04-12
dmaengine: qcom_hidma: remove unused code
Jiapeng Chong
1
-6
/
+0
2021-04-12
dmaengine: plx_dma: add a missing put_device() on error path
Dan Carpenter
1
-7
/
+11
2021-04-12
dmaengine: tegra20: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+2
2021-04-12
dmaengine: Fix a double free in dma_async_device_register
Lv Yunlong
1
-0
/
+1
2021-04-12
dmaengine: dw: Make it dependent to HAS_IOMEM
Andy Shevchenko
1
-0
/
+2
2021-04-12
dmaengine: idxd: fix wq size store permission state
Dave Jiang
1
-1
/
+1
2021-04-12
dmaengine: idxd: fix opcap sysfs attribute output
Dave Jiang
1
-1
/
+7
2021-04-12
dmaengine: idxd: fix delta_rec and crc size field for completion record
Dave Jiang
1
-2
/
+2
2021-04-12
dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback
Dave Jiang
1
-1
/
+3
2021-03-16
dmaengine: dw-edma: Add pcim_iomap_table return check
Gustavo Pimentel
1
-0
/
+15
2021-03-16
dmaengine: dw-edma: Revert fix scatter-gather address calculation
Gustavo Pimentel
1
-4
/
+4
2021-03-16
dmaengine: dw-edma: Change DMA abbreviation from lower into upper case
Gustavo Pimentel
1
-3
/
+3
2021-03-16
dmaengine: dw-edma: Fix crash on loading/unloading driver
Gustavo Pimentel
1
-6
/
+5
2021-03-16
dmaengine: dw-edma: Move struct dentry variable from static definition into d...
Gustavo Pimentel
6
-15
/
+22
2021-03-16
dmaengine: dw-edma: Change linked list and data blocks offset and sizes
Gustavo Pimentel
1
-16
/
+16
2021-03-16
dmaengine: dw-edma: Improve the linked list and data blocks definition
Gustavo Pimentel
3
-85
/
+160
2021-03-16
dmaengine: dw-edma: Reorder variables to keep consistency
Gustavo Pimentel
1
-5
/
+5
2021-03-16
dmaengine: dw-edma: Improve number of channels check
Gustavo Pimentel
2
-12
/
+11
2021-03-16
dmaengine: dw-edma: Add device_prep_interleave_dma() support
Gustavo Pimentel
2
-20
/
+78
2021-03-16
dmaengine: dw-edma: Add PCIe VSEC data retrieval support
Gustavo Pimentel
2
-35
/
+101
2021-03-16
PCI: Add pci_find_vsec_capability() to find a specific VSEC
Gustavo Pimentel
2
-0
/
+31
2021-03-16
dmaengine: dw-edma: Add support for the HDMA feature
Gustavo Pimentel
4
-24
/
+60
2021-03-16
dmaengine: dw-edma: Fix comments offset characters' alignment
Gustavo Pimentel
1
-107
/
+107
2021-03-16
dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
Gustavo Pimentel
3
-125
/
+326
2021-03-16
dmaengine: xilinx: Introduce synchronize() callback
Lars-Peter Clausen
1
-0
/
+8
2021-03-16
dmaengine: xilinx: dpdma: Fix race condition in done IRQ
Laurent Pinchart
1
-1
/
+2
2021-03-16
dmaengine: xilinx: dpdma: Fix descriptor issuing on video group
Laurent Pinchart
1
-11
/
+17
2021-03-06
Linux 5.12-rc2
v5.12-rc2
Linus Torvalds
1
-1
/
+1
2021-03-05
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
1
-32
/
+23
[next]