index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-02
dmaengine: idxd: fix double free of wq, engine, and group structs
Yuho Choi
1
-31
/
+5
2026-02-25
dmaengine: idxd: Fix possible invalid memory access after FLR
Vinicius Costa Gomes
1
-0
/
+1
2026-02-25
dmaengine: idxd: Fix crash when the event log is disabled
Vinicius Costa Gomes
1
-1
/
+2
2026-02-25
dmaengine: idxd: Fix lockdep warnings when calling idxd_device_config()
Vinicius Costa Gomes
1
-6
/
+4
2026-01-09
dmaengine: idxd: Add Max SGL Size Support for DSA3.0
Yi Sun
1
-0
/
+5
2026-01-09
dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
Yi Sun
1
-0
/
+6
2025-10-06
Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2025-08-20
dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platforms
Anil S Keshavamurthy
1
-0
/
+2
2025-08-20
dmaengine: idxd: Fix double free in idxd_setup_wqs()
Dan Carpenter
1
-16
/
+17
2025-08-20
dmaengine: idxd: Fix refcount underflow on module unload
Yi Sun
1
-1
/
+4
2025-08-20
dmaengine: idxd: Remove improper idxd_free
Yi Sun
1
-1
/
+0
2025-06-26
dmaengine: idxd: Fix warning for deadcode.deadstore
Anil S Keshavamurthy
1
-1
/
+0
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
1
-35
/
+6
2025-05-14
dmaengine: idxd: Refactor remove call with idxd_cleanup() helper
Shuai Xue
1
-12
/
+2
2025-05-14
dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
Shuai Xue
1
-0
/
+1
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
Shuai Xue
1
-1
/
+12
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
Shuai Xue
1
-9
/
+15
2025-05-14
dmaengine: idxd: Add missing cleanups in cleanup internals
Shuai Xue
1
-8
/
+3
2025-05-14
dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
Shuai Xue
1
-7
/
+51
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
Shuai Xue
1
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
Shuai Xue
1
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
Shuai Xue
1
-9
/
+21
2025-04-28
dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
1
-31
/
+6
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
1
-7
/
+1
2025-02-10
dmaengine: idxd: Delete unnecessary NULL check
Dan Carpenter
1
-2
/
+1
2025-01-29
Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-38
/
+443
2024-12-24
dmaengine: idxd: Enable Function Level Reset (FLR) for halt
Fenghua Yu
1
-0
/
+123
2024-12-24
dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...
Fenghua Yu
1
-0
/
+225
2024-12-24
dmaengine: idxd: Binding and unbinding IDXD device and driver
Fenghua Yu
1
-0
/
+33
2024-12-24
dmaengine: idxd: Add idxd_pci_probe_alloc() helper
Fenghua Yu
1
-40
/
+62
2024-12-11
dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms
Fenghua Yu
1
-0
/
+2
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-09-23
Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+6
2024-09-10
dmaengine: idxd: Clean up cpumask and hotplug for perfmon
Kan Liang
1
-3
/
+0
2024-08-29
dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platform
Fenghua Yu
1
-0
/
+4
2024-08-29
dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platform
Fenghua Yu
1
-0
/
+2
2024-07-24
Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2024-07-04
iommu: Introduce domain attachment handle
Lu Baolu
1
-1
/
+1
2024-06-07
dmaengine: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-05-13
dmaengine: idxd: add a new security check to deal with a hardware erratum
Arjan van de Ven
1
-0
/
+4
2024-04-07
dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
Rex Zhang
1
-1
/
+1
2024-02-22
dmaengine: idxd: Ensure safe user copy of completion record
Fenghua Yu
1
-3
/
+12
2023-12-15
dmaengine: idxd: Add support for device/wq defaults
Tom Zanussi
1
-0
/
+7
2023-08-09
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
1
-4
/
+50
2023-05-03
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+58
2023-04-14
Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...
Joerg Roedel
1
-7
/
+26
2023-04-13
dmaengine: idxd: Add enable/disable device IOPF feature
Lu Baolu
1
-6
/
+25
2023-04-12
dmaengine: idxd: process batch descriptor completion record faults
Dave Jiang
1
-0
/
+4
2023-04-12
dmaengine: idxd: process user page faults for completion record
Dave Jiang
1
-0
/
+2
2023-04-12
dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...
Fenghua Yu
1
-0
/
+2
[next]