index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
1
-7
/
+7
|
\
|
*
dmaengine: idxd: Fix default allowed read buffers value in group
Fenghua Yu
2023-02-16
1
-6
/
+6
|
*
dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
Fenghua Yu
2022-12-28
1
-1
/
+1
*
|
dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
Reinette Chatre
2022-12-28
1
-0
/
+11
*
|
dmaengine: idxd: Prevent use after free on completion memory
Reinette Chatre
2022-12-28
1
-1
/
+1
*
|
dmaengine: idxd: Let probe fail when workqueue cannot be enabled
Reinette Chatre
2022-12-28
1
-2
/
+1
|
/
*
dmaengine: idxd: Remove linux/msi.h include
Thomas Gleixner
2022-11-14
1
-1
/
+0
*
dmaengine: idxd: fix RO device state error after been disabled/reset
Fengqian Gao
2022-11-08
1
-6
/
+14
*
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
2022-11-08
1
-3
/
+3
*
dmaengine: idxd: add configuration for concurrent batch descriptor processing
Dave Jiang
2022-09-29
1
-0
/
+2
*
dmaengine: idxd: add configuration for concurrent work descriptor processing
Dave Jiang
2022-09-29
1
-5
/
+8
*
dmaengine: idxd: add WQ operation cap restriction support
Dave Jiang
2022-09-29
1
-1
/
+14
*
dmaengine: idxd: convert ats_dis to a wq flag
Dave Jiang
2022-09-29
1
-2
/
+2
*
dmaengine: idxd: track enabled workqueues in bitmap
Jerry Snitselaar
2022-09-29
1
-0
/
+2
*
dmaengine: idxd: Set wq state to disabled in idxd_wq_disable_cleanup()
Jerry Snitselaar
2022-09-29
1
-1
/
+1
*
dmaengine: idxd: force wq context cleanup on device disable path
Dave Jiang
2022-07-01
1
-4
/
+1
*
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-29
1
-46
/
+105
|
\
|
*
dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabled
Dave Jiang
2022-05-19
1
-1
/
+1
|
*
dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
2022-05-16
1
-1
/
+0
|
*
dmaengine: idxd: skip irq free when wq type is not kernel
Dave Jiang
2022-05-16
1
-0
/
+3
|
*
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
Dave Jiang
2022-05-16
1
-1
/
+0
|
*
dmaengine: idxd: free irq before wq type is reset
Dave Jiang
2022-05-16
1
-1
/
+1
|
*
dmaengine: idxd: fix lockdep warning on device driver removal
Dave Jiang
2022-05-16
1
-7
/
+7
|
*
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
2022-05-16
1
-3
/
+3
|
*
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
2022-04-22
1
-21
/
+37
|
*
dmaengine: idxd: set max_xfer and max_batch for RO device
Dave Jiang
2022-04-20
1
-0
/
+3
|
*
dmaengine: idxd: don't load pasid config until needed
Dave Jiang
2022-04-11
1
-14
/
+52
*
|
dmaengine: idxd: skip clearing device context when device is read-only
Dave Jiang
2022-04-20
1
-0
/
+3
*
|
dmaengine: idxd: fix device cleanup on disable
Dave Jiang
2022-04-08
1
-2
/
+1
|
/
*
dmaengine: idxd: restore traffic class defaults after wq reset
Dave Jiang
2022-02-15
1
-2
/
+7
*
dmaengine: idxd: change bandwidth token to read buffers
Dave Jiang
2022-01-05
1
-13
/
+12
*
dmaengine: idxd: fix wq settings post wq disable
Dave Jiang
2022-01-05
1
-2
/
+10
*
dmaengine: idxd: change MSIX allocation based on per wq activation
Dave Jiang
2022-01-05
1
-61
/
+100
*
dmaengine: idxd: embed irq_entry in idxd_wq struct
Dave Jiang
2022-01-05
1
-10
/
+8
*
dmaengine: idxd: add knob for enqcmds retries
Dave Jiang
2021-12-17
1
-0
/
+1
*
dmaengine: idxd: set defaults for wq configs
Dave Jiang
2021-12-17
1
-8
/
+5
*
dmaengine: idxd: handle interrupt handle revoked event
Dave Jiang
2021-11-22
1
-1
/
+5
*
dmaengine: idxd: create locked version of idxd_quiesce() call
Dave Jiang
2021-11-22
1
-1
/
+9
*
dmaengine: idxd: int handle management refactoring
Dave Jiang
2021-11-22
1
-0
/
+8
*
dmaengine: idxd: cleanup completion record allocation
Dave Jiang
2021-10-28
1
-17
/
+5
*
dmaengine: idxd: reconfig device after device reset command
Dave Jiang
2021-10-25
1
-0
/
+2
*
dmaengine: idxd: remove kernel wq type set when load configuration
Dave Jiang
2021-10-25
1
-2
/
+0
*
dmaengine: idxd: check GENCAP config support for gencfg register
Dave Jiang
2021-10-18
1
-1
/
+1
*
dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission
Dave Jiang
2021-10-01
1
-1
/
+0
*
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
2021-08-29
1
-19
/
+12
*
dmaengine: idxd: remove interrupt disable for cmd_lock
Dave Jiang
2021-08-29
1
-11
/
+8
*
dmaengine: idxd: fix setting up priv mode for dwq
Dave Jiang
2021-08-29
1
-1
/
+28
*
dmaengine: idxd: set descriptor allocation size to threshold for swq
Dave Jiang
2021-08-25
1
-2
/
+2
*
dmaengine: idxd: clear block on fault flag when clear wq
Dave Jiang
2021-08-06
1
-0
/
+1
*
dmanegine: idxd: add software command status
Dave Jiang
2021-07-28
1
-3
/
+19
[next]