messages from 2024-10-17 19:08:55 to 2024-10-21 18:21:40 UTC [more...]
[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-21 18:21 UTC (32+ messages)
` [PATCH v3 02/11] iommufd: Rename _iommufd_object_alloc to iommufd_object_alloc_elm
` [PATCH v3 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v3 09/11] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v3 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v3 00/16] cover-letter: iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
` [PATCH v3 01/16] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct
` [PATCH v3 03/16] iommufd/viommu: Add IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v3 07/16] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v3 09/16] iommufd/viommu: Add vdev_to_dev helper
` [PATCH v3 13/16] Documentation: userspace-api: iommufd: Update vDEVICE
[PATCH V4 0/9] iommu_ioas_map_file
2024-10-21 17:34 UTC (15+ messages)
` [PATCH V4 1/9] mm/gup: folio_add_pins
` [PATCH V4 2/9] iommufd: rename uptr in iopt_alloc_iova
` [PATCH V4 3/9] iommufd: generalize iopt_pages address
` [PATCH V4 4/9] iommufd: pfn reader local variables
` [PATCH V4 5/9] iommufd: folio subroutines
` [PATCH V4 6/9] iommufd: pfn reader for file mappings
` [PATCH V4 7/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V4 8/9] iommufd: file mappings for mdev
` [PATCH V4 9/9] iommufd: map file selftest
[PATCH V3 0/9] iommu_ioas_map_file
2024-10-21 17:29 UTC (26+ messages)
` [PATCH V3 4/9] iommufd: pfn reader for file mappings
` [PATCH V3 5/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V3 8/9] iommufd: optimize file mapping
[PATCH 0/3] dma-mapping: Trace more error paths
2024-10-21 14:37 UTC (6+ messages)
` [PATCH 2/3] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
` [PATCH 3/3] dma-mapping: Trace more error paths
[PATCH] iommu/io-pgtable-arm: Remove split on unmap behavior
2024-10-21 14:20 UTC (6+ messages)
[PATCH] iommu/sysfs: constify the class struct
2024-10-21 13:08 UTC (2+ messages)
[PATCH v2 0/7] iommu/vt-d: Add domain_alloc_paging support
2024-10-21 12:46 UTC (10+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] iommu/vt-d: Remove unused domain_alloc callback
` [PATCH v2 3/7] iommu/vt-d: Enhance compatibility check for paging domain attach
` [PATCH v2 4/7] iommu/vt-d: Remove domain_update_iommu_cap()
` [PATCH v2 5/7] iommu/vt-d: Remove domain_update_iommu_superpage()
` [PATCH v2 6/7] iommu/vt-d: Refactor first_level_by_default()
` [PATCH v2 7/7] iommu/vt-d: Refine intel_iommu_domain_alloc_user()
[PATCH v2 0/3] Support attaching PASID to the blocked_domain
2024-10-21 12:33 UTC (9+ messages)
` [PATCH v2 1/3] iommu: Add a wrapper for remove_dev_pasid
` [PATCH v2 2/3] iommu/arm-smmu-v3: Make the blocked domain support PASID
` [PATCH v2 3/3] iommu/vt-d: "
[PATCH] iommu: Distinguish between sw-msi and msi
2024-10-21 11:58 UTC (2+ messages)
[PATCH v3 0/9] Make set_dev_pasid op supporting domain replacement
2024-10-21 10:50 UTC (21+ messages)
` [PATCH v3 1/9] iommu: Pass old domain to set_dev_pasid op
` [PATCH v3 2/9] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH v3 3/9] iommu/vt-d: Let intel_pasid_tear_down_entry() return pasid entry
` [PATCH v3 4/9] iommu/vt-d: Make pasid setup helpers support modifying present "
` [PATCH v3 5/9] iommu/vt-d: Rename prepare_domain_attach_device()
` [PATCH v3 6/9] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v3 7/9] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v3 8/9] iommu/arm-smmu-v3: Make set_dev_pasid() op support replace
` [PATCH v3 9/9] iommu: Make set_dev_pasid op support domain replacement
[PATCH v3 00/12] iommu: Domain allocation enhancements
2024-10-21 10:02 UTC (37+ messages)
` [PATCH v3 01/12] iommu: Refactor __iommu_domain_alloc()
` [PATCH v3 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v3 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v3 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v3 05/12] iommu/amd: Add helper function to check GIOSUP/GTSUP
` [PATCH v3 06/12] iommu/amd: Move V2 page table support check to early_amd_iommu_init()
` [PATCH v3 08/12] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
` [PATCH v3 09/12] iommu/amd: Enhance amd_iommu_domain_alloc_user()
` [PATCH v3 11/12] iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()
` [PATCH v3 12/12] iommu: Create __iommu_alloc_identity_domain()
[PATCH] iommu/mediatek: Add PGTABLE_PA_35_EN to mt8186 platform data
2024-10-21 8:06 UTC (2+ messages)
[PATCH v2] dt-bindings: iommu: arm,smmu: Add Qualcomm SAR2130P compatible
2024-10-21 7:45 UTC (2+ messages)
[PATCH RFC 00/14] Add MSM8917/PM8937/Redmi 5A
2024-10-21 6:55 UTC (33+ messages)
` [PATCH RFC 01/14] dt-bindings: pinctrl: qcom,pmic-gpio: add PM8937
` [PATCH RFC 02/14] pinctrl: qcom-pmic-gpio: add support for PM8937
` [PATCH RFC 03/14] dt-bindings: pinctrl: qcom,pmic-mpp: Document PM8937 compatible
` [PATCH RFC 04/14] pinctrl: qcom: spmi-mpp: Add "
` [PATCH RFC 05/14] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH RFC 06/14] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl bindings
` [PATCH RFC 07/14] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH RFC 08/14] dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8917
` [PATCH RFC 09/14] dt-bindings: thermal: tsens: Add MSM8917 compatible
` [PATCH RFC 10/14] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH RFC 11/14] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH RFC 12/14] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH RFC 13/14] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH RFC 14/14] arm64: dts: "
[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
2024-10-21 6:33 UTC (13+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event
` [PATCH v4 2/3] iommu/arm-smmu-v3: Log better event records
` [PATCH v4 3/3] iommu/arm-smmu-v3: Avoid redundant master lookup in events
[PATCH] iommu: Remove useless flush from iommu_create_device_direct_mappings()
2024-10-21 5:19 UTC (2+ messages)
[PATCH v3 00/10] iommu/amd: Improve domain allocator and device attach code path
2024-10-21 4:58 UTC (6+ messages)
` [PATCH v3 06/10] iommu/amd: Reduce domain lock scope in attach device path
[GIT PULL] dma-mapping fix for Linux 6.12
2024-10-20 19:12 UTC (2+ messages)
[PATCH] iommu/amd: Fix corruption when mapping large pages from 0
2024-10-18 17:12 UTC
[PATCH v2 0/4] dma-mapping: Trace more error paths
2024-10-18 15:00 UTC (5+ messages)
` [PATCH v2 1/4] dma-mapping: Use macros to define events in a class
` [PATCH v2 2/4] dma-mapping: Trace dma_alloc/free direction
` [PATCH v2 3/4] dma-mapping: Use trace_dma_alloc for dma_alloc* instead of using trace_dma_map
` [PATCH v2 4/4] dma-mapping: Trace more error paths
[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
2024-10-18 14:33 UTC (14+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace
[git pull] IOMMU Fixes for Linux v6.12-rc3
2024-10-18 14:17 UTC (2+ messages)
[PATCH] dt-bindings: iommu: arm,smmu: Add SAR2130P compatible
2024-10-18 7:18 UTC (2+ messages)
[PATCH v2 0/4] Add support for APPS SMMU on QCS615
2024-10-18 6:20 UTC (4+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node
[PATCH v3 0/4] vfio-pci support pasid attach/detach
2024-10-18 5:40 UTC (11+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
[PATCH v9 0/7] Linux RISC-V IOMMU Support
2024-10-18 5:31 UTC (5+ messages)
` [PATCH v9 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox