summaryrefslogtreecommitdiff
path: root/drivers/dma/idxd/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere1-5/+5
2023-10-04dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang1-0/+34
2023-09-03Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+13
2023-08-21dmaengine: idxd: Fix issues with PRS disable sysfs knobFenghua Yu1-2/+2
2023-08-21dmaengine: idxd: Allow ATS disable update only for configurable devicesFenghua Yu1-0/+4
2023-08-09dmaengine/idxd: Re-enable kernel workqueue under DMA APIJacob Pan1-7/+0
2023-08-01dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supportedFenghua Yu1-4/+3
2023-08-01dmaengine: idxd: Simplify WQ attribute visibility checksFenghua Yu1-15/+5
2023-07-12dmaengine: idxd: Modify the dependence of attribute pasid_enabledRex Zhang1-1/+1
2023-04-12dmaengine: idxd: add per wq PRS disableDave Jiang1-2/+55
2023-04-12dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...Fenghua Yu1-0/+1
2023-04-12dmaengine: idxd: create kmem cache for event log fault itemsDave Jiang1-0/+1
2023-04-12dmaengine: idxd: setup event log configurationDave Jiang1-1/+2
2023-04-12dmaengine: idxd: add event log size sysfs attributeDave Jiang1-0/+52
2023-03-31dmaengine: idxd: expose IAA CAP register via sysfs knobDave Jiang1-0/+24
2023-03-31dmaengine: idxd: reformat swerror output to standard Linux bitmap outputDave Jiang1-6/+4
2022-12-28dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0Fenghua Yu1-2/+2
2022-11-11Merge branch 'fixes' into nextVinod Koul1-1/+1
2022-11-08dmaengine: idxd: Fix max batch size for Intel IAAXiaochen Shen1-1/+1
2022-11-04dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAAXiaochen Shen1-0/+36
2022-10-19dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAAXiaochen Shen1-0/+32
2022-09-29dmaengine: idxd: add configuration for concurrent batch descriptor processingDave Jiang1-2/+34
2022-09-29dmaengine: idxd: add configuration for concurrent work descriptor processingDave Jiang1-0/+53
2022-09-29dmaengine: idxd: add WQ operation cap restriction supportDave Jiang1-0/+85
2022-09-29dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang1-7/+2
2022-09-29dmaengine: idxd: convert ats_dis to a wq flagDave Jiang1-2/+5
2022-09-29dmaengine: idxd: track enabled workqueues in bitmapJerry Snitselaar1-0/+1
2022-05-29Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+9
2022-05-16dmaengine: idxd: Separate user and kernel pasid enablingDave Jiang1-1/+1
2022-04-20dmaengine: idxd: add RO check for wq max_transfer_size writeDave Jiang1-0/+3
2022-04-20dmaengine: idxd: add RO check for wq max_batch_size writeDave Jiang1-0/+3
2022-04-11dmaengine: idxd: remove trailing white space on input str for wq nameDave Jiang1-2/+8
2022-01-05dmaengine: idxd: deprecate token sysfs attributes for read buffersDave Jiang1-27/+118
2022-01-05dmaengine: idxd: change bandwidth token to read buffersDave Jiang1-21/+21
2022-01-05dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang1-1/+0
2021-12-17dmaengine: idxd: add knob for enqcmds retriesDave Jiang1-0/+36
2021-11-22dmaengine: idxd: int handle management refactoringDave Jiang1-1/+0
2021-08-29dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang1-6/+4
2021-08-06dmaengine: idxd: add capability check for 'block on fault' attributeDave Jiang1-0/+3
2021-07-28dmanegine: idxd: add software command statusDave Jiang1-1/+10
2021-07-28dmaengine: idxd: Set defaults for GRPCFG traffic classDave Jiang1-0/+6
2021-07-21dmaengine: idxd: move dsa_drv support to compatible modeDave Jiang1-40/+0
2021-07-21dmaengine: dsa: move dsa_bus_type out of idxd driver to standaloneDave Jiang1-43/+0
2021-07-21dmaengine: idxd: add type to driver in order to allow device matchingDave Jiang1-1/+15
2021-07-21dmanegine: idxd: open code the dsa_drv registrationDave Jiang1-12/+1
2021-07-21dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.cDave Jiang1-19/+1
2021-07-21dmaengine: idxd: move probe() bits for idxd 'struct device' to device.cDave Jiang1-38/+2
2021-07-21dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_busDave Jiang1-53/+55
2021-07-21dmaengine: idxd: remove bus shutdownDave Jiang1-6/+0
2021-07-21dmaengine: idxd: move wq_disable() to device.cDave Jiang1-37/+1