index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-06-23
iommu/amd: Use try_cmpxchg64 in alloc_pte and free_clear_pte
Uros Bizjak
1
-4
/
+2
2022-05-31
Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-14
/
+29
2022-05-20
Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...
Joerg Roedel
4
-11
/
+29
2022-05-20
iommu/amd: Increase timeout waiting for GA log enablement
Joerg Roedel
1
-1
/
+1
2022-05-04
iommu/amd: Remove redundant check
Vasant Hegde via iommu
1
-2
/
+1
2022-05-04
iommu/amd: Do not call sleep while holding spinlock
Suravee Suthikulpanit
1
-1
/
+11
2022-04-28
iommu: Introduce the domain op enforce_cache_coherency()
Jason Gunthorpe
1
-0
/
+7
2022-04-28
iommu/amd: Indicate whether DMA remap support is enabled
Mario Limonciello
3
-0
/
+9
2022-04-28
iommu/amd: Enable swiotlb in all cases
Mario Limonciello
1
-7
/
+0
2022-04-18
x86: remove the IOMMU table infrastructure
Christoph Hellwig
2
-7
/
+4
2022-03-08
Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...
Joerg Roedel
4
-37
/
+45
2022-03-08
iommu/amd: Improve amd_iommu_v2_exit()
Suravee Suthikulpanit
1
-17
/
+17
2022-03-08
iommu/amd: Remove unused struct fault.devid
Vasant Hegde
1
-1
/
+0
2022-03-08
iommu/amd: Clean up function declarations
Vasant Hegde
2
-5
/
+1
2022-03-08
iommu/amd: Call memunmap in error path
Vasant Hegde
1
-0
/
+2
2022-03-04
iommu/amd: Improve error handling for amd_iommu_init_pci
Suravee Suthikulpanit
1
-3
/
+11
[prev]
[next]