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

[PATCH v9 00/61] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-23  1:55 UTC  (140+ 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 v5] wifi: ath11k: fix resource leak on error in ext IRQ setup
 2026-07-23  1:55 UTC  (2+ messages)

[PATCH] RDMA/srpt: fix NULL deref when sending BUSY before target_init_cmd()
 2026-07-23  1:55 UTC  (5+ messages)
  `  "

[PATCH] drm/amd/display: fix wrong plane_count check in dm_gpureset_toggle_interrupts()
 2026-07-23  1:55 UTC 

[PATCH v17 00/15] arm64: entry: Convert to Generic Entry
 2026-07-23  1:54 UTC  (5+ messages)
` [PATCH v17 15/15] arm64: vdso: Expose sigreturn address on vdso to the kernel

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

[PATCH] iommu/virtio: Handle iommu_device_register() failures
 2026-07-23  1:54 UTC  (5+ messages)
` [PATCH v2 0/3] iommu/virtio: Probe error handling and event buffer validation
` [PATCH v2 1/3] iommu/virtio: Set driver data before enabling virtqueues
` [PATCH v2 2/3] iommu/virtio: Handle iommu_device_register() failures
` [PATCH v2 3/3] iommu/virtio: Reject short event buffers

[PATCH v2 0/4] VFS: prepare for changes to directory locking
 2026-07-23  1:49 UTC  (5+ messages)
` [PATCH v2 1/4] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 2/4] VFS: enhance d_splice_alias() to handle hashed dentries
` [PATCH v2 3/4] VFS: introduce d_alloc_trylock()
` [PATCH v2 4/4] VFS: add d_duplicate()

+ mm-vmscan-fix-node-reclaim-ignoring-swappiness-parameter.patch added to mm-new branch
 2026-07-23  1:53 UTC 

+ memcg-move-mem_cgroup_swappiness-and-vm_swappiness-to-mm-swaph.patch added to mm-new branch
 2026-07-23  1:53 UTC 

[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 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)


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.