Age | Commit message (Expand) | Author | Files | Lines |
2024-04-15 | iommu/vt-d: add wrapper functions for page allocations |  Pasha Tatashin | 1 | -9/+9 |
2024-03-08 | Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next |  Joerg Roedel | 1 | -0/+205 |
2024-03-06 | iommu/vt-d: Setup scalable mode context entry in probe path |  Lu Baolu | 1 | -0/+138 |
2024-03-06 | iommu/vt-d: Fix NULL domain on device release |  Lu Baolu | 1 | -0/+64 |
2024-03-06 | iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected |  Ethan Zhao | 1 | -0/+3 |
2024-02-21 | iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking |  Yi Liu | 1 | -0/+2 |
2024-02-21 | iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking() |  Yi Liu | 1 | -2/+1 |
2023-12-19 | iommu/vt-d: Move inline helpers to header files |  Lu Baolu | 1 | -213/+3 |
2023-12-19 | iommu/vt-d: Remove unused vcmd interfaces |  Lu Baolu | 1 | -57/+0 |
2023-12-19 | iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through() |  Lu Baolu | 1 | -1/+0 |
2023-10-26 | iommu/vt-d: Add helper to setup pasid nested translation |  Lu Baolu | 1 | -0/+112 |
2023-10-24 | iommu/vt-d: Access/Dirty bit support for SS domains |  Joao Martins | 1 | -0/+109 |
2023-08-09 | iommu/vt-d: Fix to flush cache of PASID directory table |  Yanfei Xu | 1 | -1/+1 |
2023-08-09 | iommu: Generalize PASID 0 for normal DMA w/o PASID |  Jacob Pan | 1 | -1/+1 |
2023-04-13 | iommu/vt-d: Remove PASID supervisor request support |  Jacob Pan | 1 | -43/+0 |
2023-02-18 | Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next |  Joerg Roedel | 1 | -1/+19 |
2023-02-16 | iommu/vt-d: Fix PASID directory pointer coherency |  Jacob Pan | 1 | -0/+7 |
2023-02-03 | iommu/vt-d: Set No Execute Enable bit in PASID table entry |  Lu Baolu | 1 | -0/+11 |
2023-01-25 | iommu/intel: Add a gfp parameter to alloc_pgtable_page() |  Jason Gunthorpe | 1 | -1/+1 |
2022-12-02 | Merge tag 'v6.1-rc7' into iommufd.git for-next |  Jason Gunthorpe | 1 | -2/+3 |
2022-11-19 | iommu/vt-d: Set SRE bit only when hardware has SRS cap |  Tina Zhang | 1 | -2/+3 |
2022-11-01 | iommu: Regulate EINVAL in ->attach_dev callback functions |  Nicolin Chen | 1 | -2/+4 |
2022-09-26 | iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_support |  Yi Liu | 1 | -1/+1 |
2022-09-26 | iommu/vt-d: Remove pasid_set_eafe() |  Lu Baolu | 1 | -10/+0 |
2022-07-15 | iommu/vt-d: Refactor iommu information of each domain |  Lu Baolu | 1 | -1/+1 |
2022-07-15 | iommu/vt-d: Acquiring lock in pasid manipulation helpers |  Lu Baolu | 1 | -48/+55 |
2022-07-15 | iommu/vt-d: Move include/linux/intel-iommu.h under iommu |  Lu Baolu | 1 | -1/+1 |
2022-07-06 | iommu/vt-d: Fix RID2PASID setup/teardown failure |  Lu Baolu | 1 | -66/+3 |
2022-05-13 | iommu/vt-d: Remove hard coding PGSNP bit in PASID entries |  Lu Baolu | 1 | -3/+0 |
2022-05-13 | iommu/vt-d: Check domain force_snooping against attached devices |  Lu Baolu | 1 | -0/+42 |
2022-03-04 | iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO |  Lu Baolu | 1 | -6/+6 |
2022-02-28 | iommu/vt-d: Remove guest pasid related callbacks |  Lu Baolu | 1 | -161/+0 |
2021-08-20 | Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d' and 'core' into next |  Joerg Roedel | 1 | -3/+25 |
2021-08-19 | iommu/vt-d: Add present bit check in pasid entry setup helpers |  Liu Yi L | 1 | -0/+16 |
2021-08-19 | iommu/vt-d: Use pasid_pte_is_present() helper function |  Liu Yi L | 1 | -1/+1 |
2021-08-18 | iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry() |  Liu Yi L | 1 | -2/+8 |
2021-06-10 | iommu/vt-d: Fix kernel-doc syntax in file header |  Aditya Srivastava | 1 | -1/+1 |
2021-05-19 | iommu/vt-d: Use user privilege for RID2PASID translation |  Lu Baolu | 1 | -1/+2 |
2021-04-15 | iommu/vt-d: Fix build error of pasid_enable_wpe() with !X86 |  Lu Baolu | 1 | -0/+2 |
2021-04-07 | iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardown |  Lu Baolu | 1 | -0/+3 |
2021-04-07 | iommu/vt-d: Report right snoop capability when using FL for IOVA |  Lu Baolu | 1 | -0/+16 |
2021-04-07 | iommu/vt-d: Make unnecessarily global functions static |  Lu Baolu | 1 | -2/+2 |
2021-04-07 | iommu/vt-d: Fix lockdep splat in intel_pasid_get_entry() |  Lu Baolu | 1 | -8/+13 |
2021-03-18 | iommu/vt-d: Enable write protect propagation from guest |  Jacob Pan | 1 | -0/+3 |
2021-03-18 | iommu/vt-d: Enable write protect for supervisor SVM |  Jacob Pan | 1 | -0/+26 |
2021-01-28 | iommu/vt-d: Consolidate duplicate cache invaliation code |  Lu Baolu | 1 | -16/+2 |
2020-09-17 | drm, iommu: Change type of pasid to u32 |  Fenghua Yu | 1 | -16/+15 |
2020-07-24 | iommu/vt-d: Rename intel-pasid.h to pasid.h |  Lu Baolu | 1 | -1/+1 |
2020-07-24 | iommu/vt-d: Fix PASID devTLB invalidation |  Jacob Pan | 1 | -1/+10 |
2020-06-10 | iommu/vt-d: Move Intel IOMMU driver into subdirectory |  Joerg Roedel | 1 | -0/+853 |