summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pagesWill Deacon2014-05-021-1/+1
| | |/ / /
| * | | | iommu/omap: Fix map protection value handlingLaurent Pinchart2014-04-161-10/+7Star
| * | | | iommu/omap: Remove comment about supporting single page mappings onlyLaurent Pinchart2014-04-161-1/+0Star
| * | | | iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()Laurent Pinchart2014-04-161-0/+1
| * | | | iommu/omap: Move to_iommu definition from omap-iopgtable.hSuman Anna2014-04-162-3/+3
| * | | | iommu/omap: Remove omap_iommu_domain_has_cap() functionSuman Anna2014-04-161-7/+0Star
| * | | | iommu/omap: Correct init value of iotlb_entry valid fieldSuman Anna2014-04-161-1/+1
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-051-8/+25
|\ \ \ \
| * | | | intel-iommu: integrate DMA CMAAkinobu Mita2014-06-051-8/+25
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-052-11/+9Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | iommu: dmar: Provide arch specific irq allocationThomas Gleixner2014-05-161-3/+3
| * | | | iommu: smar: Fix return value check of create_irq()Thomas Gleixner2014-05-161-1/+1
| * | | | x86: irq_remapping: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-7/+5Star
| | |/ / | |/| |
* | | | Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-6/+1Star
|\ \ \ \
| * | | | driver core: dev_set_drvdata can no longer failJean Delvare2014-05-271-6/+1Star
| | |_|/ | |/| |
* | | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas2014-05-271-7/+7
| | |/ | |/|
* | | iommu/amd: fix enabling exclusion range for an exact deviceSu Friendy2014-05-131-1/+1
* | | iommu/amd: Take mmap_sem when calling get_user_pagesJay Cornwall2014-05-131-0/+2
* | | iommu/amd: Fix interrupt remapping for aliased devicesAlex Williamson2014-05-131-1/+1
| |/ |/|
* | Merge git://git.infradead.org/iommu-2.6 into iommu/fixesJoerg Roedel2014-04-162-4/+9
|\ \
| * | iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptorsJiang Liu2014-04-151-1/+2
| * | iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridgesDavid Woodhouse2014-04-151-1/+3
| * | iommu/vt-d: fix memory leakage caused by commit ea8ea46Jiang Liu2014-04-131-2/+4
* | | iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pteBin Wang2014-04-151-1/+1
* | | iommu/arm-smmu: Return 0 on unmap failureLaurent Pinchart2014-04-151-1/+1
| |/ |/|
* | Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-0612-957/+1650
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. | Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'arm/omap', 'arm/shmobil...Joerg Roedel2014-04-0212-957/+1650
| |\ \ \ \ \|
| | | | | | * iommu/vt-d: Fix error handling in ANDD processingDavid Woodhouse2014-04-011-5/+3Star
| | | | | | * iommu/vt-d: returning free pointer in get_domain_for_dev()Dan Carpenter2014-03-281-0/+1
| | | | | | * iommu/vt-d: Only call dmar_acpi_dev_scope_init() if DRHD units presentDavid Woodhouse2014-03-281-2/+2
| | | | | | * iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init()Joerg Roedel2014-03-251-1/+6
| | | | | | * iommu/vt-d: Include ACPI devices in iommu=ptDavid Woodhouse2014-03-241-13/+48
| | | | | | * iommu/vt-d: Finally enable translation for non-PCI devicesDavid Woodhouse2014-03-241-3/+0Star
| | | | | | * iommu/vt-d: Remove to_pci_dev() in intel_map_page()David Woodhouse2014-03-241-1/+1
| | | | | | * iommu/vt-d: Remove pdev from intel_iommu_attach_device()David Woodhouse2014-03-241-3/+2Star
| | | | | | * iommu/vt-d: Remove pdev from iommu_no_mapping()David Woodhouse2014-03-241-7/+5Star
| | | | | | * iommu/vt-d: Make domain_add_dev_info() take struct deviceDavid Woodhouse2014-03-241-9/+8Star
| | | | | | * iommu/vt-d: Make domain_remove_one_dev_info() take struct deviceDavid Woodhouse2014-03-241-14/+11Star
| | | | | | * iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the normDavid Woodhouse2014-03-241-22/+22
| | | | | | * iommu/vt-d: Remove some pointless to_pci_dev() callsDavid Woodhouse2014-03-241-8/+4Star
| | | | | | * iommu/vt-d: Make get_valid_domain_for_dev() take struct deviceDavid Woodhouse2014-03-241-14/+12Star
| | | | | | * iommu/vt-d: Make iommu_should_identity_map() take struct deviceDavid Woodhouse2014-03-241-50/+57
| | | | | | * iommu/vt-d: Handle RMRRs for non-PCI devicesDavid Woodhouse2014-03-241-16/+14Star
| | | | | | * iommu/vt-d: Make get_domain_for_dev() take struct deviceDavid Woodhouse2014-03-241-39/+36Star
| | | | | | * iommu/vt-d: Make domain_context_mapp{ed,ing}() take struct deviceDavid Woodhouse2014-03-241-14/+17
| | | | | | * iommu/vt-d: Make device_to_iommu() cope with non-PCI devicesDavid Woodhouse2014-03-241-32/+46
| | | | | | * iommu/vt-d: Make identity_mapping() take struct device not struct pci_devDavid Woodhouse2014-03-241-3/+3
| | | | | | * iommu/vt-d: Remove segment from struct device_domain_info()David Woodhouse2014-03-241-10/+7Star
| | | | | | * iommu/vt-d: Store PCI segment number in struct intel_iommuDavid Woodhouse2014-03-241-0/+1