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
Age
Commit message (
Expand
)
Author
2024-05-21
Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-13
dmaengine: idxd: add a write() method for applications to submit work
Nikhil Rao
2024-05-13
dmaengine: idxd: add a new security check to deal with a hardware erratum
Arjan van de Ven
2024-05-13
VFIO: Add the SPR_DSA and SPR_IAX devices to the denylist
Arjan van de Ven
2024-05-04
dmaengine: idxd: Avoid unnecessary destruction of file_ida
Fenghua Yu
2024-04-07
dmaengine: idxd: Fix oops during rmmod on single-CPU platforms
Fenghua Yu
2024-04-07
dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue
Rex Zhang
2024-04-07
dmaengine: idxd: Check for driver name match before sva user feature
Jerry Snitselaar
2024-03-15
Merge tag 'dmaengine-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-22
dmaengine: idxd: constify the struct device_type usage
Ricardo B. Marliere
2024-02-22
dmaengine: idxd: Ensure safe user copy of completion record
Fenghua Yu
2024-02-16
dmaengine: idxd: make dsa_bus_type const
Ricardo B. Marliere
2024-02-16
dmaengine: idxd: Remove shadow Event Log head stored in idxd
Fenghua Yu
2024-01-20
Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-01-19
Merge tag 'dmaengine-6.8-rc1' into fixes
Vinod Koul
2024-01-10
Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-12-21
dmaengine: idxd: Move dma_free_coherent() out of spinlocked context
Rex Zhang
2023-12-21
dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-15
dmaengine: idxd: Add support for device/wq defaults
Tom Zanussi
2023-12-15
dmaengine: idxd: add callback support for iaa crypto
Tom Zanussi
2023-12-15
dmaengine: idxd: Add wq private data accessors
Tom Zanussi
2023-12-15
dmaengine: idxd: Export wq resource management functions
Tom Zanussi
2023-12-15
dmaengine: idxd: Export descriptor management functions
Tom Zanussi
2023-12-15
dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...
Tom Zanussi
2023-12-15
dmaengine: idxd: add external module driver support for dsa_bus_type
Dave Jiang
2023-12-11
dmaengine: idxd: Fix incorrect descriptions for GRPCFG register
Guanjun
2023-12-11
dmaengine: idxd: Protect int_handle field in hw descriptor
Guanjun
2023-11-03
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-04
dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq
Rex Zhang
2023-10-04
dmaengine: idxd: add wq driver name support for accel-config user tool
Dave Jiang
2023-09-28
dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers
Fenghua Yu
2023-09-28
dmaengine: idxd: rate limit printk in misc interrupt thread
Dave Jiang
2023-09-03
Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-08-21
dmaengine: idxd: Fix issues with PRS disable sysfs knob
Fenghua Yu
2023-08-21
dmaengine: idxd: Allow ATS disable update only for configurable devices
Fenghua Yu
2023-08-21
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
2023-08-21
dmaengine: idxd: Remove unused declarations
Yue Haibing
2023-08-09
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
2023-08-07
dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
Fenghua Yu
2023-08-01
dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported
Fenghua Yu
2023-08-01
dmaengine: idxd: Simplify WQ attribute visibility checks
Fenghua Yu
2023-08-01
dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_update
Uros Bizjak
2023-07-12
dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
2023-07-12
dmaengine: idxd: Modify the dependence of attribute pasid_enabled
Rex Zhang
2023-05-17
dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()
Harshit Mogalapalli
2023-05-03
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-04-30
Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-04-14
Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...
Joerg Roedel
2023-04-13
dmaengine: idxd: Add enable/disable device IOPF feature
Lu Baolu
2023-04-12
dmaengine: idxd: add per wq PRS disable
Dave Jiang
[next]