index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-04
Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-5
/
+61
2023-10-04
dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irq
Rex Zhang
1
-2
/
+3
2023-10-04
dmaengine: idxd: add wq driver name support for accel-config user tool
Dave Jiang
4
-0
/
+56
2023-09-28
dmaengine: idxd: Register dsa_bus_type before registering idxd sub-drivers
Fenghua Yu
1
-3
/
+3
2023-09-28
dmaengine: idxd: rate limit printk in misc interrupt thread
Dave Jiang
1
-2
/
+2
2023-09-03
Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-31
/
+16
2023-08-21
dmaengine: idxd: Fix issues with PRS disable sysfs knob
Fenghua Yu
1
-2
/
+2
2023-08-21
dmaengine: idxd: Allow ATS disable update only for configurable devices
Fenghua Yu
1
-0
/
+4
2023-08-21
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
5
-38
/
+76
2023-08-21
dmaengine: idxd: Remove unused declarations
Yue Haibing
1
-5
/
+0
2023-08-09
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
5
-38
/
+76
2023-08-06
dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
Fenghua Yu
1
-3
/
+1
2023-08-01
dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported
Fenghua Yu
1
-4
/
+3
2023-08-01
dmaengine: idxd: Simplify WQ attribute visibility checks
Fenghua Yu
1
-15
/
+5
2023-08-01
dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_update
Uros Bizjak
1
-4
/
+3
2023-07-12
dmaengine: idxd: No need to clear memory after a dma_alloc_coherent() call
Christophe JAILLET
1
-2
/
+0
2023-07-12
dmaengine: idxd: Modify the dependence of attribute pasid_enabled
Rex Zhang
1
-1
/
+1
2023-05-17
dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()
Harshit Mogalapalli
1
-1
/
+0
2023-05-03
Merge tag 'dmaengine-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-69
/
+1127
2023-04-30
Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-13
/
+32
2023-04-14
Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...
Joerg Roedel
4
-13
/
+32
2023-04-13
dmaengine: idxd: Add enable/disable device IOPF feature
Lu Baolu
1
-6
/
+25
2023-04-12
dmaengine: idxd: add per wq PRS disable
Dave Jiang
4
-5
/
+64
2023-04-12
dmaengine: idxd: add pid to exported sysfs attribute for opened file
Dave Jiang
1
-0
/
+11
2023-04-12
dmaengine: idxd: expose fault counters to sysfs
Dave Jiang
1
-0
/
+46
2023-04-12
dmaengine: idxd: add a device to represent the file opened
Dave Jiang
2
-24
/
+97
2023-04-12
dmaengine: idxd: add per file user counters for completion record faults
Dave Jiang
3
-0
/
+29
2023-04-12
dmaengine: idxd: process batch descriptor completion record faults
Dave Jiang
4
-25
/
+77
2023-04-12
dmaengine: idxd: process user page faults for completion record
Dave Jiang
5
-7
/
+136
2023-04-12
dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...
Fenghua Yu
4
-5
/
+111
2023-04-12
dmaengine: idxd: create kmem cache for event log fault items
Dave Jiang
3
-0
/
+20
2023-04-12
dmaengine: idxd: add per DSA wq workqueue for processing cr faults
Dave Jiang
2
-0
/
+12
2023-04-12
dmanegine: idxd: add debugfs for event log dump
Dave Jiang
4
-1
/
+160
2023-04-12
dmaengine: idxd: add interrupt handling for event log
Dave Jiang
2
-0
/
+67
2023-04-12
dmaengine: idxd: setup event log configuration
Dave Jiang
5
-4
/
+180
2023-04-12
dmaengine: idxd: add event log size sysfs attribute
Dave Jiang
4
-1
/
+86
2023-04-12
dmaengine: idxd: make misc interrupt one shot
Dave Jiang
1
-26
/
+12
2023-03-31
dmaengine: idxd: expose IAA CAP register via sysfs knob
Dave Jiang
4
-0
/
+50
2023-03-31
dmaengine: idxd: reformat swerror output to standard Linux bitmap output
Dave Jiang
3
-7
/
+6
2023-03-31
iommu: Remove ioasid infrastructure
Jason Gunthorpe
1
-1
/
+0
2023-03-31
iommu/ioasid: Rename INVALID_IOASID
Jacob Pan
4
-6
/
+7
2023-03-23
dmaengine: idxd: use const struct bus_type *
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
dmaengine: idxd: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-02-25
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-16
/
+15
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-16
dmaengine: idxd: Fix default allowed read buffers value in group
Fenghua Yu
2
-6
/
+11
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-12-28
dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
Reinette Chatre
1
-0
/
+11
2022-12-28
dmaengine: idxd: Prevent use after free on completion memory
Reinette Chatre
1
-1
/
+1
2022-12-28
dmaengine: idxd: Let probe fail when workqueue cannot be enabled
Reinette Chatre
1
-2
/
+1
[next]