index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
init.c
Age
Commit message (
Expand
)
Author
2021-07-05
Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-16
Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-03
dmaengine: idxd: Use cpu_feature_enabled()
Borislav Petkov
2021-05-31
dmaengine: idxd: Add missing cleanup for early error out in probe call
Dave Jiang
2021-05-10
dmaengine: idxd: remove devm allocation for idxd->int_handles
Dave Jiang
2021-05-10
dmaengine: idxd: add missing dsa driver unregister
Dave Jiang
2021-05-10
dmaengine: idxd: add engine 'struct device' missing bus type assignment
Dave Jiang
2021-04-25
dmaengine: idxd: Enable IDXD performance monitor support
Tom Zanussi
2021-04-23
dmaengine: idxd: remove MSIX masking for interrupt handlers
Dave Jiang
2021-04-23
dmaengine: idxd: device cmd should use dedicated lock
Dave Jiang
2021-04-23
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
2021-04-23
dmaengine: idxd: enable SVA feature for IOMMU
Dave Jiang
2021-04-23
dmaengine: idxd: add interrupt handle request and release support
Dave Jiang
2021-04-23
dmaengine: idxd: add support for readonly config mode
Dave Jiang
2021-04-23
dmaengine: idxd: add percpu_ref to descriptor submission path
Dave Jiang
2021-04-20
dmaengine: idxd: remove detection of device type
Dave Jiang
2021-04-20
dmaengine: idxd: iax bus removal
Dave Jiang
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
2021-04-20
dmaengine: idxd: fix group conf_dev lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: fix engine conf_dev lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
Dave Jiang
2021-04-20
dmaengine: idxd: use ida for device instance enumeration
Dave Jiang
2021-04-20
dmaengine: idxd: removal of pcim managed mmio mapping
Dave Jiang
2021-04-20
dmaengine: idxd: cleanup pci interrupt vector allocation management
Dave Jiang
2021-04-12
dmaengine: idxd: clear MSIX permission entry on shutdown
Dave Jiang
2021-02-23
Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-03
dmaengine: idxd: check device state before issue command
Dave Jiang
2021-01-26
dmaengine: idxd: add module parameter to force disable of SVA
Dave Jiang
2021-01-08
dma: idxd: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
2020-12-11
dmaengine: idxd: add IAX configuration support in the IDXD driver
Dave Jiang
2020-11-09
dmaengine: idxd: define table offset multiplier
Dave Jiang
2020-10-30
dmaengine: idxd: Clean up descriptors with fault error
Dave Jiang
2020-10-30
dmaengine: idxd: Add shared workqueue support
Dave Jiang
2020-10-30
dmaengine: idxd: fix wq config registers offset programming
Dave Jiang
2020-09-03
dmaengine: idxd: add support for configurable max wq batch size
Dave Jiang
2020-09-03
dmaengine: idxd: add support for configurable max wq xfer size
Dave Jiang
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
2020-06-24
dmaengine: idxd: move submission to sbitmap_queue
Dave Jiang
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
2020-01-24
dmaengine: idxd: connect idxd to dmaengine subsystem
Dave Jiang
2020-01-24
dmaengine: idxd: add configuration component of driver
Dave Jiang
2020-01-24
dmaengine: idxd: Init and probe for Intel data accelerators
Dave Jiang