index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu
Linus Torvalds
3
-8
/
+33
2016-02-15
iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts
David Woodhouse
1
-0
/
+4
2016-01-29
iommu/amd: Correct the wrong setting of alias DTE in do_attach
Baoquan He
1
-1
/
+1
2016-01-29
iommu/vt-d: Don't skip PCI devices when disabling IOTLB
Jeremy McNicoll
1
-1
/
+1
2016-01-29
iommu/io-pgtable-arm: Fix io-pgtable-arm build failure
Lada Trimasova
1
-0
/
+1
2016-01-19
Merge tag 'iommu-updates-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-1048
/
+401
2016-01-19
Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', ...
Joerg Roedel
16
-1048
/
+401
2016-01-14
iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG
CQ Tang
2
-2
/
+2
2016-01-14
iommu/vt-d: Fix mm refcounting to hold mm_count not mm_users
David Woodhouse
1
-6
/
+27
2016-01-12
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-01-07
iommu/vt-d: Fix up error handling in alloc_iommu
Joerg Roedel
1
-7
/
+7
2016-01-07
iommu/vt-d: Check the return value of iommu_device_create()
Nicholas Krause
1
-0
/
+6
2016-01-07
iommu/dma: Use correct offset in map_sg
Robin Murphy
1
-1
/
+1
2016-01-07
iommu/amd: Remove an unneeded condition
Dan Carpenter
1
-5
/
+3
2015-12-28
iommu/amd: Preallocate dma_ops apertures based on dma_mask
Joerg Roedel
1
-7
/
+53
2015-12-28
iommu/amd: Use trylock to aquire bitmap_lock
Joerg Roedel
1
-3
/
+17
2015-12-28
iommu/amd: Make dma_ops_domain->next_index percpu
Joerg Roedel
1
-10
/
+29
2015-12-28
iommu/amd: Relax locking in dma_ops path
Joerg Roedel
1
-59
/
+11
2015-12-28
iommu/amd: Initialize new aperture range before making it visible
Joerg Roedel
1
-13
/
+20
2015-12-28
iommu/amd: Build io page-tables with cmpxchg64
Joerg Roedel
1
-3
/
+13
2015-12-28
iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses
Joerg Roedel
1
-19
/
+10
2015-12-28
iommu/amd: Optimize dma_ops_free_addresses
Joerg Roedel
1
-2
/
+3
2015-12-28
iommu/amd: Remove need_flush from struct dma_ops_domain
Joerg Roedel
1
-24
/
+6
2015-12-28
iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc
Joerg Roedel
1
-17
/
+11
2015-12-28
iommu/amd: Flush iommu tlb in dma_ops_free_addresses
Joerg Roedel
1
-2
/
+4
2015-12-28
iommu/amd: Rename dma_ops_domain->next_address to next_index
Joerg Roedel
1
-13
/
+13
2015-12-28
iommu/amd: Remove 'start' parameter from dma_ops_area_alloc
Joerg Roedel
1
-6
/
+4
2015-12-28
iommu/amd: Flush iommu tlb in dma_ops_aperture_alloc()
Joerg Roedel
1
-5
/
+16
2015-12-28
iommu/amd: Retry address allocation within one aperture
Joerg Roedel
1
-10
/
+19
2015-12-28
iommu/amd: Move aperture_range.offset to another cache-line
Joerg Roedel
1
-2
/
+1
2015-12-28
iommu/amd: Add dma_ops_aperture_alloc() function
Joerg Roedel
1
-12
/
+25
2015-12-28
iommu/amd: Pass correct shift to iommu_area_alloc()
Joerg Roedel
1
-1
/
+1
2015-12-28
iommu/amd: Flush the IOMMU TLB before the addresses are freed
Joerg Roedel
1
-4
/
+4
2015-12-28
iommu/amd: Flush IOMMU TLB on __map_single error path
Joerg Roedel
1
-0
/
+2
2015-12-28
iommu/amd: Introduce bitmap_lock in struct aperture_range
Joerg Roedel
1
-0
/
+10
2015-12-28
iommu/amd: Move 'struct dma_ops_domain' definition to amd_iommu.c
Joerg Roedel
2
-40
/
+40
2015-12-28
iommu/amd: Warn only once on unexpected pte value
Joerg Roedel
1
-2
/
+2
2015-12-28
iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabled
Geert Uytterhoeven
1
-1
/
+1
2015-12-28
iommu/dma: Avoid unlikely high-order allocations
Robin Murphy
1
-2
/
+4
2015-12-28
iommu/dma: Add some missing #includes
Robin Murphy
1
-0
/
+3
2015-12-22
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...
Joerg Roedel
5
-173
/
+119
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-1
/
+1
2015-12-18
Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+38
2015-12-17
iommu/io-pgtable-arm: Ensure we free the final level on teardown
Will Deacon
1
-5
/
+6
2015-12-17
iommu/arm-smmu: Use STE.S1STALLD only when supported
Prem Mallappa
1
-3
/
+12
2015-12-17
iommu/arm-smmu: Fix write to GERRORN register
Prem Mallappa
1
-12
/
+12
2015-12-17
iommu/io-pgtable: Make io_pgtable_ops_to_pgtable() macro common
Robin Murphy
2
-3
/
+2
2015-12-17
iommu/arm-smmu: Invalidate TLBs properly
Robin Murphy
2
-4
/
+17
2015-12-17
iommu/io-pgtable: Indicate granule for TLB maintenance
Robin Murphy
5
-18
/
+21
2015-12-17
iommu/io-pgtable-arm: Avoid dereferencing bogus PTEs
Robin Murphy
1
-3
/
+5
[next]