summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-233-3/+9
|\
| * dmaengine: Fix spelling mistakesAmit Vadhavana2024-09-021-1/+1
| * dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu2024-08-291-0/+4
| * dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu2024-08-291-0/+2
| * dmaengine: idxd: Convert comma to semicolonChen Ni2024-08-051-2/+2
* | dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang2024-09-103-107/+1
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-4/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-3/+3
| * driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman2024-06-201-1/+0
* | Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-242-1/+2
|\ \
| * | dmaengine: add channel device name to channel registrationAmelie Delaunay2024-06-111-1/+1
| * | dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-071-0/+1
| |/
* | Merge branch 'iommufd_pri' into iommufd for-nextJason Gunthorpe2024-07-091-1/+1
|\ \
| * | iommu: Introduce domain attachment handleLu Baolu2024-07-041-1/+1
| |/
* / dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_listLi RongQing2024-06-111-1/+3
|/
* Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-211-9/+9
|\
| * dmaengine: idxd: Avoid unnecessary destruction of file_idaFenghua Yu2024-05-041-1/+0
| * dmaengine: idxd: Check for driver name match before sva user featureJerry Snitselaar2024-04-071-8/+9
* | dmaengine: idxd: add a write() method for applications to submit workNikhil Rao2024-05-132-2/+90
* | dmaengine: idxd: add a new security check to deal with a hardware erratumArjan van de Ven2024-05-133-0/+19
* | VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven2024-05-131-3/+0
* | dmaengine: idxd: Fix oops during rmmod on single-CPU platformsFenghua Yu2024-04-071-6/+3
* | dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang2024-04-076-13/+12
|/
* Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-154-15/+15
|\
| * dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere2024-02-223-13/+13
| * dmaengine: idxd: make dsa_bus_type constRicardo B. Marliere2024-02-162-2/+2
* | dmaengine: idxd: Ensure safe user copy of completion recordFenghua Yu2024-02-221-3/+12
* | dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu2024-02-164-5/+3
|/
* Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-212-3/+10
|\
| * Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul2024-01-192-3/+10
| |\
| | * dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang2023-12-211-1/+8
| | * dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-211-2/+2
* | | Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-01-1010-31/+169
|\ \ \ | |/ / |/| |
| * | dmaengine: idxd: Add support for device/wq defaultsTom Zanussi2023-12-154-1/+65
| * | dmaengine: idxd: add callback support for iaa cryptoTom Zanussi2023-12-155-20/+65
| * | dmaengine: idxd: Add wq private data accessorsTom Zanussi2023-12-151-0/+10
| * | dmaengine: idxd: Export wq resource management functionsTom Zanussi2023-12-151-0/+5
| * | dmaengine: idxd: Export descriptor management functionsTom Zanussi2023-12-151-0/+3
| * | dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Tom Zanussi2023-12-154-10/+12
| * | dmaengine: idxd: add external module driver support for dsa_bus_typeDave Jiang2023-12-152-0/+9
| |/
* | dmaengine: idxd: Fix incorrect descriptions for GRPCFG registerGuanjun2023-12-111-5/+7
* | dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun2023-12-111-7/+7
|/
* Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-046-5/+61
|\
| * dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang2023-10-044-0/+56
| * dmaengine: idxd: Register dsa_bus_type before registering idxd sub-driversFenghua Yu2023-09-281-3/+3
| * dmaengine: idxd: rate limit printk in misc interrupt threadDave Jiang2023-09-281-2/+2
* | dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irqRex Zhang2023-10-041-2/+3
|/
* Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-034-31/+16
|\
| * dmaengine: idxd: Fix issues with PRS disable sysfs knobFenghua Yu2023-08-211-2/+2
| * dmaengine: idxd: Allow ATS disable update only for configurable devicesFenghua Yu2023-08-211-0/+4