index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd_iommu_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/amd: Fix devid mapping for ivrs_ioapic override
Joerg Roedel
2014-09-25
1
-6
/
+15
*
iommu/amd: Add sysfs support
Alex Williamson
2014-07-04
1
-0
/
+38
*
iommu/amd: fix enabling exclusion range for an exact device
Su Friendy
2014-05-13
1
-1
/
+1
*
iommu/amd: Fix logic to determine and checking max PASID
Suravee Suthikulpanit
2014-03-24
1
-7
/
+9
*
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
2013-12-07
1
-1
/
+0
*
iommu/amd: Clean up unnecessary MSI/MSI-X capability find
Yijing Wang
2013-08-14
1
-1
/
+1
*
perf/x86/amd: Add IOMMU Performance Counter resource management
Steven L Kinney
2013-06-19
1
-9
/
+131
*
Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-05-06
1
-16
/
+138
|
\
|
*
iommu/amd: fix error return code in early_amd_iommu_init()
Wei Yongjun
2013-04-23
1
-0
/
+1
|
*
iommu/AMD: Per-thread IOMMU Interrupt Handling
Suravee Suthikulpanit
2013-04-23
1
-1
/
+1
|
*
iommu/amd: Don't report firmware bugs with cmd-line ivrs overrides
Joerg Roedel
2013-04-19
1
-3
/
+16
|
*
iommu/amd: Add ioapic and hpet ivrs override
Joerg Roedel
2013-04-19
1
-2
/
+62
|
*
iommu/amd: Add early maps for ioapic and hpet
Joerg Roedel
2013-04-19
1
-0
/
+38
|
*
iommu/amd: Extend IVRS special device data structure
Joerg Roedel
2013-04-19
1
-10
/
+20
|
*
iommu/amd: Move add_special_device() to __init
Joerg Roedel
2013-04-19
1
-1
/
+1
*
|
Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-04-29
1
-20
/
+20
|
\
\
|
|
/
|
/
|
|
*
iommu/amd: Remove calc_devid() and use PCI_DEVID() from PCI
Shuah Khan
2013-03-26
1
-3
/
+3
|
*
iommu/amd: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI
Shuah Khan
2013-03-26
1
-17
/
+17
*
|
amd_iommu_init: remove __init from amd_iommu_erratum_746_workaround
Nikola Pajkovsky
2013-03-09
1
-1
/
+1
|
/
*
iommu/amd: Initialize device table after dma_ops
Joerg Roedel
2013-02-07
1
-5
/
+5
*
IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround
Suravee Suthikulpanit
2013-01-28
1
-0
/
+34
*
iommu/amd: Work around wrong IOAPIC device-id in IVRS table
Joerg Roedel
2012-10-16
1
-7
/
+32
*
-
-
-
.
Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...
Joerg Roedel
2012-10-02
1
-20
/
+233
|
\
\
\
|
|
|
*
iommu/amd: Print message to system log when irq remapping is enabled
Joerg Roedel
2012-09-28
1
-0
/
+2
|
|
|
*
iommu/amd: Make sure irq remapping still works on dma init failure
Joerg Roedel
2012-09-28
1
-9
/
+31
|
|
|
*
iommu/amd: Add initialization routines for AMD interrupt remapping
Joerg Roedel
2012-09-28
1
-0
/
+42
|
|
|
*
iommu/amd: Make sure IOMMU is not considered to translate itself
Joerg Roedel
2012-09-28
1
-0
/
+7
|
|
|
*
iommu/amd: Split device table initialization into irq and dma part
Joerg Roedel
2012-09-28
1
-1
/
+18
|
|
|
*
iommu/amd: Check if IOAPIC information is correct
Joerg Roedel
2012-09-28
1
-3
/
+24
|
|
|
*
iommu/amd: Allocate data structures to keep track of irq remapping tables
Joerg Roedel
2012-09-28
1
-0
/
+16
|
|
|
*
iommu/amd: Add slab-cache for irq remapping tables
Joerg Roedel
2012-09-28
1
-0
/
+23
|
|
|
*
iommu/amd: Keep track of HPET and IOAPIC device ids
Joerg Roedel
2012-09-28
1
-2
/
+66
|
|
_
|
/
|
/
|
|
|
|
*
iommu/amd: Fix features reporting
Borislav Petkov
2012-09-28
1
-1
/
+1
|
|
*
iommu/amd: Fix some typos
Frank Arnold
2012-09-18
1
-5
/
+5
|
|
*
iommu/amd: remove duplicated include from amd_iommu_init.c
Wei Yongjun
2012-09-18
1
-1
/
+0
|
|
/
|
/
|
*
|
iommu/amd: Fix wrong check for ARRAY_SIZE()
Joerg Roedel
2012-08-10
1
-1
/
+1
*
|
iommu/amd: Fix pci_request_acs() call-place
Joerg Roedel
2012-08-06
1
-3
/
+3
|
/
*
iommu/amd: Convert iommu initialization to state machine
Joerg Roedel
2012-07-17
1
-64
/
+109
*
iommu/amd: Introduce amd_iommu_init_dma routine
Joerg Roedel
2012-07-17
1
-7
/
+20
*
iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()
Joerg Roedel
2012-07-17
1
-8
/
+0
*
iommu/amd: Split enable_iommus() routine
Joerg Roedel
2012-07-17
1
-3
/
+18
*
iommu/amd: Introduce early_amd_iommu_init routine
Joerg Roedel
2012-07-17
1
-15
/
+23
*
iommu/amd: Move informational prinks out of iommu_enable
Joerg Roedel
2012-07-17
1
-17
/
+27
*
iommu/amd: Split out PCI related parts of IOMMU initialization
Joerg Roedel
2012-07-17
1
-106
/
+118
*
iommu/amd: Use acpi_get_table instead of acpi_table_parse
Joerg Roedel
2012-07-17
1
-52
/
+66
*
iommu/amd: Fix sparse warnings
Joerg Roedel
2012-07-17
1
-11
/
+5
*
iommu/amd: fix type bug in flush code
Dan Carpenter
2012-07-02
1
-1
/
+1
*
iommu/amd: Fix missing iommu_shutdown initialization in passthrough mode
Shuah Khan
2012-06-07
1
-2
/
+2
*
iommu/amd: Cache pdev pointer to root-bridge
Joerg Roedel
2012-06-04
1
-8
/
+5
*
-
.
Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into next
Joerg Roedel
2012-03-22
1
-64
/
+123
|
\
\
[next]