messages from 2024-09-27 03:58:01 to 2024-10-03 22:50:27 UTC [more...]
[PATCH v3 0/2] Parse out event records
2024-10-03 22:50 UTC (16+ messages)
` [PATCH v3 1/2] iommu/arm-smmu-v3: Print better events records
` [PATCH v3 2/2] iommu/arm-smmu-v3: Adopt arm_smmu_event in handlers
[Bug 219349] New: RIP: 0010:pci_for_each_dma_alias (./include/linux/pci.h:692 drivers/pci/search.c:41)
2024-10-03 21:39 UTC
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-03 19:51 UTC (6+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers
` [PATCH 4/5] hyperv: Add hv_defs.h to conditionally include hyperv-tlfs.h or hvhdk.h
` [PATCH 5/5] hyperv: Use hvhdk.h instead of hyperv-tlfs.h in Hyper-V code
[PATCH v4 0/6] iommu/amd: Use 128-bit cmpxchg operation to update DTE
2024-10-03 18:54 UTC (12+ messages)
` [PATCH v4 2/6] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v4 3/6] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v4 5/6] iommu/amd: Modify clear_dte_entry() to avoid in-place update
[PATCH v2 0/8] iommu: Domain allocation enhancements
2024-10-03 16:00 UTC (35+ messages)
` [PATCH v2 1/8] iommu: Refactor __iommu_domain_alloc()
` [PATCH v2 2/8] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v2 3/8] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v2 4/8] iommu/amd: Separate page table setup from domain allocation
` [PATCH v2 5/8] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
` [PATCH v2 6/8] iommu/amd: Enhance domain_alloc_user() to allocate PASID capable domain
` [PATCH v2 7/8] iommu/amd: Add iommu_ops->domain_alloc_paging support
` [PATCH v2 8/8] iommu/amd: Implement global identity domain
[PATCH 1/1] remoteproc: Use iommu_paging_domain_alloc()
2024-10-03 13:58 UTC (4+ messages)
[RFC PATCH 00/13] Support iommu(fd) persistence for live update
2024-10-03 13:36 UTC (9+ messages)
` [RFC PATCH 03/13] iommu/intel: zap context table entries on kexec
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas
` [RFC PATCH 11/13] iommu: Add callback to restore persisted iommu_domain
` [RFC PATCH 12/13] iommufd, guestmemfs: Ensure persistent file used for persistent DMA
[PATCH v3] Documentation: userspace-api: iommufd: Update HWPT_PAGING and HWPT_NESTED
2024-10-03 13:15 UTC (2+ messages)
[PATCH 0/5] hyper-v: Don't assume cpu_possible_mask is dense
2024-10-03 3:53 UTC (6+ messages)
` [PATCH 1/5] x86/hyperv: "
` [PATCH 2/5] Drivers: hv: "
` [PATCH 3/5] iommu/hyper-v: "
` [PATCH 4/5] scsi: storvsc: "
` [PATCH net-next 5/5] hv_netvsc: "
[PATCH v6 1/4] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
2024-10-03 3:09 UTC (4+ messages)
` [PATCH v6 2/4] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH v6 3/4] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH v6 4/4] dt-bindings: display: mediatek: dpi: correct power-domains property
[PATCH] iommu/arm-smmu-v3: Fix last_sid_idx calculation for sid_bits==32
2024-10-03 0:36 UTC (4+ messages)
[PATCH v5 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
2024-10-02 21:20 UTC (7+ messages)
` [PATCH v5 2/5] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
` [PATCH v5 3/5] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH v5 4/5] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH v5 5/5] dt-bindings: display: mediatek: dpi: correct power-domains property
` (subset) [PATCH v5 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
[PATCH v2 0/3] drm: Use iommu_paging_domain_alloc()
2024-10-02 20:03 UTC (9+ messages)
` [PATCH v2 1/3] drm/nouveau/tegra: "
[PATCH V2 0/9] iommu_ioas_map_file
2024-10-02 17:51 UTC (24+ messages)
` [PATCH V2 1/9] iommufd: rename uptr in iopt_alloc_iova
` [PATCH V2 2/9] iommufd: generalize iopt_pages address
` [PATCH V2 4/9] iommufd: IOMMU_IOAS_MAP_FILE interface
` [PATCH V2 5/9] iommufd: IOMMU_IOAS_MAP_FILE implementation
` [PATCH V2 6/9] iommufd: file mappings for mdev
` [PATCH V2 7/9] iommufd: pfn reader local variables
` [PATCH V2 8/9] iommufd: optimize file mapping
` [PATCH V2 9/9] iommufd: map file selftest
[PATCH V2 0/4] iommufd live update
2024-10-02 17:51 UTC (5+ messages)
` [PATCH V2 1/4] iommufd: Export do_update_pinned
` [PATCH V2 3/4] iommufd: Add IOMMU_IOAS_CHANGE_PROCESS
[PATCH] iommu/dma: Potential uninitialized variable in iommu_dma_unmap_sg
2024-10-02 13:08 UTC (3+ messages)
[PATCH v2 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
2024-10-02 10:12 UTC (8+ messages)
` [PATCH v2 2/5] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
` [PATCH v2 5/5] dt-bindings: display: mediatek: dpi: Add mt8195 support in power domains
[PATCH net v2 0/2] fix two bugs related to page_pool
2024-10-02 8:23 UTC (20+ messages)
` [PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound
[PATCH v4 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
2024-10-02 6:04 UTC (8+ messages)
` [PATCH v4 2/5] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
` [PATCH v4 3/5] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH v4 4/5] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH v4 5/5] dt-bindings: display: mediatek: dpi: correct power-domains property
[PATCH] iommu/arm-smmu: Defer probe of clients after smmu device bound
2024-10-02 2:30 UTC (4+ messages)
[PATCH v2 00/19] iommufd: Add VIOMMU infrastructure (Part-1)
2024-10-01 18:45 UTC (43+ messages)
` [PATCH v2 04/19] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v2 06/19] iommufd/viommu: Add IOMMU_VIOMMU_SET/UNSET_VDEV_ID ioctl
[PATCH 1/1] iommu: Remove iommu_present()
2024-10-01 17:54 UTC (4+ messages)
[PATCH v3 0/4] vfio-pci support pasid attach/detach
2024-10-01 12:11 UTC (8+ messages)
` [PATCH v3 1/4] ida: Add ida_find_first_range()
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
[PATCH v4] PCI: Detect and trust built-in Thunderbolt chips
2024-09-30 18:23 UTC (4+ messages)
NULL pointer dereference after ib test on ring 7 succeeded
2024-09-30 17:54 UTC (3+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU
[PATCH 00/35] Reorganize kerneldoc parameter names
2024-09-30 11:21 UTC (2+ messages)
` [PATCH 19/35] iommu: "
[PATCH v4 00/10] iommufd support pasid attach/replace
2024-09-30 10:43 UTC (12+ messages)
` [PATCH v4 01/10] iommu: Introduce a replace API for device pasid
` [PATCH v4 02/10] iommufd: Refactor __fault_domain_replace_dev() to be a wrapper of iommu_replace_group_handle()
` [PATCH v4 03/10] iommufd: Move the iommufd_handle helpers to iommufd_private.h
` [PATCH v4 04/10] iommufd: Always pass iommu_attach_handle to iommu core
[PATCH 0/3] Support attaching PASID to the blocked_domain
2024-09-30 7:26 UTC (7+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: Make smmuv3 blocked domain support PASID
` [PATCH 2/3] iommu/vt-d: Make "
` [PATCH 3/3] iommu: Add a wrapper for remove_dev_pasid
[PATCH v2 0/6] Make set_dev_pasid op supporting domain replacement
2024-09-30 7:20 UTC (15+ messages)
` [PATCH v2 1/6] iommu: Pass old domain to set_dev_pasid op
` [PATCH v2 2/6] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH v2 3/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH v2 4/6] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH v2 5/6] iommu/arm-smmu-v3: Make smmuv3 set_dev_pasid() op support replace
` [PATCH v2 6/6] iommu: Make set_dev_pasid op support domain replacement
[GIT PULL] dma-mapping fixes for Linux 6.12
2024-09-29 17:04 UTC (2+ messages)
[PATCH 1/6] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
2024-09-28 20:14 UTC (9+ messages)
` [PATCH 3/6] dt-bindings: display: mediatek: Fix clocks count constraint for new SoCs
[PATCH v15 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
2024-09-27 19:53 UTC (6+ messages)
` [PATCH v15 5/5] iommu/arm-smmu: add ACTLR data and support for qcom_smmu_500
[PATCH v3 1/5] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node
2024-09-27 9:30 UTC (7+ messages)
` [PATCH v3 2/5] dt-bindings: iommu: mediatek: Fix interrupt count constraint for new SoCs
` [PATCH v3 3/5] arm64: dts: mediatek: mt8395-genio-1200-evk: Fix dtbs_check error for phy
` [PATCH v3 4/5] arm64: dts: mt8195: Fix dtbs_check error for mutex node
` [PATCH v3 5/5] dt-bindings: display: mediatek: dpi: correct power-domains property
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