index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-29
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-113
/
+184
2022-05-19
dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabled
Dave Jiang
1
-1
/
+1
2022-05-16
dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-1
/
+0
2022-05-16
dmaengine: idxd: add missing callback function to support DMA_INTERRUPT
Dave Jiang
1
-0
/
+22
2022-05-16
dmaengine: idxd: skip irq free when wq type is not kernel
Dave Jiang
1
-0
/
+3
2022-05-16
dmaengine: idxd: make idxd_register/unregister_dma_channel() static
Dave Jiang
2
-4
/
+2
2022-05-16
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
Dave Jiang
1
-1
/
+0
2022-05-16
dmaengine: idxd: free irq before wq type is reset
Dave Jiang
1
-1
/
+1
2022-05-16
dmaengine: idxd: fix lockdep warning on device driver removal
Dave Jiang
1
-7
/
+7
2022-05-16
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
5
-23
/
+35
2022-05-16
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
1
-1
/
+7
2022-04-22
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
4
-61
/
+43
2022-04-20
dmaengine: idxd: move wq irq enabling to after device enable
Dave Jiang
1
-9
/
+9
2022-04-20
dmaengine: idxd: skip clearing device context when device is read-only
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: add RO check for wq max_transfer_size write
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: add RO check for wq max_batch_size write
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: fix retry value to be constant for duration of function call
Dave Jiang
1
-2
/
+2
2022-04-20
dmaengine: idxd: match type for retries var in idxd_enqcmds()
Dave Jiang
1
-1
/
+2
2022-04-20
dmaengine: idxd: set max_xfer and max_batch for RO device
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: set DMA_INTERRUPT cap bit
Dave Jiang
1
-0
/
+1
2022-04-11
dmaengine: idxd: remove trailing white space on input str for wq name
Dave Jiang
1
-2
/
+8
2022-04-11
dmaengine: idxd: don't load pasid config until needed
Dave Jiang
2
-14
/
+53
2022-04-08
dmaengine: idxd: fix device cleanup on disable
Dave Jiang
1
-2
/
+1
2022-03-11
dmaengine: idxd: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-2
/
+0
2022-02-15
dmaengine: idxd: restore traffic class defaults after wq reset
Dave Jiang
1
-2
/
+7
2022-01-05
dmaengine: idxd: deprecate token sysfs attributes for read buffers
Dave Jiang
1
-27
/
+118
2022-01-05
dmaengine: idxd: change bandwidth token to read buffers
Dave Jiang
5
-50
/
+49
2022-01-05
dmaengine: idxd: fix wq settings post wq disable
Dave Jiang
1
-2
/
+10
2022-01-05
dmaengine: idxd: change MSIX allocation based on per wq activation
Dave Jiang
5
-185
/
+131
2022-01-05
dmaengine: idxd: fix descriptor flushing locking
Dave Jiang
1
-14
/
+15
2022-01-05
dmaengine: idxd: embed irq_entry in idxd_wq struct
Dave Jiang
6
-99
/
+79
2022-01-05
Merge branch 'fixes' into next
Vinod Koul
2
-2
/
+18
2021-12-17
dmaengine: idxd: add knob for enqcmds retries
Dave Jiang
6
-8
/
+68
2021-12-17
dmaengine: idxd: set defaults for wq configs
Dave Jiang
3
-10
/
+11
2021-12-13
dmaengine: idxd: fix missed completion on abort path
Dave Jiang
1
-1
/
+17
2021-11-22
dmaengine: idxd: fix calling wq quiesce inside spinlock
Dave Jiang
1
-1
/
+1
2021-11-22
dmaengine: idxd: handle interrupt handle revoked event
Dave Jiang
6
-4
/
+152
2021-11-22
dmaengine: idxd: handle invalid interrupt handle descriptors
Dave Jiang
3
-4
/
+61
2021-11-22
dmaengine: idxd: create locked version of idxd_quiesce() call
Dave Jiang
3
-3
/
+12
2021-11-22
dmaengine: idxd: add helper for per interrupt handle drain
Dave Jiang
1
-0
/
+39
2021-11-22
dmaengine: idxd: move interrupt handle assignment
Dave Jiang
1
-9
/
+5
2021-11-22
dmaengine: idxd: int handle management refactoring
Dave Jiang
5
-47
/
+64
2021-11-22
dmaengine: idxd: rework descriptor free path on failure
Dave Jiang
5
-28
/
+19
2021-10-28
dmaengine: idxd: fix resource leak on dmaengine driver disable
Dave Jiang
1
-2
/
+1
2021-10-28
dmaengine: idxd: cleanup completion record allocation
Dave Jiang
2
-19
/
+5
2021-10-25
dmaengine: idxd: reconfig device after device reset command
Dave Jiang
1
-0
/
+2
2021-10-25
dmaengine: idxd: add halt interrupt support
Dave Jiang
2
-0
/
+6
2021-10-25
dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail
Bixuan Cui
1
-2
/
+1
2021-10-25
dmanegine: idxd: fix resource free ordering on driver removal
Dave Jiang
1
-3
/
+11
2021-10-25
dmaengine: idxd: remove kernel wq type set when load configuration
Dave Jiang
1
-2
/
+0
[next]