index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-26
dmaengine: idxd: fix wq slot allocation index check
Dave Jiang
1
-1
/
+1
2021-06-23
dmaengine: idxd: add missing dsa driver unregister
Dave Jiang
1
-0
/
+1
2021-05-19
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
5
-89
/
+63
2021-05-19
dmaengine: idxd: fix dma device lifetime
Dave Jiang
3
-18
/
+79
2021-05-19
dmaengine: idxd: Fix potential null dereference on pointer status
Colin Ian King
1
-1
/
+2
2021-04-21
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
3
-18
/
+27
2021-04-21
dmaengine: idxd: fix wq size store permission state
Dave Jiang
1
-1
/
+1
2021-04-21
dmaengine: idxd: fix opcap sysfs attribute output
Dave Jiang
1
-1
/
+7
2021-04-21
dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback
Dave Jiang
1
-1
/
+3
2021-03-04
dmaengine: idxd: set DMA channel to be private
Dave Jiang
1
-0
/
+1
2021-02-17
dmaengine: idxd: check device state before issue command
Dave Jiang
3
-3
/
+27
2021-02-17
dmaengine: idxd: fix misc interrupt completion
Dave Jiang
1
-9
/
+27
2021-02-17
dmaengine: move channel device_node deletion to driver
Dave Jiang
1
-1
/
+4
2021-01-12
dmaengine: idxd: off by one in cleanup code
Dan Carpenter
1
-2
/
+2
2020-11-16
dmaengine: idxd: fix mapping of portal size
Dave Jiang
3
-3
/
+3
2020-10-28
dmaengine: idxd: fix wq config registers offset programming
Dave Jiang
4
-17
/
+43
2020-09-11
Merge tag 'v5.9-rc4' into next
Vinod Koul
2
-12
/
+26
2020-09-03
dmaengine: idxd: add command status to idxd sysfs attribute
Dave Jiang
3
-1
/
+16
2020-09-03
dmaengine: idxd: add support for configurable max wq batch size
Dave Jiang
4
-7
/
+54
2020-09-03
dmaengine: idxd: add support for configurable max wq xfer size
Dave Jiang
4
-1
/
+43
2020-08-17
dmaengine: idxd: clear misc interrupt cause after read
Dave Jiang
1
-1
/
+1
2020-08-17
dmaengine: idxd: reset states after device disable or reset
Dave Jiang
2
-12
/
+26
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
8
-248
/
+174
2020-07-13
dmaengine: idxd: move idxd interrupt handling to mask instead of ignore
Dave Jiang
3
-46
/
+13
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
6
-132
/
+112
2020-07-02
dmaengine: idxd: fix misc interrupt handler thread unmasking
Dave Jiang
1
-1
/
+2
2020-07-02
dmaengine: idxd: cleanup workqueue config after disabling
Dave Jiang
3
-0
/
+31
2020-06-24
dmaengine: idxd: move submission to sbitmap_queue
Dave Jiang
4
-69
/
+45
2020-06-24
dmaengine: idxd: fix cdev locking for open and release
Nikhil Rao
1
-3
/
+16
2020-06-17
dmaengine: cookie bypass for out of order completion
Dave Jiang
1
-1
/
+2
2020-06-10
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+11
2020-05-04
dmaengine: idxd: fix interrupt completion after unmasking
Dave Jiang
2
-7
/
+26
2020-04-15
dmaengine: idxd: export hw version through sysfs
Dave Jiang
1
-0
/
+11
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
3
-11
/
+16
2020-03-23
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
1
-2
/
+2
2020-03-11
dmaengine: idxd: remove global token limit check
Dave Jiang
1
-5
/
+0
2020-03-11
dmaengine: idxd: reflect shadow copy of traffic class programming
Dave Jiang
1
-2
/
+2
2020-03-02
dmaengine: idxd: expose general capabilities register in sysfs
Dave Jiang
1
-0
/
+11
2020-03-02
dmaengine: idxd: check return result from check_vma() in cdev
Dave Jiang
1
-0
/
+2
2020-02-24
dmaengine: idxd: wq size configuration needs to check global max size
Dave Jiang
1
-1
/
+15
2020-02-24
dmaengine: idxd: sysfs input of wq incorrect wq type should return error
Dave Jiang
1
-2
/
+4
2020-02-19
dmaengine: idxd: correct reserved token calculation
Dave Jiang
1
-1
/
+1
2020-02-13
dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
Dan Carpenter
1
-2
/
+2
2020-02-13
dmaengine: idxd: fix runaway module ref count on device driver bind
Dave Jiang
1
-0
/
+3
2020-02-13
dmaengine: idxd: remove set but not used variable 'idxd_cdev'
YueHaibing
1
-2
/
+0
2020-02-13
dmaengine: idxd: remove set but not used variable 'group'
YueHaibing
1
-2
/
+1
2020-02-03
dmaengine: idxd: fix boolconv.cocci warnings
kbuild test robot
1
-1
/
+1
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
8
-5
/
+422
2020-01-24
dmaengine: idxd: connect idxd to dmaengine subsystem
Dave Jiang
8
-2
/
+391
2020-01-24
dmaengine: idxd: add descriptor manipulation routines
Dave Jiang
3
-1
/
+102
[next]