index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Lines
10 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
11 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2026-02-17
Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+86
2026-01-09
dmaengine: idxd: Add Max SGL Size Support for DSA3.0
Yi Sun
-1
/
+28
2026-01-09
dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
Yi Sun
-0
/
+58
2025-12-14
dmaengine: idxd: fix device leaks on compat bind and unbind
Johan Hovold
-4
/
+19
2025-10-16
dmaengine: idxd: drain ATS translations when disabling WQ
Nikhil Rao
-2
/
+17
2025-10-06
Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+5
2025-10-04
Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
-0
/
+4
2025-08-27
dmaengine: idxd: Allow registers.h to be included from tools/
David Matlack
-0
/
+4
2025-08-20
dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platforms
Anil S Keshavamurthy
-0
/
+3
2025-08-20
dmaengine: idxd: Fix double free in idxd_setup_wqs()
Dan Carpenter
-16
/
+17
2025-08-20
dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()
Thorsten Blum
-4
/
+2
2025-08-20
dmaengine: idxd: Fix refcount underflow on module unload
Yi Sun
-1
/
+4
2025-08-20
dmaengine: idxd: Remove improper idxd_free
Yi Sun
-1
/
+0
2025-06-27
dmaengine: idxd: Remove __packed from structures
Yi Sun
-30
/
+30
2025-06-26
dmaengine: idxd: Fix warning for deadcode.deadstore
Anil S Keshavamurthy
-1
/
+0
2025-06-05
Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+11
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
-35
/
+6
2025-05-14
dmaengine: idxd: Remove unused pointer and macro
Eder Zulian
-2
/
+0
2025-05-14
dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 only
Vinicius Costa Gomes
-4
/
+8
2025-05-14
dmaengine: idxd: Fix ->poll() return value
Dave Jiang
-1
/
+1
2025-05-14
dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...
Yi Sun
-1
/
+3
2025-05-14
dmaengine: idxd: Refactor remove call with idxd_cleanup() helper
Shuai Xue
-12
/
+2
2025-05-14
dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
Shuai Xue
-0
/
+1
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
Shuai Xue
-1
/
+12
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
Shuai Xue
-9
/
+15
2025-05-14
dmaengine: idxd: Add missing cleanups in cleanup internals
Shuai Xue
-8
/
+3
2025-05-14
dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
Shuai Xue
-7
/
+51
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
Shuai Xue
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
Shuai Xue
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
Shuai Xue
-9
/
+21
2025-04-28
dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
-31
/
+6
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
-7
/
+1
2025-04-23
dmaengine: idxd: Fix allowing write() from different address spaces
Vinicius Costa Gomes
-0
/
+9
2025-04-17
dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open
Purva Yeshi
-2
/
+2
2025-02-10
dmaengine: idxd: Delete unnecessary NULL check
Dan Carpenter
-2
/
+1
2025-01-29
Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-87
/
+510
2024-12-24
dmaengine: idxd: Enable Function Level Reset (FLR) for halt
Fenghua Yu
-3
/
+148
2024-12-24
dmaengine: idxd: Refactor halt handler
Fenghua Yu
-32
/
+31
2024-12-24
dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...
Fenghua Yu
-0
/
+236
2024-12-24
dmaengine: idxd: Binding and unbinding IDXD device and driver
Fenghua Yu
-0
/
+33
2024-12-24
dmaengine: idxd: Add idxd_pci_probe_alloc() helper
Fenghua Yu
-40
/
+64
2024-12-24
dmaengine: idxd: Remove unused idxd_(un)register_bus_type
Dr. David Alan Gilbert
-12
/
+0
2024-12-11
dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms
Fenghua Yu
-0
/
+3
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-12
/
+12
2024-12-02
dmaengine: idxd: Remove a useless mutex
Christophe JAILLET
-5
/
+0
2024-10-21
dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver
Fenghua Yu
-0
/
+4
2024-09-23
Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+9
[next]