index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
sysfs.c
Age
Commit message (
Expand
)
Author
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2021-04-23
dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
Dave Jiang
2021-04-23
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
2021-04-23
dmaengine: idxd: add support for readonly config mode
Dave Jiang
2021-04-23
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
2021-04-20
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
2021-04-12
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
2021-04-12
dmaengine: idxd: fix wq size store permission state
Dave Jiang
2021-04-12
dmaengine: idxd: fix opcap sysfs attribute output
Dave Jiang
2020-12-29
dmaengine: idxd: off by one in cleanup code
Dan Carpenter
2020-12-11
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-12-10
dmaengine: idxd: add ATS disable knob for work queues
Dave Jiang
2020-10-30
dmaengine: idxd: Add shared workqueue support
Dave Jiang
2020-09-03
dmaengine: idxd: add command status to idxd sysfs attribute
Dave Jiang
2020-09-03
dmaengine: idxd: add support for configurable max wq batch size
Dave Jiang
2020-09-03
dmaengine: idxd: add support for configurable max wq xfer size
Dave Jiang
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
2020-07-02
dmaengine: idxd: cleanup workqueue config after disabling
Dave Jiang
2020-04-15
dmaengine: idxd: export hw version through sysfs
Dave Jiang
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-03-11
dmaengine: idxd: remove global token limit check
Dave Jiang
2020-03-02
dmaengine: idxd: expose general capabilities register in sysfs
Dave Jiang
2020-02-24
dmaengine: idxd: wq size configuration needs to check global max size
Dave Jiang
2020-02-24
dmaengine: idxd: sysfs input of wq incorrect wq type should return error
Dave Jiang
2020-02-19
dmaengine: idxd: correct reserved token calculation
Dave Jiang
2020-02-13
dmaengine: idxd: fix runaway module ref count on device driver bind
Dave Jiang
2020-02-13
dmaengine: idxd: remove set but not used variable 'group'
YueHaibing
2020-02-03
dmaengine: idxd: fix boolconv.cocci warnings
kbuild test robot
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
2020-01-24
dmaengine: idxd: connect idxd to dmaengine subsystem
Dave Jiang
2020-01-24
dmaengine: idxd: add configuration component of driver
Dave Jiang