public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 06:45:07 to 2026-02-27 15:33:52 UTC [more...]

[PATCH 00/11] SCMI Clock rates discovery rework
 2026-02-27 15:32 UTC  (7+ messages)
` [PATCH 01/11] firmware: arm_scmi: Add clock determine_rate operation
` [PATCH 02/11] clk: scmi: Use new determine_rate clock operation
` [PATCH 03/11] firmware: arm_scmi: Simplify clock rates exposed interface
` [PATCH 04/11] clk: scmi: Use new simplified per-clock rate properties
` [PATCH 05/11] firmware: arm_scmi: Drop unused clock rate interfaces
` [PATCH 06/11] firmware: arm_scmi: Make clock rates allocation dynamic

[PATCH v2 0/6] pinctrl: Add generic pinctrl for board-level mux chips
 2026-02-27 15:32 UTC  (9+ messages)
` [PATCH v2 2/6] dt-bindings: "
` [PATCH v2 3/6] pinctrl: add optional .release_mux() callback
` [PATCH v2 4/6] pinctrl: add generic board-level pinctrl driver using mux framework

[PATCH RESEND2 net-next 0/8] net: stmmac: qcom-ethqos: further serdes reorganisation
 2026-02-27 15:31 UTC  (3+ messages)
` [PATCH RESEND2 net-next 8/8] net: stmmac: qcom-ethqos: remove phy_set_mode_ext() after phy_power_on()

[PATCH net-next 0/9] net: stmmac: qcom-ethqos: further serdes reorganisation
 2026-02-27 15:30 UTC  (13+ messages)
` [PATCH net-next 4/8] phy: qcom-sgmii-eth: remove .set_speed() implementation
` [PATCH net-next 5/8] phy: qcom-sgmii-eth: use PHY interface mode for SerDes settings
` [PATCH net-next 6/8] phy: qcom-sgmii-eth: remove qcom_dwmac_sgmii_phy_interface()
` [PATCH net-next 7/8] phy: qcom-sgmii-eth: relax order of .power_on() vs .set_mode*()

[PATCH phy-next v2] phy: apple: apple: Use local variable for ioremap return value
 2026-02-27 15:29 UTC  (2+ messages)

[PATCH 1/3] phy: apple: atc: Make atcphy_dwc3_reset_ops variable static
 2026-02-27 15:29 UTC  (2+ messages)

[PATCH v3 0/6] Add support for mt8167 display blocks
 2026-02-27 15:29 UTC  (2+ messages)
