index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2024-01-10
10
-31
/
+169
|
\
|
*
dmaengine: idxd: Add support for device/wq defaults
Tom Zanussi
2023-12-15
4
-1
/
+65
|
*
dmaengine: idxd: add callback support for iaa crypto
Tom Zanussi
2023-12-15
5
-20
/
+65
|
*
dmaengine: idxd: Add wq private data accessors
Tom Zanussi
2023-12-15
1
-0
/
+10
|
*
dmaengine: idxd: Export wq resource management functions
Tom Zanussi
2023-12-15
1
-0
/
+5
|
*
dmaengine: idxd: Export descriptor management functions
Tom Zanussi
2023-12-15
1
-0
/
+3
|
*
dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...
Tom Zanussi
2023-12-15
4
-10
/
+12
|
*
dmaengine: idxd: add external module driver support for dsa_bus_type
Dave Jiang
2023-12-15
2
-0
/
+9
*
|
dmaengine: idxd: Fix incorrect descriptions for GRPCFG register
Guanjun
2023-12-11
1
-5
/
+7
*
|
dmaengine: idxd: Protect int_handle field in hw descriptor
Guanjun
2023-12-11
1
-7
/
+7
|
/
*
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-11-04
6
-5
/
+61
|
\
|
*
dmaengine: idxd: add wq driver name support for accel-config user tool
Dave Jiang
2023-10-04
4
-0
/
+56
|
*
dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers
Fenghua Yu
2023-09-28
1
-3
/
+3
|
*
dmaengine: idxd: rate limit printk in misc interrupt thread
Dave Jiang
2023-09-28
1
-2
/
+2
*
|
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
4
-31
/
+16
|
\
|
*
dmaengine: idxd: Fix issues with PRS disable sysfs knob
Fenghua Yu
2023-08-21
1
-2
/
+2
|
*
dmaengine: idxd: Allow ATS disable update only for configurable devices
Fenghua Yu
2023-08-21
1
-0
/
+4
|
*
dmaengine: idxd: Remove unused declarations
Yue Haibing
2023-08-21
1
-5
/
+0
|
*
dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported
Fenghua Yu
2023-08-01
1
-4
/
+3
|
*
dmaengine: idxd: Simplify WQ attribute visibility checks
Fenghua Yu
2023-08-01
1
-15
/
+5
|
*
dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_update
Uros Bizjak
2023-08-01
1
-4
/
+3
|
*
dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
2023-07-12
1
-2
/
+0
|
*
dmaengine: idxd: Modify the dependence of attribute pasid_enabled
Rex Zhang
2023-07-12
1
-1
/
+1
|
|
|
\
*
-
.
\
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
2023-08-21
5
-38
/
+76
|
\
\
\
|
|
|
/
|
|
/
|
|
|
*
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
2023-08-09
5
-38
/
+76
|
|
/
*
/
dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
Fenghua Yu
2023-08-06
1
-3
/
+1
|
/
*
dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()
Harshit Mogalapalli
2023-05-17
1
-1
/
+0
*
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-05-03
9
-69
/
+1127
|
\
|
*
dmaengine: idxd: add per wq PRS disable
Dave Jiang
2023-04-12
4
-5
/
+64
|
*
dmaengine: idxd: add pid to exported sysfs attribute for opened file
Dave Jiang
2023-04-12
1
-0
/
+11
|
*
dmaengine: idxd: expose fault counters to sysfs
Dave Jiang
2023-04-12
1
-0
/
+46
|
*
dmaengine: idxd: add a device to represent the file opened
Dave Jiang
2023-04-12
2
-24
/
+97
|
*
dmaengine: idxd: add per file user counters for completion record faults
Dave Jiang
2023-04-12
3
-0
/
+29
|
*
dmaengine: idxd: process batch descriptor completion record faults
Dave Jiang
2023-04-12
4
-25
/
+77
|
*
dmaengine: idxd: process user page faults for completion record
Dave Jiang
2023-04-12
5
-7
/
+136
|
*
dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...
Fenghua Yu
2023-04-12
4
-5
/
+111
|
*
dmaengine: idxd: create kmem cache for event log fault items
Dave Jiang
2023-04-12
3
-0
/
+20
|
*
dmaengine: idxd: add per DSA wq workqueue for processing cr faults
Dave Jiang
2023-04-12
2
-0
/
+12
|
*
dmanegine: idxd: add debugfs for event log dump
Dave Jiang
2023-04-12
4
-1
/
+160
|
*
dmaengine: idxd: add interrupt handling for event log
Dave Jiang
2023-04-12
2
-0
/
+67
|
*
dmaengine: idxd: setup event log configuration
Dave Jiang
2023-04-12
5
-4
/
+180
|
*
dmaengine: idxd: add event log size sysfs attribute
Dave Jiang
2023-04-12
4
-1
/
+86
|
*
dmaengine: idxd: make misc interrupt one shot
Dave Jiang
2023-04-12
1
-26
/
+12
|
*
dmaengine: idxd: expose IAA CAP register via sysfs knob
Dave Jiang
2023-03-31
4
-0
/
+50
|
*
dmaengine: idxd: reformat swerror output to standard Linux bitmap output
Dave Jiang
2023-03-31
3
-7
/
+6
|
*
dmaengine: idxd: Remove unnecessary aer.h include
Bjorn Helgaas
2023-03-17
1
-1
/
+0
*
|
Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-04-30
4
-13
/
+32
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...
Joerg Roedel
2023-04-14
4
-13
/
+32
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
iommu: Remove ioasid infrastructure
Jason Gunthorpe
2023-03-31
1
-1
/
+0
[next]