messages from 2025-06-24 06:42:51 to 2025-06-27 04:31:36 UTC [more...]
[PATCH v6 0/9] Adjust fbcon console device detection
2025-06-27 4:31 UTC (9+ messages)
` [PATCH v6 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v6 2/9] vfio/pci: Use pci_is_display()
` [PATCH v6 3/9] vga_switcheroo: "
` [PATCH v6 4/9] iommu/vt-d: "
` [PATCH v6 5/9] ALSA: hda: "
` [PATCH v6 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v6 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v6 8/9] fbcon: Use screen info to find primary device
[PATCH v3 0/5] iommufd: Destroy vdevice on device unbind
2025-06-27 3:38 UTC (6+ messages)
` [PATCH v3 1/5] iommufd: Add iommufd_object_tombstone_user() helper
` [PATCH v3 2/5] iommufd: Destroy vdevice on idevice destroy
` [PATCH v3 3/5] iommufd/vdevice: Remove struct device reference from struct vdevice
` [PATCH v3 4/5] iommufd/selftest: Explicitly skip tests for inapplicable variant
` [PATCH v3 5/5] iommufd/selftest: Add coverage for vdevice tombstone
[PATCH v2 1/1] iommu/vt-d: Assign devtlb cache tag on ATS enablement
2025-06-27 0:00 UTC (2+ messages)
[PATCH 0/2] rust: add initial scatterlist abstraction
2025-06-26 23:44 UTC (13+ messages)
` [PATCH 1/2] rust: add initial scatterlist bindings
[PATCH v5 0/9] Adjust fbcon console device detection
2025-06-26 23:33 UTC (18+ messages)
` [PATCH v5 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v5 2/9] vfio/pci: Use pci_is_display()
` [PATCH v5 3/9] vga_switcheroo: "
` [PATCH v5 4/9] iommu/vt-d: "
` [PATCH v5 5/9] ALSA: hda: "
` [PATCH v5 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v5 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v5 8/9] fbcon: Use screen info to find primary device
` [PATCH v5 9/9] PCI: Add a new 'boot_display' attribute
[PATCH v2 0/2] rust: add initial scatterlist abstraction
2025-06-26 20:30 UTC (3+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings
` [PATCH v2 2/2] samples: rust: add sample code for "
[PATCH 2/8] docs: dma-api: replace consistent with coherent
2025-06-26 19:40 UTC (9+ messages)
` [PATCH 7/8] docs: dma-api: update streaming DMA API physical address constraints
[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-26 19:34 UTC (29+ messages)
` [PATCH v7 01/28] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 03/28] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v7 04/28] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v7 05/28] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v7 06/28] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v7 07/28] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v7 08/28] iommufd/selftest: Add coverage for viommu data
` [PATCH v7 09/28] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v7 11/28] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v7 12/28] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v7 13/28] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v7 14/28] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v7 15/28] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v7 16/28] iommufd: Add mmap interface
` [PATCH v7 17/28] iommufd/selftest: Add coverage for the new "
` [PATCH v7 18/28] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v7 19/28] iommu: Allow an input type in hw_info op
` [PATCH v7 20/28] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v7 21/28] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v7 22/28] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v7 23/28] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v7 24/28] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v7 25/28] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v7 26/28] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v7 28/28] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-06-26 18:51 UTC (17+ messages)
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 24/25] iommu/tegra241-cmdqv: Add user-space use support
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-26 18:45 UTC (11+ messages)
` [PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
` [PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
` [PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API
[PATCH rc v2 0/4] Fix iommufd selftest FAIL and warnings with v6.16
2025-06-26 15:04 UTC (6+ messages)
` [PATCH rc v2 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes
` [PATCH rc v2 2/4] iommufd/selftest: Add missing close(mfd) in memfd_mmap()
` [PATCH rc v2 3/4] iommufd/selftest: Add asserts testing global mfd
` [PATCH rc v2 4/4] iommufd/selftest: Fix build warnings due to uninitialized mfd
[PATCH 0/2] iommu: MSI parent domain conversion
2025-06-26 14:48 UTC (3+ messages)
` [PATCH 1/2] iommu/amd: Convert to msi_create_parent_irq_domain() helper
` [PATCH 2/2] iommu/intel: "
[PATCH v2 0/4] iommufd: Destroy vdevice on device unbind
2025-06-26 14:36 UTC (32+ messages)
` [PATCH v2 1/4] iommufd: Add iommufd_object_tombstone_user() helper
` [PATCH v2 2/4] iommufd/viommu: Fix the uninitialized iommufd_vdevice::ictx
` [PATCH v2 3/4] iommufd: Destroy vdevice on idevice destroy
` [PATCH v2 4/4] iommufd/selftest: Add coverage for vdevice tombstone
[PATCH v4 0/2] iommu/amd: Support for HATdis and HATS features
2025-06-26 10:58 UTC (2+ messages)
[PATCH v6 0/8] Introduce debugfs support in IOMMU
2025-06-26 5:57 UTC (2+ messages)
[PATCH 00/14] Various dt-bindings for SM7635 and The Fairphone (Gen. 6) addition
2025-06-25 20:25 UTC (18+ messages)
` [PATCH 01/14] dt-bindings: arm-smmu: document the support on SM7635
` [PATCH 02/14] dt-bindings: cpufreq: qcom-hw: document SM7635 CPUFREQ Hardware
` [PATCH 03/14] dt-bindings: crypto: qcom,prng: document SM7635
` [PATCH 04/14] dt-bindings: firmware: qcom,scm: document SM7635 SCM Firmware Interface
` [PATCH 05/14] dt-bindings: qcom,pdc: document the SM7635 Power Domain Controller
` [PATCH 06/14] dt-bindings: mailbox: qcom-ipcc: document the SM7635 Inter-Processor Communication Controller
` [PATCH 07/14] dt-bindings: soc: qcom,aoss-qmp: document the SM7635 Always-On Subsystem side channel
` [PATCH 08/14] dt-bindings: thermal: qcom-tsens: document the SM7635 Temperature Sensor
` [PATCH 09/14] dt-bindings: dma: qcom,gpi: document the SM7635 GPI DMA Engine
` [PATCH 10/14] dt-bindings: mmc: sdhci-msm: document the SM7635 SDHCI Controller
` [PATCH 11/14] dt-bindings: soc: qcom: qcom,pmic-glink: document SM7635 compatible
` [PATCH 12/14] dt-bindings: arm: qcom: Add SM7635 and The Fairphone (Gen. 6)
` [PATCH 13/14] arm64: dts: qcom: Add initial SM7635 dtsi
` [PATCH 14/14] arm64: dts: qcom: Add The Fairphone (Gen. 6)
[PATCH] agp/amd64: Bind to unsupported devices only if AGP is present
2025-06-25 18:43 UTC (9+ messages)
[RFC PATCH 0/8] Add mt8196 SMMU support
2025-06-25 16:54 UTC (4+ messages)
` [RFC PATCH 6/8] iommu/arm-smmu-v3: mediatek: Add wrapper handle for IRQ
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-25 15:28 UTC (6+ messages)
` [PATCH v3 20/62] KVM: SVM: Add a comment to explain why avic_vcpu_blocking() ignores IRQ blocking
[PATCH v7 0/4] Initial BBML2 support for contpte_convert()
2025-06-25 14:16 UTC (7+ messages)
` [PATCH v7 4/4] arm64/mm: Elide tlbi in contpte_convert() under BBML2
[PATCH] iommu/amd: clear SME flag for mmio pages
2025-06-25 12:29 UTC (2+ messages)
[PATCH v8 0/4] Initial BBML2 support for contpte_convert()
2025-06-25 11:34 UTC (5+ messages)
` [PATCH v8 1/4] arm64: cpufeature: Introduce MATCH_ALL_EARLY_CPUS capability type
` [PATCH v8 2/4] arm64: Add BBM Level 2 cpu feature
` [PATCH v8 3/4] iommu/arm: Add BBM Level 2 smmu feature
` [PATCH v8 4/4] arm64/mm: Elide tlbi in contpte_convert() under BBML2
Help: Samsung Exynos 7870 DECON SYSMMU panic
2025-06-25 11:34 UTC (6+ messages)
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-25 10:45 UTC (4+ messages)
[PATCH 00/22] Add support for A100/A133 display
2025-06-25 10:46 UTC (8+ messages)
` [PATCH 10/22] pinctrl: sunxi: add missed lvds pins for a100/a133
` [PATCH 17/22] phy: allwinner: phy-sun6i-mipi-dphy: add LVDS support
[PATCH] The sun50i_iommu_of_xlate() function didn't properly handle the case where of_find_device_by_node() returns NULL. This could lead to a NULL pointer dereference when accessing platform_get_drvdata(iommu_pdev) if the device node couldn't be found
2025-06-25 10:41 UTC (2+ messages)
[PATCH 1/1] iommu/vt-d: Enable ATS before cache tag assignment
2025-06-25 4:53 UTC (3+ messages)
[syzbot] [iommu?] WARNING in iopt_map_pages (2)
2025-06-24 19:02 UTC
[PATCH v3 0/3] iommu: omap: Simplify few things
2025-06-24 17:36 UTC (6+ messages)
` [PATCH v3 1/3] iommu: omap: Drop redundant check if ti,syscon-mmuconfig exists
` [PATCH v3 2/3] iommu: omap: Use syscon_regmap_lookup_by_phandle_args
` [PATCH v3 3/3] iommu: mtk_iommu_v1: Simplify by dropping local 'mtk_mapping' variable
[PATCH v4 0/8] Adjust fbcon console device detection
2025-06-24 16:48 UTC (6+ messages)
` [PATCH v4 6/8] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v4 7/8] PCI/VGA: Move check for firmware default out of VGA arbiter
[RFC PATCH] iommufd: Destroy vdevice on device unbind
2025-06-24 12:24 UTC (13+ messages)
[PATCH v4 3/5] iommu: Add verisilicon IOMMU driver
2025-06-24 12:14 UTC (2+ messages)
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