` (subset) "

[PATCH 0/6] ARM: cleanup fault handling
 2026-02-27 15:19 UTC  (7+ messages)
` [PATCH 1/6] ARM: ensure interrupts are enabled in __do_user_fault()
` [PATCH 2/6] ARM: move vmalloc() lazy-page table population
` [PATCH 3/6] ARM: move is_permission_fault() and is_translation_fault() to fault.h
` [PATCH 4/6] ARM: use BIT() and GENMASK() for fault status register fields
` [PATCH 5/6] ARM: move FSR fault status definitions before fsr_fs()
` [PATCH 6/6] ARM: provide individual is_translation_fault() and is_permission_fault()

[PATCH v1] media: aspeed: Fix driver probe failure
 2026-02-27 15:18 UTC  (3+ messages)

[PATCH v15 0/8] support FEAT_LSUI
 2026-02-27 15:17 UTC  (9+ messages)
` [PATCH v15 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v15 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v15 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v15 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v15 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor
` [PATCH v15 8/8] arm64: Kconfig: add support for LSUI

[PATCH v2 2/2] ARM: dts: aspeed: add 'resets' to video node
 2026-02-27 15:13 UTC 

[PATCH v4 0/5] dt-bindings: Microchip/Atmel AT91/SAMA system peripherals: convert to YAML
 2026-02-27 15:14 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: arm: microchip,sama7g5-chipid : convert to DT schema
` [PATCH v4 2/5] dt-bindings: arm: atmel,at91sam9260-pit: "
` [PATCH v4 3/5] dt-bindings: arm: microchip,sam9x60-pit64b : "
` [PATCH v4 4/5] dt-bindings: arm: atmel,at91rm9200-st: "
` [PATCH v4 5/5] dt-bindings: arm: atmel,at91rm9200-sdramc: "

[PATCH 00/14] drm: Create drm_output_color_format enum
 2026-02-27 15:10 UTC  (9+ messages)
` [PATCH 01/14] drm/connector: Introduce "
` [PATCH 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace

[RFC PATCH 0/2] imx8mp-frdm: Enhance code readability
 2026-02-27 15:09 UTC  (6+ messages)
` [RFC PATCH 1/2] arm64: dts: imx8mp: Make MX8MP_I2C_DEFAULT independent on drive strength
` [RFC PATCH 2/2] arm64: dts: imx8mp-frdm: Use symbolic macros for IOMUXC_SW_PAD_CTL_PAD

[PATCH net-next v2 0/9] net: sparx5: clean up probe/remove init and deinit paths
 2026-02-27 14:56 UTC  (10+ messages)
` [PATCH net-next v2 1/9] net: sparx5: move netdev and notifier block registration to probe
` [PATCH net-next v2 2/9] net: sparx5: move VCAP initialization "
` [PATCH net-next v2 3/9] net: sparx5: move MAC table initialization and add deinit function
` [PATCH net-next v2 4/9] net: sparx5: move stats "
` [PATCH net-next v2 5/9] net: sparx5: move calendar initialization to probe
` [PATCH net-next v2 6/9] net: sparx5: move remaining init functions from start() to probe()
` [PATCH net-next v2 7/9] net: sparx5: move PTP IRQ handling out of sparx5_start()
` [PATCH net-next v2 8/9] net: sparx5: move FDMA/XTR initialization "
` [PATCH net-next v2 9/9] net: sparx5: replace sparx5_start() with sparx5_forwarding_init()

[PATCH v2 0/4] Add eMMC PHY support for Axiado AX3000 SoC
 2026-02-27 14:53 UTC  (3+ messages)
` [PATCH v2 2/4] phy: axiado: add Axiado eMMC PHY driver

[PATCH 1/2] arm_mpam: Force __iomem casts
 2026-02-27 14:51 UTC  (3+ messages)

[BOOTWRAPPER PATCH 0/2] Support GICv5
 2026-02-27 14:47 UTC  (7+ messages)
` [BOOTWRAPPER PATCH 1/2] Introduce --with-gic option
` [BOOTWRAPPER PATCH 2/2] Add support for GICv5

[PATCH 00/13] clk: add new flag CLK_ROUNDING_FW_MANAGED
 2026-02-27 14:44 UTC  (6+ messages)
` [PATCH 01/13] "

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-02-27 14:10 UTC  (5+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v2 00/14] drm: Create drm_output_color_format enum
 2026-02-27 13:59 UTC  (15+ messages)
` [PATCH v2 01/14] drm/connector: Introduce "
` [PATCH v2 02/14] drm/edid: Convert to "
` [PATCH v2 03/14] drm/display: hdmi: Convert to drm_output_color_format
` [PATCH v2 04/14] drm/amdgpu: display: "
` [PATCH v2 05/14] drm/bridge: adv7511: "
` [PATCH v2 06/14] drm/bridge: analogix: "
` [PATCH v2 07/14] drm/bridge: cadence: "
` [PATCH v2 08/14] drm/bridge: synopsys: dw-dp: "
` [PATCH v2 09/14] drm/bridge: synopsys: dw-hdmi: "
` [PATCH v2 10/14] drm/arm: komeda: "
` [PATCH v2 11/14] drm/mediatek: dp: "
` [PATCH v2 12/14] drm/rockchip: analogix: "
` [PATCH v2 13/14] drm/connector: Remove DRM_COLOR_FORMAT defines
` [PATCH v2 14/14] drm/display: hdmi: Use drm_output_color_format instead of hdmi_colorspace

[PATCH v4 0/3] arm64: dts: rockchip: Fix vdec register blocks order on RK3576/RK3588
 2026-02-27 13:03 UTC  (13+ messages)
` [PATCH v4 1/3] media: dt-bindings: rockchip,vdec: Add alternative reg-names order for RK35{76,88}

[PATCH 0/3] Arm SMMU errata updates
 2026-02-27 12:45 UTC  (2+ messages)

[PATCH v7 0/5] Support multi-channel IRQs in stmmac platform drivers
 2026-02-27 12:27 UTC  (4+ messages)
` [PATCH v7 2/5] net: stmmac: platform: read channels irq

[PATCH] ACPI: APEI: Handle repeated SEA error interrupts storm scenarios
 2026-02-27 12:12 UTC  (4+ messages)

[PATCH v2 0/8] coresight: cti: Miscellaneous fixes and CPU PM cleanup
 2026-02-27 11:34 UTC  (3+ messages)
` [PATCH v2 8/8] coresight: cti: Properly handle negative offsets in cti_reg32_{show|store}()

[PATCH] arm64: Kconfig: provide a top-level switch for Microchip platforms
 2026-02-27 11:17 UTC  (11+ messages)

[PATCH 2/3] dt-bindings: arm: sunxi: Add TaiqiCat (TQC) A01
 2026-02-27 10:40 UTC  (3+ messages)

[PATCH net-next 00/14] net: stmmac: further cleanups
 2026-02-27  9:54 UTC  (15+ messages)
` [PATCH net-next 01/14] net: stmmac: clean up formatting in stmmac_mac_finish()
` [PATCH net-next 02/14] net: stmmac: remove plat_dat->port_node
` [PATCH net-next 03/14] net: stmmac: remove .get_tx_owner()
` [PATCH net-next 04/14] net: stmmac: remove .get_tx_ls()
` [PATCH net-next 05/14] net: stmmac: remove .get_tx_len()
` [PATCH net-next 06/14] net: stmmac: remove dwmac4 DMA_CHAN_INTR_DEFAULT_[TR]X*
` [PATCH net-next 07/14] net: stmmac: remove dwmac410_(enable|disable)_dma_irq
` [PATCH net-next 08/14] net: stmmac: remove mac->xlgmac
` [PATCH net-next 09/14] net: stmmac: make extend_desc boolean
` [PATCH net-next 10/14] net: stmmac: make chain_mode a boolean
` [PATCH net-next 11/14] net: stmmac: make dma_cfg mixed/fixed burst boolean
` [PATCH net-next 12/14] net: stmmac: move initialisation of dma_cfg->atds
` [PATCH net-next 13/14] net: stmmac: simplify atds initialisation
` [PATCH net-next 14/14] net: stmmac: move DMA configuration validation to driver probe

[PATCH 0/7] vDSO: Respect COMPAT_32BIT_TIME
 2026-02-27 10:17 UTC  (16+ messages)
` [PATCH 1/7] x86/vdso: "
` [PATCH 2/7] ARM: VDSO: "
` [PATCH 3/7] arm64: vdso32: "
` [PATCH 4/7] powerpc/vdso: "
` [PATCH 5/7] MIPS: VDSO: Drop kconfig MIPS_CLOCK_VSYSCALL
` [PATCH 6/7] MIPS: VDSO: Respect COMPAT_32BIT_TIME
` [PATCH 7/7] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH v3 0/3] Enable CTCU and ETR devices for multiple QCOM platforms
 2026-02-27 10:10 UTC  (5+ messages)
` [PATCH v3 1/3] dt-binding: document QCOM platforms for CTCU device

[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
 2026-02-27 10:05 UTC  (7+ messages)

[PATCH v2 0/2] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-02-27  9:52 UTC  (4+ messages)
  `  "

[PATCH v2 0/6] support batched checking of the young flag for MGLRU
 2026-02-27  9:44 UTC  (7+ messages)
` [PATCH v2 1/6] mm: use inline helper functions instead of ugly macros
` [PATCH v2 2/6] mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_notify()
` [PATCH v2 3/6] mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()
` [PATCH v2 4/6] mm: add a batched helper to clear the young flag for large folios
` [PATCH v2 5/6] mm: support batched checking of the young flag for MGLRU
` [PATCH v2 6/6] arm64: mm: implement the architecture-specific test_and_clear_young_ptes()

[PATCH v2 0/2] ARM: dts: Add CPU clock and OPP table for i.MX7ULP
 2026-02-27  9:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: fsl: imx7ulp-smc1: Add #clock-cells property

[PATCH v3 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2026-02-27  9:34 UTC  (7+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH 0/9] accel: New driver for NXP's Neutron NPU
 2026-02-27  9:04 UTC  (6+ messages)
` [PATCH 3/9] dt-bindings: npu: Add bindings for NXP Neutron

[PATCH v2] arm64: dts: exynos: gs101: Enable AVS APDO
 2026-02-27  8:39 UTC 

[PATCH v14 0/8] support FEAT_LSUI
 2026-02-27  8:31 UTC  (6+ messages)
` [PATCH v14 7/8] KVM: arm64: use CASLT instruction for swapping guest descriptor

[PATCH 0/3] watchdog: at91/sama5d4: header cleanup and driver refactor
 2026-02-27  8:05 UTC  (7+ messages)
` [PATCH 1/3] watchdog: at91sam9_wdt.h: Cleanup the header file
` [PATCH 2/3] watchdog: sama5d4_wdt: Refactor the driver
` [PATCH 3/3] watchdog: at91sam9_wdt: Rename AT91_WDT_WDDIS to AT91_WDT_WDDIS_LEGACY

[PATCH net-next v4 0/3] riscv: spacemit: Add ethernet support for K3
 2026-02-27  8:01 UTC  (3+ messages)

[PATCH net-next v5 0/3] riscv: spacemit: Add ethernet support for K3
 2026-02-27  7:57 UTC  (4+ messages)
` [PATCH net-next v5 1/3] dt-bindings: net: Add support for Spacemit K3 dwmac
` [PATCH net-next v5 2/3] net: stmmac: platform: Add snps,dwmac-5.40a IP compatible string
` [PATCH net-next v5 3/3] net: stmmac: Add glue layer for Spacemit K3 SoC

✅ PASS: Test report for for-kernelci (7.0.0-rc1, upstream-arm-next, e243a5a9)
 2026-02-27  7:43 UTC 

[PATCH] drm/bridge: imx93-mipi-dsi: Fix mode validation
 2026-02-27  7:36 UTC 

[RESEND PATCH] arm64: defconfig: Enable DP83TG720 PHY driver
 2026-02-27  7:29 UTC  (6+ messages)

[PATCH] arm64: dts: hisilicon: hi3798cv200: Add missing dma-ranges
 2026-02-27  7:22 UTC 

[PATCH] arm64: dts: hisilicon: poplar: Correct PCIe reset GPIO polarity
 2026-02-27  7:19 UTC 

[PATCH v25 0/4] Add ASPEED AST2600 I2C controller driver
 2026-02-27  7:10 UTC  (3+ messages)
` [PATCH v25 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML

[PATCH v1] arm64: dts: exynos: gs101: Enable AVS APDO
 2026-02-27  6:51 UTC  (4+ messages)

[PATCH v2 00/15] vDSO: header file cleanups
 2026-02-27  6:44 UTC  (7+ messages)
` [PATCH v2 09/15] random: vDSO: add explicit includes
` [PATCH v2 11/15] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v2 12/15] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v2 13/15] vdso/datapage: Trim down unnecessary includes
` [PATCH v2 14/15] random: vDSO: trim vDSO includes
` [PATCH v2 15/15] random: vDSO: remove ifdeffery


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