summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: idxd: fix off by one on cdev dwq refcountDave Jiang2020-03-231-2/+2
* dmaengine: idxd: wq size configuration needs to check global max sizeDave Jiang2020-02-241-1/+15
* dmaengine: idxd: sysfs input of wq incorrect wq type should return errorDave Jiang2020-02-241-2/+4
* dmaengine: idxd: correct reserved token calculationDave Jiang2020-02-191-1/+1
* dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()Dan Carpenter2020-02-131-2/+2
* dmaengine: idxd: fix runaway module ref count on device driver bindDave Jiang2020-02-131-0/+3
* dmaengine: idxd: fix boolconv.cocci warningskbuild test robot2020-02-031-1/+1
* dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang2020-01-248-5/+422
* dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang2020-01-248-2/+391
* dmaengine: idxd: add descriptor manipulation routinesDave Jiang2020-01-243-1/+102
* dmaengine: idxd: add configuration component of driverDave Jiang2020-01-246-3/+1536
* dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang2020-01-246-0/+1843