index
:
Linux Stable
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.13.y
linux-6.14.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
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: idxd: cleanup completion record allocation
Dave Jiang
2021-10-28
1
-17
/
+5
*
dmaengine: idxd: reconfig device after device reset command
Dave Jiang
2021-10-25
1
-0
/
+2
*
dmaengine: idxd: remove kernel wq type set when load configuration
Dave Jiang
2021-10-25
1
-2
/
+0
*
dmaengine: idxd: check GENCAP config support for gencfg register
Dave Jiang
2021-10-18
1
-1
/
+1
*
dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside submission
Dave Jiang
2021-10-01
1
-1
/
+0
*
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
2021-08-29
1
-19
/
+12
*
dmaengine: idxd: remove interrupt disable for cmd_lock
Dave Jiang
2021-08-29
1
-11
/
+8
*
dmaengine: idxd: fix setting up priv mode for dwq
Dave Jiang
2021-08-29
1
-1
/
+28
*
dmaengine: idxd: set descriptor allocation size to threshold for swq
Dave Jiang
2021-08-25
1
-2
/
+2
*
dmaengine: idxd: clear block on fault flag when clear wq
Dave Jiang
2021-08-06
1
-0
/
+1
*
dmanegine: idxd: add software command status
Dave Jiang
2021-07-28
1
-3
/
+19
*
dmaengine: idxd: rotate portal address for better performance
Dave Jiang
2021-07-28
1
-0
/
+1
*
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
-14
/
+0
*
dmaengine: idxd: create dmaengine driver for wq 'device'
Dave Jiang
2021-07-21
1
-35
/
+5
*
dmaengine: idxd: create idxd_device sub-driver
Dave Jiang
2021-07-21
1
-0
/
+13
*
dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c
Dave Jiang
2021-07-21
1
-0
/
+22
*
dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
Dave Jiang
2021-07-21
1
-0
/
+37
*
dmaengine: idxd: move wq_disable() to device.c
Dave Jiang
2021-07-21
1
-0
/
+37
*
dmaengine: idxd: move wq_enable() to device.c
Dave Jiang
2021-07-21
1
-0
/
+124
*
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
2021-07-21
1
-2
/
+2
*
dmaengine: idxd: have command status always set
Dave Jiang
2021-07-14
1
-4
/
+5
*
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
2021-07-14
1
-23
/
+65
*
dmaengine: idxd: device cmd should use dedicated lock
Dave Jiang
2021-04-23
1
-9
/
+9
*
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
2021-04-23
1
-0
/
+15
*
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
2021-04-23
1
-0
/
+71
*
dmaengine: idxd: add support for readonly config mode
Dave Jiang
2021-04-23
1
-0
/
+116
*
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
2021-04-23
1
-0
/
+26
*
dmaengine: idxd: remove detection of device type
Dave Jiang
2021-04-20
1
-11
/
+5
*
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
2021-04-20
1
-4
/
+4
*
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
2021-04-20
1
-1
/
+1
*
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
2021-04-20
1
-3
/
+3
*
dmaengine: idxd: cleanup pci interrupt vector allocation management
Dave Jiang
2021-04-20
1
-2
/
+2
*
dmaengine: idxd: fix dma device lifetime
Dave Jiang
2021-04-20
1
-2
/
+0
*
Merge branch 'fixes' into next
Vinod Koul
2021-04-20
1
-11
/
+54
|
\
|
*
dmaengine: idxd: fix wq cleanup of WQCFG registers
Dave Jiang
2021-04-12
1
-11
/
+24
|
*
dmaengine: idxd: clear MSIX permission entry on shutdown
Dave Jiang
2021-04-12
1
-0
/
+30
*
|
dmaengine: idxd: Fix potential null dereference on pointer status
Colin Ian King
2021-04-20
1
-1
/
+2
|
/
*
dmaengine: idxd: check device state before issue command
Dave Jiang
2021-02-03
1
-1
/
+22
*
Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-17
1
-23
/
+120
|
\
|
*
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-12-11
1
-9
/
+28
|
*
dmaengine: idxd: add ATS disable knob for work queues
Dave Jiang
2020-12-10
1
-0
/
+4
|
*
dmaengine: idxd: Update calculation of group offset to be more readable
Dave Jiang
2020-11-09
1
-7
/
+5
|
*
dmaengine: idxd: Add shared workqueue support
Dave Jiang
2020-10-30
1
-7
/
+83
|
*
dmaengine: idxd: fix wq config registers offset programming
Dave Jiang
2020-10-30
1
-15
/
+14
*
|
dmaengine: idxd: fix mapping of portal size
Dave Jiang
2020-11-16
1
-1
/
+1
*
|
dmaengine: idxd: fix wq config registers offset programming
Dave Jiang
2020-10-28
1
-15
/
+14
|
/
*
Merge tag 'v5.9-rc4' into next
Vinod Koul
2020-09-11
1
-0
/
+26
|
\
|
*
dmaengine: idxd: reset states after device disable or reset
Dave Jiang
2020-08-17
1
-0
/
+26
*
|
dmaengine: idxd: add command status to idxd sysfs attribute
Dave Jiang
2020-09-03
1
-1
/
+5
[next]