Age | Commit message (Expand) | Author |
2022-02-28 | iommu: Remove guest pasid related interfaces and definitions | Lu Baolu |
2022-02-28 | iommu/vt-d: Remove guest pasid related callbacks | Lu Baolu |
2022-02-28 | Merge 5.17-rc6 into driver-core-next | Greg Kroah-Hartman |
2022-02-25 | iommu/mediatek: Make use of the helper component_compare/release_of | Yong Wu |
2022-02-15 | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit | Fenghua Yu |
2022-02-14 | iommu/sva: Rename CONFIG_IOMMU_SVA_LIB to CONFIG_IOMMU_SVA | Fenghua Yu |
2022-02-14 | iommu/iova: Separate out rcache init | John Garry |
2022-02-14 | iommu/msm: Simplify with dev_err_probe() | David Heidelberg |
2022-02-14 | iommu/msm: Use standard driver registration | Robin Murphy |
2022-02-14 | iommu/rockchip: : Use standard driver registration | Robin Murphy |
2022-02-14 | iommu: Remove trivial ops->capable implementations | Robin Murphy |
2022-02-14 | iommu/ipmmu-vmsa: Add support for R-Car Gen4 | Yoshihiro Shimoda |
2022-02-14 | iommu/ipmmu-vmsa: Check for error num after setting mask | Jiasheng Jiang |
2022-02-14 | iommu/vtd: Replace acpi_bus_get_device() | Rafael J. Wysocki |
2022-02-14 | iommu/amd: Fix I/O page table memory leak | Suravee Suthikulpanit |
2022-02-14 | iommu/amd: Recover from event log overflow | Lennert Buytenhek |
2022-02-08 | iommu/arm-smmu-v3: fix event handling soft lockup | Zhou Guanghui |
2022-02-08 | iommu/arm-smmu: Add missing pm_runtime_disable() in qcom_iommu_device_probe | Miaoqian Lin |
2022-02-08 | iommu/arm-smmu-v3: Simplify memory allocation | Christophe JAILLET |
2022-02-08 | iommu/arm-smmu-v3: Avoid open coded arithmetic in memory allocation | Christophe JAILLET |
2022-02-04 | iommu/amd: Fix loop timeout issue in iommu_ga_log_enable() | Joerg Roedel |
2022-01-31 | iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() | Guoqing Jiang |
2022-01-31 | iommu: Fix some W=1 warnings | John Garry |
2022-01-31 | iommu: Fix potential use-after-free during probe | Vijayanand Jitta |
2022-01-28 | media: iommu/mediatek: Add device_link between the consumer and the larb devices | Yong Wu |
2022-01-28 | media: iommu/mediatek: Add probe_defer for smi-larb | Yong Wu |
2022-01-28 | media: iommu/mediatek: Return ENODEV if the device is NULL | Yong Wu |
2022-01-28 | media: iommu/mediatek-v1: Free the existed fwspec if the master dev already has | Yong Wu |
2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-12 | Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-04 | Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next | Joerg Roedel |
2021-12-20 | iommu: Move flush queue data into iommu_dma_cookie | Robin Murphy |
2021-12-20 | iommu/iova: Move flush queue code to iommu-dma | Robin Murphy |
2021-12-20 | iommu/iova: Consolidate flush queue code | Robin Murphy |
2021-12-20 | iommu/vt-d: Use put_pages_list | Matthew Wilcox (Oracle) |
2021-12-20 | iommu/amd: Use put_pages_list | Matthew Wilcox (Oracle) |
2021-12-20 | iommu/amd: Simplify pagetable freeing | Robin Murphy |
2021-12-20 | iommu/iova: Squash flush_cb abstraction | Robin Murphy |
2021-12-20 | iommu/iova: Squash entry_dtor abstraction | Robin Murphy |
2021-12-20 | iommu/iova: Fix race between FQ timeout and teardown | Xiongfeng Wang |
2021-12-20 | iommu/amd: Fix typo in *glues … together* in comment | Paul Menzel |
2021-12-17 | iommu/vt-d: Remove unused dma_to_mm_pfn function | Maíra Canal |
2021-12-17 | iommu/vt-d: Drop duplicate check in dma_pte_free_pagetable() | Kefeng Wang |
2021-12-17 | iommu/vt-d: Use bitmap_zalloc() when applicable | Christophe JAILLET |
2021-12-17 | iommu/amd: Remove useless irq affinity notifier | Maxim Levitsky |
2021-12-17 | iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume | Maxim Levitsky |
2021-12-17 | iommu/amd: X2apic mode: setup the INTX registers on mask/unmask | Maxim Levitsky |
2021-12-17 | iommu/amd: X2apic mode: re-enable after resume | Maxim Levitsky |