index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2014-07-07
iommu/fsl: Fix the error condition during iommu group
Varun Sethi
1
-2
/
+5
2014-07-07
iommu/fsl: Fix the device domain attach condition.
Varun Sethi
1
-7
/
+2
2014-07-07
iommu/fsl: Fix PAMU window size check.
Varun Sethi
2
-5
/
+5
2014-06-20
iommu/amd: Fix small race between invalidate_range_end/start
Joerg Roedel
1
-5
/
+13
2014-06-20
iommu/vt-d: fix bug in handling multiple RMRRs for the same PCI device
Jiang Liu
1
-6
/
+3
2014-06-06
Merge tag 'iommu-updates-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-613
/
+1993
2014-06-05
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
1
-8
/
+25
2014-06-05
intel-iommu: integrate DMA CMA
Akinobu Mita
1
-8
/
+25
2014-06-05
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-11
/
+9
2014-06-03
Merge tag 'driver-core-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+1
2014-06-02
Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+7
2014-05-30
Merge branches 'iommu/fixes', 'arm/omap', 'arm/smmu', 'arm/shmobile', 'x86/am...
Joerg Roedel
13
-611
/
+2003
2014-05-30
iommu/msm: Use devm_ioremap_resource to simplify code
Kefeng Wang
1
-31
/
+7
2014-05-30
iommu/amd: Fix recently introduced compile warnings
Joerg Roedel
1
-2
/
+0
2014-05-28
driver core: dev_set_drvdata can no longer fail
Jean Delvare
1
-6
/
+1
2014-05-27
iommu/exynos: Remove unnecessary "&" from function pointers
Bjorn Helgaas
1
-7
/
+7
2014-05-26
arm/ipmmu-vmsa: Fix compile error
Joerg Roedel
1
-1
/
+1
2014-05-26
iommu/exynos: Fix checkpatch warning
Sachin Kamat
1
-0
/
+3
2014-05-26
iommu/exynos: Fix trivial typo
Sachin Kamat
1
-6
/
+6
2014-05-26
iommu/exynos: Remove invalid symbol dependency
Sachin Kamat
1
-1
/
+1
2014-05-26
iommu: fsl_pamu.c: Fix for possible null pointer dereference
Rickard Strandqvist
1
-2
/
+1
2014-05-26
iommu/amd: Remove duplicate checking code
Vaughan Cao
1
-6
/
+0
2014-05-26
iommu/amd: Handle parallel invalidate_range_start/end calls correctly
Joerg Roedel
1
-4
/
+13
2014-05-26
iommu/amd: Remove IOMMUv2 pasid_state_list
Joerg Roedel
1
-26
/
+0
2014-05-26
iommu/amd: Implement mmu_notifier_release call-back
Joerg Roedel
1
-56
/
+35
2014-05-26
iommu/amd: Convert IOMMUv2 state_table into state_list
Joerg Roedel
1
-21
/
+18
2014-05-26
iommu/amd: Don't access IOMMUv2 state_table directly
Joerg Roedel
1
-4
/
+9
2014-05-26
iommu/ipmmu-vmsa: Support clearing mappings
Laurent Pinchart
1
-4
/
+186
2014-05-26
iommu/ipmmu-vmsa: Remove stage 2 PTE bits definitions
Laurent Pinchart
1
-8
/
+0
2014-05-26
iommu/ipmmu-vmsa: Support 2MB mappings
Laurent Pinchart
1
-3
/
+29
2014-05-26
iommu/ipmmu-vmsa: Rewrite page table management
Laurent Pinchart
1
-107
/
+86
2014-05-26
iommu/ipmmu-vmsa: PMD is never folded, PUD always is
Laurent Pinchart
1
-57
/
+9
2014-05-26
iommu/ipmmu-vmsa: Set the PTE contiguous hint bit when possible
Laurent Pinchart
1
-3
/
+40
2014-05-26
iommu/ipmmu-vmsa: Define driver-specific page directory sizes
Laurent Pinchart
1
-5
/
+10
2014-05-26
iommu/ipmmu-vmsa: Fix the supported page sizes
Laurent Pinchart
1
-1
/
+1
2014-05-26
iommu/ipmmu-vmsa: Refactor micro-TLB lookup
Laurent Pinchart
1
-40
/
+52
2014-05-26
iommu: Add driver for Renesas VMSA-compatible IPMMU
Laurent Pinchart
3
-0
/
+1083
2014-05-16
iommu: dmar: Provide arch specific irq allocation
Thomas Gleixner
1
-3
/
+3
2014-05-16
iommu: smar: Fix return value check of create_irq()
Thomas Gleixner
1
-1
/
+1
2014-05-16
x86: irq_remapping: Use irq_alloc/free_hwirq()
Thomas Gleixner
1
-7
/
+5
2014-05-14
iommu/exynos: Remove unnecessary "&" from function pointers
Bjorn Helgaas
1
-9
/
+9
2014-05-13
iommu/exynos: Apply workaround of caching fault page table entries
Cho KyongHo
1
-17
/
+146
2014-05-13
iommu/exynos: Turn on useful configuration options
Cho KyongHo
1
-4
/
+34
2014-05-13
iommu/exynos: Support for device tree
Cho KyongHo
1
-125
/
+158
2014-05-13
iommu/exynos: Enhanced error messages
Cho KyongHo
1
-14
/
+9
2014-05-13
iommu/exynos: Add devices attached to the System MMU to an IOMMU group
Antonios Motakis
1
-0
/
+28
2014-05-13
iommu/exynos: Use exynos-iommu specific typedef
Cho KyongHo
1
-42
/
+59
2014-05-13
iommu/exynos: Change rwlock to spinlock
Cho KyongHo
1
-13
/
+14
2014-05-13
iommu/exynos: Remove custom fault handler
Cho KyongHo
1
-56
/
+24
2014-05-13
iommu/exynos: Gating clocks of master H/W
Cho KyongHo
1
-2
/
+38
[next]