summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge branch 'for-linus' into fixesVinod Koul1-16/+6
2020-07-13dmaengine: idxd: add work queue drain supportDave Jiang1-16/+4
2020-07-02dmaengine: idxd: cleanup workqueue config after disablingDave Jiang1-0/+5
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 Torvalds1-7/+12
2020-03-11dmaengine: idxd: remove global token limit checkDave Jiang1-5/+0
2020-03-02dmaengine: idxd: expose general capabilities register in sysfsDave Jiang1-0/+11
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 runaway module ref count on device driver bindDave Jiang1-0/+3
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 Jiang1-2/+50
2020-01-24dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang1-0/+28
2020-01-24dmaengine: idxd: add configuration component of driverDave Jiang1-0/+1452