index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-24
2
-3
/
+9
|
\
|
*
dmaengine: idxd: add module parameter to force disable of SVA
Dave Jiang
2021-01-26
1
-1
/
+7
|
*
dmaengine: idxd: set DMA channel to be private
Dave Jiang
2021-01-17
1
-0
/
+1
|
*
dma: idxd: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
2021-01-08
1
-2
/
+1
*
|
dmaengine: idxd: check device state before issue command
Dave Jiang
2021-02-03
3
-3
/
+27
*
|
dmaengine: move channel device_node deletion to driver
Dave Jiang
2021-01-19
1
-1
/
+4
*
|
dmaengine: idxd: fix misc interrupt completion
Dave Jiang
2021-01-17
1
-9
/
+27
*
|
dmaengine: idxd: Fix list corruption in description completion
Dave Jiang
2021-01-17
1
-42
/
+44
*
|
dmaengine: idxd: off by one in cleanup code
Dan Carpenter
2020-12-29
1
-2
/
+2
|
/
*
Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-17
9
-91
/
+710
|
\
|
*
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-12-11
7
-17
/
+108
|
*
dmaengine: idxd: add ATS disable knob for work queues
Dave Jiang
2020-12-10
4
-2
/
+42
|
*
dmaengine: idxd: define table offset multiplier
Dave Jiang
2020-11-09
2
-10
/
+9
|
*
dmaengine: idxd: Update calculation of group offset to be more readable
Dave Jiang
2020-11-09
2
-7
/
+23
|
*
dmaengine: idxd: Clean up descriptors with fault error
Dave Jiang
2020-10-30
3
-12
/
+140
|
*
dmaengine: idxd: Add shared workqueue support
Dave Jiang
2020-10-30
8
-43
/
+388
|
*
dmaengine: idxd: fix wq config registers offset programming
Dave Jiang
2020-10-30
4
-17
/
+43
*
|
dmaengine: idxd: fix mapping of portal size
Dave Jiang
2020-11-16
3
-3
/
+3
*
|
dmaengine: idxd: fix wq config registers offset programming
Dave Jiang
2020-10-28
4
-17
/
+43
|
/
*
Merge tag 'v5.9-rc4' into next
Vinod Koul
2020-09-11
2
-12
/
+26
|
\
|
*
dmaengine: idxd: reset states after device disable or reset
Dave Jiang
2020-08-17
2
-12
/
+26
*
|
dmaengine: idxd: add command status to idxd sysfs attribute
Dave Jiang
2020-09-03
3
-1
/
+16
*
|
dmaengine: idxd: add support for configurable max wq batch size
Dave Jiang
2020-09-03
4
-7
/
+54
*
|
dmaengine: idxd: add support for configurable max wq xfer size
Dave Jiang
2020-09-03
4
-1
/
+43
*
|
dmaengine: idxd: clear misc interrupt cause after read
Dave Jiang
2020-08-17
1
-1
/
+1
|
/
*
Merge branch 'for-linus' into fixes
Vinod Koul
2020-08-05
8
-248
/
+174
|
\
|
*
dmaengine: idxd: move idxd interrupt handling to mask instead of ignore
Dave Jiang
2020-07-13
3
-46
/
+13
|
*
dmaengine: idxd: add work queue drain support
Dave Jiang
2020-07-13
6
-132
/
+112
|
*
dmaengine: idxd: move submission to sbitmap_queue
Dave Jiang
2020-06-24
4
-69
/
+45
|
*
dmaengine: cookie bypass for out of order completion
Dave Jiang
2020-06-17
1
-1
/
+2
*
|
dmaengine: idxd: fix misc interrupt handler thread unmasking
Dave Jiang
2020-07-02
1
-1
/
+2
*
|
dmaengine: idxd: cleanup workqueue config after disabling
Dave Jiang
2020-07-02
3
-0
/
+31
*
|
dmaengine: idxd: fix cdev locking for open and release
Nikhil Rao
2020-06-24
1
-3
/
+16
|
/
*
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-06-10
1
-0
/
+11
|
\
|
*
dmaengine: idxd: export hw version through sysfs
Dave Jiang
2020-04-15
1
-0
/
+11
*
|
dmaengine: idxd: fix interrupt completion after unmasking
Dave Jiang
2020-05-04
2
-7
/
+26
|
/
*
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-04-03
3
-11
/
+16
|
\
|
*
dmaengine: idxd: remove global token limit check
Dave Jiang
2020-03-11
1
-5
/
+0
|
*
dmaengine: idxd: reflect shadow copy of traffic class programming
Dave Jiang
2020-03-11
1
-2
/
+2
|
*
dmaengine: idxd: expose general capabilities register in sysfs
Dave Jiang
2020-03-02
1
-0
/
+11
|
*
dmaengine: idxd: check return result from check_vma() in cdev
Dave Jiang
2020-03-02
1
-0
/
+2
|
*
dmaengine: idxd: remove set but not used variable 'idxd_cdev'
YueHaibing
2020-02-13
1
-2
/
+0
|
*
dmaengine: idxd: remove set but not used variable 'group'
YueHaibing
2020-02-13
1
-2
/
+1
*
|
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
2020-03-23
1
-2
/
+2
*
|
dmaengine: idxd: wq size configuration needs to check global max size
Dave Jiang
2020-02-24
1
-1
/
+15
*
|
dmaengine: idxd: sysfs input of wq incorrect wq type should return error
Dave Jiang
2020-02-24
1
-2
/
+4
*
|
dmaengine: idxd: correct reserved token calculation
Dave Jiang
2020-02-19
1
-1
/
+1
*
|
dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
Dan Carpenter
2020-02-13
1
-2
/
+2
*
|
dmaengine: idxd: fix runaway module ref count on device driver bind
Dave Jiang
2020-02-13
1
-0
/
+3
|
/
*
dmaengine: idxd: fix boolconv.cocci warnings
kbuild test robot
2020-02-03
1
-1
/
+1
[next]