summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
11 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+86
2026-01-09dmaengine: idxd: Add Max SGL Size Support for DSA3.0Yi Sun-1/+28
2026-01-09dmaengine: idxd: Expose DSA3.0 capabilities through sysfsYi Sun-0/+58
2025-12-14dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold-4/+19
2025-10-16dmaengine: idxd: drain ATS translations when disabling WQNikhil Rao-2/+17
2025-10-06Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+5
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-0/+4
2025-08-27dmaengine: idxd: Allow registers.h to be included from tools/David Matlack-0/+4
2025-08-20dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platformsAnil S Keshavamurthy-0/+3
2025-08-20dmaengine: idxd: Fix double free in idxd_setup_wqs()Dan Carpenter-16/+17
2025-08-20dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum-4/+2
2025-08-20dmaengine: idxd: Fix refcount underflow on module unloadYi Sun-1/+4
2025-08-20dmaengine: idxd: Remove improper idxd_freeYi Sun-1/+0
2025-06-27dmaengine: idxd: Remove __packed from structuresYi Sun-30/+30
2025-06-26dmaengine: idxd: Fix warning for deadcode.deadstoreAnil S Keshavamurthy-1/+0
2025-06-05Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+11
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel-35/+6
2025-05-14dmaengine: idxd: Remove unused pointer and macroEder Zulian-2/+0
2025-05-14dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 onlyVinicius Costa Gomes-4/+8
2025-05-14dmaengine: idxd: Fix ->poll() return valueDave Jiang-1/+1
2025-05-14dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...Yi Sun-1/+3
2025-05-14dmaengine: idxd: Refactor remove call with idxd_cleanup() helperShuai Xue-12/+2
2025-05-14dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue-0/+1
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue-1/+12
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue-9/+15
2025-05-14dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue-8/+3
2025-05-14dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue-7/+51
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue-9/+21
2025-04-28dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu-31/+6
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe-7/+1
2025-04-23dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes-0/+9
2025-04-17dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi-2/+2
2025-02-10dmaengine: idxd: Delete unnecessary NULL checkDan Carpenter-2/+1
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-87/+510
2024-12-24dmaengine: idxd: Enable Function Level Reset (FLR) for haltFenghua Yu-3/+148
2024-12-24dmaengine: idxd: Refactor halt handlerFenghua Yu-32/+31
2024-12-24dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...Fenghua Yu-0/+236
2024-12-24dmaengine: idxd: Binding and unbinding IDXD device and driverFenghua Yu-0/+33
2024-12-24dmaengine: idxd: Add idxd_pci_probe_alloc() helperFenghua Yu-40/+64
2024-12-24dmaengine: idxd: Remove unused idxd_(un)register_bus_typeDr. David Alan Gilbert-12/+0
2024-12-11dmaengine: idxd: Add a new IAA device ID on Panther Lake family platformsFenghua Yu-0/+3
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-12/+12
2024-12-02dmaengine: idxd: Remove a useless mutexChristophe JAILLET-5/+0
2024-10-21dmaengine: idxd: Move DSA/IAA device IDs to IDXD driverFenghua Yu-0/+4
2024-09-23Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+9