summaryrefslogtreecommitdiffstats
path: root/drivers/dma/idxd/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: idxd: add a write() method for applications to submit workNikhil Rao2024-05-131-2/+25
* dmaengine: idxd: constify the struct device_type usageRicardo B. Marliere2024-02-221-5/+5
* dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang2023-10-041-0/+34
* Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-031-20/+13
|\
| * dmaengine: idxd: Fix issues with PRS disable sysfs knobFenghua Yu2023-08-211-2/+2
| * dmaengine: idxd: Allow ATS disable update only for configurable devicesFenghua Yu2023-08-211-0/+4
| * dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supportedFenghua Yu2023-08-011-4/+3
| * dmaengine: idxd: Simplify WQ attribute visibility checksFenghua Yu2023-08-011-15/+5
| * dmaengine: idxd: Modify the dependence of attribute pasid_enabledRex Zhang2023-07-121-1/+1
* | dmaengine/idxd: Re-enable kernel workqueue under DMA APIJacob Pan2023-08-091-7/+0
|/
* dmaengine: idxd: add per wq PRS disableDave Jiang2023-04-121-2/+55
* dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...Fenghua Yu2023-04-121-0/+1
* dmaengine: idxd: create kmem cache for event log fault itemsDave Jiang2023-04-121-0/+1
* dmaengine: idxd: setup event log configurationDave Jiang2023-04-121-1/+2
* dmaengine: idxd: add event log size sysfs attributeDave Jiang2023-04-121-0/+52
* dmaengine: idxd: expose IAA CAP register via sysfs knobDave Jiang2023-03-311-0/+24
* dmaengine: idxd: reformat swerror output to standard Linux bitmap outputDave Jiang2023-03-311-6/+4
* dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0Fenghua Yu2022-12-281-2/+2
* Merge branch 'fixes' into nextVinod Koul2022-11-111-1/+1
|\
| * dmaengine: idxd: Fix max batch size for Intel IAAXiaochen Shen2022-11-081-1/+1
* | dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAAXiaochen Shen2022-11-041-0/+36
* | dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAAXiaochen Shen2022-10-191-0/+32
|/
* dmaengine: idxd: add configuration for concurrent batch descriptor processingDave Jiang2022-09-291-2/+34
* dmaengine: idxd: add configuration for concurrent work descriptor processingDave Jiang2022-09-291-0/+53
* dmaengine: idxd: add WQ operation cap restriction supportDave Jiang2022-09-291-0/+85
* dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang2022-09-291-7/+2
* dmaengine: idxd: convert ats_dis to a wq flagDave Jiang2022-09-291-2/+5
* dmaengine: idxd: track enabled workqueues in bitmapJerry Snitselaar2022-09-291-0/+1
* Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-291-3/+9
|\
| * dmaengine: idxd: Separate user and kernel pasid enablingDave Jiang2022-05-161-1/+1
| * dmaengine: idxd: remove trailing white space on input str for wq nameDave Jiang2022-04-111-2/+8
* | dmaengine: idxd: add RO check for wq max_transfer_size writeDave Jiang2022-04-201-0/+3
* | dmaengine: idxd: add RO check for wq max_batch_size writeDave Jiang2022-04-201-0/+3
|/
* dmaengine: idxd: deprecate token sysfs attributes for read buffersDave Jiang2022-01-051-27/+118
* dmaengine: idxd: change bandwidth token to read buffersDave Jiang2022-01-051-21/+21
* dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang2022-01-051-1/+0
* dmaengine: idxd: add knob for enqcmds retriesDave Jiang2021-12-171-0/+36
* dmaengine: idxd: int handle management refactoringDave Jiang2021-11-221-1/+0
* dmaengine: idxd: remove interrupt disable for dev_lockDave Jiang2021-08-291-6/+4
* dmaengine: idxd: add capability check for 'block on fault' attributeDave Jiang2021-08-061-0/+3
* dmanegine: idxd: add software command statusDave Jiang2021-07-281-1/+10
* dmaengine: idxd: Set defaults for GRPCFG traffic classDave Jiang2021-07-281-0/+6
* dmaengine: idxd: move dsa_drv support to compatible modeDave Jiang2021-07-211-40/+0
* dmaengine: dsa: move dsa_bus_type out of idxd driver to standaloneDave Jiang2021-07-211-43/+0
* dmaengine: idxd: add type to driver in order to allow device matchingDave Jiang2021-07-211-1/+15
* dmanegine: idxd: open code the dsa_drv registrationDave Jiang2021-07-211-12/+1
* dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.cDave Jiang2021-07-211-19/+1
* dmaengine: idxd: move probe() bits for idxd 'struct device' to device.cDave Jiang2021-07-211-38/+2
* dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_busDave Jiang2021-07-211-53/+55
* dmaengine: idxd: remove bus shutdownDave Jiang2021-07-211-6/+0