Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-01 21:34:25 to 2026-06-02 00:34:12 UTC [more...]

[PATCH 00/11] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-02  0:34 UTC  (2+ messages)

[PATCH v8 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-06-02  0:24 UTC  (17+ messages)
` [PATCH v8 01/12] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [PATCH v8 02/12] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [PATCH v8 03/12] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [PATCH v8 04/12] iommu/tegra241-cmdqv: Restore PROD and CONS after resume
` [PATCH v8 05/12] iommu/arm-smmu-v3: Cache and restore MSI config
` [PATCH v8 06/12] iommu/arm-smmu-v3: Handle gerror during suspend
` [PATCH v8 07/12] iommu/arm-smmu-v3: Add CMDQ_PROD_STOP_FLAG to gate CMDQ submissions
` [PATCH v8 08/12] iommu/tegra241-cmdqv: Add a helper to quiesce VCMDQs
` [PATCH v8 09/12] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [PATCH v8 10/12] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [PATCH v8 11/12] iommu/arm-smmu-v3: Invoke pm_runtime before hw access
` [PATCH v8 12/12] iommu/arm-smmu-v3: Add KUnit unit tests for Runtime PM

[PATCH v4 00/24] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-06-02  0:15 UTC  (7+ messages)
` [PATCH v4 18/24] iommu/arm-smmu-v3: Introduce master->ats_broken flag

[PATCH v2] media: dt-bindings: nxp,imx8mq-mipi-csi2: Fix example endpoint label typo
 2026-06-01 23:13 UTC  (2+ messages)

[PATCH net-next v8 00/10] net: airoha: Support multiple net_devices connected to the same GDM port
 2026-06-01 23:11 UTC  (3+ messages)
` [PATCH net-next v8 01/10] dt-bindings: net: airoha: Add GDM port ethernet child node

[PATCH v7 0/2] mm: improve large folio readahead for exec memory
 2026-06-01 23:10 UTC  (2+ messages)

[PATCH v5 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-06-01 22:46 UTC  (3+ messages)
` [PATCH v5 01/10] ACPI: APEI: GHES: share macros via a private header

[PATCH v7 00/30] Add HDMI 2.0 support to DW HDMI QP TX
 2026-06-01 22:44 UTC  (31+ messages)
` [PATCH v7 01/30] drm/fb-helper: Remove unused local variable in hotplug_event()
` [PATCH v7 02/30] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v7 03/30] drm/display: scdc_helper: Add macro for connector-prefixed debug messages
` [PATCH v7 04/30] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers
` [PATCH v7 05/30] drm/display: hdmi_state_helper: Add ctx-aware hotplug helper for SCDC sync
` [PATCH v7 06/30] drm/display: hdmi_state_helper: Plumb HDMI 2.0 source scrambling capability
` [PATCH v7 07/30] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v7 08/30] drm/bridge: Add HDMI 2.0 scrambler bridge operation and callbacks
` [PATCH v7 09/30] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v7 10/30] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v7 11/30] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v7 12/30] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v7 13/30] drm/bridge: dw-hdmi-qp: Provide .{enable|disable}_hpd() PHY ops
` [PATCH v7 14/30] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling support
` [PATCH v7 15/30] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v7 16/30] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v7 17/30] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v7 18/30] drm/rockchip: dw_hdmi_qp: Drop unnecessary #include
` [PATCH v7 19/30] drm/rockchip: dw_hdmi_qp: Defer HPD IRQ enable until after connector setup
` [PATCH v7 20/30] drm/rockchip: dw_hdmi_qp: Mask HPD IRQ in rk3576_io_init()
` [PATCH v7 21/30] drm/rockchip: dw_hdmi_qp: Implement .{enable|disable}_hpd() PHY ops
` [PATCH v7 22/30] drm/rockchip: dw_hdmi_qp: Switch to dw_hdmi_qp_hpd_notify()
` [PATCH v7 23/30] drm/bridge: dw-hdmi-qp: Remove obsolete .setup_hpd() phy op
` [PATCH v7 24/30] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v7 25/30] drm/vc4: hdmi: Convert to common HDMI 2.0 SCDC scrambling helpers
` [PATCH v7 26/30] drm/tests: connector: Add HDMI source-side scrambler capability tests
` [PATCH v7 27/30] drm/tests: edid: Add 4K@60Hz EDID with 600MHz TMDS
` [PATCH v7 28/30] drm/tests: hdmi_state_helper: Add HDMI 2.0 scrambling tests
` [PATCH v7 29/30] drm/tests: edid: Fix conformity for 1080p+4K YUV420 200MHz EDID
` [PATCH v7 30/30] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID

[PATCH v2] KVM: arm64: Preserve all guest ZCR_EL2.LEN values
 2026-06-01 22:34 UTC  (2+ messages)

[PATCH 0/4] i.MX LDB DT cleanups
 2026-06-01 22:29 UTC  (9+ messages)
` [PATCH 2/4] Revert "dt-bindings: display: bridge: ldb: Fill in reg property"

[PATCH 0/5] drm/bridge: Implement generic USB Type-C DP HPD bridge
 2026-06-01 22:28 UTC  (7+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] drm/bridge: aux: Add drm_aux_bridge_register_from_node()
` [PATCH 3/5] phy: rockchip: phy-rockchip-typec: Add DRM AUX bridge

[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
 2026-06-01 22:28 UTC  (9+ messages)
` [PATCH v1 09/26] KVM: arm64: Refactor idreg caching into dedicated structure
` [PATCH v1 10/26] KVM: arm64: Fix set_oslsr_el1 to write to OSLAR_EL1
` [PATCH v1 12/26] KVM: arm64: Add PVM_ prefix to avoid name collisions
` [PATCH v1 15/26] s390: Add functions to query arm guest time

[PATCH 1/1] arm64: dts: tqma8mpql-mba8mpxl: configure sai clock in sound card as well
 2026-06-01 22:11 UTC  (3+ messages)

[GIT PULL 1/2] Broadcom devicetree changes for 7.2
 2026-06-01 22:00 UTC  (2+ messages)

[PATCH 1/1] crypto: atmel-ecc - fix use after free situation
 2026-06-01 21:42 UTC  (2+ messages)

[PATCH v2] arm64: dts: imx{91,93}-phyboard-segin: Add peb-av-18 overlays
 2026-06-01 21:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox