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.12.y
linux-6.13.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-11-12
iommu/amd: Fix accounting of device_state
Oded Gabbay
1
-6
/
+2
2014-11-06
x86/vt-d: Fix incorrect bit operations in setting values
Li, Zhen-Hua
1
-0
/
+2
2014-11-04
iommu/rockchip: Allow to compile with COMPILE_TEST
Joerg Roedel
1
-1
/
+2
2014-11-04
iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails
Axel Lin
1
-1
/
+1
2014-11-04
iommu/omap: Use dev_get_platdata()
Kiran Padwal
1
-3
/
+3
2014-11-04
iommu/msm: Use dev_get_platdata()
Kiran Padwal
1
-2
/
+2
2014-11-04
iommu: Improve error handling when setting bus iommu
Heiko Stübner
1
-2
/
+16
2014-11-04
iommu: Do more input validation in iommu_map_sg()
Joerg Roedel
1
-11
/
+18
2014-11-04
iommu: Add iommu_map_sg() function
Olav Haugan
10
-0
/
+34
2014-11-03
iommu/rockchip: rk3288 iommu driver
Daniel Kurtz
3
-0
/
+1051
2014-10-23
iommu/msm: Deletion of unnecessary checks before clk_disable()
SF Markus Elfring
2
-6
/
+3
2014-10-23
iommu/omap: Switch pagetable debugfs entry to use seq_file
Suman Anna
1
-53
/
+28
2014-10-23
iommu/omap: Fix bus error on debugfs access of unattached IOMMU
Suman Anna
1
-0
/
+14
2014-10-23
iommu/omap: Reset the domain field upon detaching
Suman Anna
1
-0
/
+1
2014-10-23
iommu/omap: Do not export unneeded functions
Suman Anna
2
-7
/
+2
2014-10-23
iommu/omap: Remove couple of unused exported functions
Suman Anna
2
-26
/
+0
2014-10-23
iommu/omap: Integrate omap-iommu-debug into omap-iommu
Suman Anna
4
-80
/
+58
2014-10-23
iommu/omap: Make pagetable debugfs entry read-only
Suman Anna
1
-46
/
+2
2014-10-23
iommu/omap: Fix the permissions on nr_tlb_entries
Suman Anna
1
-1
/
+1
2014-10-23
iommu/omap: Consolidate OMAP IOMMU modules
Suman Anna
4
-419
/
+217
2014-10-23
iommu/omap: Simplify omap2_iommu_fault_isr()
Suman Anna
1
-19
/
+1
2014-10-23
iommu/omap: Remove bogus version check in context save/restore
Suman Anna
1
-6
/
+0
2014-10-23
iommu/omap: Remove omap_iommu_arch_version() and version field
Suman Anna
3
-15
/
+0
2014-10-23
iommu/omap: Remove ver debugfs entry
Suman Anna
1
-13
/
+0
2014-10-23
iommu/omap: Remove conditional definition of dev_to_omap_iommu()
Suman Anna
1
-2
/
+5
2014-10-23
iommu/omap: Remove duplicate declarations
Suman Anna
1
-3
/
+0
2014-10-23
iommu/omap: Remove unused isr_priv field from omap_iommu
Suman Anna
1
-1
/
+0
2014-10-23
iommu/omap: Remove refcount field from omap_iommu object
Suman Anna
2
-13
/
+3
2014-10-20
iommu: drop owner assignment from platform_drivers
Wolfram Sang
7
-7
/
+0
2014-10-15
Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-330
/
+427
2014-10-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+4
2014-10-02
Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...
Joerg Roedel
17
-330
/
+427
2014-10-02
iommu/vt-d: Work around broken RMRR firmware entries
Joerg Roedel
1
-3
/
+19
2014-10-02
iommu/vt-d: Store bus information in RMRR PCI device path
Joerg Roedel
1
-0
/
+1
2014-10-02
iommu/vt-d: Only remove domain when device is removed
Joerg Roedel
1
-2
/
+1
2014-09-25
iommu/amd: Fix devid mapping for ivrs_ioapic override
Joerg Roedel
1
-6
/
+15
2014-09-25
iommu/irq_remapping: Fix the regression of hpet irq remapping
Yijing Wang
4
-7
/
+14
2014-09-25
iommu: Fix bus notifier breakage
Mark Salter
1
-10
/
+16
2014-09-25
iommu/amd: Split init_iommu_group() from iommu_init_device()
Alex Williamson
1
-14
/
+13
2014-09-25
iommu: Rework iommu_group_get_for_pci_dev()
Alex Williamson
1
-67
/
+96
2014-09-25
iommu: Make of_device_id array const
Kiran Padwal
4
-4
/
+4
2014-09-25
amd_iommu: do not dereference a NULL pointer address.
Maurizio Lombardi
1
-0
/
+3
2014-09-25
iommu/omap: Remove omap_iommu unused owner field
Laurent Pinchart
2
-11
/
+0
2014-09-25
iommu: Remove iommu_domain_has_cap() API function
Joerg Roedel
1
-13
/
+0
2014-09-25
iommu/tegra: Convert to iommu_capable() API function
Joerg Roedel
2
-8
/
+6
2014-09-25
iommu/msm: Convert to iommu_capable() API function
Joerg Roedel
1
-4
/
+3
2014-09-25
iommu/vt-d: Convert to iommu_capable() API function
Joerg Roedel
1
-8
/
+5
2014-09-25
iommu/fsl: Convert to iommu_capable() API function
Joerg Roedel
1
-3
/
+2
2014-09-25
iommu/arm-smmu: Convert to iommu_capable() API function
Joerg Roedel
1
-10
/
+9
2014-09-25
iommu/amd: Convert to iommu_capable() API function
Joerg Roedel
1
-6
/
+5
[prev]
[next]