index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
dmaengine: idxd: add pid to exported sysfs attribute for opened file
Dave Jiang
1
-0
/
+11
2023-04-12
dmaengine: idxd: expose fault counters to sysfs
Dave Jiang
1
-0
/
+46
2023-04-12
dmaengine: idxd: add a device to represent the file opened
Dave Jiang
1
-24
/
+95
2023-04-12
dmaengine: idxd: add per file user counters for completion record faults
Dave Jiang
1
-0
/
+18
2023-04-12
dmaengine: idxd: process user page faults for completion record
Dave Jiang
1
-0
/
+30
2023-04-12
dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...
Fenghua Yu
1
-5
/
+102
2023-04-12
dmaengine: idxd: add per DSA wq workqueue for processing cr faults
Dave Jiang
1
-0
/
+11
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
1
-0
/
+18
2022-11-03
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
1
-2
/
+1
2022-10-19
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
1
-0
/
+18
2022-05-16
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
1
-2
/
+2
2022-05-16
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
1
-1
/
+7
2022-04-22
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
1
-3
/
+3
2021-08-29
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
1
-3
/
+2
2021-07-28
dmanegine: idxd: add software command status
Dave Jiang
1
-1
/
+4
2021-07-21
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
1
-0
/
+1
2021-07-21
dmaengine: idxd: create user driver for wq 'device'
Dave Jiang
1
-0
/
+53
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
1
-5
/
+6
2021-07-05
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+0
2021-06-03
dmaengine: idxd: Fix missing error code in idxd_cdev_open()
Jiapeng Chong
1
-0
/
+1
2021-05-10
dmaengine: idxd: Remove redundant variable cdev_ctx
Jiapeng Chong
1
-2
/
+0
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
1
-6
/
+5
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
1
-1
/
+1
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
1
-82
/
+47
2020-12-11
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
1
-0
/
+1
2020-10-30
dmaengine: idxd: Add shared workqueue support
Dave Jiang
1
-1
/
+48
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
1
-0
/
+3
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
1
-0
/
+3
2020-06-24
dmaengine: idxd: fix cdev locking for open and release
Nikhil Rao
1
-3
/
+16
2020-04-02
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2020-03-23
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
1
-2
/
+2
2020-03-02
dmaengine: idxd: check return result from check_vma() in cdev
Dave Jiang
1
-0
/
+2
2020-02-13
dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
Dan Carpenter
1
-2
/
+2
2020-02-13
dmaengine: idxd: remove set but not used variable 'idxd_cdev'
YueHaibing
1
-2
/
+0
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
1
-0
/
+302