summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd/cdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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-131-0/+65
* | dmaengine: idxd: add a new security check to deal with a hardware erratumArjan van de Ven2024-05-131-0/+12
* | dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang2024-04-071-3/+2
|/
* Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-151-2/+2
|\
| * dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere2024-02-221-2/+2
* | dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu2024-02-161-1/+1
|/
* Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-201-2/+2
|\
| * dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-211-2/+2
* | dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Tom Zanussi2023-12-151-3/+3
|/
* dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang2023-10-041-0/+7
* dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()Harshit Mogalapalli2023-05-171-1/+0
* dmaengine: idxd: add pid to exported sysfs attribute for opened fileDave Jiang2023-04-121-0/+11
* dmaengine: idxd: expose fault counters to sysfsDave Jiang2023-04-121-0/+46
* dmaengine: idxd: add a device to represent the file openedDave Jiang2023-04-121-24/+95
* dmaengine: idxd: add per file user counters for completion record faultsDave Jiang2023-04-121-0/+18
* dmaengine: idxd: process user page faults for completion recordDave Jiang2023-04-121-0/+30
* dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...Fenghua Yu2023-04-121-5/+102
* dmaengine: idxd: add per DSA wq workqueue for processing cr faultsDave Jiang2023-04-121-0/+11
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe2022-12-021-0/+18
|\
| * dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu2022-10-191-0/+18
* | iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu2022-11-031-2/+1
|/
* dmaengine: idxd: Separate user and kernel pasid enablingDave Jiang2022-05-161-2/+2
* dmaengine: idxd: Fix the error handling path in idxd_cdev_register()Christophe JAILLET2022-05-161-1/+7
* dmaengine: idxd: refactor wq driver enable/disable operationsDave Jiang2022-04-221-3/+3
* dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang2021-08-291-3/+2
* dmanegine: idxd: add software command statusDave Jiang2021-07-281-1/+4
* dmaengine: idxd: move dsa_drv support to compatible modeDave Jiang2021-07-211-0/+1
* dmaengine: idxd: create user driver for wq 'device'Dave Jiang2021-07-211-0/+53
* dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_devDave Jiang2021-07-211-5/+6
* Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-2/+0
|\
| * dmaengine: idxd: Remove redundant variable cdev_ctxJiapeng Chong2021-05-101-2/+0
* | dmaengine: idxd: Fix missing error code in idxd_cdev_open()Jiapeng Chong2021-06-031-0/+1
|/
* dmaengine: idxd: remove detection of device typeDave Jiang2021-04-201-6/+5
* dmaengine: idxd: iax bus removalDave Jiang2021-04-201-1/+1
* dmaengine: idxd: fix cdev setup and free device lifetime issuesDave Jiang2021-04-201-82/+47
* dmaengine: idxd: add IAX configuration support in the IDXD driverDave Jiang2020-12-111-0/+1
* dmaengine: idxd: Add shared workqueue supportDave Jiang2020-10-301-1/+48
* Merge branch 'for-linus' into fixesVinod Koul2020-08-051-0/+3
|\
| * dmaengine: idxd: add work queue drain supportDave Jiang2020-07-131-0/+3
* | dmaengine: idxd: fix cdev locking for open and releaseNikhil Rao2020-06-241-3/+16
|/
* Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-04-021-2/+2
|\
| * dmaengine: idxd: check return result from check_vma() in cdevDave Jiang2020-03-021-0/+2
| * dmaengine: idxd: remove set but not used variable 'idxd_cdev'YueHaibing2020-02-131-2/+0
* | dmaengine: idxd: fix off by one on cdev dwq refcountDave Jiang2020-03-231-2/+2
* | dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()Dan Carpenter2020-02-131-2/+2
|/
* dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang2020-01-241-0/+302