Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-31 10:19:13 to 2026-07-31 16:24:07 UTC [more...]

[PATCH v10 00/69] Add HDMI 2.0 support to DW HDMI QP TX
 2026-07-31 16:19 UTC  (40+ messages)
` [PATCH v10 01/69] video/hdmi: Introduce HDMI version enum
` [PATCH v10 02/69] drm/connector: hdmi: Handle reset() state allocation failure
` [PATCH v10 03/69] drm/display: hdmi: Rename drmm_connector_hdmi_init() to *_ini2()
` [PATCH v10 04/69] drm/connector: Add drmm_connector_hdmi_init() with new signature
` [PATCH v10 05/69] drm/display: bridge_connector: Convert to drmm_connector_hdmi_init()
` [PATCH v10 07/69] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v10 08/69] drm/display: scdc-helper: Add macro for connector-prefixed debug messages
` [PATCH v10 10/69] drm/display: hdmi: Add HDMI 2.0 scrambling management helpers
` [PATCH v10 11/69] drm/display: hdmi: Advertise SCDC source version when scrambling
` [PATCH v10 12/69] drm/bridge: Fix unlocked list_del in drm_bridge_add()
` [PATCH v10 13/69] drm/bridge: Fix unlocked list access in drm_bridge_attach()
` [PATCH v10 14/69] drm/bridge: Remove redundant error check in drm_bridge_helper_reset_crtc()
` [PATCH v10 15/69] drm/bridge: Add bridge ops for source-side HDMI 2.0 scrambling
` [PATCH v10 17/69] drm/display: bridge_connector: Switch to .detect_ctx() connector helper
` [PATCH v10 18/69] drm/display: bridge_connector: Switch to .force_ctx() "
` [PATCH v10 19/69] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [PATCH v10 20/69] drm/display: hdmi-state-helper: Add source TMDS rate validation
` [PATCH v10 21/69] drm/display: hdmi-state-helper: Pass acquire ctx to hotplug helpers
` [PATCH v10 22/69] drm/display: hdmi-state-helper: Sync SCDC state on hotplug
` [PATCH v10 23/69] drm/display: hdmi-state-helper: Set HDMI scrambling requirement
` [PATCH v10 24/69] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v10 26/69] drm/bridge: dw-hdmi-qp: Remove unused workqueue include and define
` [PATCH v10 27/69] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 scrambling support
` [PATCH v10 28/69] drm/bridge: dw-hdmi-qp: Provide dw_hdmi_qp_hpd_notify() helper
` [PATCH v10 31/69] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v10 32/69] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()
` [PATCH v10 33/69] drm/rockchip: dw_hdmi_qp: Avoid spurious HPD IRQ thread wakeups
` [PATCH v10 34/69] drm/rockchip: dw_hdmi_qp: Mask RK3576 HPD IRQ in io_init
` [PATCH v10 35/69] drm/rockchip: dw_hdmi_qp: Implement .{enable,disable}_hpd() PHY ops
` [PATCH v10 36/69] drm/rockchip: dw_hdmi_qp: Factor out HPD interrupt (un)mask helpers
` [PATCH v10 37/69] drm/rockchip: dw_hdmi_qp: Control the HPD IRQ line via the bridge HPD ops
` [PATCH v10 38/69] drm/rockchip: dw_hdmi_qp: Use dw_hdmi_qp_hpd_notify() for HPD reports
` [PATCH v10 39/69] drm/bridge: dw-hdmi-qp: Drop unused .setup_hpd() phy op
` [PATCH v10 40/69] drm/vc4: hdmi: Use common TMDS char rate constants
` [PATCH v10 41/69] drm/vc4: hdmi: Switch to drm_hdmi_mode_needs_scrambling()
` [PATCH v10 42/69] drm/vc4: hdmi: Switch to .force_ctx() connector helper
` [PATCH v10 43/69] drm/vc4: hdmi: Propagate -EDEADLK to the top level
` [PATCH v10 44/69] drm/vc4: hdmi: Convert to drmm_connector_hdmi_init()
` [PATCH v10 51/69] drm/bridge: ite-it6263: Advertise HDMI 1.3 capabilities

[PATCH v2] arch: arm64: add early_param idle=<wfi|yield|nop>
 2026-07-31 16:16 UTC  (4+ messages)

[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
 2026-07-31 16:15 UTC  (36+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 02/31] KVM: Make device name configurable
` [PATCH v5 03/31] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v5 04/31] arm64: Use proper include variant
` [PATCH v5 05/31] arm64: ptrace: Use constants for compat register numbers
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v5 07/31] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v5 08/31] KVM: arm64: Use accessor functions for gprs during reset
` [PATCH v5 09/31] KVM: arm64: Refactor core-reset into a separate function
` [PATCH v5 10/31] arm64: Prepare sharing arm64 headers with s390
` [PATCH v5 11/31] arm64: Share "
` [PATCH v5 12/31] KVM: arm64: Share arm64 code "
` [PATCH v5 13/31] KVM: s390: Prepare moving KVM/s390 to arch/s390/kvm/s390
` [PATCH v5 14/31] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v5 15/31] KVM: s390: Guard KVM/s390 behind CONFIG_KVM_S390
` [PATCH v5 16/31] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v5 17/31] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v5 18/31] KVM: s390: gmap: Move storage key and CMMA code to kvm/s390
` [PATCH v5 19/31] KVM: s390: gmap: Move prefix handling "
` [PATCH v5 20/31] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v5 21/31] s390: Use arm64 headers
` [PATCH v5 22/31] KVM: s390: Use arm64 code
` [PATCH v5 23/31] s390: Introduce Start Arm Execution instruction
` [PATCH v5 24/31] KVM: s390: arm64: Introduce host definitions
` [PATCH v5 25/31] s390/hwcaps: Report SAE support as hwcap
` [PATCH v5 26/31] KVM: s390: Add basic arm64 kvm module
` [PATCH v5 27/31] KVM: s390: arm64: Implement required functions
` [PATCH v5 28/31] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v5 29/31] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v5 30/31] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v5 31/31] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[RFC PATCH 1/9] arm64/entry: Bound certain debug exception paths in instrumentation windows
 2026-07-31 16:15 UTC  (16+ messages)
` [RFC PATCH 2/9] arm64/entry: Make debug_exception_enter/exit() noinstr
` [RFC PATCH 3/9] arm64/debug-monitors: Make do_el1_brk64()/do_el1_softstep() noinstr
` [RFC PATCH 4/9] arm64/kprobes: Make the single-step machinery noinstr
` [RFC PATCH 5/9] arm64/kprobes: Invoke pre/post handlers inside instrumentation
` [RFC PATCH 6/9] arm64/kprobes: Make kprobe_fault_handler() noinstr
` [RFC PATCH 8/9] arm64/kprobes: Drop the XOL single-step fault PC check
` [RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline

[PATCH net 0/5] net: stmmac: Fix double VLAN 802.1ad tag handling
 2026-07-31 16:12 UTC  (5+ messages)
      `  "

[PATCH] dt-bindings: irq: sun7i-nmi: Document the Allwinner A733 NMI controller
 2026-07-31 16:09 UTC 

[PATCH] platform: raspberrypi: Fix typos in Kconfig files
 2026-07-31 16:06 UTC  (2+ messages)

[PATCH v4] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability
 2026-07-31 16:02 UTC  (2+ messages)

[GIT PULL] Amlogic drivers updates for v7.3
 2026-07-31 16:00 UTC 

[GIT PULL] amlogic ARM64 DT updates for v7.3
 2026-07-31 15:59 UTC 

[PATCH net-next] net: airoha: fix ARRAY_SIZE() division by zero on UP builds
 2026-07-31 15:47 UTC 

[PATCH] ACPI: IORT: validate RMR node array bounds
 2026-07-31 15:42 UTC  (2+ messages)

[PATCH v2 0/4] serial: fix console lifetime bugs on failed bind and removal
 2026-07-31 15:28 UTC  (10+ messages)
` [PATCH v2 1/4] serial: core: do fallible allocations before the console can be registered
` [PATCH v2 4/4] serial: imx: serialize imx_uart_ports[] lifetime

[PATCH v4 0/3] perf: marvell: LLC-TAD PMU MPAM filtering support
 2026-07-31 15:27 UTC  (6+ messages)
` [PATCH v4 1/3] perf: marvell: Add MPAM partid filtering to CN10K TAD PMU
    ` [EXTERNAL] "

[PATCH v2] perf/arm_cspmu: Support 64-bit programmers' model
 2026-07-31 15:22 UTC 

[PATCH] drm/exynos: vidi: use memdup_user() instead of kmalloc() and copy_from_user()
 2026-07-31 15:17 UTC  (3+ messages)

[PATCH v8 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-07-31 14:42 UTC  (22+ 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 12/21] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [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 v4 0/6] Add BBML3 cpu feature
 2026-07-31 15:13 UTC  (3+ messages)
` [PATCH v4 6/6] arm64: cpufeature: Detect BBML3 based on ID_AA64MMFR2_EL1.BBM

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

[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  (6+ messages)
` [PATCH v6 07/10] arm_mpam: prepare mon_sel locking for MPAM-Fb
` [PATCH v6 09/10] arm_mpam: change MPAM-Fb error IRQ to use a threaded IRQ handler

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-31 13:21 UTC  (5+ messages)
` [PATCH 3/6] firmware: arm_rmm: Check for RMI support at init
` [PATCH 4/6] firmware: arm_rmm: Configure the RMM with the host's page size

[PATCH] pinctrl: sunxi: A523: fix voltage withstand encoding
 2026-07-31 13:20 UTC  (6+ messages)

[PATCH v6 0/4] can: rockchip: add RK3588 CAN support
 2026-07-31 13:17 UTC  (6+ messages)
` [PATCH v6 2/4] "

[PATCH v2] arm64: defconfig: enable the necessary drivers for the Ayaneo Pockegt S2
 2026-07-31 13:16 UTC  (2+ messages)

[PATCH v10 00/26] MediaTek UFS Cleanup and MT8196 Enablement
 2026-07-31 12:55 UTC  (7+ messages)
` [PATCH v10 03/26] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant
` [PATCH v10 24/26] arm64: dts: mediatek: mt8195: Align ufshci node to dt-bindings changes

[PATCH RFC] arm64: Mark set_preempt_need_resched() access to .need_resched
 2026-07-31 12:51 UTC  (2+ messages)

[PATCH v17 00/14] KVM: arm64: Provide guest support for GCS
 2026-07-31 12:25 UTC  (15+ messages)
` [PATCH v17 01/14] arm64/gcs: Ensure FGTs for EL1 GCS instructions are disabled
` [PATCH v17 02/14] KVM: arm64: Fix FGT mapping for HFGITR_EL2.nGCSEPP
` [PATCH v17 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v17 04/14] KVM: arm64: Ensure GCS memory effects are visible
` [PATCH v17 05/14] KVM: arm64: Set PSTATE.EXLOCK when entering an exception
` [PATCH v17 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET
` [PATCH v17 07/14] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v17 08/14] KVM: arm64: Enforce EXLOCK for SPSR and ELR
` [PATCH v17 09/14] KVM: arm64: Allow GCS to be enabled for guests
` [PATCH v17 10/14] KVM: selftests: arm64: Add GCS registers to get-reg-list
` [PATCH v17 11/14] KVM: selftests: arm64: Add GCS to set_id_regs
` [PATCH v17 12/14] KVM: selftests: arm64: Only restore SPSR_EL1 and ELR_EL1 if they change
` [PATCH v17 13/14] tools: Synchronise the kernel esr.h
` [PATCH v17 14/14] KVM: selftests: arm64: Add GCS EXLOCK exception emulation test

[PATCH] arm64: smp: Fix IPI teardown for GICv5 flow
 2026-07-31 12:26 UTC 

[PATCH net v2] net: stmmac: resume PHY before hardware setup when opening the interface
 2026-07-31 10:18 UTC  (3+ messages)

[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
 2026-07-31 10:59 UTC  (3+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy

[PATCH 0/8] MMC pinmux configuration fixes
 2026-07-31 10:56 UTC  (2+ messages)

[PATCH v5 1/3] can: rockchip_canfd: prevent TX stall on echo skb failure
 2026-07-31 10:39 UTC  (3+ messages)
` [PATCH v5 2/3] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH v5 3/3] can: rockchip_canfd: serialize TX state and command writes

[PATCH v5 0/3] can: rockchip_canfd: fix TX stalls and races
 2026-07-31 10:39 UTC 

[PATCH v4 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-07-31 10:32 UTC  (2+ messages)

[PATCH v1 0/7] Add HPD support for Rockchip Analogix DP
 2026-07-31 10:30 UTC  (4+ messages)

[PATCH v2 0/3] regulator: handle regulator late cleanup race with PM suspend
 2026-07-31 10:21 UTC  (2+ messages)
` [PATCH v2 3/3] arm64: dts: imx8mq-evk: add regulator-off-in-suspend for VGEN1/VGEN6


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