index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Files
Lines
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-15
Merge branch 'fixes' into next
Vinod Koul
1
-1
/
+3
2021-07-14
dmaengine: idxd: assign MSIX vectors to each WQ rather than roundrobin
Dave Jiang
2
-30
/
+8
2021-07-14
dmaengine: idxd: add missing percpu ref put on failure
Dave Jiang
1
-1
/
+3
2021-07-14
dmaengine: idxd: fix setup sequence for MSIXPERM table
Dave Jiang
1
-1
/
+3
2021-07-14
dmaengine: idxd: fix array index when int_handles are being used
Dave Jiang
1
-13
/
+2
2021-07-14
dmaengine: idxd: have command status always set
Dave Jiang
1
-4
/
+5
2021-07-14
dmaengine: idxd: Add wq occupancy information to sysfs attribute
Dave Jiang
2
-0
/
+22
2021-07-14
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
4
-46
/
+74
2021-07-14
dmaengine: idxd: Simplify code and axe the use of a deprecated API
Christophe JAILLET
1
-8
/
+2
2021-07-05
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+2
2021-06-16
Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+61
2021-06-03
dmaengine: idxd: Use cpu_feature_enabled()
Borislav Petkov
1
-2
/
+2
2021-06-03
dmaengine: idxd: Fix missing error code in idxd_cdev_open()
Jiapeng Chong
1
-0
/
+1
2021-05-31
dmaengine: idxd: Add missing cleanup for early error out in probe call
Dave Jiang
1
-3
/
+58
2021-05-10
dmaengine: idxd: remove devm allocation for idxd->int_handles
Dave Jiang
1
-1
/
+2
2021-05-10
dmaengine: idxd: Remove redundant variable cdev_ctx
Jiapeng Chong
1
-2
/
+0
2021-05-10
dmaengine: idxd: add missing dsa driver unregister
Dave Jiang
1
-0
/
+1
2021-05-10
dmaengine: idxd: add engine 'struct device' missing bus type assignment
Dave Jiang
1
-0
/
+1
2021-04-25
dmaengine: idxd: Enable IDXD performance monitor support
Tom Zanussi
2
-4
/
+10
2021-04-25
dmaengine: idxd: Add IDXD performance monitor support
Tom Zanussi
5
-0
/
+936
2021-04-23
dmaengine: idxd: remove MSIX masking for interrupt handlers
Dave Jiang
3
-15
/
+2
2021-04-23
dmaengine: idxd: device cmd should use dedicated lock
Dave Jiang
3
-9
/
+11
2021-04-23
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
5
-1
/
+33
2021-04-23
dmaengine: idxd: enable SVA feature for IOMMU
Dave Jiang
1
-5
/
+14
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
[prev]
[next]