index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
dmaengine: dw-axi-dmac: Remove free slot check algorithm in dw_axi_dma_set_hw...
Pandith N
2
-30
/
+21
2021-08-02
dmaengine: usb-dmac: make usb_dmac_get_current_residue unsigned
Jordy Zomer
1
-1
/
+1
2021-07-29
dmaengine: idxd: fix abort status check
Dave Jiang
1
-2
/
+10
2021-07-28
dmanegine: idxd: add software command status
Dave Jiang
5
-6
/
+38
2021-07-28
dmaengine: idxd: rotate portal address for better performance
Dave Jiang
3
-1
/
+22
2021-07-28
dmaengine: idxd: fix wq slot allocation index check
Dave Jiang
1
-1
/
+1
2021-07-28
dmaengine: idxd: fix uninit var for alt_drv
Dave Jiang
1
-1
/
+1
2021-07-28
dmaengine: idxd: Set defaults for GRPCFG traffic class
Dave Jiang
4
-2
/
+21
2021-07-28
dmaengine: at_xdmac: use platform_driver_register
Clément Léger
1
-1
/
+7
2021-07-28
dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace open coding
Zhang Qilong
1
-5
/
+2
2021-07-28
ppc4xx: replace sscanf() by kstrtoul()
Salah Triki
1
-3
/
+9
2021-07-28
dmaengine: stm32-dma: add alternate REQ/ACK protocol management
Amelie Delaunay
1
-2
/
+6
2021-07-28
dmaengine: altera-msgdma: make response port optional
Olivier Dautricourt
1
-11
/
+26
2021-07-28
dmaengine: hisi_dma: Remove some useless code
Christophe JAILLET
1
-9
/
+1
2021-07-28
dmaengine: zynqmp_dma: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-2
/
+1
2021-07-28
dmaengine: fsl-dpaa2-qdma: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-5
/
+3
2021-07-28
dmaengine: xilinx_dma: Use list_move_tail instead of list_del/list_add_tail
Baokun Li
1
-2
/
+1
2021-07-27
Merge tag 'bus_remove_return_void-5.15' into next
Vinod Koul
255
-3972
/
+2977
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
74
-213
/
+79
2021-07-21
s390/scm: Make struct scm_driver::remove return void
Uwe Kleine-König
2
-4
/
+5
2021-07-21
s390/ccwgroup: Drop if with an always false condition
Uwe Kleine-König
1
-2
/
+0
2021-07-21
s390/cio: Make struct css_driver::remove return void
Uwe Kleine-König
6
-14
/
+10
2021-07-21
PCI: endpoint: Make struct pci_epf_driver::remove return void
Uwe Kleine-König
1
-3
/
+2
2021-07-21
dmaengine: idxd: remove fault processing code
Dave Jiang
1
-91
/
+4
2021-07-21
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
9
-48
/
+146
2021-07-21
dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone
Dave Jiang
6
-73
/
+103
2021-07-21
dmaengine: idxd: create user driver for wq 'device'
Dave Jiang
4
-14
/
+61
2021-07-21
dmaengine: idxd: create dmaengine driver for wq 'device'
Dave Jiang
4
-35
/
+92
2021-07-21
dmaengine: idxd: create idxd_device sub-driver
Dave Jiang
3
-0
/
+23
2021-07-21
dmaengine: idxd: add type to driver in order to allow device matching
Dave Jiang
3
-1
/
+21
2021-07-21
dmanegine: idxd: open code the dsa_drv registration
Dave Jiang
3
-17
/
+8
2021-07-21
dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c
Dave Jiang
3
-19
/
+24
2021-07-21
dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
Dave Jiang
3
-38
/
+40
2021-07-21
dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus
Dave Jiang
2
-63
/
+69
2021-07-21
dmaengine: idxd: remove iax_bus_type prototype
Dave Jiang
1
-1
/
+0
2021-07-21
dmaengine: idxd: remove bus shutdown
Dave Jiang
1
-6
/
+0
2021-07-21
dmaengine: idxd: move wq_disable() to device.c
Dave Jiang
3
-37
/
+39
2021-07-21
dmaengine: idxd: move wq_enable() to device.c
Dave Jiang
3
-123
/
+126
2021-07-21
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
4
-19
/
+2
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
6
-185
/
+251
2021-07-21
dmaengine: idxd: add driver name
Dave Jiang
3
-3
/
+3
2021-07-21
dmaengine: idxd: add driver register helper
Dave Jiang
3
-5
/
+26
2021-07-21
Merge branch 'fixes' into next
Vinod Koul
3
-17
/
+99
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2
-11
/
+17
2021-07-20
dmaengine: idxd: fix submission race window
Dave Jiang
3
-18
/
+101
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2
-11
/
+17
2021-07-20
dmaengine: idxd: fix desc->vector that isn't being updated
Dave Jiang
1
-2
/
+1
2021-07-17
Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-110
/
+162
2021-07-17
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
11
-101
/
+115
2021-07-16
Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
4
-12
/
+20
[next]