index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
2022-11-08
1
-1
/
+1
*
dmaengine: idxd: add configuration for concurrent batch descriptor processing
Dave Jiang
2022-09-29
1
-2
/
+34
*
dmaengine: idxd: add configuration for concurrent work descriptor processing
Dave Jiang
2022-09-29
1
-0
/
+53
*
dmaengine: idxd: add WQ operation cap restriction support
Dave Jiang
2022-09-29
1
-0
/
+85
*
dmanegine: idxd: reformat opcap output to match bitmap_parse() input
Dave Jiang
2022-09-29
1
-7
/
+2
*
dmaengine: idxd: convert ats_dis to a wq flag
Dave Jiang
2022-09-29
1
-2
/
+5
*
dmaengine: idxd: track enabled workqueues in bitmap
Jerry Snitselaar
2022-09-29
1
-0
/
+1
*
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-29
1
-3
/
+9
|
\
|
*
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
2022-05-16
1
-1
/
+1
|
*
dmaengine: idxd: remove trailing white space on input str for wq name
Dave Jiang
2022-04-11
1
-2
/
+8
*
|
dmaengine: idxd: add RO check for wq max_transfer_size write
Dave Jiang
2022-04-20
1
-0
/
+3
*
|
dmaengine: idxd: add RO check for wq max_batch_size write
Dave Jiang
2022-04-20
1
-0
/
+3
|
/
*
dmaengine: idxd: deprecate token sysfs attributes for read buffers
Dave Jiang
2022-01-05
1
-27
/
+118
*
dmaengine: idxd: change bandwidth token to read buffers
Dave Jiang
2022-01-05
1
-21
/
+21
*
dmaengine: idxd: embed irq_entry in idxd_wq struct
Dave Jiang
2022-01-05
1
-1
/
+0
*
dmaengine: idxd: add knob for enqcmds retries
Dave Jiang
2021-12-17
1
-0
/
+36
*
dmaengine: idxd: int handle management refactoring
Dave Jiang
2021-11-22
1
-1
/
+0
*
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
2021-08-29
1
-6
/
+4
*
dmaengine: idxd: add capability check for 'block on fault' attribute
Dave Jiang
2021-08-06
1
-0
/
+3
*
dmanegine: idxd: add software command status
Dave Jiang
2021-07-28
1
-1
/
+10
*
dmaengine: idxd: Set defaults for GRPCFG traffic class
Dave Jiang
2021-07-28
1
-0
/
+6
*
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
2021-07-21
1
-40
/
+0
*
dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone
Dave Jiang
2021-07-21
1
-43
/
+0
*
dmaengine: idxd: add type to driver in order to allow device matching
Dave Jiang
2021-07-21
1
-1
/
+15
*
dmanegine: idxd: open code the dsa_drv registration
Dave Jiang
2021-07-21
1
-12
/
+1
*
dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c
Dave Jiang
2021-07-21
1
-19
/
+1
*
dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
Dave Jiang
2021-07-21
1
-38
/
+2
*
dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus
Dave Jiang
2021-07-21
1
-53
/
+55
*
dmaengine: idxd: remove bus shutdown
Dave Jiang
2021-07-21
1
-6
/
+0
*
dmaengine: idxd: move wq_disable() to device.c
Dave Jiang
2021-07-21
1
-37
/
+1
*
dmaengine: idxd: move wq_enable() to device.c
Dave Jiang
2021-07-21
1
-123
/
+1
*
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
2021-07-21
1
-14
/
+0
*
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
2021-07-21
1
-130
/
+109
*
dmaengine: idxd: add driver name
Dave Jiang
2021-07-21
1
-3
/
+1
*
dmaengine: idxd: add driver register helper
Dave Jiang
2021-07-21
1
-5
/
+2
*
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2021-07-20
1
-2
/
+0
*
dmaengine: idxd: Add wq occupancy information to sysfs attribute
Dave Jiang
2021-07-14
1
-0
/
+19
*
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
2021-07-14
1
-17
/
+5
*
dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
Dave Jiang
2021-04-23
1
-61
/
+55
*
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
2021-04-23
1
-0
/
+1
*
dmaengine: idxd: add support for readonly config mode
Dave Jiang
2021-04-23
1
-9
/
+13
*
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
2021-04-23
1
-108
/
+125
*
dmaengine: idxd: remove detection of device type
Dave Jiang
2021-04-20
1
-13
/
+3
*
dmaengine: idxd: iax bus removal
Dave Jiang
2021-04-20
1
-69
/
+5
*
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
2021-04-20
1
-1
/
+9
*
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
2021-04-20
1
-38
/
+30
*
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
2021-04-20
1
-36
/
+36
*
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
2021-04-20
1
-56
/
+44
*
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
2021-04-20
1
-59
/
+33
*
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
2021-04-12
1
-7
/
+2
[next]