Age | Commit message (Expand) | Author |
2019-06-18 | iommu: Fix integer truncation | Arnd Bergmann |
2019-06-14 | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-06-14 | iommu/dma: Apply dma_{alloc,free}_contiguous functions | Nicolin Chen |
2019-06-12 | iommu/vt-d: Consolidate domain_init() to avoid duplication | Lu Baolu |
2019-06-12 | iommu/vt-d: Cleanup after delegating DMA domain to generic iommu | Sai Praneeth Prakhya |
2019-06-12 | iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices() | Lu Baolu |
2019-06-12 | iommu/vt-d: Allow DMA domain attaching to rmrr locked device | Lu Baolu |
2019-06-12 | iommu/vt-d: Don't enable iommu's which have been ignored | Lu Baolu |
2019-06-12 | iommu/vt-d: Set domain type for a private domain | Lu Baolu |
2019-06-12 | iommu/vt-d: Don't return error when device gets right domain | Lu Baolu |
2019-06-12 | iommu/vt-d: Differentiate relaxable and non relaxable RMRRs | Eric Auger |
2019-06-12 | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions | Eric Auger |
2019-06-12 | iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions | Eric Auger |
2019-06-12 | iommu/vt-d: Handle RMRR with PCI bridge device scopes | Eric Auger |
2019-06-12 | iommu/vt-d: Introduce is_downstream_to_pci_bridge helper | Eric Auger |
2019-06-12 | iommu/vt-d: Duplicate iommu_resv_region objects per device list | Eric Auger |
2019-06-12 | iommu: Fix a leak in iommu_insert_resv_region | Eric Auger |
2019-06-12 | iommu: Add recoverable fault reporting | Jean-Philippe Brucker |
2019-06-12 | iommu: Introduce device fault report API | Jacob Pan |
2019-06-12 | iommu/arm-smmu: Avoid constant zero in TLBI writes | Robin Murphy |
2019-06-06 | iommu/virtio: Add event queue | Jean-Philippe Brucker |
2019-06-06 | iommu/virtio: Add probe request | Jean-Philippe Brucker |
2019-06-06 | iommu: Add virtio-iommu driver | Jean-Philippe Brucker |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner |
2019-06-03 | Merge tag 'v5.2-rc3' into x86/vt-d | Joerg Roedel |
2019-06-03 | iommu/ipmmu-vmsa: Add suspend/resume support | Geert Uytterhoeven |
2019-06-03 | iommu/ipmmu-vmsa: Extract hardware context initialization | Geert Uytterhoeven |
2019-06-03 | iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features | Geert Uytterhoeven |
2019-06-03 | iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsigned | Geert Uytterhoeven |
2019-06-03 | iommu/ipmmu-vmsa: Prepare to handle 40-bit error addresses | Geert Uytterhoeven |
2019-06-03 | iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfs | Geert Uytterhoeven |
2019-06-03 | iommu/dma: Fix condition check in iommu_dma_unmap_sg | Nathan Chancellor |
2019-06-03 | iommu/vt-d: Fix a variable set but not used | Qian Cai |
2019-06-01 | drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not used | Qian Cai |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner |
2019-05-28 | iommu/amd: Add missed 'tag' to error msg in iommu_print_event | YueHaibing |
2019-05-28 | iommu/vt-d: Remove static identity map code | Lu Baolu |
2019-05-28 | iommu/vt-d: Remove duplicated code for device hotplug | Lu Baolu |
2019-05-28 | iommu/vt-d: Remove startup parameter from device_def_domain_type() | Lu Baolu |
2019-05-28 | iommu/vt-d: Cleanup get_valid_domain_for_dev() | Lu Baolu |
2019-05-28 | iommu/vt-d: Implement is_attach_deferred iommu ops entry | Lu Baolu |
2019-05-28 | iommu/vt-d: Probe DMA-capable ACPI name space devices | Lu Baolu |
2019-05-28 | iommu/vt-d: Handle 32bit device with identity default domain | Lu Baolu |
2019-05-28 | iommu/vt-d: Identify default domains replaced with private | Lu Baolu |
2019-05-28 | iommu/vt-d: Delegate the dma domain to upper layer | Lu Baolu |