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
2011-12-12
iommu/amd: Add driver stub for AMD IOMMUv2 support
Joerg Roedel
3
-0
/
+45
2011-12-12
iommu/amd: Add stat counter for IOMMUv2 events
Joerg Roedel
1
-0
/
+17
2011-12-12
iommu/amd: Add device errata handling
Joerg Roedel
2
-3
/
+55
2011-12-12
iommu/amd: Add function to get IOMMUv2 domain for pdev
Joerg Roedel
3
-0
/
+23
2011-12-12
iommu/amd: Implement function to send PPR completions
Joerg Roedel
3
-0
/
+63
2011-12-12
iommu/amd: Implement functions to manage GCR3 table
Joerg Roedel
3
-0
/
+135
2011-12-12
iommu/amd: Implement IOMMUv2 TLB flushing routines
Joerg Roedel
3
-0
/
+140
2011-12-12
iommu/amd: Add support for IOMMUv2 domain mode
Joerg Roedel
5
-5
/
+180
2011-12-12
iommu/amd: Add amd_iommu_domain_direct_map function
Joerg Roedel
2
-2
/
+39
2011-12-12
iommu/amd: Implement notifier for PPR faults
Joerg Roedel
3
-2
/
+125
2011-12-12
iommu/amd: Put IOMMUv2 capable devices in pt_domain
Joerg Roedel
3
-16
/
+86
2011-12-12
iommu/amd: Add iommuv2 flag to struct amd_iommu
Joerg Roedel
3
-0
/
+23
2011-12-12
iommu/amd: Enable GT mode when supported by IOMMU
Joerg Roedel
2
-0
/
+10
2011-12-12
iommu/amd: Setup PPR log when supported by IOMMU
Joerg Roedel
2
-0
/
+65
2011-12-12
iommu/amd: Get the maximum number of PASIDs supported
Joerg Roedel
2
-0
/
+19
2011-12-12
iommu/amd: Convert dev_table_entry to u64
Joerg Roedel
3
-16
/
+18
2011-12-08
memblock: Kill early_node_map[]
Tejun Heo
1
-0
/
+1
2011-12-06
iommu/omap: be verbose when omap_iommu_iova_to_phys fails
Ohad Ben-Cohen
1
-2
/
+2
2011-12-05
intr_remapping: Fix section mismatch in ir_dev_scope_init()
Sergey Senozhatsky
1
-1
/
+1
2011-12-05
intel-iommu: Fix section mismatch in dmar_parse_rmrr_atsr_dev()
Sergey Senozhatsky
1
-1
/
+1
2011-12-05
iommu/omap: eliminate the public omap_find_iommu_device() method
Ohad Ben-Cohen
2
-43
/
+46
2011-11-28
Merge branch 'master' into x86/memblock
Tejun Heo
17
-0
/
+15707
2011-11-15
iommu: Add option to group multi-function devices
Alex Williamson
2
-1
/
+12
2011-11-15
iommu/amd: Implement iommu_device_group
Alex Williamson
1
-0
/
+13
2011-11-15
iommu/intel: Implement iommu_device_group
Alex Williamson
1
-0
/
+46
2011-11-15
iommu: Add iommu_device_group callback and iommu_group sysfs entry
Alex Williamson
1
-0
/
+60
2011-11-10
iommu/core: remove the temporary pgsize settings
Ohad Ben-Cohen
1
-10
/
+0
2011-11-10
iommu/intel: announce supported page sizes
Ohad Ben-Cohen
1
-0
/
+19
2011-11-10
iommu/amd: announce supported page sizes
Ohad Ben-Cohen
1
-0
/
+19
2011-11-10
iommu/msm: announce supported page sizes
Ohad Ben-Cohen
1
-1
/
+5
2011-11-10
iommu/omap: announce supported page sizes
Ohad Ben-Cohen
1
-0
/
+4
2011-11-10
iommu/core: split mapping to page sizes as supported by the hardware
Ohad Ben-Cohen
2
-25
/
+123
2011-11-10
iommu/core: stop converting bytes to page order back and forth
Ohad Ben-Cohen
5
-39
/
+26
2011-11-08
iommu: omap: Fix compile failure
Ming Lei
2
-0
/
+2
2011-10-31
intel-iommu: now needs export.h for EXPORT_SYMBOL_GPL
Paul Gortmaker
1
-0
/
+1
2011-10-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
9
-29
/
+2527
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-62
/
+62
2011-10-26
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-204
/
+244
2011-10-21
Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...
Joerg Roedel
9
-29
/
+2527
2011-10-21
iommu/core: Remove global iommu_ops and register_iommu
Joerg Roedel
1
-23
/
+4
2011-10-21
iommu/msm: Use bus_set_iommu instead of register_iommu
Joerg Roedel
1
-1
/
+1
2011-10-21
iommu/omap: Use bus_set_iommu instead of register_iommu
Joerg Roedel
1
-1
/
+1
2011-10-21
iommu/vt-d: Use bus_set_iommu instead of register_iommu
Joerg Roedel
1
-1
/
+1
2011-10-21
iommu/amd: Use bus_set_iommu instead of register_iommu
Joerg Roedel
1
-1
/
+1
2011-10-21
iommu/core: Use bus->iommu_ops in the iommu-api
Joerg Roedel
1
-7
/
+27
2011-10-21
iommu/core: Convert iommu_found to iommu_present
Joerg Roedel
1
-3
/
+6
2011-10-21
iommu/core: Add bus_type parameter to iommu_domain_alloc
Joerg Roedel
1
-1
/
+13
2011-10-21
Driver core: Add iommu_ops to bus_type
Joerg Roedel
1
-0
/
+31
2011-10-19
intel-iommu: fix superpage support in pfn_to_dma_pte()
Allen Kay
1
-9
/
+8
2011-10-19
intel-iommu: set iommu_superpage on VM domains to lowest common denominator
Allen Kay
1
-5
/
+7
[prev]
[next]