Age | Commit message (Expand) | Author |
2021-07-15 | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/... | Linus Torvalds |
2021-07-14 | iommu/rockchip: Fix physical address decoding | Benjamin Gaignard |
2021-07-14 | iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries | Lu Baolu |
2021-07-14 | iommu/vt-d: Global devTLB flush when present context entry changed | Sanjay Kumar |
2021-07-14 | iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path" | Marek Szyprowski |
2021-07-13 | iommu/arm-smmu-v3: Fix fall-through warning for Clang | Gustavo A. R. Silva |
2021-07-10 | Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-07-02 | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-06-25 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel |
2021-06-25 | iommu/virtio: Enable x86 support | Jean-Philippe Brucker |
2021-06-25 | iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops() | Jean-Philippe Brucker |
2021-06-25 | ACPI: Add driver for the VIOT table | Jean-Philippe Brucker |
2021-06-24 | Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/ms... | Dave Airlie |
2021-06-23 | iommu/arm-smmu-qcom: Add stall support | Rob Clark |
2021-06-23 | iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault info | Jordan Crouse |
2021-06-23 | iommu/arm-smmu: Add support for driver IOMMU fault handlers | Jordan Crouse |
2021-06-18 | iommu/vt-d: Fix dereference of pointer info before it is null checked | Colin Ian King |
2021-06-17 | Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Joerg Roedel |
2021-06-16 | Merge branch 'for-thierry/arm-smmu' into for-joerg/arm-smmu/updates | Will Deacon |
2021-06-15 | iommu/arm-smmu: Check smmu->impl pointer before dereferencing | Will Deacon |
2021-06-15 | iommu/arm-smmu-v3: Remove unnecessary oom message | Zhen Lei |
2021-06-11 | iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation | Xiyu Yang |
2021-06-11 | iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails | Xiyu Yang |
2021-06-11 | iommu/arm-smmu: Use Tegra implementation on Tegra186 | Thierry Reding |
2021-06-11 | iommu/arm-smmu: tegra: Implement SID override programming | Thierry Reding |
2021-06-11 | iommu/arm-smmu: tegra: Detect number of instances at runtime | Thierry Reding |
2021-06-11 | Merge branch 'for-thierry/arm-smmu' of https://git.kernel.org/pub/scm/linux/k... | Krzysztof Kozlowski |
2021-06-10 | iommu/vt-d: Fix linker error on 32-bit | Joerg Roedel |
2021-06-10 | iommu/vt-d: No need to typecast | Parav Pandit |
2021-06-10 | iommu/vt-d: Remove unnecessary braces | Parav Pandit |
2021-06-10 | iommu/vt-d: Removed unused iommu_count in dmar domain | Parav Pandit |
2021-06-10 | iommu/vt-d: Use bitfields for DMAR capabilities | Parav Pandit |
2021-06-10 | iommu/vt-d: Use DEVICE_ATTR_RO macro | YueHaibing |
2021-06-10 | iommu/vt-d: Fix out-bounds-warning in intel/svm.c | Gustavo A. R. Silva |
2021-06-10 | iommu/vt-d: Add PRQ handling latency sampling | Lu Baolu |
2021-06-10 | iommu/vt-d: Add cache invalidation latency sampling | Lu Baolu |
2021-06-10 | iommu/vt-d: Expose latency monitor data through debugfs | Lu Baolu |
2021-06-10 | iommu/vt-d: Add common code for dmar latency performance monitors | Lu Baolu |
2021-06-10 | iommu/vt-d: Add prq_report trace event | Lu Baolu |
2021-06-10 | iommu/vt-d: Report prq to io-pgfault framework | Lu Baolu |
2021-06-10 | iommu/vt-d: Allocate/register iopf queue for sva devices | Lu Baolu |
2021-06-10 | iommu/vt-d: Refactor prq_event_thread() | Lu Baolu |
2021-06-10 | iommu/vt-d: Use common helper to lookup svm devices | Lu Baolu |
2021-06-10 | iommu/vt-d: Use iommu_sva_alloc(free)_pasid() helpers | Lu Baolu |
2021-06-10 | iommu/vt-d: Add pasid private data helpers | Lu Baolu |
2021-06-10 | iommu/vt-d: Support asynchronous IOMMU nested capabilities | Lu Baolu |
2021-06-10 | iommu/vt-d: Select PCI_ATS explicitly | Lu Baolu |
2021-06-10 | iommu/vt-d: Tweak the description of a DMA fault | Lu Baolu |
2021-06-10 | iommu/vt-d: Fix kernel-doc syntax in file header | Aditya Srivastava |
2021-06-10 | iommu/vt-d: Remove redundant assignment to variable agaw | Colin Ian King |