| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-06 | 12 | -613/+1993 |
|\ |
|
| *-----------. | Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/am... | Joerg Roedel | 2014-05-30 | 13 | -611/+2003 |
| |\ \ \ \ \ \ \ |
|
| | | | | | | | * | iommu/msm: Use devm_ioremap_resource to simplify code | Kefeng Wang | 2014-05-30 | 1 | -31/+7 |
| | | | | | | * | | iommu: fsl_pamu.c: Fix for possible null pointer dereference | Rickard Strandqvist | 2014-05-26 | 1 | -2/+1 |
| | | | | | | |/ |
|
| | | | | | * | | arm/ipmmu-vmsa: Fix compile error | Joerg Roedel | 2014-05-26 | 1 | -1/+1 |
| | | | | | * | | iommu/ipmmu-vmsa: Support clearing mappings | Laurent Pinchart | 2014-05-26 | 1 | -4/+186 |
| | | | | | * | | iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions | Laurent Pinchart | 2014-05-26 | 1 | -8/+0 |
| | | | | | * | | iommu/ipmmu-vmsa: Support 2MB mappings | Laurent Pinchart | 2014-05-26 | 1 | -3/+29 |
| | | | | | * | | iommu/ipmmu-vmsa: Rewrite page table management | Laurent Pinchart | 2014-05-26 | 1 | -107/+86 |
| | | | | | * | | iommu/ipmmu-vmsa: PMD is never folded, PUD always is | Laurent Pinchart | 2014-05-26 | 1 | -57/+9 |
| | | | | | * | | iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible | Laurent Pinchart | 2014-05-26 | 1 | -3/+40 |
| | | | | | * | | iommu/ipmmu-vmsa: Define driver-specific page directory sizes | Laurent Pinchart | 2014-05-26 | 1 | -5/+10 |
| | | | | | * | | iommu/ipmmu-vmsa: Fix the supported page sizes | Laurent Pinchart | 2014-05-26 | 1 | -1/+1 |
| | | | | | * | | iommu/ipmmu-vmsa: Refactor micro-TLB lookup | Laurent Pinchart | 2014-05-26 | 1 | -40/+52 |
| | | | | | * | | iommu: Add driver for Renesas VMSA-compatible IPMMU | Laurent Pinchart | 2014-05-26 | 3 | -0/+1083 |
| | | | | | |/ |
|
| | | | | * | | iommu/exynos: Fix checkpatch warning | Sachin Kamat | 2014-05-26 | 1 | -0/+3 |
| | | | | * | | iommu/exynos: Fix trivial typo | Sachin Kamat | 2014-05-26 | 1 | -6/+6 |
| | | | | * | | iommu/exynos: Remove invalid symbol dependency | Sachin Kamat | 2014-05-26 | 1 | -1/+1 |
| | | | | * | | iommu/exynos: Remove unnecessary "&" from function pointers | Bjorn Helgaas | 2014-05-14 | 1 | -9/+9 |
| | | | | * | | iommu/exynos: Apply workaround of caching fault page table entries | Cho KyongHo | 2014-05-13 | 1 | -17/+146 |
| | | | | * | | iommu/exynos: Turn on useful configuration options | Cho KyongHo | 2014-05-13 | 1 | -4/+34 |
| | | | | * | | iommu/exynos: Support for device tree | Cho KyongHo | 2014-05-13 | 1 | -125/+158 |
| | | | | * | | iommu/exynos: Enhanced error messages | Cho KyongHo | 2014-05-13 | 1 | -14/+9 |
| | | | | * | | iommu/exynos: Add devices attached to the System MMU to an IOMMU group | Antonios Motakis | 2014-05-13 | 1 | -0/+28 |
| | | | | * | | iommu/exynos: Use exynos-iommu specific typedef | Cho KyongHo | 2014-05-13 | 1 | -42/+59 |
| | | | | * | | iommu/exynos: Change rwlock to spinlock | Cho KyongHo | 2014-05-13 | 1 | -13/+14 |
| | | | | * | | iommu/exynos: Remove custom fault handler | Cho KyongHo | 2014-05-13 | 1 | -56/+24 |
| | | | | * | | iommu/exynos: Gating clocks of master H/W | Cho KyongHo | 2014-05-13 | 1 | -2/+38 |
| | | | | * | | iommu/exynos: Use managed device helper functions | Cho KyongHo | 2014-05-13 | 1 | -43/+25 |
| | | | | * | | iommu/exynos: Remove dbgname from drvdata of a System MMU | Cho KyongHo | 2014-05-13 | 1 | -19/+13 |
| | | | | * | | iommu/exynos: Always enable runtime PM | Cho KyongHo | 2014-05-13 | 1 | -2/+1 |
| | | | | * | | iommu/exynos: Add missing cache flush for removed page table entries | Cho KyongHo | 2014-05-13 | 1 | -0/+2 |
| | | | | * | | iommu/exynos: Remove prefetch buffer setting | Cho KyongHo | 2014-05-13 | 1 | -14/+0 |
| | | | | * | | iommu/exynos: Fix L2TLB invalidation | Cho KyongHo | 2014-05-13 | 1 | -5/+27 |
| | | | | * | | iommu/exynos: Allocate lv2 page table from own slab | Cho KyongHo | 2014-05-13 | 1 | -6/+28 |
| | | | | * | | iommu/exynos: Change error handling when page table update is failed | Cho KyongHo | 2014-05-13 | 1 | -14/+44 |
| | | | | * | | iommu/exynos: Fix build errors | Cho KyongHo | 2014-05-13 | 1 | -170/+85 |
| | | | * | | | iommu/amd: Fix recently introduced compile warnings | Joerg Roedel | 2014-05-30 | 1 | -2/+0 |
| | | | * | | | iommu/amd: Remove duplicate checking code | Vaughan Cao | 2014-05-26 | 1 | -6/+0 |
| | | | * | | | iommu/amd: Handle parallel invalidate_range_start/end calls correctly | Joerg Roedel | 2014-05-26 | 1 | -4/+13 |
| | | | * | | | iommu/amd: Remove IOMMUv2 pasid_state_list | Joerg Roedel | 2014-05-26 | 1 | -26/+0 |
| | | | * | | | iommu/amd: Implement mmu_notifier_release call-back | Joerg Roedel | 2014-05-26 | 1 | -56/+35 |
| | | | * | | | iommu/amd: Convert IOMMUv2 state_table into state_list | Joerg Roedel | 2014-05-26 | 1 | -21/+18 |
| | | | * | | | iommu/amd: Don't access IOMMUv2 state_table directly | Joerg Roedel | 2014-05-26 | 1 | -4/+9 |
| | | | | |/
| | | | |/| |
|
| | | * | | | Merge branch 'iommu/for-v3.16' of git://linuxtv.org/pinchartl/fbdev into arm/... | Joerg Roedel | 2014-05-12 | 1 | -13/+7 |
| | | |\ \ \
| | | | |_|/
| | | |/| | |
|
| | | | * | | iommu/shmobile: Use devm_ioremap_resource() | Laurent Pinchart | 2014-04-17 | 1 | -11/+6 |
| | | | * | | iommu/shmobile: Don't ignore the ipmmu_iommu_init() return value | Laurent Pinchart | 2014-04-17 | 1 | -2/+1 |
| | * | | | | iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT | Kefeng Wang | 2014-05-02 | 1 | -1/+1 |
| | * | | | | iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pages | Will Deacon | 2014-05-02 | 1 | -1/+1 |
| | |/ / / |
|
| * | | | | iommu/omap: Fix map protection value handling | Laurent Pinchart | 2014-04-16 | 1 | -10/+7 |