index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-08
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
1
-1
/
+1
2022-09-29
dmaengine: idxd: add configuration for concurrent batch descriptor processing
Dave Jiang
1
-2
/
+34
2022-09-29
dmaengine: idxd: add configuration for concurrent work descriptor processing
Dave Jiang
1
-0
/
+53
2022-09-29
dmaengine: idxd: add WQ operation cap restriction support
Dave Jiang
1
-0
/
+85
2022-09-29
dmanegine: idxd: reformat opcap output to match bitmap_parse() input
Dave Jiang
1
-7
/
+2
2022-09-29
dmaengine: idxd: convert ats_dis to a wq flag
Dave Jiang
1
-2
/
+5
2022-09-29
dmaengine: idxd: track enabled workqueues in bitmap
Jerry Snitselaar
1
-0
/
+1
2022-05-29
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+9
2022-05-16
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
1
-1
/
+1
2022-04-20
dmaengine: idxd: add RO check for wq max_transfer_size write
Dave Jiang
1
-0
/
+3
2022-04-20
dmaengine: idxd: add RO check for wq max_batch_size write
Dave Jiang
1
-0
/
+3
2022-04-11
dmaengine: idxd: remove trailing white space on input str for wq name
Dave Jiang
1
-2
/
+8
2022-01-05
dmaengine: idxd: deprecate token sysfs attributes for read buffers
Dave Jiang
1
-27
/
+118
2022-01-05
dmaengine: idxd: change bandwidth token to read buffers
Dave Jiang
1
-21
/
+21
2022-01-05
dmaengine: idxd: embed irq_entry in idxd_wq struct
Dave Jiang
1
-1
/
+0
2021-12-17
dmaengine: idxd: add knob for enqcmds retries
Dave Jiang
1
-0
/
+36
2021-11-22
dmaengine: idxd: int handle management refactoring
Dave Jiang
1
-1
/
+0
2021-08-29
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
1
-6
/
+4
2021-08-06
dmaengine: idxd: add capability check for 'block on fault' attribute
Dave Jiang
1
-0
/
+3
2021-07-28
dmanegine: idxd: add software command status
Dave Jiang
1
-1
/
+10
2021-07-28
dmaengine: idxd: Set defaults for GRPCFG traffic class
Dave Jiang
1
-0
/
+6
2021-07-21
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
1
-40
/
+0
2021-07-21
dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone
Dave Jiang
1
-43
/
+0
2021-07-21
dmaengine: idxd: add type to driver in order to allow device matching
Dave Jiang
1
-1
/
+15
2021-07-21
dmanegine: idxd: open code the dsa_drv registration
Dave Jiang
1
-12
/
+1
2021-07-21
dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c
Dave Jiang
1
-19
/
+1
2021-07-21
dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
Dave Jiang
1
-38
/
+2
2021-07-21
dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus
Dave Jiang
1
-53
/
+55
2021-07-21
dmaengine: idxd: remove bus shutdown
Dave Jiang
1
-6
/
+0
2021-07-21
dmaengine: idxd: move wq_disable() to device.c
Dave Jiang
1
-37
/
+1
2021-07-21
dmaengine: idxd: move wq_enable() to device.c
Dave Jiang
1
-123
/
+1
2021-07-21
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
1
-14
/
+0
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
1
-130
/
+109
2021-07-21
dmaengine: idxd: add driver name
Dave Jiang
1
-3
/
+1
2021-07-21
dmaengine: idxd: add driver register helper
Dave Jiang
1
-5
/
+2
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
1
-2
/
+0
2021-07-14
dmaengine: idxd: Add wq occupancy information to sysfs attribute
Dave Jiang
1
-0
/
+19
2021-07-14
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
1
-17
/
+5
2021-04-23
dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
Dave Jiang
1
-61
/
+55
2021-04-23
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
1
-0
/
+1
2021-04-23
dmaengine: idxd: add support for readonly config mode
Dave Jiang
1
-9
/
+13
2021-04-23
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
1
-108
/
+125
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
1
-13
/
+3
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
1
-69
/
+5
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
1
-1
/
+9
2021-04-20
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
1
-38
/
+30
2021-04-20
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
1
-36
/
+36
2021-04-20
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
1
-56
/
+44
2021-04-20
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
1
-59
/
+33
2021-04-12
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
1
-7
/
+2
[next]