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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-21
dmaengine: idxd: create idxd_device sub-driver
Dave Jiang
3
-0
/
+23
2021-07-21
dmaengine: idxd: add type to driver in order to allow device matching
Dave Jiang
3
-1
/
+21
2021-07-21
dmanegine: idxd: open code the dsa_drv registration
Dave Jiang
3
-17
/
+8
2021-07-21
dmaengine: idxd: idxd: move remove() bits for idxd 'struct device' to device.c
Dave Jiang
3
-19
/
+24
2021-07-21
dmaengine: idxd: move probe() bits for idxd 'struct device' to device.c
Dave Jiang
3
-38
/
+40
2021-07-21
dmaengine: idxd: fix bus_probe() and bus_remove() for dsa_bus
Dave Jiang
2
-63
/
+69
2021-07-21
dmaengine: idxd: remove iax_bus_type prototype
Dave Jiang
1
-1
/
+0
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
3
-37
/
+39
2021-07-21
dmaengine: idxd: move wq_enable() to device.c
Dave Jiang
3
-123
/
+126
2021-07-21
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
4
-19
/
+2
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
6
-185
/
+251
2021-07-21
dmaengine: idxd: add driver name
Dave Jiang
3
-3
/
+3
2021-07-21
dmaengine: idxd: add driver register helper
Dave Jiang
3
-5
/
+26
2021-07-21
Merge branch 'fixes' into next
Vinod Koul
3
-17
/
+99
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2
-11
/
+17
2021-07-20
dmaengine: idxd: fix submission race window
Dave Jiang
3
-18
/
+101
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
2
-11
/
+17
2021-07-20
dmaengine: idxd: fix desc->vector that isn't being updated
Dave Jiang
1
-2
/
+1
2021-07-15
Merge branch 'fixes' into next
Vinod Koul
1
-1
/
+3
2021-07-14
dmaengine: idxd: assign MSIX vectors to each WQ rather than roundrobin
Dave Jiang
2
-30
/
+8
2021-07-14
dmaengine: idxd: add missing percpu ref put on failure
Dave Jiang
1
-1
/
+3
2021-07-14
dmaengine: idxd: fix setup sequence for MSIXPERM table
Dave Jiang
1
-1
/
+3
2021-07-14
dmaengine: idxd: fix array index when int_handles are being used
Dave Jiang
1
-13
/
+2
2021-07-14
dmaengine: idxd: have command status always set
Dave Jiang
1
-4
/
+5
2021-07-14
dmaengine: idxd: Add wq occupancy information to sysfs attribute
Dave Jiang
2
-0
/
+22
2021-07-14
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
4
-46
/
+74
2021-07-14
dmaengine: idxd: Simplify code and axe the use of a deprecated API
Christophe JAILLET
1
-8
/
+2
2021-07-05
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+2
2021-06-16
Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-3
/
+61
2021-06-03
dmaengine: idxd: Use cpu_feature_enabled()
Borislav Petkov
1
-2
/
+2
2021-06-03
dmaengine: idxd: Fix missing error code in idxd_cdev_open()
Jiapeng Chong
1
-0
/
+1
2021-05-31
dmaengine: idxd: Add missing cleanup for early error out in probe call
Dave Jiang
1
-3
/
+58
2021-05-10
dmaengine: idxd: remove devm allocation for idxd->int_handles
Dave Jiang
1
-1
/
+2
2021-05-10
dmaengine: idxd: Remove redundant variable cdev_ctx
Jiapeng Chong
1
-2
/
+0
2021-05-10
dmaengine: idxd: add missing dsa driver unregister
Dave Jiang
1
-0
/
+1
2021-05-10
dmaengine: idxd: add engine 'struct device' missing bus type assignment
Dave Jiang
1
-0
/
+1
2021-04-25
dmaengine: idxd: Enable IDXD performance monitor support
Tom Zanussi
2
-4
/
+10
2021-04-25
dmaengine: idxd: Add IDXD performance monitor support
Tom Zanussi
5
-0
/
+936
2021-04-23
dmaengine: idxd: remove MSIX masking for interrupt handlers
Dave Jiang
3
-15
/
+2
2021-04-23
dmaengine: idxd: device cmd should use dedicated lock
Dave Jiang
3
-9
/
+11
2021-04-23
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
5
-1
/
+33
2021-04-23
dmaengine: idxd: enable SVA feature for IOMMU
Dave Jiang
1
-5
/
+14
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
6
-9
/
+176
2021-04-23
dmaengine: idxd: add support for readonly config mode
Dave Jiang
4
-9
/
+138
2021-04-23
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
5
-108
/
+161
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
6
-75
/
+48
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
4
-87
/
+13
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
5
-89
/
+63
[next]