index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2025-06-05
Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-7
/
+11
2025-05-23
Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...
Joerg Roedel
1
-35
/
+6
2025-05-14
dmaengine: idxd: Remove unused pointer and macro
Eder Zulian
1
-2
/
+0
2025-05-14
dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 only
Vinicius Costa Gomes
2
-4
/
+8
2025-05-14
dmaengine: idxd: Fix ->poll() return value
Dave Jiang
1
-1
/
+1
2025-05-14
dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...
Yi Sun
1
-1
/
+3
2025-05-14
dmaengine: idxd: Refactor remove call with idxd_cleanup() helper
Shuai Xue
1
-12
/
+2
2025-05-14
dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
Shuai Xue
1
-0
/
+1
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
Shuai Xue
1
-1
/
+12
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
Shuai Xue
1
-9
/
+15
2025-05-14
dmaengine: idxd: Add missing cleanups in cleanup internals
Shuai Xue
1
-8
/
+3
2025-05-14
dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
Shuai Xue
1
-7
/
+51
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
Shuai Xue
1
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
Shuai Xue
1
-0
/
+4
2025-05-14
dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
Shuai Xue
1
-9
/
+21
2025-04-28
dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPF
Lu Baolu
1
-31
/
+6
2025-04-28
iommu: Remove IOMMU_DEV_FEAT_SVA
Jason Gunthorpe
1
-7
/
+1
2025-04-23
dmaengine: idxd: Fix allowing write() from different address spaces
Vinicius Costa Gomes
1
-0
/
+9
2025-04-17
dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_open
Purva Yeshi
1
-2
/
+2
2025-02-10
dmaengine: idxd: Delete unnecessary NULL check
Dan Carpenter
1
-2
/
+1
2025-01-30
Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-87
/
+510
2024-12-24
dmaengine: idxd: Enable Function Level Reset (FLR) for halt
Fenghua Yu
2
-3
/
+148
2024-12-24
dmaengine: idxd: Refactor halt handler
Fenghua Yu
1
-32
/
+31
2024-12-24
dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...
Fenghua Yu
2
-0
/
+236
2024-12-24
dmaengine: idxd: Binding and unbinding IDXD device and driver
Fenghua Yu
1
-0
/
+33
2024-12-24
dmaengine: idxd: Add idxd_pci_probe_alloc() helper
Fenghua Yu
2
-40
/
+64
2024-12-24
dmaengine: idxd: Remove unused idxd_(un)register_bus_type
Dr. David Alan Gilbert
2
-12
/
+0
2024-12-11
dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms
Fenghua Yu
2
-0
/
+3
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
4
-12
/
+12
2024-12-02
dmaengine: idxd: Remove a useless mutex
Christophe JAILLET
1
-5
/
+0
2024-10-21
dmaengine: idxd: Move DSA/IAA device IDs to IDXD driver
Fenghua Yu
1
-0
/
+4
2024-09-24
Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+9
2024-09-10
dmaengine: idxd: Clean up cpumask and hotplug for perfmon
Kan Liang
3
-107
/
+1
2024-09-02
dmaengine: Fix spelling mistakes
Amit Vadhavana
1
-1
/
+1
2024-08-29
dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platform
Fenghua Yu
1
-0
/
+4
2024-08-29
dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platform
Fenghua Yu
1
-0
/
+2
2024-08-05
dmaengine: idxd: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+3
2024-07-24
Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-1
/
+2
2024-07-09
Merge branch 'iommufd_pri' into iommufd for-next
Jason Gunthorpe
1
-1
/
+1
2024-07-04
iommu: Introduce domain attachment handle
Lu Baolu
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-3
/
+3
2024-06-20
driver core: make [device_]driver_attach take a const *
Greg Kroah-Hartman
1
-1
/
+0
2024-06-11
dmaengine: add channel device name to channel registration
Amelie Delaunay
1
-1
/
+1
2024-06-11
dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
Li RongQing
1
-1
/
+3
2024-06-07
dmaengine: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-05-21
Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+9
2024-05-13
dmaengine: idxd: add a write() method for applications to submit work
Nikhil Rao
2
-2
/
+90
2024-05-13
dmaengine: idxd: add a new security check to deal with a hardware erratum
Arjan van de Ven
3
-0
/
+19
[next]