summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel-iommu.c
AgeCommit message (Expand)Author
2014-07-29iommu/vt-d: Exclude devices using RMRRs from IOMMU API domainsAlex Williamson
2014-07-23iommu/vt-d: Fix issue in computing domain's iommu_snooping flagJiang Liu
2014-07-23iommu/vt-d: Introduce helper function iova_size() to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper domain_pfn_within_range() to simplify codeJiang Liu
2014-07-23iommu/vt-d: Simplify intel_unmap_sg() and kill duplicated codeJiang Liu
2014-07-23iommu/vt-d: Change iommu_enable/disable_translation to return voidJiang Liu
2014-07-23iommu/vt-d: Avoid freeing virtual machine domain in free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Fix possible invalid memory access caused by free_dmar_iommu()Jiang Liu
2014-07-23iommu/vt-d: Allocate dynamic domain id for virtual domains onlyJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to make code symmetric for readabilityJiang Liu
2014-07-23iommu/vt-d: Introduce helper functions to improve code readabilityJiang Liu
2014-07-23iommu/vt-d: Use correct domain id to flush virtual machine domainsJiang Liu
2014-07-23iommu/vt-d: Match segment number when searching for dev_iotlb capable devicesJiang Liu
2014-07-23Merge branch 'core' into x86/vt-dJoerg Roedel
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-07-04iommu/vt-d: Make use of IOMMU sysfs supportAlex Williamson
2014-07-04iommu/vt-d: Update to use PCI DMA aliasesAlex Williamson
2014-07-04iommu/vt-d: Use iommu_group_get_for_dev()Alex Williamson
2014-07-04iommu/vt-d: Suppress compiler warningsYijing Wang
2014-07-04iommu/vt-d: Remove the useless dma_pte_addrYijing Wang
2014-07-04iommu/vt-d: Don't use magic number in dma_pte_superpageJoerg Roedel
2014-07-04iommu/vt-d: Fix reference count in iommu_prepare_isaYijing Wang
2014-07-04iommu/vt-d: Use inline function dma_pte_superpage instead of macrosYijing Wang
2014-07-04iommu/vt-d: Clear the redundant assignment for domain->nidYijing Wang
2014-07-04iommu/vt-d: Use list_for_each_safe() to simplify codeYijing Wang
2014-06-20iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI deviceJiang Liu
2014-06-04intel-iommu: integrate DMA CMAAkinobu Mita
2014-04-14iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridgesDavid Woodhouse
2014-04-13iommu/vt-d: fix memory leakage caused by commit ea8ea46Jiang Liu
2014-03-28iommu/vt-d: returning free pointer in get_domain_for_dev()Dan Carpenter
2014-03-24iommu/vt-d: Include ACPI devices in iommu=ptDavid Woodhouse
2014-03-24iommu/vt-d: Finally enable translation for non-PCI devicesDavid Woodhouse
2014-03-24iommu/vt-d: Remove to_pci_dev() in intel_map_page()David Woodhouse
2014-03-24iommu/vt-d: Remove pdev from intel_iommu_attach_device()David Woodhouse
2014-03-24iommu/vt-d: Remove pdev from iommu_no_mapping()David Woodhouse
2014-03-24iommu/vt-d: Make domain_add_dev_info() take struct deviceDavid Woodhouse
2014-03-24iommu/vt-d: Make domain_remove_one_dev_info() take struct deviceDavid Woodhouse
2014-03-24iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the normDavid Woodhouse
2014-03-24iommu/vt-d: Remove some pointless to_pci_dev() callsDavid Woodhouse
2014-03-24iommu/vt-d: Make get_valid_domain_for_dev() take struct deviceDavid Woodhouse
2014-03-24iommu/vt-d: Make iommu_should_identity_map() take struct deviceDavid Woodhouse
2014-03-24iommu/vt-d: Handle RMRRs for non-PCI devicesDavid Woodhouse
2014-03-24iommu/vt-d: Make get_domain_for_dev() take struct deviceDavid Woodhouse
2014-03-24iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct deviceDavid Woodhouse
2014-03-24iommu/vt-d: Make device_to_iommu() cope with non-PCI devicesDavid Woodhouse
2014-03-24iommu/vt-d: Make identity_mapping() take struct device not struct pci_devDavid Woodhouse
2014-03-24iommu/vt-d: Remove segment from struct device_domain_info()David Woodhouse
2014-03-24iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()David Woodhouse
2014-03-24iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info()David Woodhouse
2014-03-24iommu/vt-d: Always store iommu in device_domain_infoDavid Woodhouse