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
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
dmaengine: idxd: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-2
/
+0
2022-01-05
dmaengine: idxd: change bandwidth token to read buffers
Dave Jiang
1
-3
/
+3
2022-01-05
dmaengine: idxd: change MSIX allocation based on per wq activation
Dave Jiang
1
-119
/
+14
2022-01-05
dmaengine: idxd: fix descriptor flushing locking
Dave Jiang
1
-14
/
+15
2022-01-05
dmaengine: idxd: embed irq_entry in idxd_wq struct
Dave Jiang
1
-72
/
+47
2021-12-17
dmaengine: idxd: add knob for enqcmds retries
Dave Jiang
1
-0
/
+1
2021-12-17
dmaengine: idxd: set defaults for wq configs
Dave Jiang
1
-2
/
+2
2021-11-22
dmaengine: idxd: handle interrupt handle revoked event
Dave Jiang
1
-0
/
+1
2021-11-22
dmaengine: idxd: int handle management refactoring
Dave Jiang
1
-41
/
+45
2021-11-22
dmaengine: idxd: rework descriptor free path on failure
Dave Jiang
1
-6
/
+3
2021-10-25
dmanegine: idxd: fix resource free ordering on driver removal
Dave Jiang
1
-3
/
+11
2021-07-28
dmaengine: idxd: Set defaults for GRPCFG traffic class
Dave Jiang
1
-2
/
+11
2021-07-21
dmaengine: idxd: move dsa_drv support to compatible mode
Dave Jiang
1
-7
/
+0
2021-07-21
dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone
Dave Jiang
1
-29
/
+1
2021-07-21
dmaengine: idxd: create user driver for wq 'device'
Dave Jiang
1
-0
/
+7
2021-07-21
dmaengine: idxd: create dmaengine driver for wq 'device'
Dave Jiang
1
-0
/
+7
2021-07-21
dmaengine: idxd: create idxd_device sub-driver
Dave Jiang
1
-0
/
+7
2021-07-21
dmaengine: idxd: add type to driver in order to allow device matching
Dave Jiang
1
-0
/
+5
2021-07-21
dmanegine: idxd: open code the dsa_drv registration
Dave Jiang
1
-5
/
+5
2021-07-21
dmaengine: idxd: remove IDXD_DEV_CONF_READY
Dave Jiang
1
-2
/
+0
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
1
-39
/
+59
2021-07-21
dmaengine: idxd: add driver name
Dave Jiang
1
-0
/
+1
2021-07-21
dmaengine: idxd: add driver register helper
Dave Jiang
1
-0
/
+17
2021-07-20
dmaengine: idxd: fix sequence for pci driver remove() and shutdown()
Dave Jiang
1
-9
/
+17
2021-07-15
Merge branch 'fixes' into next
Vinod Koul
1
-1
/
+3
2021-07-14
dmaengine: idxd: fix setup sequence for MSIXPERM table
Dave Jiang
1
-1
/
+3
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
1
-1
/
+2
2021-06-16
Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+60
2021-06-03
dmaengine: idxd: Use cpu_feature_enabled()
Borislav Petkov
1
-2
/
+2
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: 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
1
-0
/
+9
2021-04-23
dmaengine: idxd: remove MSIX masking for interrupt handlers
Dave Jiang
1
-2
/
+2
2021-04-23
dmaengine: idxd: device cmd should use dedicated lock
Dave Jiang
1
-0
/
+1
2021-04-23
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
1
-0
/
+12
2021-04-23
dmaengine: idxd: enable SVA feature for IOMMU
Dave Jiang
1
-5
/
+14
2021-04-23
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
1
-1
/
+55
2021-04-23
dmaengine: idxd: add support for readonly config mode
Dave Jiang
1
-0
/
+8
2021-04-23
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
1
-0
/
+1
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
1
-40
/
+25
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
1
-15
/
+6
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
1
-1
/
+1
2021-04-20
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
1
-16
/
+52
2021-04-20
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
1
-13
/
+47
2021-04-20
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
1
-28
/
+77
2021-04-20
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
1
-17
/
+39
2021-04-20
dmaengine: idxd: use ida for device instance enumeration
Dave Jiang
1
-11
/
+6
[next]