index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
iommu/exynos: Add support for binding more than one sysmmu to master device
Marek Szyprowski
1
-6
/
+5
2015-05-29
iommu/exynos: Add/remove callbacks should fail if no iommu is available
Marek Szyprowski
1
-0
/
+6
2015-05-29
iommu/exynos: Document internal structures
Marek Szyprowski
1
-18
/
+35
2015-05-29
iommu/exynos: Remove excessive includes and sort others alphabetically
Marek Szyprowski
1
-9
/
+5
2015-05-29
iommu/exynos: Use struct exynos_iommu_domain in internal structures
Marek Szyprowski
1
-5
/
+5
2015-05-29
iommu/exynos: Rename variables to reflect their purpose
Marek Szyprowski
1
-93
/
+94
2015-05-29
iommu/exynos: Refactor function parameters to simplify code
Marek Szyprowski
1
-86
/
+48
2015-05-29
iommu/exynos: Remove useless members from exynos_iommu_owner structure
Marek Szyprowski
1
-19
/
+2
2015-05-29
iommu/exynos: Remove unused functions
Marek Szyprowski
1
-31
/
+0
2015-05-29
iommu/exynos: Don't read version register on every tlb operation
Marek Szyprowski
1
-8
/
+5
2015-05-29
iommu: Init iommu-groups support earlier, in core_initcall
Marek Szyprowski
1
-1
/
+1
2015-05-11
iommu/exynos: Tell kmemleak to ignore 2nd level page tables
Colin Cross
1
-0
/
+1
2015-04-27
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
2
-80
/
+67
2015-04-20
Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
18
-474
/
+604
2015-04-15
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2015-04-14
Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+8
2015-04-13
Merge branch 'device-properties'
Rafael J. Wysocki
1
-1
/
+1
2015-04-02
Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...
Joerg Roedel
18
-474
/
+604
2015-04-02
iommu/amd: Correctly encode huge pages in iommu page tables
Joerg Roedel
1
-5
/
+6
2015-04-02
iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface
Joerg Roedel
1
-9
/
+3
2015-04-02
iommu/amd: Optimize alloc_new_range for new fetch_pte interface
Joerg Roedel
1
-4
/
+4
2015-04-02
iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface
Joerg Roedel
1
-24
/
+8
2015-04-02
iommu/amd: Return the pte page-size in fetch_pte
Joerg Roedel
2
-22
/
+36
2015-04-02
iommu/amd: Add support for contiguous dma allocator
Joerg Roedel
1
-16
/
+28
2015-04-02
iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent
Joerg Roedel
1
-1
/
+0
2015-04-02
iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event
Joerg Roedel
1
-10
/
+0
2015-04-02
iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE
Joerg Roedel
1
-1
/
+1
2015-03-31
iommu/tegra: smmu: Compute PFN mask at runtime
Thierry Reding
1
-5
/
+10
2015-03-31
iommu/tegra: gart: Set aperture at domain initialization time
Thierry Reding
1
-11
/
+14
2015-03-31
iommu/tegra: Setup aperture
Thierry Reding
1
-0
/
+5
2015-03-31
iommu: Remove domain_init and domain_free iommu_ops
Joerg Roedel
1
-28
/
+2
2015-03-31
iommu/fsl: Make use of domain_alloc and domain_free
Joerg Roedel
2
-29
/
+33
2015-03-31
iommu/rockchip: Make use of domain_alloc and domain_free
Joerg Roedel
1
-16
/
+24
2015-03-31
iommu/ipmmu-vmsa: Make use of domain_alloc and domain_free
Joerg Roedel
1
-18
/
+23
2015-03-31
iommu/shmobile: Make use of domain_alloc and domain_free
Joerg Roedel
1
-16
/
+23
2015-03-31
iommu/msm: Make use of domain_alloc and domain_free
Joerg Roedel
1
-37
/
+36
2015-03-31
iommu/tegra-gart: Make use of domain_alloc and domain_free
Joerg Roedel
1
-21
/
+46
2015-03-31
iommu/tegra-smmu: Make use of domain_alloc and domain_free
Joerg Roedel
1
-18
/
+23
2015-03-31
iommu/exynos: Make use of domain_alloc and domain_free
Joerg Roedel
1
-40
/
+47
2015-03-31
iommu/arm-smmu: Make use of domain_alloc and domain_free
Joerg Roedel
1
-19
/
+27
2015-03-31
iommu/omap: Make use of domain_alloc and domain_free
Joerg Roedel
1
-20
/
+29
2015-03-31
iommu/vt-d: Make use of domain_alloc and domain_free
Joerg Roedel
1
-20
/
+28
2015-03-31
iommu/amd: Make use of domain_alloc and domain_free
Joerg Roedel
2
-43
/
+48
2015-03-31
iommu: Only allow iommu_map/unmap for paging domains
Joerg Roedel
1
-0
/
+6
2015-03-31
iommu: Introduce iommu domain types
Joerg Roedel
1
-2
/
+3
2015-03-31
iommu: Introduce domain_alloc and domain_free iommu_ops
Joerg Roedel
1
-8
/
+21
2015-03-27
iommu/io-pgtable-arm: avoid speculative walks through TTBR1
Will Deacon
1
-0
/
+5
2015-03-27
iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices
Will Deacon
1
-35
/
+57
2015-03-27
iommu/arm-smmu: set a more appropriate DMA mask
Robin Murphy
1
-0
/
+9
2015-03-27
iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2
Will Deacon
1
-10
/
+14
[next]