index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iommu/amd: Fix compile warning in init code
Joerg Roedel
2022-07-29
1
-6
/
+3
*
iommu/amd: Add support for AVIC when SNP is enabled
Suravee Suthikulpanit
2022-07-29
1
-1
/
+10
*
iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) Enablement
Suravee Suthikulpanit
2022-07-29
1
-30
/
+55
*
iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled
Suravee Suthikulpanit
2022-07-15
1
-1
/
+6
*
iommu/amd: Set translation valid bit only when IO page tables are in use
Suravee Suthikulpanit
2022-07-15
1
-1
/
+2
*
iommu/amd: Introduce function to check and enable SNP
Brijesh Singh
2022-07-15
1
-0
/
+42
*
iommu/amd: Globally detect SNP support
Suravee Suthikulpanit
2022-07-15
1
-2
/
+5
*
iommu/amd: Process all IVHDs before enabling IOMMU features
Suravee Suthikulpanit
2022-07-15
1
-6
/
+19
*
iommu/amd: Introduce global variable for storing common EFR and EFR2
Suravee Suthikulpanit
2022-07-15
1
-8
/
+37
*
iommu/amd: Introduce Support for Extended Feature 2 Register
Suravee Suthikulpanit
2022-07-15
1
-8
/
+16
*
iommu/amd: Print PCI segment ID in error log messages
Vasant Hegde
2022-07-07
1
-5
/
+5
*
iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands
Suravee Suthikulpanit
2022-07-07
1
-17
/
+27
*
iommu/amd: Specify PCI segment ID when getting pci device
Suravee Suthikulpanit
2022-07-07
1
-2
/
+4
*
iommu/amd: Include PCI segment ID when initialize IOMMU
Suravee Suthikulpanit
2022-07-07
1
-27
/
+29
*
iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]
Suravee Suthikulpanit
2022-07-07
1
-74
/
+15
*
iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()
Suravee Suthikulpanit
2022-07-07
1
-20
/
+39
*
iommu/amd: Update (un)init_device_table_dma()
Suravee Suthikulpanit
2022-07-07
1
-7
/
+20
*
iommu/amd: Convert to use per PCI segment rlookup_table
Vasant Hegde
2022-07-07
1
-21
/
+2
*
iommu/amd: Convert to use per PCI segment irq_lookup_table
Vasant Hegde
2022-07-07
1
-19
/
+0
*
iommu/amd: Introduce per PCI segment rlookup table size
Vasant Hegde
2022-07-07
1
-5
/
+6
*
iommu/amd: Introduce per PCI segment alias table size
Vasant Hegde
2022-07-07
1
-2
/
+3
*
iommu/amd: Introduce per PCI segment device table size
Vasant Hegde
2022-07-07
1
-8
/
+10
*
iommu/amd: Introduce per PCI segment last_bdf
Vasant Hegde
2022-07-07
1
-27
/
+42
*
iommu/amd: Introduce per PCI segment unity map list
Vasant Hegde
2022-07-07
1
-10
/
+20
*
iommu/amd: Introduce per PCI segment alias_table
Suravee Suthikulpanit
2022-07-07
1
-9
/
+32
*
iommu/amd: Introduce per PCI segment old_dev_tbl_cpy
Suravee Suthikulpanit
2022-07-07
1
-45
/
+64
*
iommu/amd: Introduce per PCI segment dev_data_list
Vasant Hegde
2022-07-07
1
-0
/
+1
*
iommu/amd: Introduce per PCI segment irq_lookup_table
Vasant Hegde
2022-07-07
1
-0
/
+27
*
iommu/amd: Introduce per PCI segment rlookup table
Suravee Suthikulpanit
2022-07-07
1
-0
/
+23
*
iommu/amd: Introduce per PCI segment device table
Suravee Suthikulpanit
2022-07-07
1
-2
/
+24
*
iommu/amd: Introduce pci segment structure
Vasant Hegde
2022-07-07
1
-1
/
+45
*
iommu/amd: Handle return of iommu_device_sysfs_add
Bo Liu
2022-07-07
1
-1
/
+4
*
Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-31
1
-3
/
+5
|
\
|
*
-
.
Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...
Joerg Roedel
2022-05-20
1
-3
/
+5
|
|
\
\
|
|
|
*
iommu/amd: Increase timeout waiting for GA log enablement
Joerg Roedel
2022-05-20
1
-1
/
+1
|
|
|
*
iommu/amd: Remove redundant check
Vasant Hegde via iommu
2022-05-04
1
-2
/
+1
|
|
|
/
|
|
/
|
|
|
*
iommu/amd: Indicate whether DMA remap support is enabled
Mario Limonciello
2022-04-28
1
-0
/
+3
|
|
/
*
/
x86: remove the IOMMU table infrastructure
Christoph Hellwig
2022-04-18
1
-6
/
+0
|
/
*
-
.
Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...
Joerg Roedel
2022-03-08
1
-4
/
+14
|
\
\
|
|
*
iommu/amd: Clean up function declarations
Vasant Hegde
2022-03-08
1
-1
/
+1
|
|
*
iommu/amd: Call memunmap in error path
Vasant Hegde
2022-03-08
1
-0
/
+2
|
|
*
iommu/amd: Improve error handling for amd_iommu_init_pci
Suravee Suthikulpanit
2022-03-04
1
-3
/
+11
|
|
/
*
/
iommu/amd: Recover from event log overflow
Lennert Buytenhek
2022-02-14
1
-0
/
+10
|
/
*
iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
Joerg Roedel
2022-02-04
1
-0
/
+2
*
iommu/amd: Fix typo in *glues … together* in comment
Paul Menzel
2021-12-20
1
-1
/
+1
*
iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume
Maxim Levitsky
2021-12-17
1
-1
/
+7
*
iommu/amd: X2apic mode: setup the INTX registers on mask/unmask
Maxim Levitsky
2021-12-17
1
-32
/
+33
*
iommu/amd: X2apic mode: re-enable after resume
Maxim Levitsky
2021-12-17
1
-1
/
+4
*
iommu/amd: Restore GA log/tail pointer on host resume
Maxim Levitsky
2021-12-17
1
-16
/
+15
*
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-01
1
-3
/
+6
|
\
[next]