index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2015-10-21
iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu
Joerg Roedel
1
-6
/
+4
2015-10-21
iommu/amd: Remove old alias handling code
Joerg Roedel
1
-99
/
+0
2015-10-21
iommu/amd: Set alias DTE in do_attach/do_detach
Joerg Roedel
1
-2
/
+15
2015-10-21
iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled
Joerg Roedel
1
-0
/
+12
2015-10-21
iommu/amd: Don't disable IRQs in __detach_device
Joerg Roedel
1
-3
/
+2
2015-10-21
iommu/amd: Do not iterate over alias-list in __[attach|detach]_device
Joerg Roedel
1
-23
/
+3
2015-10-21
iommu/amd: Do not BUG_ON in __detach_device()
Joerg Roedel
1
-1
/
+2
2015-08-13
iommu/amd: Use BUG_ON instead of if () BUG()
Joerg Roedel
1
-2
/
+2
2015-08-13
iommu/amd: Simplify allocation in irq_remapping_alloc()
Joerg Roedel
1
-11
/
+6
2015-07-31
iommu/amd: Allow non-ATS devices in IOMMUv2 domains
Joerg Roedel
1
-1
/
+6
2015-07-30
iommu/amd: Set global dma_ops if swiotlb is disabled
Joerg Roedel
1
-0
/
+9
2015-07-30
iommu/amd: Use swiotlb in passthrough mode
Joerg Roedel
1
-5
/
+3
2015-07-30
iommu/amd: Allow non-IOMMUv2 devices in IOMMUv2 domains
Joerg Roedel
1
-7
/
+9
2015-07-30
iommu/amd: Use iommu core for passthrough mode
Joerg Roedel
1
-56
/
+2
2015-07-02
Merge tag 'iommu-fixes-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+16
2015-07-01
iommu/amd: Introduce protection_domain_init() function
Joerg Roedel
1
-10
/
+16
2015-06-24
Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-405
/
+184
2015-06-23
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-206
/
+271
2015-06-19
Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...
Joerg Roedel
1
-405
/
+185
2015-06-19
iommu/amd: Handle large pages correctly in free_pagetable
Joerg Roedel
1
-0
/
+6
2015-06-11
iommu/amd: Handle errors returned from iommu_init_device
Joerg Roedel
1
-2
/
+9
2015-06-11
iommu/amd: Propagate errors from amd_iommu_init_api
Joerg Roedel
1
-2
/
+2
2015-06-11
iommu/amd: Remove unused fields from struct dma_ops_domain
Joerg Roedel
1
-1
/
+0
2015-06-11
iommu/amd: Get rid of device_dma_ops_init()
Joerg Roedel
1
-39
/
+1
2015-06-11
iommu/amd: Put IOMMUv2 devices in a direct mapped domain
Joerg Roedel
1
-1
/
+14
2015-06-11
iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation
Joerg Roedel
1
-0
/
+7
2015-06-11
iommu/amd: Support IOMMU_DOMAIN_DMA type allocation
Joerg Roedel
1
-238
/
+73
2015-06-11
iommu/amd: Implement add_device and remove_device
Joerg Roedel
1
-156
/
+54
2015-06-11
iommu/amd: Use default domain if available for DMA-API
Joerg Roedel
1
-0
/
+7
2015-06-11
iommu/amd: Implement dm_region call-backs
Joerg Roedel
1
-0
/
+43
2015-06-02
Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"
Joerg Roedel
1
-0
/
+1
2015-05-29
iommu/amd: Handle integer overflow in dma_ops_area_alloc
Joerg Roedel
1
-3
/
+5
2015-04-24
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
1
-2
/
+1
2015-04-24
irq_remapping/amd: Move struct irq_2_irte into amd_iommu.c
Jiang Liu
1
-0
/
+5
2015-04-24
x86/irq: Remove irq_cfg.irq_remapped
Jiang Liu
1
-1
/
+0
2015-04-24
irq_remapping/amd: Clean up unsued code
Jiang Liu
1
-144
/
+0
2015-04-24
irq_remapping/amd: Clean up unused MSI related code
Jiang Liu
1
-113
/
+2
2015-04-24
irq_remapping/amd: Enhance AMD IR driver to support hierarchical irqdomains
Jiang Liu
1
-6
/
+323
2015-04-02
Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...
Joerg Roedel
1
-128
/
+122
2015-04-02
iommu/amd: Correctly encode huge pages in iommu page tables
Joerg Roedel
1
-5
/
+6
2015-04-02
iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interface
Joerg Roedel
1
-9
/
+3
2015-04-02
iommu/amd: Optimize alloc_new_range for new fetch_pte interface
Joerg Roedel
1
-4
/
+4
2015-04-02
iommu/amd: Optimize iommu_unmap_page for new fetch_pte interface
Joerg Roedel
1
-24
/
+8
2015-04-02
iommu/amd: Return the pte page-size in fetch_pte
Joerg Roedel
1
-22
/
+30
2015-04-02
iommu/amd: Add support for contiguous dma allocator
Joerg Roedel
1
-16
/
+28
2015-04-02
iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent
Joerg Roedel
1
-1
/
+0
2015-04-02
iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER event
Joerg Roedel
1
-10
/
+0
2015-04-02
iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICE
Joerg Roedel
1
-1
/
+1
2015-03-31
iommu/amd: Make use of domain_alloc and domain_free
Joerg Roedel
1
-39
/
+45
2015-02-12
Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+7
[next]