summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd/submit.c
AgeCommit message (Expand)Author
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-12-15dmaengine: idxd: add callback support for iaa cryptoTom Zanussi
2023-12-15dmaengine: idxd: Export descriptor management functionsTom Zanussi
2023-12-11dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun
2022-04-20dmaengine: idxd: fix retry value to be constant for duration of function callDave Jiang
2022-04-20dmaengine: idxd: match type for retries var in idxd_enqcmds()Dave Jiang
2022-01-05dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang
2022-01-05Merge branch 'fixes' into nextVinod Koul
2021-12-17dmaengine: idxd: add knob for enqcmds retriesDave Jiang
2021-12-13dmaengine: idxd: fix missed completion on abort pathDave Jiang
2021-11-22dmaengine: idxd: handle interrupt handle revoked eventDave Jiang
2021-11-22dmaengine: idxd: move interrupt handle assignmentDave Jiang
2021-11-22dmaengine: idxd: int handle management refactoringDave Jiang
2021-11-22dmaengine: idxd: rework descriptor free path on failureDave Jiang
2021-08-25dmaengine: idxd: make submit failure path consistent on desc freeingDave Jiang
2021-08-06dmaengine: idxd: remove interrupt flag for completion list spinlockDave Jiang
2021-07-28dmaengine: idxd: rotate portal address for better performanceDave Jiang
2021-07-28dmaengine: idxd: fix wq slot allocation index checkDave Jiang
2021-07-21Merge branch 'fixes' into nextVinod Koul
2021-07-20dmaengine: idxd: fix submission race windowDave Jiang
2021-07-20dmaengine: idxd: fix desc->vector that isn't being updatedDave Jiang
2021-07-14dmaengine: idxd: assign MSIX vectors to each WQ rather than roundrobinDave Jiang
2021-07-14dmaengine: idxd: add missing percpu ref put on failureDave Jiang
2021-07-14dmaengine: idxd: fix array index when int_handles are being usedDave Jiang
2021-04-23dmaengine: idxd: add interrupt handle request and release supportDave Jiang
2021-04-23dmaengine: idxd: add percpu_ref to descriptor submission pathDave Jiang
2021-04-20dmaengine: idxd: remove detection of device typeDave Jiang
2020-12-17Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-11dmaengine: idxd: add IAX configuration support in the IDXD driverDave Jiang
2020-11-16dmaengine: idxd: fix mapping of portal sizeDave Jiang
2020-10-30dmaengine: idxd: Add shared workqueue supportDave Jiang
2020-06-24dmaengine: idxd: move submission to sbitmap_queueDave Jiang
2020-01-24dmaengine: idxd: add char driver to expose submission portal to userlandDave Jiang
2020-01-24dmaengine: idxd: connect idxd to dmaengine subsystemDave Jiang
2020-01-24dmaengine: idxd: add descriptor manipulation routinesDave Jiang