index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
intel-iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-18
iommu/vt-d: Defer domain removal if device is assigned to a driver
Joerg Roedel
1
-0
/
+8
2014-07-29
iommu/vt-d: Exclude devices using RMRRs from IOMMU API domains
Alex Williamson
1
-10
/
+39
2014-07-23
iommu/vt-d: Fix issue in computing domain's iommu_snooping flag
Jiang Liu
1
-18
/
+24
2014-07-23
iommu/vt-d: Introduce helper function iova_size() to improve code readability
Jiang Liu
1
-4
/
+3
2014-07-23
iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify code
Jiang Liu
1
-14
/
+16
2014-07-23
iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated code
Jiang Liu
1
-51
/
+19
2014-07-23
iommu/vt-d: Change iommu_enable/disable_translation to return void
Jiang Liu
1
-13
/
+5
2014-07-23
iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()
Jiang Liu
1
-1
/
+2
2014-07-23
iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()
Jiang Liu
1
-7
/
+4
2014-07-23
iommu/vt-d: Allocate dynamic domain id for virtual domains only
Jiang Liu
1
-21
/
+26
2014-07-23
iommu/vt-d: Introduce helper functions to make code symmetric for readability
Jiang Liu
1
-67
/
+80
2014-07-23
iommu/vt-d: Introduce helper functions to improve code readability
Jiang Liu
1
-33
/
+26
2014-07-23
iommu/vt-d: Use correct domain id to flush virtual machine domains
Jiang Liu
1
-1
/
+1
2014-07-23
iommu/vt-d: Match segment number when searching for dev_iotlb capable devices
Jiang Liu
1
-1
/
+2
2014-07-23
Merge branch 'core' into x86/vt-d
Joerg Roedel
1
-199
/
+186
2014-07-07
iommu: Constify struct iommu_ops
Thierry Reding
1
-2
/
+2
2014-07-04
iommu/vt-d: Make use of IOMMU sysfs support
Alex Williamson
1
-1
/
+76
2014-07-04
iommu/vt-d: Update to use PCI DMA aliases
Alex Williamson
1
-122
/
+106
2014-07-04
iommu/vt-d: Use iommu_group_get_for_dev()
Alex Williamson
1
-75
/
+4
2014-07-04
iommu/vt-d: Suppress compiler warnings
Yijing Wang
1
-2
/
+3
2014-07-04
iommu/vt-d: Remove the useless dma_pte_addr
Yijing Wang
1
-4
/
+2
2014-07-04
iommu/vt-d: Don't use magic number in dma_pte_superpage
Joerg Roedel
1
-1
/
+1
2014-07-04
iommu/vt-d: Fix reference count in iommu_prepare_isa
Yijing Wang
1
-0
/
+1
2014-07-04
iommu/vt-d: Use inline function dma_pte_superpage instead of macros
Yijing Wang
1
-1
/
+1
2014-07-04
iommu/vt-d: Clear the redundant assignment for domain->nid
Yijing Wang
1
-1
/
+0
2014-07-04
iommu/vt-d: Use list_for_each_safe() to simplify code
Yijing Wang
1
-4
/
+2
2014-06-20
iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
Jiang Liu
1
-6
/
+3
2014-06-04
intel-iommu: integrate DMA CMA
Akinobu Mita
1
-8
/
+25
2014-04-14
iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridges
David Woodhouse
1
-1
/
+3
2014-04-13
iommu/vt-d: fix memory leakage caused by commit ea8ea46
Jiang Liu
1
-2
/
+4
2014-03-28
iommu/vt-d: returning free pointer in get_domain_for_dev()
Dan Carpenter
1
-0
/
+1
2014-03-24
iommu/vt-d: Include ACPI devices in iommu=pt
David Woodhouse
1
-13
/
+48
2014-03-24
iommu/vt-d: Finally enable translation for non-PCI devices
David Woodhouse
1
-3
/
+0
2014-03-24
iommu/vt-d: Remove to_pci_dev() in intel_map_page()
David Woodhouse
1
-1
/
+1
2014-03-24
iommu/vt-d: Remove pdev from intel_iommu_attach_device()
David Woodhouse
1
-3
/
+2
2014-03-24
iommu/vt-d: Remove pdev from iommu_no_mapping()
David Woodhouse
1
-7
/
+5
2014-03-24
iommu/vt-d: Make domain_add_dev_info() take struct device
David Woodhouse
1
-9
/
+8
2014-03-24
iommu/vt-d: Make domain_remove_one_dev_info() take struct device
David Woodhouse
1
-14
/
+11
2014-03-24
iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm
David Woodhouse
1
-22
/
+22
2014-03-24
iommu/vt-d: Remove some pointless to_pci_dev() calls
David Woodhouse
1
-8
/
+4
2014-03-24
iommu/vt-d: Make get_valid_domain_for_dev() take struct device
David Woodhouse
1
-14
/
+12
2014-03-24
iommu/vt-d: Make iommu_should_identity_map() take struct device
David Woodhouse
1
-50
/
+57
2014-03-24
iommu/vt-d: Handle RMRRs for non-PCI devices
David Woodhouse
1
-16
/
+14
2014-03-24
iommu/vt-d: Make get_domain_for_dev() take struct device
David Woodhouse
1
-39
/
+36
2014-03-24
iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct device
David Woodhouse
1
-14
/
+17
2014-03-24
iommu/vt-d: Make device_to_iommu() cope with non-PCI devices
David Woodhouse
1
-32
/
+46
2014-03-24
iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev
David Woodhouse
1
-3
/
+3
2014-03-24
iommu/vt-d: Remove segment from struct device_domain_info()
David Woodhouse
1
-10
/
+7
2014-03-24
iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()
David Woodhouse
1
-5
/
+3
2014-03-24
iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info()
David Woodhouse
1
-2
/
+1
[next]