index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-16
/
+15
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-16
dmaengine: idxd: Fix default allowed read buffers value in group
Fenghua Yu
2
-6
/
+11
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-12-28
dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
Reinette Chatre
1
-0
/
+11
2022-12-28
dmaengine: idxd: Prevent use after free on completion memory
Reinette Chatre
1
-1
/
+1
2022-12-28
dmaengine: idxd: Let probe fail when workqueue cannot be enabled
Reinette Chatre
1
-2
/
+1
2022-12-28
dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
Fenghua Yu
3
-4
/
+4
2022-12-28
dmaengine: idxd: Remove the unused function set_completion_address()
Jiapeng Chong
1
-6
/
+0
2022-12-19
Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+68
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
5
-12
/
+70
2022-11-14
dmaengine: idxd: Remove linux/msi.h include
Thomas Gleixner
1
-1
/
+0
2022-11-11
Merge branch 'fixes' into next
Vinod Koul
5
-12
/
+70
2022-11-08
dmaengine: idxd: fix RO device state error after been disabled/reset
Fengqian Gao
1
-6
/
+14
2022-11-08
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
4
-6
/
+38
2022-11-04
dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA
Xiaochen Shen
1
-0
/
+36
2022-11-03
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
2
-26
/
+2
2022-10-19
dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAA
Xiaochen Shen
1
-0
/
+32
2022-10-19
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
1
-0
/
+18
2022-09-29
dmaengine: idxd: add configuration for concurrent batch descriptor processing
Dave Jiang
4
-3
/
+40
2022-09-29
dmaengine: idxd: add configuration for concurrent work descriptor processing
Dave Jiang
4
-15
/
+75
2022-09-29
dmaengine: idxd: add WQ operation cap restriction support
Dave Jiang
5
-3
/
+117
2022-09-29
dmanegine: idxd: reformat opcap output to match bitmap_parse() input
Dave Jiang
4
-7
/
+26
2022-09-29
dmaengine: idxd: convert ats_dis to a wq flag
Dave Jiang
3
-5
/
+8
2022-09-29
dmaengine: idxd: Remove unused struct idxd_fault
Yuan Can
1
-6
/
+0
2022-09-29
dmaengine: idxd: track enabled workqueues in bitmap
Jerry Snitselaar
5
-2
/
+14
2022-09-29
dmaengine: idxd: Set wq state to disabled in idxd_wq_disable_cleanup()
Jerry Snitselaar
1
-1
/
+1
2022-09-04
dmaengine: idxd: avoid deadlock in process_misc_interrupts()
Jerry Snitselaar
1
-2
/
+0
2022-07-05
dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enablin...
Jerry Snitselaar
1
-6
/
+7
2022-07-01
dmaengine: idxd: force wq context cleanup on device disable path
Dave Jiang
1
-4
/
+1
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
[next]