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.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
/
amd_iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-6
/
+6
2016-07-26
iommu/amd: Initialize dma-ops domains with 3-level page-table
Joerg Roedel
1
-1
/
+1
2016-07-26
iommu/amd: Update Alias-DTE in update_device_table()
Joerg Roedel
1
-1
/
+8
2016-07-14
iommu/amd: Use container_of to get dma_ops_domain
Joerg Roedel
1
-10
/
+26
2016-07-14
iommu/amd: Flush iova queue before releasing dma_ops_domain
Joerg Roedel
1
-3
/
+14
2016-07-14
iommu/amd: Handle IOMMU_DOMAIN_DMA in ops->domain_free call-back
Joerg Roedel
1
-8
/
+17
2016-07-14
iommu/amd: Use dev_data->domain in get_domain()
Joerg Roedel
1
-6
/
+1
2016-07-14
iommu/amd: Optimize map_sg and unmap_sg
Joerg Roedel
1
-26
/
+85
2016-07-13
iommu/amd: Introduce dir2prot() helper
Joerg Roedel
1
-7
/
+13
2016-07-13
iommu/amd: Implement timeout to flush unmap queues
Joerg Roedel
1
-0
/
+28
2016-07-13
iommu/amd: Implement flush queue
Joerg Roedel
1
-4
/
+67
2016-07-13
iommu/amd: Allow NULL pointer parameter for domain_flush_complete()
Joerg Roedel
1
-1
/
+1
2016-07-13
iommu/amd: Set up data structures for flush queue
Joerg Roedel
1
-1
/
+39
2016-07-13
iommu/amd: Remove align-parameter from __map_single()
Joerg Roedel
1
-10
/
+3
2016-07-13
iommu/amd: Remove other remains of old address allocator
Joerg Roedel
1
-311
/
+5
2016-07-13
iommu/amd: Make use of the generic IOVA allocator
Joerg Roedel
1
-157
/
+26
2016-07-13
iommu/amd: Remove special mapping code for dma_ops path
Joerg Roedel
1
-93
/
+14
2016-07-13
iommu/amd: Pass gfp-flags to iommu_map_page()
Joerg Roedel
1
-3
/
+4
2016-07-13
iommu/amd: Implement apply_dm_region call-back
Joerg Roedel
1
-0
/
+15
2016-07-13
iommu/amd: Create a list of reserved iova addresses
Joerg Roedel
1
-0
/
+69
2016-07-13
iommu/amd: Allocate iova_domain for dma_ops_domain
Joerg Roedel
1
-1
/
+19
2016-07-13
iommu/amd: Init unity mappings only for dma_ops domains
Joerg Roedel
1
-2
/
+4
2016-06-15
iommu/amd: Set AMD iommu callbacks for platform bus driver
Wan Zongshun
1
-0
/
+4
2016-05-20
Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-118
/
+149
2016-05-19
Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2016-05-09
Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...
Joerg Roedel
1
-125
/
+221
2016-05-09
iommu/amd: Remove statistics code
Joerg Roedel
1
-95
/
+0
2016-04-21
iommu/amd: Move get_device_id() and friends to beginning of file
Joerg Roedel
1
-54
/
+54
2016-04-21
iommu/amd: Don't use IS_ERR_VALUE to check integer values
Joerg Roedel
1
-10
/
+10
2016-04-15
iommu/amd: Signedness bug in acpihid_device_group()
Dan Carpenter
1
-1
/
+1
2016-04-11
iommu/amd: Fix checking of pci dma aliases
Joerg Roedel
1
-11
/
+76
2016-04-07
iommu/amd: Set AMD iommu callbacks for amba bus
Wan Zongshun
1
-1
/
+12
2016-04-07
iommu/amd: Manage iommu_group for ACPI HID devices
Wan Zongshun
1
-1
/
+32
2016-04-07
iommu/amd: Add iommu support for ACPI HID devices
Wan Zongshun
1
-9
/
+60
2016-04-07
iommu/amd: Make call-sites of get_device_id aware of its return value
Wan Zongshun
1
-10
/
+41
2016-04-07
iommu/amd: Add new map for storing IVHD dev entry type HID
Wan Zongshun
1
-0
/
+1
2016-02-29
iommu/amd: Detach device from domain before removal
Joerg Roedel
1
-0
/
+4
2016-01-29
iommu/amd: Correct the wrong setting of alias DTE in do_attach
Baoquan He
1
-1
/
+1
2016-01-07
iommu/amd: Remove an unneeded condition
Dan Carpenter
1
-5
/
+3
2015-12-28
iommu/amd: Preallocate dma_ops apertures based on dma_mask
Joerg Roedel
1
-7
/
+53
2015-12-28
iommu/amd: Use trylock to aquire bitmap_lock
Joerg Roedel
1
-3
/
+17
2015-12-28
iommu/amd: Make dma_ops_domain->next_index percpu
Joerg Roedel
1
-10
/
+29
2015-12-28
iommu/amd: Relax locking in dma_ops path
Joerg Roedel
1
-59
/
+11
2015-12-28
iommu/amd: Initialize new aperture range before making it visible
Joerg Roedel
1
-13
/
+20
2015-12-28
iommu/amd: Build io page-tables with cmpxchg64
Joerg Roedel
1
-3
/
+13
2015-12-28
iommu/amd: Allocate new aperture ranges in dma_ops_alloc_addresses
Joerg Roedel
1
-19
/
+10
2015-12-28
iommu/amd: Optimize dma_ops_free_addresses
Joerg Roedel
1
-2
/
+3
2015-12-28
iommu/amd: Remove need_flush from struct dma_ops_domain
Joerg Roedel
1
-24
/
+6
2015-12-28
iommu/amd: Iterate over all aperture ranges in dma_ops_area_alloc
Joerg Roedel
1
-17
/
+11
2015-12-28
iommu/amd: Flush iommu tlb in dma_ops_free_addresses
Joerg Roedel
1
-2
/
+4
[next]