index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel-iommu.c
Age
Commit message (
Expand
)
Author
2014-11-04
iommu: Add iommu_map_sg() function
Olav Haugan
2014-10-02
Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...
Joerg Roedel
2014-10-02
iommu/vt-d: Only remove domain when device is removed
Joerg Roedel
2014-09-25
iommu/vt-d: Convert to iommu_capable() API function
Joerg Roedel
2014-08-18
iommu/vt-d: Defer domain removal if device is assigned to a driver
Joerg Roedel
2014-07-29
iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains
Alex Williamson
2014-07-23
iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
Jiang Liu
2014-07-23
iommu/vt-d: Introduce helper function iova_size() to improve code readability
Jiang Liu
2014-07-23
iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
Jiang Liu
2014-07-23
iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
Jiang Liu
2014-07-23
iommu/vt-d: Change iommu_enable/disable_translation to return void
Jiang Liu
2014-07-23
iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
Jiang Liu
2014-07-23
iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
Jiang Liu
2014-07-23
iommu/vt-d: Allocate dynamic domain id for virtual domains only
Jiang Liu
2014-07-23
iommu/vt-d: Introduce helper functions to make code symmetric for readability
Jiang Liu
2014-07-23
iommu/vt-d: Introduce helper functions to improve code readability
Jiang Liu
2014-07-23
iommu/vt-d: Use correct domain id to flush virtual machine domains
Jiang Liu
2014-07-23
iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
Jiang Liu
2014-07-23
Merge branch 'core' into x86/vt-d
Joerg Roedel
2014-07-07
iommu: Constify struct iommu_ops
Thierry Reding
2014-07-04
iommu/vt-d: Make use of IOMMU sysfs support
Alex Williamson
2014-07-04
iommu/vt-d: Update to use PCI DMA aliases
Alex Williamson
2014-07-04
iommu/vt-d: Use iommu_group_get_for_dev()
Alex Williamson
2014-07-04
iommu/vt-d: Suppress compiler warnings
Yijing Wang
2014-07-04
iommu/vt-d: Remove the useless dma_pte_addr
Yijing Wang
2014-07-04
iommu/vt-d: Don't use magic number in dma_pte_superpage
Joerg Roedel
2014-07-04
iommu/vt-d: Fix reference count in iommu_prepare_isa
Yijing Wang
2014-07-04
iommu/vt-d: Use inline function dma_pte_superpage instead of macros
Yijing Wang
2014-07-04
iommu/vt-d: Clear the redundant assignment for domain->nid
Yijing Wang
2014-07-04
iommu/vt-d: Use list_for_each_safe() to simplify code
Yijing Wang
2014-06-20
iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
Jiang Liu
2014-06-04
intel-iommu: integrate DMA CMA
Akinobu Mita
2014-04-14
iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridges
David Woodhouse
2014-04-13
iommu/vt-d: fix memory leakage caused by commit ea8ea46
Jiang Liu
2014-03-28
iommu/vt-d: returning free pointer in get_domain_for_dev()
Dan Carpenter
2014-03-24
iommu/vt-d: Include ACPI devices in iommu=pt
David Woodhouse
2014-03-24
iommu/vt-d: Finally enable translation for non-PCI devices
David Woodhouse
2014-03-24
iommu/vt-d: Remove to_pci_dev() in intel_map_page()
David Woodhouse
2014-03-24
iommu/vt-d: Remove pdev from intel_iommu_attach_device()
David Woodhouse
2014-03-24
iommu/vt-d: Remove pdev from iommu_no_mapping()
David Woodhouse
2014-03-24
iommu/vt-d: Make domain_add_dev_info() take struct device
David Woodhouse
2014-03-24
iommu/vt-d: Make domain_remove_one_dev_info() take struct device
David Woodhouse
2014-03-24
iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm
David Woodhouse
2014-03-24
iommu/vt-d: Remove some pointless to_pci_dev() calls
David Woodhouse
2014-03-24
iommu/vt-d: Make get_valid_domain_for_dev() take struct device
David Woodhouse
2014-03-24
iommu/vt-d: Make iommu_should_identity_map() take struct device
David Woodhouse
2014-03-24
iommu/vt-d: Handle RMRRs for non-PCI devices
David Woodhouse
2014-03-24
iommu/vt-d: Make get_domain_for_dev() take struct device
David Woodhouse
2014-03-24
iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct device
David Woodhouse
2014-03-24
iommu/vt-d: Make device_to_iommu() cope with non-PCI devices
David Woodhouse
[next]