summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
* iommu/arm-smmu: Wire up map_sg for arm-smmu-v3Jean-Philippe Brucker2016-07-271-0/+1
* iommu/dma: Restore scatterlist offsets correctlyRobin Murphy2016-05-041-2/+2
* iommu/amd: Fix checking of pci dma aliasesJoerg Roedel2016-05-041-11/+76
* iommu: Don't overwrite domain pointer when there is no default_domainJoerg Roedel2016-04-201-1/+2
* iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug pathJoerg Roedel2016-03-092-4/+5
* iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit2016-03-091-12/+22
* iommu/amd: Apply workaround for ATS write permission checkJay Cornwall2016-03-091-0/+29
* iommu/vt-d: Clear PPR bit to ensure we get more page request interruptsDavid Woodhouse2016-02-251-0/+4
* iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang2016-02-252-2/+2
* iommu/vt-d: Fix mm refcounting to hold mm_count not mm_usersDavid Woodhouse2016-02-251-6/+27
* iommu/amd: Correct the wrong setting of alias DTE in do_attachBaoquan He2016-02-251-1/+1
* iommu/vt-d: Don't skip PCI devices when disabling IOTLBJeremy McNicoll2016-02-251-1/+1
* iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon2016-02-171-5/+6
* iommu/dma: Use correct offset in map_sgRobin Murphy2016-01-071-1/+1
* iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGeert Uytterhoeven2015-12-281-1/+1
* iommu/dma: Avoid unlikely high-order allocationsRobin Murphy2015-12-281-2/+4
* iommu/dma: Add some missing #includesRobin Murphy2015-12-281-0/+3
* Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-12-182-2/+38
|\
| * iommu/vt-d: Do access checks before calling handle_mm_fault()Joerg Roedel2015-12-141-0/+20
| * iommu/amd: Do proper access checking before calling handle_mm_fault()Joerg Roedel2015-12-141-2/+18
* | Revert "scatterlist: use sg_phys()"Dan Williams2015-12-152-3/+3
|/
* s390/pci_dma: handle dma table failuresSebastian Ott2015-11-091-2/+21
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-2/+2
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-1/+1
|\
| * powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood2015-10-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-4/+8
|\ \
| * | iommu/vt-d: Add a command line parameter for VT-d posted-interruptsFeng Wu2015-10-011-4/+8
| |/
* | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-0515-421/+1351
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Joerg Roedel2015-11-0215-421/+1351
| |\ \ \ \ \ \ \
| | | | | | | * | iommu/amd: Remove find_last_devid_on_pci()Joerg Roedel2015-10-211-19/+0
| | | | | | | * | iommu/amd: Remove first/last_device handlingJoerg Roedel2015-10-212-36/+3
| | | | | | | * | iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALLJoerg Roedel2015-10-211-0/+4
| | | | | | | * | iommu/amd: Cleanup buffer allocationJoerg Roedel2015-10-211-30/+16
| | | | | | | * | iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommuJoerg Roedel2015-10-213-17/+5
| | | | | | | * | iommu/amd: Align DTE flag definitionsJoerg Roedel2015-10-211-2/+2
| | | | | | | * | iommu/amd: Remove old alias handling codeJoerg Roedel2015-10-211-99/+0
| | | | | | | * | iommu/amd: Set alias DTE in do_attach/do_detachJoerg Roedel2015-10-211-2/+15
| | | | | | | * | iommu/amd: WARN when __[attach|detach]_device are called with irqs enabledJoerg Roedel2015-10-211-0/+12
| | | | | | | * | iommu/amd: Don't disable IRQs in __detach_deviceJoerg Roedel2015-10-211-3/+2
| | | | | | | * | iommu/amd: Do not iterate over alias-list in __[attach|detach]_deviceJoerg Roedel2015-10-211-23/+3
| | | | | | | * | iommu/amd: Do not BUG_ON in __detach_device()Joerg Roedel2015-10-211-1/+2
| | | | | | | * | iommu/amd: Drop null test before destroy functionsJulia Lawall2015-09-291-5/+2
| | | | | | | * | iommu/amd: Return positive value in amd_iommu_detect()Jérôme Glisse2015-09-241-1/+1
| | | | | | | |/
| | | | | | * | iommu: Move default domain allocation to iommu_group_get_for_dev()Joerg Roedel2015-10-221-8/+10
| | | | | | * | iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_devJoerg Roedel2015-10-221-2/+0
| | | | | | * | iommu/arm-smmu: Switch to device_group call-backJoerg Roedel2015-10-222-31/+47
| | | | | | * | iommu/fsl: Convert to device_group call-backJoerg Roedel2015-10-221-25/+16
| | | | | | * | iommu: Add device_group call-back to x86 iommu driversJoerg Roedel2015-10-222-0/+2
| | | | | | * | iommu: Add generic_device_group() functionJoerg Roedel2015-10-221-0/+15
| | | | | | * | iommu: Export and rename iommu_group_get_for_pci_dev()Joerg Roedel2015-10-221-2/+6