summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd
AgeCommit message (Expand)Author
2025-06-27dmaengine: idxd: Remove __packed from structuresYi Sun
2025-06-26dmaengine: idxd: Fix warning for deadcode.deadstoreAnil S Keshavamurthy
2025-06-05Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel
2025-05-14dmaengine: idxd: Remove unused pointer and macroEder Zulian
2025-05-14dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 onlyVinicius Costa Gomes
2025-05-14dmaengine: idxd: Fix ->poll() return valueDave Jiang
2025-05-14dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...Yi Sun
2025-05-14dmaengine: idxd: Refactor remove call with idxd_cleanup() helperShuai Xue
2025-05-14dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue
2025-05-14dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue
2025-05-14dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue
2025-04-28dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe
2025-04-23dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes
2025-04-17dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi
2025-02-10dmaengine: idxd: Delete unnecessary NULL checkDan Carpenter
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-24dmaengine: idxd: Enable Function Level Reset (FLR) for haltFenghua Yu
2024-12-24dmaengine: idxd: Refactor halt handlerFenghua Yu
2024-12-24dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...Fenghua Yu
2024-12-24dmaengine: idxd: Binding and unbinding IDXD device and driverFenghua Yu
2024-12-24dmaengine: idxd: Add idxd_pci_probe_alloc() helperFenghua Yu
2024-12-24dmaengine: idxd: Remove unused idxd_(un)register_bus_typeDr. David Alan Gilbert
2024-12-11dmaengine: idxd: Add a new IAA device ID on Panther Lake family platformsFenghua Yu
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02dmaengine: idxd: Remove a useless mutexChristophe JAILLET
2024-10-21dmaengine: idxd: Move DSA/IAA device IDs to IDXD driverFenghua Yu
2024-09-23Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana
2024-08-29dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu
2024-08-29dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu
2024-08-05dmaengine: idxd: Convert comma to semicolonChen Ni
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-24Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-09Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe
2024-07-04iommu: Introduce domain attachment handleLu Baolu
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-20driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman
2024-06-11dmaengine: add channel device name to channel registrationAmelie Delaunay
2024-06-11dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_listLi RongQing
2024-06-07dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-21Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds