index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
dmaengine: idxd: fix wq size store permission state
Dave Jiang
2021-04-12
1
-1
/
+1
*
dmaengine: idxd: fix opcap sysfs attribute output
Dave Jiang
2021-04-12
1
-1
/
+7
*
dmaengine: idxd: off by one in cleanup code
Dan Carpenter
2020-12-29
1
-2
/
+2
*
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-12-11
1
-3
/
+43
*
dmaengine: idxd: add ATS disable knob for work queues
Dave Jiang
2020-12-10
1
-0
/
+34
*
dmaengine: idxd: Add shared workqueue support
Dave Jiang
2020-10-30
1
-0
/
+127
*
dmaengine: idxd: add command status to idxd sysfs attribute
Dave Jiang
2020-09-03
1
-0
/
+10
*
dmaengine: idxd: add support for configurable max wq batch size
Dave Jiang
2020-09-03
1
-6
/
+51
*
dmaengine: idxd: add support for configurable max wq xfer size
Dave Jiang
2020-09-03
1
-0
/
+40
*
Merge branch 'for-linus' into fixes
Vinod Koul
2020-08-05
1
-16
/
+6
|
\
|
*
dmaengine: idxd: add work queue drain support
Dave Jiang
2020-07-13
1
-16
/
+4
*
|
dmaengine: idxd: cleanup workqueue config after disabling
Dave Jiang
2020-07-02
1
-0
/
+5
|
/
*
dmaengine: idxd: export hw version through sysfs
Dave Jiang
2020-04-15
1
-0
/
+11
*
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-04-02
1
-7
/
+12
|
\
|
*
dmaengine: idxd: remove global token limit check
Dave Jiang
2020-03-11
1
-5
/
+0
|
*
dmaengine: idxd: expose general capabilities register in sysfs
Dave Jiang
2020-03-02
1
-0
/
+11
|
*
dmaengine: idxd: remove set but not used variable 'group'
YueHaibing
2020-02-13
1
-2
/
+1
[next]