index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-15
4
-15
/
+15
|
\
|
*
dmaengine: idxd: constify the struct device_type usage
Ricardo B. Marliere
2024-02-22
3
-13
/
+13
|
*
dmaengine: idxd: make dsa_bus_type const
Ricardo B. Marliere
2024-02-16
2
-2
/
+2
*
|
dmaengine: idxd: Ensure safe user copy of completion record
Fenghua Yu
2024-02-22
1
-3
/
+12
*
|
dmaengine: idxd: Remove shadow Event Log head stored in idxd
Fenghua Yu
2024-02-16
4
-5
/
+3
|
/
*
Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-01-20
2
-3
/
+10
|
\
|
*
Merge tag 'dmaengine-6.8-rc1' into fixes
Vinod Koul
2024-01-19
2
-3
/
+10
|
|
\
|
|
*
dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
Rex Zhang
2023-12-21
1
-1
/
+8
|
|
*
dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-21
1
-2
/
+2
*
|
|
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-03
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-07
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
[next]