Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-11 21:19:06 to 2026-05-12 09:57:14 UTC [more...]

[PATCH v4 00/10] Add eDP support for RK3576
 2026-05-12  9:56 UTC  (3+ messages)
` [PATCH v4 02/10] dt-bindings: display: rockchip: analogix-dp: Add per-clock descriptions
` [PATCH v4 03/10] arm64: dts: rockchip: Add missing hclk for RK3588 eDP0

[PATCH net-next v4 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-12  9:56 UTC  (3+ messages)

[PATCH v3 00/20] drm/atomic: Rework initial state allocation
 2026-05-12  9:55 UTC  (4+ messages)
` [PATCH v3 10/20] drm/plane: Add new atomic_create_state callback

[PATCH v3 1/3] usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecase
 2026-05-12  9:53 UTC  (6+ messages)
` [PATCH v3 3/3] usb: dwc3: imx8mp: disable auto suspend for host role

cleanup the RAID6 P/Q library v2
 2026-05-12  9:50 UTC  (21+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment

[PATCH 0/4] remoteproc: cleanup shared carveout and resource-table helpers
 2026-05-12  9:44 UTC  (10+ messages)
` [PATCH 1/4] remoteproc: add common wc-ioremap carveout callbacks
` [PATCH 2/4] remoteproc: switch exact-match drivers to wc-ioremap callbacks
` [PATCH 3/4] remoteproc: add helper for optional ELF resource tables
` [PATCH 4/4] remoteproc: switch drivers to optional resource-table helper

[PATCH v3 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-05-12  9:43 UTC  (7+ messages)
` [PATCH v3 1/5] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v3 2/5] arm_mpam: resctrl: Pre-allocate assignable monitors

[PATCH net-next 0/2] Add ICSSG firmware stats related to HSR
 2026-05-12  9:40 UTC  (5+ messages)
` [PATCH net-next 1/2] net: ti: icssg: Derive stats array lengths from ARRAY_SIZE
` [PATCH net-next 2/2] net: ti: icssg: Add HSR and LRE PA statistics

[PATCH 2/3] [v5 net-next] p54spi: convert to devicetree
 2026-05-12  9:40 UTC  (4+ messages)

[PATCH v5] media: verisilicon: Create AV1 helper library
 2026-05-12  7:59 UTC 

[PATCH v4 0/2] Add support for mt8167 display blocks
 2026-05-12  9:26 UTC  (3+ messages)
` [PATCH v4 2/2] drm/mediatek: dsi: Add compatible for mt8167-dsi

[PATCH] arm64: dts: rockchip: fix emmc reset polarity on px30-cobra
 2026-05-12  9:22 UTC 

[PATCH v2] drm/bridge: imx93-mipi-dsi: Fix mode validation
 2026-05-12  9:18 UTC 

[PATCH 1/2] dt-bindings: pinctrl: mediatek: mt8188: allow gpio hogs
 2026-05-12  9:10 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: mediatek: mt8188-geralt: enable Wi-Fi card

[PATCH 0/2] drm/verisilicon: add Nuvoton MA35D1 DCUltra Lite support
 2026-05-12  9:10 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: display: verisilicon,dc: generalize for DCUltra Lite variant
` [PATCH 2/2] drm/verisilicon: add support for Nuvoton MA35D1 DCUltra Lite display controller

[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-12  9:04 UTC  (14+ messages)
` [PATCH v4 01/13] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v4 02/13] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 05/13] dma-mapping: make dma_pgprot() "
` [PATCH v4 06/13] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v4 08/13] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v4 09/13] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v4 10/13] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v4 11/13] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v4 12/13] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds

[PATCH 0/4] drm/mediatek: fix sparse warnings
 2026-05-12  9:06 UTC  (9+ messages)
` [PATCH 1/4] drm/mediatek: mtk_hdmi_ddc_v2: Fix non-static global variable
` [PATCH 2/4] drm/mediatek: mtk_hdmi_v2: "
` [PATCH 3/4] drm/mediatek: mtk_cec: "
` [PATCH 4/4] drm/mediatek: mtk_hdmi_ddc: "

[PATCH] clk: imx: Add audio PLL debugfs for K-divider control
 2026-05-12  9:08 UTC 

[RFC v1 PATCH 0/11] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-05-12  9:02 UTC  (2+ messages)

[PATCH v2 0/8] Add support for Video, Camera, Graphics clock controllers on Eliza
 2026-05-12  9:01 UTC  (10+ messages)
` [PATCH v2 3/8] dt-bindings: clock: qcom: Add support for CAMCC for Eliza
` [PATCH v2 8/8] arm64: dts: qcom: eliza: Add support for MM clock controllers

[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-05-12  8:55 UTC  (7+ messages)
` [PATCH v5 8/8] unwind: arm64: Use sframe to unwind interrupt frames

[PATCH v2 00/16] add AUXADC, EFUSE and thermal drivers for the MediaTek mt6323 PMIC
 2026-05-12  8:55 UTC  (22+ messages)
` [PATCH v2 01/16] dt-bindings: iio: adc: mt6359: generalize description for mt63xx series
` [PATCH v2 02/16] dt-bindings: iio: adc: mt6359: add mt6323 PMIC AUXADC
` [PATCH v2 03/16] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC EFUSE
` [PATCH v2 04/16] dt-bindings: mfd: mediatek: mt6397: add mt6323 PMIC thermal
` [PATCH v2 05/16] iio: adc: mediatek: add mt6323 PMIC AUXADC driver
` [PATCH v2 06/16] nvmem: add mt6323 PMIC EFUSE driver
` [PATCH v2 07/16] thermal: mediatek: add PMIC thermal support
` [PATCH v2 08/16] mfd: mt6397-core: add mt6323 AUXADC support
` [PATCH v2 09/16] mfd: mt6397-core: add mt6323 EFUSE support
` [PATCH v2 10/16] mfd: mt6397-core: add mt6323 thermal support
` [PATCH v2 11/16] ARM: dts: mediatek: mt6323: add AUXADC support
` [PATCH v2 12/16] ARM: dts: mediatek: mt6323: add EFUSE support
` [PATCH v2 13/16] ARM: dts: mediatek: mt6323: add thermal support
` [PATCH v2 14/16] MAINTAINERS: add MediaTek mt6323 PMIC AUXADC driver maintainer
` [PATCH v2 15/16] MAINTAINERS: add MediaTek mt6323 PMIC EFUSE "
` [PATCH v2 16/16] MAINTAINERS: add MediaTek mt6323 PMIC thermal "

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-05-12  8:55 UTC  (8+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()

[PATCH v3 0/6] regulator: mt6359: cleanup and add supplies
 2026-05-12  8:53 UTC  (6+ messages)
` [PATCH v3 1/6] mfd: dt-bindings: mt6397: Add regulator supplies
` [PATCH v3 2/6] regulator: dt-bindings: mt6359: Drop regulator-name pattern restrictions
` [PATCH v3 3/6] regulator: dt-bindings: mt6359: Deprecate bogus vcn33_[12]_* split regulators
` [PATCH v3 5/6] regulator: mt6359: Add regulator supply names
` [PATCH v3 6/6] regulator: mt6359: Add proper ldo_vcn33_[12] regulators

[PATCH 0/7] soc: aspeed: Add AST2600 eSPI controller support
 2026-05-12  8:45 UTC  (13+ messages)

[PATCH v4 00/15] SCMI Clock rates discovery rework
 2026-05-12  8:43 UTC  (3+ messages)
` [PATCH v4 03/15] clk: scmi: Use new determine_rate clock operation

[PATCH] ARM: OMAP2+: Make OMAP4 finish_suspend callback CFI-safe
 2026-05-12  8:02 UTC  (3+ messages)

[PATCH v4] media: verisilicon: Create AV1 helper library
 2026-05-12  8:01 UTC  (3+ messages)

[PATCH 0/4] ARM: dts: DTB_CHECK warning cleanup
 2026-05-12  7:52 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: imx6qdl-sabrelite: add mdio phy address 0

[PATCH 00/16] arm64: Use EL2 virtual timer when running VHE
 2026-05-12  7:47 UTC  (3+ messages)
` [PATCH 07/16] arm64: dts: exynos: Add EL2 virtual timer interrupt

[PATCH v1 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
 2026-05-12  7:41 UTC  (4+ messages)
` [PATCH v1 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95
` [PATCH v1 2/2] PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95

[PATCH v3 0/3] i2c: ma35d1: Add support for MA35D1 I2C controller
 2026-05-12  7:39 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: i2c: nuvoton,ma35d1-i2c: Add "
` [PATCH v3 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support
` [PATCH v3 3/3] arm64: dts: nuvoton: Add I2C nodes for MA35D1 SoC

[LINUX PATCH] serial: xilinx_uartps: fix runtime PM race during probe
 2026-05-12  7:38 UTC  (2+ messages)

[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
 2026-05-12  7:28 UTC  (5+ messages)
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory

[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-05-12  7:22 UTC  (20+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v3 0/7] PCI: Add common helper for 100 ms delay after link training
 2026-05-12  7:14 UTC  (9+ messages)
` [PATCH v3 1/7] PCI: Add pci_host_common_link_train_delay() helper
` [PATCH v3 4/7] PCI: dwc: Use common "

[PATCH 0/8] ras: aest: extend AEST support to Device Tree frontend
 2026-05-12  6:51 UTC  (6+ messages)
` [PATCH 4/8] ras: aest: Add panic_on_ue module parameter

[PATCH] dt-bindings: arm-smmu: qcom: Add compatible for IPQ9650 SoC
 2026-05-12  6:47 UTC 

[PATCH RESEND] clocksource: move NXP timer selection to drivers/clocksource
 2026-05-12  6:45 UTC 

[PATCH v4 0/3] gpio: Add EIO GPIO support
 2026-05-12  6:08 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: gpio: zynq: Sort compatible strings alphabetically
` [PATCH v4 2/3] dt-bindings: gpio: Add EIO GPIO compatible to gpio-zynq
` [PATCH v4 3/3] gpio: zynq: Add eio gpio support

[PATCH v6 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-12  6:00 UTC  (3+ messages)
` [PATCH v6 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH v1] perf record: Refactor ARM64 leaf caller setup out of arch
 2026-05-12  5:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net-next v7 0/4] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-05-12  5:39 UTC  (7+ messages)
` [PATCH net-next v7 2/4] net: stmmac: eic7700: enable clocks before syscon access and correct "
    `  "
          `  "

[PATCH v3 0/7] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-05-12  3:33 UTC  (8+ messages)
` [PATCH v3 1/7] gpio: Replace "default y" with "default ARCH_REALTEK" in Kconfig
` [PATCH v3 2/7] gpio: regmap: add gpio_regmap_get_gpiochip() accessor
` [PATCH v3 3/7] gpio: regmap: Add gpio_regmap_operation and write-enable support
` [PATCH v3 4/7] gpio: regmap: Add set_config callback
` [PATCH v3 5/7] dt-bindings: gpio: realtek: Add realtek,rtd1625-gpio
` [PATCH v3 6/7] gpio: realtek: Add driver for Realtek DHC RTD1625 SoC
` [PATCH v3 7/7] arm64: dts: realtek: Add GPIO support for RTD1625

[PATCH net-next v3 0/6] Introduce Airoha AN8801R series Gigabit Ethernet PHY driver
 2026-05-12  4:33 UTC  (7+ messages)
` [PATCH net-next v3 1/6] dt-bindings: net: Add support for Airoha AN8801/R GbE PHY
` [PATCH net-next v3 2/6] net: phy: Add Airoha phy library for shared code
` [PATCH net-next v3 3/6] net: phy: air_phy_lib: Factorize BuckPBus register accessors
` [PATCH net-next v3 4/6] net: phy: Rename Airoha common "
` [PATCH net-next v3 5/6] net: phy: Introduce Airoha AN8801/R Gigabit Ethernet PHY driver
` [PATCH net-next v3 6/6] net: phy: air_an8801: ensure maximum available speed link use

[PATCH 0/3] Add GPADC support for A523
 2026-05-12  3:56 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: iio: adc: Add GPADC for Allwinner A523

[PATCH 0/1] clk: nuvoton: ma35d1: fix PLL frequency calculation
 2026-05-12  3:49 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1] arm: dts: imx: Add watchdog support for early boot stages
 2026-05-12  3:01 UTC  (2+ messages)

[PATCH v3] dt-bindings: i2c: convert davinci i2c to dt-schema
 2026-05-12  3:00 UTC 

[syzbot] [arm?] WARNING in delayed_work_timer_fn (2)
 2026-05-12  2:53 UTC 

[PATCH v2] dt-bindings: i2c: convert davinci i2c to dt-schema
 2026-05-12  2:48 UTC 

[PATCH v7] drm/bridge: imx8qxp-pxl2dpi: avoid ERR_PTR with device_node cleanup
 2026-05-12  2:24 UTC  (2+ messages)

[PATCH v6 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-12  2:15 UTC  (4+ messages)
` [PATCH v6 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings

[PATCH PARTIAL-RESEND v12 0/5] Add support MT6316/6363/MT6373 PMICs regulators and MFD
 2026-05-12  2:04 UTC  (6+ messages)
` [PATCH v12 1/5] dt-bindings: regulator: Document MediaTek MT6373 PMIC Regulators
` [PATCH v12 2/5] regulator: Add support for MediaTek MT6373 SPMI "

[PATCH v4] coresight: fix missing error code when trace ID is invalid
 2026-05-12  1:56 UTC 

[PATCH] drivers: altera_edac: Guard SDRAM irq2 retrieval for Arria10 only
 2026-05-12  1:37 UTC  (3+ messages)

[PATCH 1/2] drm/rockchip: dsi: Add maximum per lane bit rate calculation
 2026-05-12  1:07 UTC  (2+ messages)

[PATCH v3] coresight: fix missing error code when trace ID is invalid
 2026-05-12  0:54 UTC  (5+ messages)

[PATCH v19 0/7] ring-buffer: Making persistent ring buffers robust
 2026-05-12  0:54 UTC  (6+ messages)

[PATCH 0/8] arm64: dts: qcom: Devicetree support for Kaanapali GPU
 2026-05-11 22:23 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: arm-smmu: Update the description for Kaanapali GPU SMMU
` [PATCH 2/8] dt-bindings: display/msm: gpu: Document Adreno 840
` [PATCH 3/8] arm64: dts: qcom: kaanapali: add the GPU SMMU node
` [PATCH 4/8] arm64: dts: qcom: kaanapali: Add qfprom node
` [PATCH 5/8] arm64: dts: qcom: Add GPU support for Kaanapali
` [PATCH 6/8] arm64: dts: qcom: kaanapali: Add GPU cooling
` [PATCH 7/8] arm64: dts: qcom: kaanapali-mtp: Enable GPU
` [PATCH 8/8] arm64: dts: qcom: kaanapali-qrd: "

[PATCH AUTOSEL 7.0-5.10] fbdev: ipu-v3: clean up kernel-doc warnings
 2026-05-11 22:19 UTC 

[PATCH] arm64: dts: allwinner: Cubie A5E: enable SPI flash
 2026-05-11 22:17 UTC 

[PATCH 1/1] dt-bindings: display: imx: add deprecated property 'port' and 'display-timings'
 2026-05-11 22:09 UTC 

[PATCH 2/3] perf/arm_cspmu: nvidia: handle empty resource list in PCIE-TGT init
 2026-05-11 22:09 UTC  (4+ messages)
` [PATCH 3/3] perf/arm_cspmu: nvidia: fix BDF calculation examples in PCIE PMU docs

[PATCH RFC v2 0/4] ZTE zx297520v3 clock bindings and driver
 2026-05-11 21:33 UTC  (4+ messages)
` [PATCH RFC v2 1/4] dt-bindings: clk: zte: Add zx297520v3 clock and reset bindings


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