index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...
Joerg Roedel
7
-675
/
+1133
2022-07-29
iommu/amd: Fix compile warning in init code
Joerg Roedel
1
-6
/
+3
2022-07-29
iommu/amd: Add support for AVIC when SNP is enabled
Suravee Suthikulpanit
2
-1
/
+17
2022-07-29
iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) Enablement
Suravee Suthikulpanit
1
-30
/
+55
2022-07-15
iommu/amd: Do not support IOMMUv2 APIs when SNP is enabled
Suravee Suthikulpanit
1
-1
/
+6
2022-07-15
iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabled
Suravee Suthikulpanit
1
-0
/
+7
2022-07-15
iommu/amd: Set translation valid bit only when IO page tables are in use
Suravee Suthikulpanit
2
-3
/
+16
2022-07-15
iommu/amd: Introduce function to check and enable SNP
Brijesh Singh
2
-0
/
+44
2022-07-15
iommu/amd: Globally detect SNP support
Suravee Suthikulpanit
1
-2
/
+5
2022-07-15
iommu/amd: Process all IVHDs before enabling IOMMU features
Suravee Suthikulpanit
1
-6
/
+19
2022-07-15
iommu/amd: Introduce global variable for storing common EFR and EFR2
Suravee Suthikulpanit
2
-8
/
+40
2022-07-15
iommu/amd: Introduce Support for Extended Feature 2 Register
Suravee Suthikulpanit
2
-8
/
+20
2022-07-15
iommu/amd: Change macro for IOMMU control register bit shift to decimal value
Suravee Suthikulpanit
1
-21
/
+21
2022-07-15
iommu: remove the put_resv_regions method
Christoph Hellwig
1
-1
/
+0
2022-07-07
iommu/amd: Update amd_iommu_fault structure to include PCI seg ID
Vasant Hegde
3
-6
/
+7
2022-07-07
iommu/amd: Update device_state structure to include PCI seg ID
Vasant Hegde
1
-34
/
+24
2022-07-07
iommu/amd: Print PCI segment ID in error log messages
Vasant Hegde
2
-23
/
+23
2022-07-07
iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commands
Suravee Suthikulpanit
1
-17
/
+27
2022-07-07
iommu/amd: Specify PCI segment ID when getting pci device
Suravee Suthikulpanit
2
-11
/
+14
2022-07-07
iommu/amd: Include PCI segment ID when initialize IOMMU
Suravee Suthikulpanit
4
-33
/
+35
2022-07-07
iommu/amd: Introduce get_device_sbdf_id() helper function
Suravee Suthikulpanit
3
-29
/
+38
2022-07-07
iommu/amd: Flush upto last_bdf only
Vasant Hegde
1
-3
/
+6
2022-07-07
iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]
Suravee Suthikulpanit
3
-95
/
+27
2022-07-07
iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()
Suravee Suthikulpanit
3
-22
/
+41
2022-07-07
iommu/amd: Update (un)init_device_table_dma()
Suravee Suthikulpanit
1
-7
/
+20
2022-07-07
iommu/amd: Update set_dte_irq_entry
Suravee Suthikulpanit
1
-6
/
+7
2022-07-07
iommu/amd: Update dump_dte_entry
Suravee Suthikulpanit
1
-4
/
+4
2022-07-07
iommu/amd: Update iommu_ignore_device
Suravee Suthikulpanit
1
-3
/
+3
2022-07-07
iommu/amd: Update set_dte_entry and clear_dte_entry
Suravee Suthikulpanit
1
-8
/
+11
2022-07-07
iommu/amd: Convert to use per PCI segment rlookup_table
Vasant Hegde
3
-36
/
+11
2022-07-07
iommu/amd: Update alloc_irq_table and alloc_irq_index
Suravee Suthikulpanit
1
-17
/
+9
2022-07-07
iommu/amd: Update amd_irte_ops functions
Suravee Suthikulpanit
2
-33
/
+24
2022-07-07
iommu/amd: Introduce struct amd_ir_data.iommu
Suravee Suthikulpanit
2
-19
/
+16
2022-07-07
iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper function
Suravee Suthikulpanit
1
-5
/
+10
2022-07-07
iommu/amd: Convert to use rlookup_amd_iommu helper function
Suravee Suthikulpanit
1
-26
/
+38
2022-07-07
iommu/amd: Convert to use per PCI segment irq_lookup_table
Vasant Hegde
3
-34
/
+23
2022-07-07
iommu/amd: Introduce per PCI segment rlookup table size
Vasant Hegde
2
-5
/
+9
2022-07-07
iommu/amd: Introduce per PCI segment alias table size
Vasant Hegde
2
-2
/
+6
2022-07-07
iommu/amd: Introduce per PCI segment device table size
Vasant Hegde
2
-8
/
+13
2022-07-07
iommu/amd: Introduce per PCI segment last_bdf
Vasant Hegde
2
-27
/
+45
2022-07-07
iommu/amd: Introduce per PCI segment unity map list
Vasant Hegde
3
-17
/
+34
2022-07-07
iommu/amd: Introduce per PCI segment alias_table
Suravee Suthikulpanit
3
-25
/
+64
2022-07-07
iommu/amd: Introduce per PCI segment old_dev_tbl_cpy
Suravee Suthikulpanit
2
-45
/
+70
2022-07-07
iommu/amd: Introduce per PCI segment dev_data_list
Vasant Hegde
3
-11
/
+14
2022-07-07
iommu/amd: Introduce per PCI segment irq_lookup_table
Vasant Hegde
2
-0
/
+33
2022-07-07
iommu/amd: Introduce per PCI segment rlookup table
Suravee Suthikulpanit
4
-0
/
+79
2022-07-07
iommu/amd: Introduce per PCI segment device table
Suravee Suthikulpanit
4
-2
/
+47
2022-07-07
iommu/amd: Introduce pci segment structure
Vasant Hegde
2
-2
/
+68
2022-07-07
iommu/amd: Update struct iommu_dev_data definition
Vasant Hegde
2
-14
/
+20
2022-07-07
iommu/amd: Handle return of iommu_device_sysfs_add
Bo Liu
1
-1
/
+4
[next]