summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd
AgeCommit message (Expand)AuthorFilesLines
2025-07-06dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...Yi Sun1-1/+3
2025-06-04dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi1-2/+2
2025-05-29dmaengine: idxd: Fix ->poll() return valueDave Jiang1-1/+1
2025-05-29dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes1-0/+9
2025-05-22dmaengine: idxd: Refactor remove call with idxd_cleanup() helperShuai Xue1-12/+2
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue1-1/+12
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue1-9/+15
2025-05-22dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue1-0/+1
2025-05-22dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue1-8/+3
2025-05-22dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue1-7/+51
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue1-0/+4
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue1-0/+4
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue1-9/+21
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-09-24Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+9
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang3-107/+1
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana1-1/+1
2024-08-29dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu1-0/+4
2024-08-29dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu1-0/+2
2024-08-05dmaengine: idxd: Convert comma to semicolonChen Ni1-2/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+3
2024-07-24Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2024-07-09Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe1-1/+1
2024-07-04iommu: Introduce domain attachment handleLu Baolu1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-3/+3
2024-06-20driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman1-1/+0
2024-06-11dmaengine: add channel device name to channel registrationAmelie Delaunay1-1/+1
2024-06-11dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_listLi RongQing1-1/+3
2024-06-07dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-21Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+9
2024-05-13dmaengine: idxd: add a write() method for applications to submit workNikhil Rao2-2/+90
2024-05-13dmaengine: idxd: add a new security check to deal with a hardware erratumArjan van de Ven3-0/+19
2024-05-13VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven1-3/+0
2024-05-04dmaengine: idxd: Avoid unnecessary destruction of file_idaFenghua Yu1-1/+0
2024-04-07dmaengine: idxd: Fix oops during rmmod on single-CPU platformsFenghua Yu1-6/+3
2024-04-07dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang6-13/+12
2024-04-07dmaengine: idxd: Check for driver name match before sva user featureJerry Snitselaar1-8/+9
2024-03-15Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-15/+15
2024-02-22dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere3-13/+13
2024-02-22dmaengine: idxd: Ensure safe user copy of completion recordFenghua Yu1-3/+12
2024-02-16dmaengine: idxd: make dsa_bus_type constRicardo B. Marliere2-2/+2
2024-02-16dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu4-5/+3
2024-01-21Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+10
2024-01-19Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul2-3/+10
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-31/+169
2023-12-21dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang1-1/+8
2023-12-21dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-15dmaengine: idxd: Add support for device/wq defaultsTom Zanussi4-1/+65
2023-12-15dmaengine: idxd: add callback support for iaa cryptoTom Zanussi5-20/+65
2023-12-15dmaengine: idxd: Add wq private data accessorsTom Zanussi1-0/+10