summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | iommu/amd: Make use of the generic IOVA allocatorJoerg Roedel2016-07-131-157/+26Star
| | * | | | iommu/amd: Remove special mapping code for dma_ops pathJoerg Roedel2016-07-131-93/+14Star
| | * | | | iommu/amd: Pass gfp-flags to iommu_map_page()Joerg Roedel2016-07-131-3/+4
| | * | | | iommu/amd: Implement apply_dm_region call-backJoerg Roedel2016-07-131-0/+15
| | * | | | iommu/amd: Create a list of reserved iova addressesJoerg Roedel2016-07-131-0/+69
| | * | | | iommu/amd: Allocate iova_domain for dma_ops_domainJoerg Roedel2016-07-131-1/+19
| | * | | | iommu/amd: Select IOMMU_IOVA for AMD IOMMUJoerg Roedel2016-07-131-0/+1
| | * | | | iommu: Add apply_dm_region call-back to iommu-opsJoerg Roedel2016-07-131-0/+3
| | * | | | iommu/amd: Init unity mappings only for dma_ops domainsJoerg Roedel2016-07-131-2/+4
| | * | | | iommu/amd: Remove create_workqueueBhaktipriya Shridhar2016-06-211-1/+1
| | * | | | iommu/amd: Set AMD iommu callbacks for platform bus driverWan Zongshun2016-06-151-0/+4
| | |/ / /
* | | | | Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-1/+4
|\ \ \ \ \
| * | | | | of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang2016-06-231-1/+4
| | |/ / / | |/| | |
* | | | | Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-07-282-2/+4
* | | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-272-3/+2Star
| |/ / / |/| | |
* | | | iommu/amd: Fix unity mapping initialization raceJoerg Roedel2016-07-061-2/+12
* | | | iommu/vt-d: Fix infinite loop in free_all_cpu_cached_iovasAaron Campbell2016-07-041-2/+2
| |_|/ |/| |
* | | iommu/amd: Initialize devid variable before using itNicolas Iooss2016-06-271-1/+1
* | | iommu/vt-d: Fix overflow of iommu->domains arrayJan Niehusmann2016-06-271-1/+1
* | | iommu/iova: Disable preemption around use of this_cpu_ptr()Chris Wilson2016-06-271-2/+6
| |/ |/|
* | iommu/vt-d: Enable QI on all IOMMUs before setting root entryJoerg Roedel2016-06-171-5/+12
* | iommu/rockchip: Fix zap cache during device attachJohn Keeping2016-06-151-1/+1
* | iommu/arm-smmu: Wire up map_sg for arm-smmu-v3Jean-Philippe Brucker2016-06-131-0/+1
|/
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-282-13/+13
* Merge git://git.infradead.org/intel-iommuLinus Torvalds2016-05-272-118/+617
|\
| * iommu/vt-d: Use per-cpu IOVA cachingOmer Peleg2016-04-201-12/+35
| * iommu/iova: introduce per-cpu caching to iova allocationOmer Peleg2016-04-201-24/+393
| * iommu/vt-d: change intel-iommu to use IOVA frame numbersOmer Peleg2016-04-201-32/+29Star
| * iommu/vt-d: avoid dev iotlb logic for domains with no dev iotlbsOmer Peleg2016-04-201-0/+34
| * iommu/vt-d: only unmap mapped entriesOmer Peleg2016-04-201-11/+25
| * iommu/vt-d: correct flush_unmaps pfn usageOmer Peleg2016-04-201-1/+2
| * iommu/vt-d: per-cpu deferred invalidation queuesOmer Peleg2016-04-201-41/+92
| * iommu/vt-d: refactoring of deferred flush entriesOmer Peleg2016-04-201-19/+29
* | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-201-8/+30
|\ \
| * | iommu/arm-smmu: Make use of phandle iterators in device-tree parsingJoerg Roedel2016-04-201-8/+30
* | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-2019-393/+891
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel2016-05-0915-401/+938
| |\ \ \ \ \ \ \ \
| | | | | | | * | | iommu/amd: Remove statistics codeJoerg Roedel2016-05-093-131/+0Star
| | | | | | | * | | iommu/amd: Move get_device_id() and friends to beginning of fileJoerg Roedel2016-04-211-54/+54
| | | | | | | * | | iommu/amd: Don't use IS_ERR_VALUE to check integer valuesJoerg Roedel2016-04-211-10/+10
| | | | | | | * | | iommu/amd: Signedness bug in acpihid_device_group()Dan Carpenter2016-04-151-1/+1
| | | | | | | * | | iommu/amd: Set AMD iommu callbacks for amba busWan Zongshun2016-04-071-1/+12
| | | | | | | * | | iommu/amd: Manage iommu_group for ACPI HID devicesWan Zongshun2016-04-071-1/+32
| | | | | | | * | | iommu/amd: Add iommu support for ACPI HID devicesWan Zongshun2016-04-071-9/+60
| | | | | | | * | | iommu/amd: Make call-sites of get_device_id aware of its return valueWan Zongshun2016-04-071-10/+41
| | | | | | | * | | iommu/amd: Introduces ivrs_acpihid kernel parameterSuravee Suthikulpanit2016-04-071-0/+33
| | | | | | | * | | iommu/amd: Add new map for storing IVHD dev entry type HIDWan Zongshun2016-04-073-0/+137
| | | | | | | * | | iommu/amd: Use the most comprehensive IVHD type that the driver can supportSuravee Suthikulpanit2016-04-071-29/+78
| | | | | | | * | | iommu/amd: Modify ivhd_header structure to support type 11h and 40hSuravee Suthikulpanit2016-04-071-2/+33
| | | | | | | * | | iommu/amd: Adding Extended Feature Register check for PC supportSuravee Suthikulpanit2016-04-071-8/+24
| | | | | | | |/ /