index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-07-28
dmaengine: idxd: fix wq slot allocation index check
Dave Jiang
1
-1
/
+1
2021-07-28
dmaengine: idxd: fix uninit var for alt_drv
Dave Jiang
1
-1
/
+1
2021-07-28
dmaengine: idxd: Set defaults for GRPCFG traffic class
Dave Jiang
4
-2
/
+21
2021-07-27
Merge tag 'bus_remove_return_void-5.15' into next
Vinod Koul
1
-2
/
+1
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-07-21
dmaengine: idxd: remove fault processing code
Dave Jiang
1
-91
/
+4
2021-07-21
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
8
-48
/
+129
2021-07-21
dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone
Dave Jiang
4
-72
/
+98
2021-07-21
dmaengine: idxd: create user driver for wq 'device'
Dave Jiang
4
-14
/
+61
2021-07-21
dmaengine: idxd: create dmaengine driver for wq 'device'
Dave Jiang
4
-35
/
+92
[next]