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
2020-05-05
iommu: Split off default domain allocation from group assignment
Joerg Roedel
1
-3
/
+151
2020-05-05
iommu: Move new probe_device path to separate function
Joerg Roedel
1
-23
/
+46
2020-05-05
iommu: Keep a list of allocated groups in __iommu_probe_device()
Joerg Roedel
1
-2
/
+7
2020-05-05
iommu: Move default domain allocation to iommu_probe_device()
Joerg Roedel
1
-31
/
+71
2020-05-05
iommu: Add probe_device() and release_device() call-backs
Joerg Roedel
1
-6
/
+57
2020-05-05
iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
Joerg Roedel
1
-1
/
+4
2020-05-05
iommu/amd: Remove dma_mask check from check_device()
Joerg Roedel
1
-1
/
+1
2020-05-05
iommu/vt-d: Wire up iommu_ops->def_domain_type
Joerg Roedel
1
-0
/
+1
2020-05-05
iommu/amd: Implement iommu_ops->def_domain_type call-back
Joerg Roedel
1
-0
/
+15
2020-05-05
iommu: Add def_domain_type() callback in iommu_ops
Sai Praneeth Prakhya
1
-3
/
+17
2020-05-05
iommu: Move default domain allocation to separate function
Joerg Roedel
1
-29
/
+45
2020-05-01
iommu/qcom: Fix local_base status check
Tang Bin
1
-1
/
+4
2020-05-01
iommu: Properly export iommu_group_get_for_dev()
Greg Kroah-Hartman
1
-1
/
+1
2020-05-01
iommu/vt-d: Use right Kconfig option name
Lu Baolu
1
-2
/
+2
2020-05-01
iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
Suravee Suthikulpanit
1
-1
/
+1
2020-04-29
iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
Krzysztof Kozlowski
1
-1
/
+1
2020-04-29
iommu/mediatek: Fix MTK_IOMMU dependencies
Geert Uytterhoeven
1
-1
/
+1
2020-04-29
iommu: Fix the memory leak in dev_iommu_free()
Kevin Hao
1
-0
/
+1
2020-04-28
s390/pci: adaptation of iommu to multifunction
Pierre Morel
1
-4
/
+4
2020-04-20
dma-pool: add additional coherent pools to map to gfp mask
David Rientjes
1
-2
/
+3
2020-03-27
Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into next
Joerg Roedel
15
-164
/
+340
2020-03-27
iommu/virtio: Use accessor functions for iommu private data
Joerg Roedel
1
-6
/
+5
2020-03-27
iommu/qcom: Use accessor functions for iommu private data
Joerg Roedel
1
-25
/
+36
2020-03-27
iommu/mediatek: Use accessor functions for iommu private data
Joerg Roedel
2
-14
/
+13
2020-03-27
iommu/renesas: Use accessor functions for iommu private data
Joerg Roedel
1
-5
/
+2
2020-03-27
iommu/arm-smmu: Use accessor functions for iommu private data
Joerg Roedel
1
-8
/
+9
2020-03-27
iommu/arm-smmu: Refactor master_cfg/fwspec usage
Robin Murphy
1
-20
/
+22
2020-03-27
iommu/arm-smmu-v3: Use accessor functions for iommu private data
Joerg Roedel
1
-5
/
+5
2020-03-27
iommu/arm-smmu: Fix uninitilized variable warning
Joerg Roedel
1
-1
/
+1
2020-03-27
iommu: Move iommu_fwspec to struct dev_iommu
Joerg Roedel
1
-0
/
+3
2020-03-27
iommu: Rename struct iommu_param to dev_iommu
Joerg Roedel
1
-14
/
+14
2020-03-27
iommu/tegra-gart: Remove direct access of dev->iommu_fwspec
Joerg Roedel
1
-1
/
+1
2020-03-27
iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE
Jean-Philippe Brucker
1
-2
/
+12
2020-03-27
iommu/virtio: Fix freeing of incomplete domains
Jean-Philippe Brucker
1
-7
/
+9
2020-03-27
iommu/vt-d: Add build dependency on IOASID
Jacob Pan
1
-0
/
+1
2020-03-27
iommu/vt-d: Fix mm reference leak
Jacob Pan
1
-3
/
+4
2020-03-19
iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()
Qian Cai
1
-1
/
+2
2020-03-19
iommu/vt-d: Fix page request descriptor size
Jacob Pan
1
-1
/
+1
2020-03-18
iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support
Rob Herring
1
-2
/
+67
2020-03-18
iommu/arm-smmu-v3: Batch ATC invalidation commands
Rob Herring
1
-13
/
+18
2020-03-18
iommu/arm-smmu-v3: Batch context descriptor invalidation
Jean-Philippe Brucker
1
-2
/
+3
2020-03-18
iommu/arm-smmu-v3: Add command queue batching helpers
Jean-Philippe Brucker
1
-11
/
+26
2020-03-18
iommu/arm-smmu-v3: Write level-1 descriptors atomically
Jean-Philippe Brucker
1
-1
/
+3
2020-03-18
iommu/arm-smmu-v3: Add support for PCI PASID
Jean-Philippe Brucker
1
-1
/
+61
2020-03-14
iommu/vt-d: Populate debugfs if IOMMUs are detected
Megha Dey
2
-2
/
+13
2020-03-14
iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE
Suravee Suthikulpanit
1
-2
/
+2
2020-03-14
iommu/vt-d: Ignore devices with out-of-spec domain number
Daniel Drake
1
-0
/
+8
2020-03-14
iommu/vt-d: Fix the wrong printing in RHSA parsing
Zhenzhong Duan
1
-1
/
+1
2020-03-13
iommu/vt-d: Fix debugfs register reads
Megha Dey
1
-15
/
+25
2020-03-13
iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
Hans de Goede
1
-3
/
+4
[prev]
[next]