aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+11
2020-05-04dmaengine: idxd: fix interrupt completion after unmaskingDave Jiang2-7/+26
2020-04-15dmaengine: idxd: export hw version through sysfsDave Jiang1-0/+11
2020-04-02Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-11/+16
2020-03-23dmaengine: idxd: fix off by one on cdev dwq refcountDave Jiang1-2/+2
2020-03-11dmaengine: idxd: remove global token limit checkDave Jiang1-5/+0
2020-03-11dmaengine: idxd: reflect shadow copy of traffic class programmingDave Jiang1-2/+2
2020-03-02dmaengine: idxd: expose general capabilities register in sysfsDave Jiang1-0/+11
2020-03-02dmaengine: idxd: check return result from check_vma() in cdevDave Jiang1-0/+2
2020-02-24dmaengine: idxd: wq size configuration needs to check global max sizeDave Jiang1-1/+15
2020-02-24dmaengine: idxd: sysfs input of wq incorrect wq type should return errorDave Jiang1-2/+4
2020-02-19dmaengine: idxd: correct reserved token calculationDave Jiang1-1/+1
2020-02-13dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()Dan Carpenter1-2/+2
2020-02-13dmaengine: idxd: fix runaway module ref count on device driver bindDave Jiang1-0/+3
2020-02-13dmaengine: idxd: remove set but not used variable 'idxd_cdev'YueHaibing1-2/+0
2020-02-13dmaengine: idxd: remove set but not used variable 'group'YueHaibing1-2/+1
2020-02-03dmaengine: idxd: fix boolconv.cocci warningskbuild test robot1-1/+1
2020-01-24dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang8-5/+422
2020-01-24dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang8-2/+391
2020-01-24dmaengine: idxd: add descriptor manipulation routinesDave Jiang3-1/+102
2020-01-24dmaengine: idxd: add configuration component of driverDave Jiang6-3/+1536
2020-01-24dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang6-0/+1843