index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-28
iommu/amd: Allocate data structures to keep track of irq remapping tables
Joerg Roedel
2
-0
/
+25
2012-09-28
iommu/amd: Add slab-cache for irq remapping tables
Joerg Roedel
4
-0
/
+39
2012-09-28
iommu/amd: Keep track of HPET and IOAPIC device ids
Joerg Roedel
3
-2
/
+103
2012-09-28
iommu/amd: Fix features reporting
Borislav Petkov
1
-1
/
+1
2012-09-28
iommu/amd: Fix wrong assumption in iommu-group specific code
Joerg Roedel
1
-2
/
+4
2012-09-18
intel-iommu: Default to non-coherent for domains unattached to iommus
Alex Williamson
1
-1
/
+3
2012-09-18
iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEAD
Wei Yongjun
1
-2
/
+1
2012-09-18
dma: tegra: move smmu.h into SMMU driver
Stephen Warren
1
-1
/
+40
2012-09-18
iommu/tegra: smmu: Use debugfs_create_dir for directory
Hiroshi Doyu
1
-17
/
+35
2012-09-18
iommu/amd: Fix some typos
Frank Arnold
3
-12
/
+12
2012-09-18
iommu/amd: remove duplicated include from amd_iommu_init.c
Wei Yongjun
1
-1
/
+0
2012-09-13
Merge commit 'v3.6-rc5' into next
Bjorn Helgaas
6
-25
/
+75
2012-08-23
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
1
-3
/
+3
2012-08-10
iommu/amd: Fix wrong check for ARRAY_SIZE()
Joerg Roedel
1
-1
/
+1
2012-08-10
irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU
Seth Forshee
1
-5
/
+13
2012-08-06
iommu/amd: Fix ACS path checking
Alex Williamson
1
-3
/
+22
2012-08-06
iommu/intel: Fix ACS path checking
Alex Williamson
1
-3
/
+22
2012-08-06
iommu/amd: Fix pci_request_acs() call-place
Joerg Roedel
1
-3
/
+3
2012-08-03
iommu/tegra: smmu: debugfs for TLB/PTC statistics
Hiroshi Doyu
1
-12
/
+190
2012-08-03
iommu/exynos: Fix build error
Sachin Kamat
1
-3
/
+3
2012-08-03
iommu/tegra: smmu: Fix error initial value at domain_init
Hiroshi Doyu
1
-1
/
+1
2012-08-03
iommu/tegra: smmu: Cleanup with lesser nest
Hiroshi Doyu
1
-5
/
+8
2012-08-03
iommu/intel: add missing free_domain_mem
Julia Lawall
1
-0
/
+1
2012-08-03
iommu/tegra: remove invalid reference to list iterator variable
Julia Lawall
1
-1
/
+1
2012-07-24
Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-462
/
+1332
2012-07-24
Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-1
/
+1
2012-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-9
/
+9
2012-07-24
iommu: Fix typo in iommu
Masanari Iida
3
-9
/
+9
2012-07-23
Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...
Joerg Roedel
15
-462
/
+1332
2012-07-22
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-12
/
+15
2012-07-22
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-78
/
+116
2012-07-19
iommu/amd: Fix hotplug with iommu=pt
Joerg Roedel
1
-4
/
+13
2012-07-19
iommu/amd: Add missing spin_lock initialization
Joerg Roedel
1
-0
/
+2
2012-07-17
iommu/amd: Convert iommu initialization to state machine
Joerg Roedel
1
-64
/
+109
2012-07-17
iommu/amd: Introduce amd_iommu_init_dma routine
Joerg Roedel
1
-7
/
+20
2012-07-17
iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()
Joerg Roedel
2
-8
/
+5
2012-07-17
iommu/amd: Split enable_iommus() routine
Joerg Roedel
1
-3
/
+18
2012-07-17
iommu/amd: Introduce early_amd_iommu_init routine
Joerg Roedel
2
-16
/
+23
2012-07-17
iommu/amd: Move informational prinks out of iommu_enable
Joerg Roedel
1
-17
/
+27
2012-07-17
iommu/amd: Split out PCI related parts of IOMMU initialization
Joerg Roedel
2
-108
/
+121
2012-07-17
iommu/amd: Use acpi_get_table instead of acpi_table_parse
Joerg Roedel
1
-52
/
+66
2012-07-17
iommu/amd: Fix sparse warnings
Joerg Roedel
5
-14
/
+19
2012-07-17
Merge tag 'v3.5-rc7' into arm/tegra
Joerg Roedel
3
-5
/
+14
2012-07-17
iommu/tegra: Don't call alloc_pdir with as->lock
Joerg Roedel
1
-13
/
+16
2012-07-17
iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()
Hiroshi DOYU
1
-32
/
+45
2012-07-17
iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir()
Hiroshi DOYU
1
-3
/
+0
2012-07-11
iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attribute
Joerg Roedel
1
-0
/
+4
2012-07-11
iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attribute
Hiroshi DOYU
2
-0
/
+10
2012-07-11
iommu/msm: Implement DOMAIN_ATTR_GEOMETRY attribute
Joerg Roedel
1
-0
/
+5
2012-07-11
iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attribute
Joerg Roedel
1
-0
/
+4
[prev]
[next]