summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd/cdev.c
AgeCommit message (Expand)AuthorFilesLines
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 Rao1-0/+65
2024-05-13dmaengine: idxd: add a new security check to deal with a hardware erratumArjan van de Ven1-0/+12
2024-05-04dmaengine: idxd: Avoid unnecessary destruction of file_idaFenghua Yu1-1/+0
2024-04-07dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang1-3/+2
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 Torvalds1-2/+2
2024-02-22dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-02-16dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu1-1/+1
2024-01-21Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-12-21dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-15dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Tom Zanussi1-3/+3
2023-10-04dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang1-0/+7
2023-05-17dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()Harshit Mogalapalli1-1/+0
2023-04-12dmaengine: idxd: add pid to exported sysfs attribute for opened fileDave Jiang1-0/+11
2023-04-12dmaengine: idxd: expose fault counters to sysfsDave Jiang1-0/+46
2023-04-12dmaengine: idxd: add a device to represent the file openedDave Jiang1-24/+95
2023-04-12dmaengine: idxd: add per file user counters for completion record faultsDave Jiang1-0/+18
2023-04-12dmaengine: idxd: process user page faults for completion recordDave Jiang1-0/+30
2023-04-12dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...Fenghua Yu1-5/+102
2023-04-12dmaengine: idxd: add per DSA wq workqueue for processing cr faultsDave Jiang1-0/+11
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe1-0/+18
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu1-2/+1
2022-10-19dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu1-0/+18
2022-05-16dmaengine: idxd: Separate user and kernel pasid enablingDave Jiang1-2/+2
2022-05-16dmaengine: idxd: Fix the error handling path in idxd_cdev_register()Christophe JAILLET1-1/+7
2022-04-22dmaengine: idxd: refactor wq driver enable/disable operationsDave Jiang1-3/+3
2021-08-29dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang1-3/+2
2021-07-28dmanegine: idxd: add software command statusDave Jiang1-1/+4
2021-07-21dmaengine: idxd: move dsa_drv support to compatible modeDave Jiang1-0/+1
2021-07-21dmaengine: idxd: create user driver for wq 'device'Dave Jiang1-0/+53
2021-07-21dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_devDave Jiang1-5/+6
2021-07-05Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2021-06-03dmaengine: idxd: Fix missing error code in idxd_cdev_open()Jiapeng Chong1-0/+1
2021-05-10dmaengine: idxd: Remove redundant variable cdev_ctxJiapeng Chong1-2/+0
2021-04-20dmaengine: idxd: remove detection of device typeDave Jiang1-6/+5
2021-04-20dmaengine: idxd: iax bus removalDave Jiang1-1/+1
2021-04-20dmaengine: idxd: fix cdev setup and free device lifetime issuesDave Jiang1-82/+47
2020-12-11dmaengine: idxd: add IAX configuration support in the IDXD driverDave Jiang1-0/+1
2020-10-30dmaengine: idxd: Add shared workqueue supportDave Jiang1-1/+48
2020-08-05Merge branch 'for-linus' into fixesVinod Koul1-0/+3
2020-07-13dmaengine: idxd: add work queue drain supportDave Jiang1-0/+3
2020-06-24dmaengine: idxd: fix cdev locking for open and releaseNikhil Rao1-3/+16
2020-04-03Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2020-03-23dmaengine: idxd: fix off by one on cdev dwq refcountDave Jiang1-2/+2
2020-03-02dmaengine: idxd: check return result from check_vma() in cdevDave Jiang1-0/+2
2020-02-13dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()Dan Carpenter1-2/+2
2020-02-13dmaengine: idxd: remove set but not used variable 'idxd_cdev'YueHaibing1-2/+0
2020-01-24dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang1-0/+302