index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-01
iommu/mediatek: Support for multi domains
Yong Wu
2
-12
/
+29
2021-02-01
iommu/mediatek: Add get_domain_id from dev->dma_range_map
Yong Wu
1
-1
/
+41
2021-02-01
iommu/mediatek: Add iova_region structure
Yong Wu
2
-0
/
+24
2021-02-01
iommu/mediatek: Move geometry.aperture updating into domain_finalise
Yong Wu
1
-3
/
+4
2021-02-01
iommu/mediatek: Move domain_finalise into attach_device
Yong Wu
1
-19
/
+12
2021-02-01
iommu/mediatek: Adjust the structure
Yong Wu
1
-9
/
+11
2021-02-01
iommu/mediatek: Support report iova 34bit translation fault in ISR
Yong Wu
1
-2
/
+15
2021-02-01
iommu/mediatek: Support up to 34bit iova in tlb flush
Yong Wu
1
-2
/
+8
2021-02-01
iommu/mediatek: Add power-domain operation
Yong Wu
1
-5
/
+34
2021-02-01
iommu/mediatek: Add pm runtime callback
Yong Wu
1
-3
/
+5
2021-02-01
iommu/mediatek: Add device link for smi-common and m4u
Yong Wu
2
-3
/
+25
2021-02-01
iommu/mediatek: Add error handle for mtk_iommu_probe
Yong Wu
1
-4
/
+19
2021-02-01
iommu/mediatek: Move hw_init into attach_device
Yong Wu
1
-6
/
+7
2021-02-01
iommu/mediatek: Update oas for v7s
Yong Wu
1
-1
/
+5
2021-02-01
iommu/mediatek: Add a flag for iova 34bits case
Yong Wu
1
-1
/
+2
2021-02-01
iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTek
Yong Wu
1
-3
/
+4
2021-02-01
iommu/io-pgtable-arm-v7s: Add cfg as a param in some macros
Yong Wu
1
-18
/
+18
2021-02-01
iommu/io-pgtable-arm-v7s: Clarify LVL_SHIFT/BITS macro
Yong Wu
1
-5
/
+3
2021-02-01
iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
Yong Wu
2
-3
/
+8
2021-02-01
iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmap
Yong Wu
1
-1
/
+1
2021-02-01
iommu/mediatek: Use the common mtk-memory-port.h
Yong Wu
2
-7
/
+1
2021-01-29
iommu/ipmmu-vmsa: Allow SDHI devices
Yoshihiro Shimoda
1
-0
/
+4
2021-01-29
iommu/ipmmu-vmsa: Refactor ipmmu_of_xlate()
Yoshihiro Shimoda
1
-31
/
+18
2021-01-29
iommu/vt-d: Use INVALID response code instead of FAILURE
Lu Baolu
1
-4
/
+1
2021-01-29
iommu/vt-d: Clear PRQ overflow only when PRQ is empty
Lu Baolu
1
-2
/
+11
2021-01-28
iommu/io-pgtable: Remove TLBI_ON_MAP quirk
Robin Murphy
1
-8
/
+1
2021-01-28
iommu/msm: Hook up iotlb_sync_map
Robin Murphy
1
-1
/
+9
2021-01-28
iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page table
Suravee Suthikulpanit
3
-12
/
+39
2021-01-28
iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_page
Suravee Suthikulpanit
3
-31
/
+20
2021-01-28
iommu/amd: Introduce iommu_v1_iova_to_phys
Suravee Suthikulpanit
2
-15
/
+23
2021-01-28
iommu/amd: Refactor fetch_pte to use struct amd_io_pgtable
Suravee Suthikulpanit
3
-8
/
+11
2021-01-28
iommu/amd: Rename variables to be consistent with struct io_pgtable_ops
Suravee Suthikulpanit
1
-16
/
+15
2021-01-28
iommu/amd: Remove amd_iommu_domain_get_pgtable
Suravee Suthikulpanit
4
-61
/
+19
2021-01-28
iommu/amd: Restructure code for freeing page table
Suravee Suthikulpanit
3
-35
/
+28
2021-01-28
iommu/amd: Move IO page table related functions
Suravee Suthikulpanit
3
-474
/
+493
2021-01-28
iommu/amd: Declare functions as extern
Suravee Suthikulpanit
2
-20
/
+22
2021-01-28
iommu/amd: Convert to using amd_io_pgtable
Suravee Suthikulpanit
2
-15
/
+11
2021-01-28
iommu/amd: Move pt_root to struct amd_io_pgtable
Suravee Suthikulpanit
3
-3
/
+3
2021-01-28
iommu/amd: Prepare for generic IO page table framework
Suravee Suthikulpanit
6
-11
/
+109
2021-01-28
iommu/vt-d: Do not use flush-queue when caching-mode is on
Nadav Amit
1
-1
/
+31
2021-01-28
iommu: use the __iommu_attach_device() directly for deferred attach
Lianbo Jiang
2
-15
/
+13
2021-01-28
dma-iommu: use static-key to minimize the impact in the fast-path
Lianbo Jiang
1
-6
/
+11
2021-01-28
iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()
Lu Baolu
1
-1
/
+1
2021-01-28
iommu/amd: Use IVHD EFR for early initialization of IOMMU features
Suravee Suthikulpanit
3
-7
/
+60
2021-01-28
iommu/vt-d: Preset Access/Dirty bits for IOVA over FL
Lu Baolu
1
-2
/
+12
2021-01-28
iommu/vt-d: Add qi_submit trace event
Lu Baolu
1
-0
/
+3
2021-01-28
iommu/vt-d: Consolidate duplicate cache invaliation code
Lu Baolu
2
-61
/
+10
2021-01-27
iommu/mediatek: Remove the tlb-ops for v7s
Yong Wu
1
-23
/
+4
2021-01-27
iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once
Yong Wu
1
-3
/
+5
2021-01-27
iommu: Switch gather->end to the inclusive end
Yong Wu
3
-3
/
+3
[prev]
[next]