index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
dmaengine: idxd: create dmaengine driver for wq 'device'
Dave Jiang
2021-07-21
4
-35
/
+92
*
|
dmaengine: idxd: create idxd_device sub-driver
Dave Jiang
2021-07-21
3
-0
/
+23
*
|
dmaengine: idxd: add type to driver in order to allow device matching
Dave Jiang
2021-07-21
3
-1
/
+21
*
|
dmanegine: idxd: open code the dsa_drv registration
Dave Jiang
2021-07-21
3
-17
/
+8
*
|
dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c
Dave Jiang
2021-07-21
3
-19
/
+24
*
|
dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
Dave Jiang
2021-07-21
3
-38
/
+40
*
|
dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus
Dave Jiang
2021-07-21
2
-63
/
+69
*
|
dmaengine: idxd: remove iax_bus_type prototype
Dave Jiang
2021-07-21
1
-1
/
+0
*
|
dmaengine: idxd: remove bus shutdown
Dave Jiang
2021-07-21
1
-6
/
+0
*
|
dmaengine: idxd: move wq_disable() to device.c
Dave Jiang
2021-07-21
3
-37
/
+39
*
|
dmaengine: idxd: move wq_enable() to device.c
Dave Jiang
2021-07-21
3
-123
/
+126
*
|
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
2021-07-21
4
-19
/
+2
*
|
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
2021-07-21
6
-185
/
+251
*
|
dmaengine: idxd: add driver name
Dave Jiang
2021-07-21
3
-3
/
+3
*
|
dmaengine: idxd: add driver register helper
Dave Jiang
2021-07-21
3
-5
/
+26
*
|
Merge branch 'fixes' into next
Vinod Koul
2021-07-21
3
-17
/
+99
|
\
\
|
*
|
dmaengine: idxd: fix submission race window
Dave Jiang
2021-07-20
3
-18
/
+101
|
*
|
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2021-07-20
2
-11
/
+17
|
*
|
dmaengine: idxd: fix desc->vector that isn't being updated
Dave Jiang
2021-07-20
1
-2
/
+1
*
|
|
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2021-07-20
2
-11
/
+17
*
|
|
Merge branch 'fixes' into next
Vinod Koul
2021-07-15
1
-1
/
+3
|
\
|
|
|
*
|
dmaengine: idxd: fix setup sequence for MSIXPERM table
Dave Jiang
2021-07-14
1
-1
/
+3
|
*
|
dmaengine: idxd: fix array index when int_handles are being used
Dave Jiang
2021-07-14
1
-13
/
+2
|
|
/
*
|
dmaengine: idxd: assign MSIX vectors to each WQ rather than roundrobin
Dave Jiang
2021-07-14
2
-30
/
+8
*
|
dmaengine: idxd: add missing percpu ref put on failure
Dave Jiang
2021-07-14
1
-1
/
+3
*
|
dmaengine: idxd: have command status always set
Dave Jiang
2021-07-14
1
-4
/
+5
*
|
dmaengine: idxd: Add wq occupancy information to sysfs attribute
Dave Jiang
2021-07-14
2
-0
/
+22
*
|
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
2021-07-14
4
-46
/
+74
*
|
dmaengine: idxd: Simplify code and axe the use of a deprecated API
Christophe JAILLET
2021-07-14
1
-8
/
+2
|
/
*
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
2
-3
/
+2
|
\
|
*
dmaengine: idxd: remove devm allocation for idxd->int_handles
Dave Jiang
2021-05-10
1
-1
/
+2
|
*
dmaengine: idxd: Remove redundant variable cdev_ctx
Jiapeng Chong
2021-05-10
1
-2
/
+0
*
|
Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-16
2
-3
/
+61
|
\
\
|
*
|
dmaengine: idxd: Fix missing error code in idxd_cdev_open()
Jiapeng Chong
2021-06-03
1
-0
/
+1
|
*
|
dmaengine: idxd: Add missing cleanup for early error out in probe call
Dave Jiang
2021-05-31
1
-3
/
+58
|
*
|
dmaengine: idxd: add missing dsa driver unregister
Dave Jiang
2021-05-10
1
-0
/
+1
|
*
|
dmaengine: idxd: add engine 'struct device' missing bus type assignment
Dave Jiang
2021-05-10
1
-0
/
+1
|
|
/
*
/
dmaengine: idxd: Use cpu_feature_enabled()
Borislav Petkov
2021-06-03
1
-2
/
+2
|
/
*
dmaengine: idxd: Enable IDXD performance monitor support
Tom Zanussi
2021-04-25
2
-4
/
+10
*
dmaengine: idxd: Add IDXD performance monitor support
Tom Zanussi
2021-04-25
5
-0
/
+936
*
dmaengine: idxd: remove MSIX masking for interrupt handlers
Dave Jiang
2021-04-23
3
-15
/
+2
*
dmaengine: idxd: device cmd should use dedicated lock
Dave Jiang
2021-04-23
3
-9
/
+11
*
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
2021-04-23
5
-1
/
+33
*
dmaengine: idxd: enable SVA feature for IOMMU
Dave Jiang
2021-04-23
1
-5
/
+14
*
dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
Dave Jiang
2021-04-23
1
-61
/
+55
*
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
2021-04-23
6
-9
/
+176
*
dmaengine: idxd: add support for readonly config mode
Dave Jiang
2021-04-23
4
-9
/
+138
*
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
2021-04-23
5
-108
/
+161
*
dmaengine: idxd: remove detection of device type
Dave Jiang
2021-04-20
6
-75
/
+48
*
dmaengine: idxd: iax bus removal
Dave Jiang
2021-04-20
4
-87
/
+13
[prev]
[next]