index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
device.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-12-02
1
-7
/
+7
*
dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
Rex Zhang
2024-04-07
1
-4
/
+4
*
Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-01-21
1
-1
/
+8
|
\
|
*
dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
Rex Zhang
2023-12-21
1
-1
/
+8
*
|
dmaengine: idxd: add callback support for iaa crypto
Tom Zanussi
2023-12-15
1
-1
/
+1
*
|
dmaengine: idxd: Export wq resource management functions
Tom Zanussi
2023-12-15
1
-0
/
+5
*
|
dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...
Tom Zanussi
2023-12-15
1
-2
/
+4
|
/
*
dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq
Rex Zhang
2023-10-04
1
-2
/
+3
*
Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-09-03
1
-2
/
+0
|
\
|
*
dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
2023-07-12
1
-2
/
+0
|
|
|
\
*
-
.
\
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
2023-08-21
1
-25
/
+14
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
2023-08-09
1
-25
/
+14
|
|
/
*
/
dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
Fenghua Yu
2023-08-06
1
-3
/
+1
|
/
*
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-03
1
-2
/
+111
|
\
|
*
dmaengine: idxd: add per wq PRS disable
Dave Jiang
2023-04-12
1
-1
/
+5
|
*
dmaengine: idxd: process user page faults for completion record
Dave Jiang
2023-04-12
1
-2
/
+20
|
*
dmaengine: idxd: setup event log configuration
Dave Jiang
2023-04-12
1
-1
/
+88
*
|
iommu/ioasid: Rename INVALID_IOASID
Jacob Pan
2023-03-31
1
-4
/
+4
|
/
*
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-25
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-13
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
[next]