index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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-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
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
Merge branch 'fixes' into next
Vinod Koul
5
-30
/
+72
2021-04-20
dmaengine: idxd: Fix potential null dereference on pointer status
Colin Ian King
1
-1
/
+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: 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 clobbering of SWERR overflow bit on writeback
Dave Jiang
1
-1
/
+3
2021-02-23
Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+9
2021-02-03
dmaengine: idxd: check device state before issue command
Dave Jiang
3
-3
/
+27
2021-01-26
dmaengine: idxd: add module parameter to force disable of SVA
Dave Jiang
1
-1
/
+7
2021-01-19
dmaengine: move channel device_node deletion to driver
Dave Jiang
1
-1
/
+4
2021-01-17
dmaengine: idxd: set DMA channel to be private
Dave Jiang
1
-0
/
+1
2021-01-17
dmaengine: idxd: fix misc interrupt completion
Dave Jiang
1
-9
/
+27
2021-01-17
dmaengine: idxd: Fix list corruption in description completion
Dave Jiang
1
-42
/
+44
2021-01-08
dma: idxd: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
1
-2
/
+1
2020-12-29
dmaengine: idxd: off by one in cleanup code
Dan Carpenter
1
-2
/
+2
2020-12-17
Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-91
/
+710
2020-12-11
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
7
-17
/
+108
2020-12-10
dmaengine: idxd: add ATS disable knob for work queues
Dave Jiang
4
-2
/
+42
2020-11-16
dmaengine: idxd: fix mapping of portal size
Dave Jiang
3
-3
/
+3
[next]