All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-23 01:13:17 to 2026-07-23 01:49:28 UTC [more...]

[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-23  1:49 UTC  (129+ messages)
` [PATCH v9 01/61] video/hdmi: Introduce HDMI version enum
` [PATCH v9 02/61] drm/display: hdmi: Rename drmm_connector_hdmi_init() to *_ini2()
` [PATCH v9 03/61] drm/connector: Add drmm_connector_hdmi_init() with new signature
` [PATCH v9 04/61] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
` [PATCH v9 05/61] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v9 06/61] drm/display: scdc-helper: Add macro for connector-prefixed debug messages
` [PATCH v9 07/61] drm/display: scdc-helper: Add helper to set SCDC version information
` [PATCH v9 08/61] drm/display: hdmi: Add HDMI 2.0 scrambling management helpers
` [PATCH v9 09/61] drm/display: hdmi: Advertise SCDC source version when scrambling
` [PATCH v9 10/61] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v9 11/61] drm/bridge: Add bridge ops for source-side HDMI 2.0 scrambling
` [PATCH v9 12/61] drm/display: bridge_connector: Use cached connector status in .get_modes()
` [PATCH v9 13/61] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v9 14/61] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v9 15/61] drm/display: hdmi-state-helper: Add source TMDS rate validation
` [PATCH v9 16/61] drm/display: hdmi-state-helper: Pass acquire ctx to hotplug helpers
` [PATCH v9 17/61] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
` [PATCH v9 18/61] drm/display: hdmi-state-helper: Set HDMI scrambling requirement
` [PATCH v9 19/61] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v9 20/61] drm/bridge: dw-hdmi-qp: Provide .{enable,disable}_hpd() PHY ops
` [PATCH v9 21/61] drm/bridge: dw-hdmi-qp: Remove unused workqueue include and define
` [PATCH v9 22/61] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 scrambling support
` [PATCH v9 23/61] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v9 24/61] drm/rockchip: dw_hdmi_qp: Fix NULL deref in PM ops on incomplete bind
` [PATCH v9 25/61] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v9 26/61] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v9 27/61] drm/rockchip: dw_hdmi_qp: Avoid spurious HPD IRQ thread wakeups
` [PATCH v9 28/61] drm/rockchip: dw_hdmi_qp: Mask RK3576 HPD IRQ in io_init
` [PATCH v9 29/61] drm/rockchip: dw_hdmi_qp: Implement .{enable,disable}_hpd() PHY ops
` [PATCH v9 30/61] drm/rockchip: dw_hdmi_qp: Factor out HPD interrupt (un)mask helpers
` [PATCH v9 31/61] drm/rockchip: dw_hdmi_qp: Control the HPD IRQ line via the bridge HPD ops
` [PATCH v9 32/61] drm/rockchip: dw_hdmi_qp: Use dw_hdmi_qp_hpd_notify() for HPD reports
` [PATCH v9 33/61] drm/bridge: dw-hdmi-qp: Drop unused .setup_hpd() phy op
` [PATCH v9 34/61] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v9 35/61] drm/vc4: hdmi: Switch to drm_hdmi_mode_needs_scrambling()
` [PATCH v9 36/61] drm/vc4: hdmi: Propagate -EDEADLK to the top level
` [PATCH v9 37/61] drm/vc4: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v9 38/61] drm/vc4: hdmi: Convert to common HDMI 2.0 scrambling infrastructure
` [PATCH v9 39/61] drm/vc4: hdmi: Defer pixel clock validation to HDMI helpers
` [PATCH v9 40/61] drm/bridge: adv7511: Advertise HDMI 1.2 capabilities
` [PATCH v9 41/61] drm/bridge: inno-hdmi: "
` [PATCH v9 42/61] drm/bridge: ite-it6263: Drop redundant .mode_valid hook
` [PATCH v9 43/61] drm/bridge: ite-it6263: Advertise HDMI 1.3 capabilities
` [PATCH v9 44/61] drm/bridge: ite-it66121: Advertise HDMI 1.2 capabilities
` [PATCH v9 45/61] drm/bridge: lontium-lt9611: Advertise HDMI 1.4 capabilities
` [PATCH v9 46/61] drm/rockchip: rk3066_hdmi: "
` [PATCH v9 47/61] drm/sun4i: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v9 48/61] drm/tests: edid: Add 4K@60Hz EDID with 600MHz TMDS
` [PATCH v9 49/61] drm/tests: edid: Fix conformity for 1080p+4K YUV420 200MHz EDID
` [PATCH v9 50/61] drm/tests: edid: Fix conformity for 4K RGB/YUV 340MHz EDID
` [PATCH v9 51/61] drm/tests: bridge: Set supported HDMI version
` [PATCH v9 52/61] drm/tests: connector: Convert to drmm_connector_hdmi_init()
` [PATCH v9 53/61] drm/tests: connector: Add HDMI max_tmds_char_rate init coverage
` [PATCH v9 54/61] drm/tests: connector: Add HDMI source-side scrambler coverage
` [PATCH v9 55/61] drm/tests: hdmi_state_helper: Convert to drmm_connector_hdmi_init()
` [PATCH v9 56/61] drm/tests: hdmi_state_helper: Add connector-provided max_tmds_char_rate coverage
` [PATCH v9 57/61] drm/tests: hdmi_state_helper: Cover source-side scrambling decision
` [PATCH v9 58/61] drm/connector: Remove drmm_connector_hdmi_ini2()
` [PATCH v9 59/61] drm/connector: Drop redundant hdmi vendor/product fields
` [PATCH v9 60/61] drm/connector: Drop redundant hdmi supported_formats field
` [PATCH v9 61/61] drm/connector: Drop redundant max_bpc field

[PATCH v4] wifi: ath11k: fix resource leak on error in ext IRQ setup
 2026-07-23  1:46 UTC  (3+ messages)

[PATCH 0/2] Add CoreSight nodes for Qualcomm Shikra SoC
 2026-07-23  1:46 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom,coresight-ctcu: Add Shikra
` [PATCH 2/2] arm64: dts: qcom: shikra: Add coresight nodes

[PATCH 0/2] clk: qcom: add MSM8920 RPM clock controller support
 2026-07-23  1:46 UTC  (12+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom,rpmcc: add MSM8920
` [PATCH 2/2] clk: qcom: smd-rpm: add MSM8920 support
` [PATCH 0/3] arm64: dts: qcom: initial MSM8920 and Motorola Moto E4 (perry)
  ` [PATCH 1/3] dt-bindings: arm: qcom: add "
  ` [PATCH 2/3] arm64: dts: qcom: add initial MSM8920 device tree
  ` [PATCH 3/3] arm64: dts: qcom: add initial Motorola Moto E4 (perry) support
  ` [PATCH v2 0/3] arm64: dts: qcom: initial MSM8920 and Motorola Moto E4 (perry)
    ` [PATCH v2 1/3] dt-bindings: arm: qcom: add "
    ` [PATCH v2 2/3] arm64: dts: qcom: add initial MSM8920 device tree
    ` [PATCH v2 3/3] arm64: dts: qcom: add initial Motorola Moto E4 (perry) support

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-23  1:44 UTC  (4+ messages)
` [PATCH v6 7/8] KVM: x86/pmu: Emulate RDPMC on performance metrics

[PATCH iproute2-next] ip nexthop: support fdb destination port
 2026-07-23  1:43 UTC  (3+ messages)

[PATCH net-next v3 0/3] net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
 2026-07-23  1:43 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net: nexthop: add NHA_FDB_PORT for fdb nexthops

[PATCH] mm/damon/core: reject zero sample_interval
 2026-07-23  1:42 UTC  (2+ messages)
`  "

[PATCH] gpio: pch: use raw_spinlock_t for the register lock
 2026-07-23  1:41 UTC 

[PATCH] x86/mce: Document the mce=print_all command line parameter
 2026-07-23  1:41 UTC  (2+ messages)

[PATCH v3 3/3] media: uvcvideo: skip streaming restart after hibernation snapshot
 2026-07-23  1:39 UTC  (3+ messages)

[PATCH v5] wifi: ath11k: fix resource leak on error in ext IRQ setup
 2026-07-23  1:38 UTC 

[PATCH net-next v11 2/5] hinic3: Add ethtool statistic ops
 2026-07-23  1:35 UTC  (2+ messages)
`  "

[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
 2026-07-23  1:32 UTC  (3+ messages)
` [PATCH 1/3] perf: Remove redundant dev_err()/dev_err_probe()

[PATCH net-next v11 1/5] hinic3: Add ethtool queue ops
 2026-07-23  1:32 UTC  (2+ messages)
`  "

[PATCH] i2c: spacemit: request IRQ after controller initialization
 2026-07-22 12:15 UTC  (3+ messages)

[PATCH v5] x86/mm/64: free the gap between BSS_MAIN and BSS_DECRYPTED
 2026-07-23  1:31 UTC 

[PATCH v4] Bluetooth: btintel: Add Bluetooth SAR revision 2 support
 2026-07-23  1:31 UTC  (2+ messages)
` [v4] "

Pixelbook 2017 display backlight with 7.1.x
 2026-07-23  1:27 UTC 

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-07-23  1:25 UTC  (3+ messages)

[PATCH iproute2-next v2 0/2] ip nexthop: support fdb destination port
 2026-07-23  1:25 UTC  (3+ messages)
` [PATCH iproute2-next v2 1/2] uapi: add NHA_DST_PORT
` [PATCH iproute2-next v2 2/2] ip nexthop: support fdb destination port

[PATCH v3 0/6] nbd: eliminate queue freeze/unfreeze overhead in connection setup
 2026-07-23  1:24 UTC  (7+ messages)
` [PATCH v3 5/6] nbd: skip queue freeze when setting size at device startup
` [PATCH v3 6/6] nbd: add nr_hw_queues module parameter for pre-created devices

[MAINTAINERS SUMMIT] Other LLM-related topics - tags, newcomers, etc
 2026-07-23  0:26 UTC  (8+ messages)

[PATCH bpf-next 0/4] Fixes for bpf_jit_free
 2026-07-23  1:22 UTC  (3+ messages)
` [PATCH bpf-next 1/4] bpf, arm64: Fix memory leak in bpf_jit_free

[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-23  1:21 UTC  (6+ messages)

[PATCH v21 1/4] PCI: Allow per function PCI slots to fix slot reset on s390
 2026-07-23  1:21 UTC  (2+ messages)

[PATCH v2 0/2] Enable WiFi on Spacemit K3 Pico ITX
 2026-07-23  1:19 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: Move Spacemit vendor and device IDs to linux/pci_ids.h

[PATCH net-next] net: macb: add support for 1000BASE-X autonegotiation to PCS
 2026-07-23  1:20 UTC  (7+ messages)
` [PATCH net-next v2 0/2] net: macb: Updated patches for 1000BASE-X support
  ` [PATCH net-next v2 1/2] net: macb: Poll for link state changes when using the internal PCS
  ` [PATCH net-next v2 2/2] net: macb: add support for 1000BASE-X autonegotiation to PCS

[BUG] dm-integrity: dangling reboot notifier after resume vs remove race
 2026-07-23  1:19 UTC  (3+ messages)

arch/arm64/boot/dts/mediatek/mt7981b-cudy-wr3000-v1.dtb: topmisc@11d10000 (mediatek,mt7981-topmisc): Unevaluated properties are not allowed ('#clock-cells' was unexpected)
 2026-07-23  1:18 UTC 

arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus-radxa-4k-cam.dtb: dp@fde50000 (rockchip,rk3588-dp): #sound-dai-cells: 1 was expected
 2026-07-23  1:18 UTC 

[PATCH v2 0/2] 9p: fix guest-triggered Treaddir/ACPI eject UAF
 2026-07-23  1:17 UTC  (4+ messages)
` [PATCH v2 2/2] hw/9pfs/xen: drain in-flight PDUs before xen-9p disconnect

[PATCH net-next v4 0/3] net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
 2026-07-23  1:17 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: nexthop: add NHA_DST_PORT for fdb nexthops
` [PATCH net-next v4 2/3] vxlan: honor per-nexthop fdb destination port
` [PATCH net-next v4 3/3] selftests: net: add coverage for fdb nexthop dst_port

[PATCH RESEND v4 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-23  1:18 UTC  (4+ messages)
` [PATCH RESEND v4 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration

[PATCH v2 0/6] hw/cxl: fix Type-3 device reset resource leaks and convert to three-phase
 2026-07-23  1:16 UTC  (7+ messages)
` [PATCH v2 1/6] hw/cxl: fix timer leak in cxl_destroy_cci()
` [PATCH v2 2/6] hw/cxl: destroy primary CCI before re-initialization on reset
` [PATCH v2 3/6] hw/cxl: convert cxl-type3 to three-phase reset
` [PATCH v2 4/6] hw/cxl: free in-flight sanitize state on reset
` [PATCH v2 5/6] hw/cxl: clear event logs, scan media and interrupt policy "
` [PATCH v2 6/6] hw/cxl: clear poison lists and feature transfer state "

[PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush
 2026-07-23  1:17 UTC  (11+ messages)

[PATCH v2 0/2] mm: fix node reclaim swappiness handling
 2026-07-23  1:13 UTC  (2+ messages)

[PATCH net-next v7 0/7] r8169: add support for phylink
 2026-07-23  1:13 UTC  (3+ messages)
` [PATCH net-next v7 4/7] r8169: add support for RTL8116af


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.