index
:
linux-stable.git
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.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
/
cdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-21
1
-9
/
+9
|
\
|
*
dmaengine: idxd: Avoid unnecessary destruction of file_ida
Fenghua Yu
2024-05-04
1
-1
/
+0
|
*
dmaengine: idxd: Check for driver name match before sva user feature
Jerry Snitselaar
2024-04-07
1
-8
/
+9
*
|
dmaengine: idxd: add a write() method for applications to submit work
Nikhil Rao
2024-05-13
1
-0
/
+65
*
|
dmaengine: idxd: add a new security check to deal with a hardware erratum
Arjan van de Ven
2024-05-13
1
-0
/
+12
*
|
dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
Rex Zhang
2024-04-07
1
-3
/
+2
|
/
*
Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-15
1
-2
/
+2
|
\
|
*
dmaengine: idxd: constify the struct device_type usage
Ricardo B. Marliere
2024-02-22
1
-2
/
+2
*
|
dmaengine: idxd: Remove shadow Event Log head stored in idxd
Fenghua Yu
2024-02-16
1
-1
/
+1
|
/
*
Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-01-20
1
-2
/
+2
|
\
|
*
dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-21
1
-2
/
+2
*
|
dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...
Tom Zanussi
2023-12-15
1
-3
/
+3
|
/
*
dmaengine: idxd: add wq driver name support for accel-config user tool
Dave Jiang
2023-10-04
1
-0
/
+7
*
dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()
Harshit Mogalapalli
2023-05-17
1
-1
/
+0
*
dmaengine: idxd: add pid to exported sysfs attribute for opened file
Dave Jiang
2023-04-12
1
-0
/
+11
*
dmaengine: idxd: expose fault counters to sysfs
Dave Jiang
2023-04-12
1
-0
/
+46
*
dmaengine: idxd: add a device to represent the file opened
Dave Jiang
2023-04-12
1
-24
/
+95
*
dmaengine: idxd: add per file user counters for completion record faults
Dave Jiang
2023-04-12
1
-0
/
+18
*
dmaengine: idxd: process user page faults for completion record
Dave Jiang
2023-04-12
1
-0
/
+30
*
dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...
Fenghua Yu
2023-04-12
1
-5
/
+102
*
dmaengine: idxd: add per DSA wq workqueue for processing cr faults
Dave Jiang
2023-04-12
1
-0
/
+11
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-1
/
+1
*
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
2022-12-02
1
-0
/
+18
|
\
|
*
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
2022-10-19
1
-0
/
+18
*
|
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
2022-11-03
1
-2
/
+1
|
/
*
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
2022-05-16
1
-2
/
+2
*
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
2022-05-16
1
-1
/
+7
*
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
2022-04-22
1
-3
/
+3
*
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
2021-08-29
1
-3
/
+2
*
dmanegine: idxd: add software command status
Dave Jiang
2021-07-28
1
-1
/
+4
*
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
2021-07-21
1
-0
/
+1
*
dmaengine: idxd: create user driver for wq 'device'
Dave Jiang
2021-07-21
1
-0
/
+53
*
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
2021-07-21
1
-5
/
+6
*
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
1
-2
/
+0
|
\
|
*
dmaengine: idxd: Remove redundant variable cdev_ctx
Jiapeng Chong
2021-05-10
1
-2
/
+0
*
|
dmaengine: idxd: Fix missing error code in idxd_cdev_open()
Jiapeng Chong
2021-06-03
1
-0
/
+1
|
/
*
dmaengine: idxd: remove detection of device type
Dave Jiang
2021-04-20
1
-6
/
+5
*
dmaengine: idxd: iax bus removal
Dave Jiang
2021-04-20
1
-1
/
+1
*
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
2021-04-20
1
-82
/
+47
*
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-12-11
1
-0
/
+1
*
dmaengine: idxd: Add shared workqueue support
Dave Jiang
2020-10-30
1
-1
/
+48
*
Merge branch 'for-linus' into fixes
Vinod Koul
2020-08-05
1
-0
/
+3
|
\
|
*
dmaengine: idxd: add work queue drain support
Dave Jiang
2020-07-13
1
-0
/
+3
*
|
dmaengine: idxd: fix cdev locking for open and release
Nikhil Rao
2020-06-24
1
-3
/
+16
|
/
*
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-04-02
1
-2
/
+2
|
\
|
*
dmaengine: idxd: check return result from check_vma() in cdev
Dave Jiang
2020-03-02
1
-0
/
+2
|
*
dmaengine: idxd: remove set but not used variable 'idxd_cdev'
YueHaibing
2020-02-13
1
-2
/
+0
*
|
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
2020-03-23
1
-2
/
+2
*
|
dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
Dan Carpenter
2020-02-13
1
-2
/
+2
|
/
*
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
2020-01-24
1
-0
/
+302