messages from 2026-07-31 13:33:40 to 2026-07-31 15:03:42 UTC [more...]
[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
2026-07-31 15:03 UTC (4+ messages)
` [PATCH v9 03/61] drm/connector: Add drmm_connector_hdmi_init() with new signature
[PATCH v11 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
2026-07-31 15:02 UTC (5+ messages)
` [PATCH v11 09/11] clk: realtek: Add RTD1625-CRT clock controller driver
[PATCH v2 0/4] serial: fix console lifetime bugs on failed bind and removal
2026-07-31 14:40 UTC (6+ messages)
` [PATCH v2 4/4] serial: imx: serialize imx_uart_ports[] lifetime
[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
2026-07-31 14:54 UTC (11+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v5 10/31] arm64: Prepare sharing arm64 headers with s390
` [PATCH v5 15/31] KVM: s390: Guard KVM/s390 behind CONFIG_KVM_S390
` [PATCH v5 20/31] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v5 27/31] KVM: s390: arm64: Implement required functions
` [PATCH v5 31/31] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH v8 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
2026-07-31 14:42 UTC (21+ messages)
` [PATCH v8 01/21] drm/bridge: synopsys: dw-dp: Register DP AUX on bridge attach
` [PATCH v8 02/21] drm/bridge: synopsys: dw-dp: Fix incorrect resource lifetimes in bind callback
` [PATCH v8 03/21] drm/bridge: synopsys: dw-dp: Cancel pending HPD work
` [PATCH v8 04/21] drm/bridge: synopsys: dw-dp: Document missing reset line deassert
` [PATCH v8 05/21] drm/bridge: synopsys: dw-dp: Add missing mutex cleanups on module removal
` [PATCH v8 06/21] drm/bridge: synopsys: dw-dp: Fix AUX transfer timeout race condition
` [PATCH v8 07/21] drm/bridge: synopsys: dw-dp: Fix support for short I2C reads
` [PATCH v8 08/21] drm/bridge: synopsys: dw-dp: Free output_fmts when none are valid
` [PATCH v8 09/21] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v8 10/21] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v8 11/21] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v8 13/21] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v8 14/21] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v8 15/21] drm/rockchip: dw_dp: Add runtime "
` [PATCH v8 16/21] drm/bridge: synopsys: dw-dp: Protect sdp_reg_bank from concurrent access
` [PATCH v8 17/21] drm/bridge: synopsys: dw-dp: Drop useless reservation of first slot
` [PATCH v8 18/21] drm/bridge: synopsys: dw-dp: Clear only enabled SDPs on atomic disable
` [PATCH v8 19/21] drm/bridge: synopsys: dw-dp: Use regmap_set_bits in dw_dp_send_sdp
` [PATCH v8 20/21] dt-bindings: display: rockchip: dw-dp: Fix sound DAI cells
` [PATCH v8 21/21] drm/bridge: synopsys: dw-dp: Add audio support
[PATCH 00/11] usb: Remove redundant error messages on IRQ request failure
2026-07-31 14:45 UTC (3+ messages)
` [PATCH 04/11] usb: dwc3: Remove redundant dev_err()/dev_err_probe()
[PATCH] arm64: archrandom: avoid trapping ID register read in __cpu_has_rng()
2026-07-31 14:43 UTC (2+ messages)
[PATCH v6 00/16] arm64: mediatek: Add M.2 E-key slot on Chromebooks
2026-07-31 14:42 UTC (6+ messages)
` [PATCH v6 06/16] usb: hub: Associate port@ fwnode with USB port device
` [PATCH v6 11/16] dt-bindings: usb: mediatek,mtk-xhci: Switch to ports for USB connections
[PATCH v8 0/6] phy: fsl-imx8mq-usb: few improvements
2026-07-31 14:44 UTC (5+ messages)
` [PATCH v8 3/6] phy: fsl-imx8mq-usb: add runtime PM support
` [PATCH v8 6/6] phy: fsl-imx8mq-usb: keep PHY power domain runtime always-on for i.MX8MP
[RFC PATCH 1/9] arm64/entry: Bound certain debug exception paths in instrumentation windows
2026-07-31 14:43 UTC (4+ messages)
` [RFC PATCH 2/9] arm64/entry: Make debug_exception_enter/exit() noinstr
[PATCH v4 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
2026-07-31 14:35 UTC (18+ messages)
` [PATCH v4 01/17] KVM: arm64: Add pkvm_private_va_range_pa
` [PATCH v4 02/17] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v4 03/17] KVM: arm64: Add pkvm_map_private_va_range
` [PATCH v4 04/17] KVM: arm64: Add a heap allocator for the pKVM hyp
` [PATCH v4 05/17] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH v4 06/17] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v4 07/17] KVM: arm64: Add PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH v4 08/17] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH v4 09/17] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v4 10/17] KVM: arm64: Add a shrinker for pKVM
` [PATCH v4 11/17] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH v4 12/17] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v4 13/17] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH v4 14/17] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH v4 15/17] KVM: arm64: Reject hyp trace descriptors with fewer CPUs than hyp_nr_cpus
` [PATCH v4 16/17] KVM: arm64: Reject hyp trace descriptors with fewer than 3 pages
` [PATCH v4 17/17] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator
[PATCH v3 0/4] Add RPROC support for the MX95-15x15-FRDM board
2026-07-31 14:34 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
[PATCH] perf/arm_cspmu: Support 64-bit programmers' model
2026-07-31 14:23 UTC
[PATCH v5 0/6] drm/bridge: Implement generic USB Type-C DP HPD bridge
2026-07-31 14:20 UTC (3+ messages)
` [PATCH v5 1/6] "
[soc:soc/dt] BUILD SUCCESS 253b1036b9163f23f7b18274a0d4e904ac8821c5
2026-07-31 14:20 UTC
[soc:soc/drivers] BUILD SUCCESS aa469c0c55d1b2e58dc8033bdc9192f2c0ec064e
2026-07-31 14:20 UTC
[soc:soc/arm] BUILD SUCCESS 7c8af4b5b627d8bbf88c6783db49c52dd6b43f5a
2026-07-31 14:19 UTC
[soc:imx/maintainers] BUILD SUCCESS 645effc0984ba8cd83cdf31e5a29945cd40973e1
2026-07-31 14:10 UTC
[soc:mediatek/soc] BUILD SUCCESS ec762057868d70d474a9816e9c293c2ef801c3c9
2026-07-31 14:10 UTC
[soc:for-next] BUILD SUCCESS ef681b1ee43da67c9280f776ca8d70c7c3678935
2026-07-31 14:06 UTC
[soc:arm/fixes] BUILD SUCCESS 111b787c9e31ff4cb2ac4d17513b492fcd99aca7
2026-07-31 14:05 UTC
[PATCH v2] PCI: imx6: Enable ASPM L1 only iff CLKREQ# is supported
2026-07-31 13:44 UTC
[PATCH v2] ARM: dts: aspeed: sanmiguel: Disable HSC nodes
2026-07-31 13:33 UTC
[PATCH v6 00/10] arm_mpam: Add MPAM-Fb firmware support
2026-07-31 13:33 UTC (3+ messages)
` [PATCH v6 09/10] arm_mpam: change MPAM-Fb error IRQ to use a threaded IRQ handler
page: | 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