开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
cdev.c
Age
Commit message (
Expand
)
Author
2023-10-04
dmaengine: idxd: add wq driver name support for accel-config user tool
Dave Jiang
2023-05-17
dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()
Harshit Mogalapalli
2023-04-12
dmaengine: idxd: add pid to exported sysfs attribute for opened file
Dave Jiang
2023-04-12
dmaengine: idxd: expose fault counters to sysfs
Dave Jiang
2023-04-12
dmaengine: idxd: add a device to represent the file opened
Dave Jiang
2023-04-12
dmaengine: idxd: add per file user counters for completion record faults
Dave Jiang
2023-04-12
dmaengine: idxd: process user page faults for completion record
Dave Jiang
2023-04-12
dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...
Fenghua Yu
2023-04-12
dmaengine: idxd: add per DSA wq workqueue for processing cr faults
Dave Jiang
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
2022-11-03
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
2022-10-19
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
2022-05-16
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
2022-05-16
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
2022-04-22
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
2021-08-29
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
2021-07-28
dmanegine: idxd: add software command status
Dave Jiang
2021-07-21
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
2021-07-21
dmaengine: idxd: create user driver for wq 'device'
Dave Jiang
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
2021-07-05
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-03
dmaengine: idxd: Fix missing error code in idxd_cdev_open()
Jiapeng Chong
2021-05-10
dmaengine: idxd: Remove redundant variable cdev_ctx
Jiapeng Chong
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
2020-12-11
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-10-30
dmaengine: idxd: Add shared workqueue support
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-06-24
dmaengine: idxd: fix cdev locking for open and release
Nikhil Rao
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-03-23
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
2020-03-02
dmaengine: idxd: check return result from check_vma() in cdev
Dave Jiang
2020-02-13
dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
Dan Carpenter
2020-02-13
dmaengine: idxd: remove set but not used variable 'idxd_cdev'
YueHaibing
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang