aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-3/+8
2021-02-03dmaengine: idxd: check device state before issue commandDave Jiang1-1/+4
2021-01-26dmaengine: idxd: add module parameter to force disable of SVADave Jiang1-1/+7
2021-01-08dma: idxd: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2020-12-11dmaengine: idxd: add IAX configuration support in the IDXD driverDave Jiang1-0/+14
2020-11-09dmaengine: idxd: define table offset multiplierDave Jiang1-10/+7
2020-10-30dmaengine: idxd: Clean up descriptors with fault errorDave Jiang1-0/+1
2020-10-30dmaengine: idxd: Add shared workqueue supportDave Jiang1-20/+71
2020-10-30dmaengine: idxd: fix wq config registers offset programmingDave Jiang1-0/+5
2020-09-03dmaengine: idxd: add support for configurable max wq batch sizeDave Jiang1-0/+1
2020-09-03dmaengine: idxd: add support for configurable max wq xfer sizeDave Jiang1-0/+1
2020-07-13dmaengine: idxd: add work queue drain supportDave Jiang1-6/+8
2020-06-24dmaengine: idxd: move submission to sbitmap_queueDave Jiang1-20/+0
2020-01-24dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang1-0/+10
2020-01-24dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang1-0/+30
2020-01-24dmaengine: idxd: add configuration component of driverDave Jiang1-1/+26
2020-01-24dmaengine: idxd: Init and probe for Intel data acceleratorsDave Jiang1-0/+468