index
:
kernel/git/stable/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-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
2024-02-09
iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issue
Vasant Hegde
2024-02-09
iommu/amd: Remove unused GCR3 table parameters from struct protection_domain
Suravee Suthikulpanit
2024-02-09
iommu/amd: Rearrange device flush code
Vasant Hegde
2024-02-09
iommu/amd: Remove unused flush pasid functions
Vasant Hegde
2024-02-09
iommu/amd: Refactor GCR3 table helper functions
Suravee Suthikulpanit
2024-02-09
iommu/amd: Refactor protection_domain helper functions
Suravee Suthikulpanit
2024-02-09
iommu/amd: Refactor attaching / detaching device functions
Suravee Suthikulpanit
2024-02-09
iommu/amd: Refactor helper function for setting / clearing GCR3
Suravee Suthikulpanit
2024-02-09
iommu: Introduce iommu_group_mutex_assert()
Vasant Hegde
2024-02-09
iommu/amd: Rearrange GCR3 table setup code
Vasant Hegde
2024-02-09
iommu/amd: Add support for device based TLB invalidation
Vasant Hegde
2024-02-09
iommu/amd: Use protection_domain.flags to check page table mode
Vasant Hegde
2024-02-09
iommu/amd: Introduce per-device GCR3 table
Suravee Suthikulpanit
2024-02-09
iommu/amd: Introduce struct protection_domain.pd_mode
Suravee Suthikulpanit
2024-02-09
iommu/amd: Introduce get_amd_iommu_from_dev()
Suravee Suthikulpanit
2024-02-09
iommu/amd: Enable Guest Translation before registering devices
Vasant Hegde
2024-02-09
iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
Vasant Hegde
2024-02-09
iommu/amd: Remove EXPORT_SYMBOL for perf counter related functions
Vasant Hegde
2024-02-09
iommu/amd: Remove redundant error check in amd_iommu_probe_device()
Vasant Hegde
2024-02-09
iommu/amd: Remove duplicate function declarations from amd_iommu.h
Vasant Hegde
2024-02-09
iommu/ipmmu-vmsa: Minor cleanups
Robin Murphy
2024-02-09
iommu/iova: use named kmem_cache for iova magazines
Pasha Tatashin
2024-02-09
iommu/iova: Reorganise some code
Robin Murphy
2024-02-09
iommu/iova: Tidy up iova_cache_get() failure
Robin Murphy
2024-02-09
iommu/amd: Remove unused APERTURE_* macros
Vasant Hegde
2024-02-09
iommu/amd: Remove unused IOVA_* macro
Vasant Hegde
2024-02-09
iommu/amd: Remove unused PPR_* macros
Vasant Hegde
2024-02-07
iommu/amd: Fix failure return from snp_lookup_rmpentry()
Ashish Kalra
2024-02-06
iommu/msm-iommu: don't limit the driver too much
Dmitry Baryshkov
2024-02-06
iommufd/iova_bitmap: Consider page offset for the pages to be pinned
Joao Martins
2024-02-06
iommufd/selftest: Hugepage mock domain support
Joao Martins
2024-02-06
iommufd/selftest: Refactor mock_domain_read_and_clear_dirty()
Joao Martins
2024-02-06
iommufd/iova_bitmap: Handle recording beyond the mapped pages
Joao Martins
2024-02-06
iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array
Joao Martins
2024-02-06
iommufd/iova_bitmap: Bounds check mapped::pages access
Joao Martins
2024-02-01
iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMA
Jason Gunthorpe
2024-01-29
iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown
Ashish Kalra
2024-01-29
iommu/amd: Don't rely on external callers to enable IOMMU SNP support
Ashish Kalra
2024-01-18
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-11
iommufd/selftest: Check the bus type during probe
Jason Gunthorpe
2024-01-11
iommu/vt-d: Add iotlb flush for nested domain
Lu Baolu
2024-01-11
iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
Nicolin Chen
2024-01-11
iommufd/selftest: Add mock_domain_cache_invalidate_user support
Nicolin Chen
2024-01-11
iommufd: Add IOMMU_HWPT_INVALIDATE
Yi Liu
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-08
Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-03
Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...
Joerg Roedel
2023-12-19
iommu: Don't reserve 0-length IOVA region
Ashish Mhetre
[prev]
[next]