summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd
AgeCommit message (Expand)Author
2024-04-07dmaengine: idxd: Fix oops during rmmod on single-CPU platformsFenghua Yu
2024-04-07dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang
2024-03-15Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-22dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere
2024-02-22dmaengine: idxd: Ensure safe user copy of completion recordFenghua Yu
2024-02-16dmaengine: idxd: make dsa_bus_type constRicardo B. Marliere
2024-02-16dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu
2024-01-20Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-19Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-12-21dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang
2023-12-21dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-15dmaengine: idxd: Add support for device/wq defaultsTom Zanussi
2023-12-15dmaengine: idxd: add callback support for iaa cryptoTom Zanussi
2023-12-15dmaengine: idxd: Add wq private data accessorsTom Zanussi
2023-12-15dmaengine: idxd: Export wq resource management functionsTom Zanussi
2023-12-15dmaengine: idxd: Export descriptor management functionsTom Zanussi
2023-12-15dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Tom Zanussi
2023-12-15dmaengine: idxd: add external module driver support for dsa_bus_typeDave Jiang
2023-12-11dmaengine: idxd: Fix incorrect descriptions for GRPCFG registerGuanjun
2023-12-11dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun
2023-11-03Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-04dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irqRex Zhang
2023-10-04dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang
2023-09-28dmaengine: idxd: Register dsa_bus_type before registering idxd sub-driversFenghua Yu
2023-09-28dmaengine: idxd: rate limit printk in misc interrupt threadDave Jiang
2023-09-03Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-21dmaengine: idxd: Fix issues with PRS disable sysfs knobFenghua Yu
2023-08-21dmaengine: idxd: Allow ATS disable update only for configurable devicesFenghua Yu
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel
2023-08-21dmaengine: idxd: Remove unused declarationsYue Haibing
2023-08-09dmaengine/idxd: Re-enable kernel workqueue under DMA APIJacob Pan
2023-08-07dmaengine: idxd: Clear PRS disable flag when disabling IDXD deviceFenghua Yu
2023-08-01dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supportedFenghua Yu
2023-08-01dmaengine: idxd: Simplify WQ attribute visibility checksFenghua Yu
2023-08-01dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_updateUros Bizjak
2023-07-12dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() callChristophe JAILLET
2023-07-12dmaengine: idxd: Modify the dependence of attribute pasid_enabledRex Zhang
2023-05-17dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()Harshit Mogalapalli
2023-05-03Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-13dmaengine: idxd: Add enable/disable device IOPF featureLu Baolu
2023-04-12dmaengine: idxd: add per wq PRS disableDave Jiang
2023-04-12dmaengine: idxd: add pid to exported sysfs attribute for opened fileDave Jiang
2023-04-12dmaengine: idxd: expose fault counters to sysfsDave Jiang
2023-04-12dmaengine: idxd: add a device to represent the file openedDave Jiang
2023-04-12dmaengine: idxd: add per file user counters for completion record faultsDave Jiang
2023-04-12dmaengine: idxd: process batch descriptor completion record faultsDave Jiang
2023-04-12dmaengine: idxd: process user page faults for completion recordDave Jiang