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_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-08
iommu/amd: Initialize device table after dma_ops
Joerg Roedel
1
-5
/
+5
2013-01-28
IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround
Suravee Suthikulpanit
1
-0
/
+34
2012-10-16
iommu/amd: Work around wrong IOAPIC device-id in IVRS table
Joerg Roedel
1
-7
/
+32
2012-10-02
Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...
Joerg Roedel
1
-20
/
+233
2012-09-28
iommu/amd: Print message to system log when irq remapping is enabled
Joerg Roedel
1
-0
/
+2
2012-09-28
iommu/amd: Make sure irq remapping still works on dma init failure
Joerg Roedel
1
-9
/
+31
2012-09-28
iommu/amd: Add initialization routines for AMD interrupt remapping
Joerg Roedel
1
-0
/
+42
2012-09-28
iommu/amd: Make sure IOMMU is not considered to translate itself
Joerg Roedel
1
-0
/
+7
2012-09-28
iommu/amd: Split device table initialization into irq and dma part
Joerg Roedel
1
-1
/
+18
2012-09-28
iommu/amd: Check if IOAPIC information is correct
Joerg Roedel
1
-3
/
+24
2012-09-28
iommu/amd: Allocate data structures to keep track of irq remapping tables
Joerg Roedel
1
-0
/
+16
2012-09-28
iommu/amd: Add slab-cache for irq remapping tables
Joerg Roedel
1
-0
/
+23
2012-09-28
iommu/amd: Keep track of HPET and IOAPIC device ids
Joerg Roedel
1
-2
/
+66
2012-09-28
iommu/amd: Fix features reporting
Borislav Petkov
1
-1
/
+1
2012-09-18
iommu/amd: Fix some typos
Frank Arnold
1
-5
/
+5
2012-09-18
iommu/amd: remove duplicated include from amd_iommu_init.c
Wei Yongjun
1
-1
/
+0
2012-08-10
iommu/amd: Fix wrong check for ARRAY_SIZE()
Joerg Roedel
1
-1
/
+1
2012-08-06
iommu/amd: Fix pci_request_acs() call-place
Joerg Roedel
1
-3
/
+3
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
1
-8
/
+0
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
1
-15
/
+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
1
-106
/
+118
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
1
-11
/
+5
2012-07-02
iommu/amd: fix type bug in flush code
Dan Carpenter
1
-1
/
+1
2012-06-07
iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode
Shuah Khan
1
-2
/
+2
2012-06-04
iommu/amd: Cache pdev pointer to root-bridge
Joerg Roedel
1
-8
/
+5
2012-03-22
Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into next
Joerg Roedel
1
-64
/
+123
2012-03-22
iommu/amd: Fix section mismatch
Gerard Snitselaar
1
-2
/
+2
2012-03-15
iommu/amd: Move interrupt setup code into seperate function
Joerg Roedel
1
-1
/
+23
2012-03-15
iommu/amd: Make sure IOMMU interrupts are re-enabled on resume
Joerg Roedel
1
-10
/
+20
2012-03-09
iommu/amd: Fix double free of mem-region in error-path
Joerg Roedel
1
-9
/
+1
2012-03-08
x86/amd: iommu_set_device_table() must not be __init
Jan Beulich
1
-1
/
+1
2012-03-01
iommu/amd: Split amd_iommu_init function
Joerg Roedel
1
-44
/
+79
2011-12-22
iommu/amd: Set IOTLB invalidation timeout
Joerg Roedel
1
-0
/
+13
2011-12-22
iommu/amd: Remove unnecessary cache flushes in amd_iommu_resume
Joerg Roedel
1
-7
/
+0
2011-12-12
iommu/amd: Add support for IOMMUv2 domain mode
Joerg Roedel
1
-0
/
+9
2011-12-12
iommu/amd: Put IOMMUv2 capable devices in pt_domain
Joerg Roedel
1
-0
/
+4
2011-12-12
iommu/amd: Add iommuv2 flag to struct amd_iommu
Joerg Roedel
1
-0
/
+15
2011-12-12
iommu/amd: Enable GT mode when supported by IOMMU
Joerg Roedel
1
-0
/
+9
2011-12-12
iommu/amd: Setup PPR log when supported by IOMMU
Joerg Roedel
1
-0
/
+51
2011-12-12
iommu/amd: Get the maximum number of PASIDs supported
Joerg Roedel
1
-0
/
+13
2011-12-12
iommu/amd: Convert dev_table_entry to u64
Joerg Roedel
1
-6
/
+6
2011-06-21
iommu/amd: Move missing parts to drivers/iommu
Joerg Roedel
1
-0
/
+1574
[prev]