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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
iommu/amd: Put list_add/del(dev_data) back under the domain->lock
Jason Gunthorpe
1
-1
/
+4
7 days
iommu/amd: Reorder attach device code
Vasant Hegde
1
-36
/
+29
7 days
iommu/amd: Fix clone_alias() to use the original device's devid
Vasant Hegde
1
-3
/
+4
7 days
iommu/amd: Introduce helper function get_dte256()
Suravee Suthikulpanit
1
-11
/
+51
7 days
iommu/amd: Introduce helper function to update 256-bit DTE
Suravee Suthikulpanit
2
-1
/
+132
7 days
iommu/amd: Convert dev_data lock from spinlock to mutex
Vasant Hegde
2
-8
/
+8
7 days
iommu/amd: Rearrange attach device code
Vasant Hegde
1
-55
/
+36
7 days
iommu/amd: Reduce domain lock scope in attach device path
Vasant Hegde
1
-22
/
+30
7 days
iommu/amd: Do not detach devices in domain free path
Vasant Hegde
1
-25
/
+1
7 days
iommu/amd: xarray to track protection_domain->iommu list
Vasant Hegde
2
-20
/
+77
7 days
iommu/amd: Remove protection_domain.dev_cnt variable
Vasant Hegde
2
-7
/
+1
2026-05-14
iommu/amd: serialize sequence allocation under concurrent TLB invalidations
Ankit Soni
3
-8
/
+14
2026-05-14
iommu/amd: Use atomic64_inc_return() in iommu.c
Uros Bizjak
1
-2
/
+2
2026-03-04
iommu/amd: move wait_on_sem() out of spinlock
Ankit Soni
1
-8
/
+17
2026-01-11
Revert "iommu/amd: Skip enabling command/event buffers for kdump"
Greg Kroah-Hartman
1
-19
/
+9
2026-01-08
iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_...
Jinhui Guo
1
-1
/
+1
2026-01-08
iommu/amd: Fix pci_segment memleak in alloc_pci_segment()
Jinhui Guo
1
-3
/
+12
2025-11-13
iommu/amd: Skip enabling command/event buffers for kdump
Ashish Kalra
1
-9
/
+19
2025-09-25
iommu/amd/pgtbl: Fix possible race while increase page table level
Vasant Hegde
2
-4
/
+22
2025-08-28
iommu/amd: Avoid stack buffer overflow from kernel cmdline
Kees Cook
1
-2
/
+2
2025-08-15
iommu/amd: Fix geometry.aperture_end for V2 tables
Jason Gunthorpe
1
-2
/
+15
2025-08-15
iommu/amd: Enable PASID and ATS capabilities in the correct order
Easwar Hariharan
1
-1
/
+1
2025-06-27
iommu/amd: Ensure GA log notifier callbacks finish running before module unload
Sean Christopherson
1
-0
/
+8
2025-06-27
iommu/amd: Allow matching ACPI HID devices without matching UIDs
Mario Limonciello
1
-5
/
+28
2025-05-29
iommu/amd/pgtbl_v2: Improve error handling
Vasant Hegde
1
-1
/
+1
2025-05-09
iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid
Pavel Paklov
1
-0
/
+8
2025-05-02
iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTE
Sean Christopherson
1
-1
/
+1
2025-02-21
iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path
Vasant Hegde
2
-0
/
+5
2025-02-08
iommu/amd: Remove unused amd_iommu_domain_update()
Alejandro Jimenez
2
-10
/
+0
2024-12-14
iommu/amd: Fix corruption when mapping large pages from 0
Jason Gunthorpe
1
-3
/
+8
2024-12-05
iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLB
Vasant Hegde
1
-0
/
+3
2024-09-13
Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...
Joerg Roedel
7
-273
/
+173
2024-09-12
iommu/amd: Test for PAGING domains before freeing a domain
Jason Gunthorpe
1
-1
/
+2
2024-09-12
iommu/amd: Fix argument order in amd_iommu_dev_flush_pasid_all()
Eliav Bar-ilan
1
-2
/
+2
2024-09-10
iommu/amd: Add kernel parameters to limit V1 page-sizes
Joerg Roedel
4
-1
/
+14
2024-09-04
iommu/amd: Do not set the D bit on AMD v2 table entries
Jason Gunthorpe
1
-1
/
+1
2024-09-04
iommu/amd: Correct the reported page sizes from the V1 table
Jason Gunthorpe
1
-1
/
+2
2024-09-04
iommu/amd: Remove the confusing dummy iommu_flush_ops tlb ops
Jason Gunthorpe
2
-44
/
+0
2024-09-04
iommu/amd: Fix typo of , instead of ;
Jason Gunthorpe
1
-3
/
+3
2024-09-04
iommu/amd: Remove conditions from domain free paths
Jason Gunthorpe
1
-19
/
+10
2024-09-04
iommu/amd: Narrow the use of struct protection_domain to invalidation
Jason Gunthorpe
2
-19
/
+25
2024-09-04
iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
Jason Gunthorpe
6
-14
/
+16
2024-09-04
iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
Jason Gunthorpe
2
-4
/
+4
2024-09-04
iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
Jason Gunthorpe
4
-22
/
+22
2024-09-04
iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
Jason Gunthorpe
2
-37
/
+0
2024-09-04
iommu/amd: Remove amd_iommu_domain_update() from page table freeing
Jason Gunthorpe
2
-3
/
+2
2024-09-04
iommu/amd: Set the pgsize_bitmap correctly
Jason Gunthorpe
1
-24
/
+4
2024-09-04
iommu/amd: Allocate the page table root using GFP_KERNEL
Jason Gunthorpe
1
-1
/
+1
2024-09-04
iommu/amd: Move allocation of the top table into v1_alloc_pgtable
Jason Gunthorpe
2
-21
/
+8
2024-09-04
iommu/amd: Make amd_iommu_dev_update_dte() static
Vasant Hegde
2
-5
/
+4
[next]