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-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-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
2021-10-18
dmaengine: idxd: remove gen cap field per spec 1.2 update
Dave Jiang
1
-2
/
+1
2021-10-18
dmaengine: idxd: check GENCAP config support for gencfg register
Dave Jiang
1
-1
/
+1
2021-10-01
dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission
Dave Jiang
2
-1
/
+2
2021-08-29
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
4
-32
/
+22
2021-08-29
dmaengine: idxd: remove interrupt disable for cmd_lock
Dave Jiang
1
-11
/
+8
2021-08-29
dmaengine: idxd: fix setting up priv mode for dwq
Dave Jiang
2
-2
/
+33
2021-08-25
dmaengine: idxd: set descriptor allocation size to threshold for swq
Dave Jiang
1
-2
/
+2
2021-08-25
dmaengine: idxd: make submit failure path consistent on desc freeing
Dave Jiang
2
-5
/
+10
2021-08-06
dmaengine: idxd: remove interrupt flag for completion list spinlock
Dave Jiang
2
-10
/
+7
2021-08-06
dmaengine: idxd: make I/O interrupt handler one shot
Dave Jiang
1
-51
/
+8
2021-08-06
dmaengine: idxd: clear block on fault flag when clear wq
Dave Jiang
1
-0
/
+1
2021-08-06
dmaengine: idxd: add capability check for 'block on fault' attribute
Dave Jiang
1
-0
/
+3
2021-08-06
dmaengine: idxd: Remove unused status variable in irq_process_work_list()
Nathan Chancellor
1
-2
/
+0
2021-08-02
dmaengine: idxd: Fix a possible NULL pointer dereference
Christophe JAILLET
1
-11
/
+4
2021-07-29
dmaengine: idxd: fix abort status check
Dave Jiang
1
-2
/
+10
2021-07-28
dmanegine: idxd: add software command status
Dave Jiang
5
-6
/
+38
2021-07-28
dmaengine: idxd: rotate portal address for better performance
Dave Jiang
3
-1
/
+22
[next]