summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | iommu/omap: Drop legacy-style device supportSuman Anna2017-04-201-16/+14Star
| | * | | | | iommu/omap: Register driver before setting IOMMU opsSuman Anna2017-04-201-3/+18
| | |/ / / /
| * | | | | iommu/exynos: Use smarter TLB flush method for v5 SYSMMUMarek Szyprowski2017-03-241-4/+16
| * | | | | iommu/exynos: Don't open-code loop unrollingMarek Szyprowski2017-03-241-10/+2Star
| | |_|/ / | |/| | |
* | | | | Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....Linus Torvalds2017-05-061-54/+33Star
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-05-051-54/+33Star
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | iommu/iova: Consolidate code for adding new node to iovad domain rbtreeMarek Szyprowski2017-03-211-54/+33Star
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-021-0/+8
|\ \ \ \
| * | | | vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-311-0/+8
| | |/ / | |/| |
* | | | x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2017-03-302-24/+24
* | | | x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2017-03-302-16/+20
* | | | x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-304-8/+13
* | | | drivers/iommu/amd: Clean up iommu_pc_get_set_reg()Suravee Suthikulpanit2017-03-301-5/+8
| |/ / |/| |
* | | Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel2017-03-222-2/+10
|\ \ \ | |_|/ |/| |
| * | iommu/io-pgtable-arm-v7s: Check for leaf entry before dereferencing itOleksandr Tyshchenko2017-03-101-1/+5
| * | iommu/io-pgtable-arm: Check for leaf entry before dereferencing itOleksandr Tyshchenko2017-03-101-1/+5
| |/
* | iommu: Disambiguate MSI region typesRobin Murphy2017-03-225-6/+7
* | iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5Marek Szyprowski2017-03-221-1/+4
* | iommu/exynos: Block SYSMMU while invalidating FLPD cacheMarek Szyprowski2017-03-221-1/+4
* | iommu/vt-d: Fix NULL pointer dereference in device_to_iommuKoos Vriezen2017-03-221-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* iommu/amd: Fix crash when accessing AMD-Vi sysfs entriesJoerg Roedel2017-02-282-2/+7
* iommu/vt-d: Fix crash when accessing VT-d sysfs entriesJoerg Roedel2017-02-281-6/+11
* mm: use mmget_not_zero() helperVegard Nossum2017-02-281-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-5/+5
|\
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-3/+3
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-252-2/+2
* | iommu/vt-d: Fix crash on boot when DMAR is disabledAndy Shevchenko2017-02-221-2/+4
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-----------. \ Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-1021-294/+890
|\ \ \ \ \ \ \ \
| | | | | | | * | iommu: Remove iommu_register_instance interfaceJoerg Roedel2017-02-106-39/+6Star
| | | | | | | * | iommu/exynos: Make use of iommu_device_register interfaceJoerg Roedel2017-02-101-0/+14
| | | | | | | * | iommu/mediatek: Make use of iommu_device_register interfaceJoerg Roedel2017-02-102-0/+28
| | | | | | | * | iommu/msm: Make use of iommu_device_register interfaceJoerg Roedel2017-02-102-0/+76
| | | | | | | * | iommu/arm-smmu: Make use of the iommu_register interfaceJoerg Roedel2017-02-102-1/+51
| | | | | | | * | iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel2017-02-103-12/+12
| | | | | | | * | iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel2017-02-106-53/+43Star
| | | | | | | * | iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-106-4/+40
| | | | | | | * | iommu: Rename struct iommu_deviceJoerg Roedel2017-02-101-5/+5
| | | | | | | * | iommu: Rename iommu_get_instance()Joerg Roedel2017-02-101-1/+1
| | | | | | | * | iommu: Handle default domain attach failureRobin Murphy2017-01-171-13/+24
| | | | | | | * | iommu/iova: Use rb_entry()Geliang Tang2017-01-041-12/+11Star
| | | | | | * | | iommu/vt-d: Don't over-free page table directoriesDavid Dillow2017-01-311-1/+1
| | | | | | * | | iommu/vt-d: Tylersburg isoch identity map check is done too late.Ashok Raj2017-01-311-1/+2
| | | | | | | |/ | | | | | | |/|
| | | | | * | | iommu: Fix static checker warning in iommu_insert_device_resv_regionsEric Auger2017-02-061-1/+1
| | | | | * | | iommu: Avoid unnecessary assignment of dev->iommu_fwspecZhen Lei2017-02-061-1/+2
| | | | | * | | iommu/dma: Remove bogus dma_supported() implementationRobin Murphy2017-02-061-10/+0Star
| | | | | * | | iommu/dma: Implement PCI allocation optimisationRobin Murphy2017-01-301-6/+15
| | | | | * | | iommu/dma: Stop getting dma_32bit_pfn wrongRobin Murphy2017-01-301-5/+18
| | | | | * | | Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel2017-01-305-12/+20
| | | | | |\ \ \