public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 13:26:00 to 2026-04-21 02:43:21 UTC [more...]

[PATCH 6.6.y] wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure
 2026-04-21  2:43 UTC 

[PATCH 6.12.y] wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure
 2026-04-21  2:42 UTC 

[PATCH V3] dmaengine: imx-sdma: Fix SPBA bus detection on multi-SPBA platforms
 2026-04-21  2:37 UTC  (2+ messages)

[PATCH] serial: fsl_lpuart: fix rx buffer and DMA map leaks in start_rx_dma
 2026-04-21  2:33 UTC  (2+ messages)

[PATCH] arm64: KVM: Initialize vGIC before preempt-disabled section in kvm_reset_vcpu()
 2026-04-21  1:48 UTC  (3+ messages)

[RFC PATCH v5 0/9] Add support for Wave6 video codec driver
 2026-04-21  1:45 UTC  (4+ messages)
` [RFC PATCH v5 1/9] media: v4l2-common: Add YUV24 format info

[PATCH v3 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-04-21  1:29 UTC  (6+ messages)
` [PATCH v3 7/8] sframe: Introduce in-kernel SFRAME_VALIDATION

[GIT PULL] arm64 updates for 7.1-rc1 (second round)
 2026-04-21  0:31 UTC  (2+ messages)

[PATCH v3 0/6] soc: mediatek: Add devapc support
 2026-04-21  0:14 UTC  (3+ messages)
` [PATCH v3 3/6] soc: mediatek: mtk-devapc: Add support for MT8189 DEVAPC

[PATCH v3 0/3] pmdomain: core: add support for domain hierarchies in DT
 2026-04-20 23:51 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: power: Add power-domains-child-ids property
` [PATCH v3 2/3] pmdomain: core: add support for power-domains-child-ids
` [PATCH v3 3/3] pmdomain: arm_scmi: add support for domain hierarchies

[PATCH v3 0/6] drm: handle IRQ_HPD events correctly
 2026-04-20 23:33 UTC  (7+ messages)
` [PATCH v3 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()
` [PATCH v3 2/6] drm/bridge: pass down IRQ_HPD to the drivers
` [PATCH v3 3/6] drm/bridge: aux-hpd: let drivers pass IRQ_HPD events
` [PATCH v3 4/6] drm/msm: dp: handle the IRQ_HPD events reported by USB-C
` [PATCH v3 5/6] soc: qcom: pmic-glink-altmode: pass down HPD_IRQ events
` [PATCH v3 6/6] usb: typec: ucsi: huawei-gaokun: "

[PATCH] phy: apple: atc: Fix typec switch/mux leak and UAF on unbind
 2026-04-20 23:10 UTC 

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-20 22:12 UTC  (5+ messages)
` [PATCH v11 12/14] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[PATCH v2 0/3] pmdomain: core: add support for domain hierarchies in DT
 2026-04-20 22:13 UTC  (4+ messages)
` [PATCH v2 2/3] pmdomain: core: add support for power-domains-child-ids

[PATCH net v2] net: airoha: Fix possible TX queue stall in airoha_qdma_tx_napi_poll()
 2026-04-20 21:59 UTC  (2+ messages)

[PATCH v5 0/9] Add support for MT6392 PMIC
 2026-04-20 21:30 UTC  (10+ messages)
` [PATCH v5 1/9] dt-bindings: mfd: mt6397: Add "
` [PATCH v5 2/9] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v5 3/9] regulator: dt-bindings: Add MediaTek MT6392 PMIC
` [PATCH v5 4/9] dt-bindings: pinctrl: mediatek,mt65xx: Add MT6392 pinctrl
` [PATCH v5 5/9] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v5 6/9] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v5 7/9] regulator: Add MediaTek MT6392 regulator
` [PATCH v5 8/9] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v5 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi

[PATCH] ASoC: dt-bindings: mediatek: Convert mtk-btcvsd-snd to DT Schema
 2026-04-20 21:22 UTC  (2+ messages)

[PATCH v3 0/8] Add support for ZTE zx297520v3
 2026-04-20 21:21 UTC  (4+ messages)
` [PATCH v3 6/8] ARM: zte: Bring back zx29 UART support

[PATCH v3 00/19] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 21:20 UTC  (18+ messages)
` [PATCH v3 01/19] KVM: selftests: Use gva_t instead of vm_vaddr_t
` [PATCH v3 02/19] KVM: selftests: Use gpa_t instead of vm_paddr_t
` [PATCH v3 03/19] KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
` [PATCH v3 05/19] KVM: selftests: Use s64 instead of int64_t
` [PATCH v3 07/19] KVM: selftests: Use s32 instead of int32_t
` [PATCH v3 08/19] KVM: selftests: Use u16 instead of uint16_t
` [PATCH v3 09/19] KVM: selftests: Use s16 instead of int16_t
` [PATCH v3 10/19] KVM: selftests: Use u8 instead of uint8_t
` [PATCH v3 11/19] KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
` [PATCH v3 12/19] KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
` [PATCH v3 13/19] KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
` [PATCH v3 14/19] KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
` [PATCH v3 15/19] KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
` [PATCH v3 16/19] KVM: selftests: Replace "vaddr" with "gva" throughout
` [PATCH v3 17/19] KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
` [PATCH v3 18/19] KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
` [PATCH v3 19/19] KVM: selftests: Replace "paddr" with "gpa" throughout

[PATCH] mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_free
 2026-04-20 21:16 UTC 

[PATCH v2] ARM: dts: stm32: add board pin documentation stm32mp135f-dk
 2026-04-20 20:46 UTC 

[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
 2026-04-20 20:43 UTC  (5+ messages)
` [PATCH v2 01/10] KVM: selftests: Use gva_t instead of vm_vaddr_t
  ` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t

[PATCH] ASoC: mchp-spdifrx: Replace manual bitfield manipulations with macros and typo correction
 2026-04-20 20:32 UTC 

[PATCH v2 1/3] MAINTAINERS: Move Peter De Schrijver to CREDITS
 2026-04-20 20:27 UTC  (3+ messages)

[GIT PULL] amlogic ARM64 DT updates for v7.1
 2026-04-20 19:41 UTC  (8+ messages)

[PATCH v6 00/30] pkeys-based page table hardening
 2026-04-20 18:49 UTC  (7+ messages)
` [PATCH v6 01/30] mm: Introduce kpkeys

[PATCH 0/7] arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD SoC and Geist board
 2026-04-20 18:38 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: display: renesas,du: Document Renesas R-Car R8A779MD M3Le
` [PATCH 3/7] dt-bindings: clock: cs2000-cp: document CS2500
` [PATCH 4/7] dt-bindings: soc: renesas: Document Renesas R-Car R8A779MD Geist

[PATCH v2 0/9] ASoC: mediatek: mt2701: HDMI audio support
 2026-04-20 18:08 UTC  (3+ messages)
` [PATCH v2 5/9] ASoC: mediatek: mt2701: add HDMI audio memif, FE and BE DAIs

[PATCH v3 00/10] thermal: samsung: Add support for Google GS101 TMU
 2026-04-20 17:39 UTC  (11+ messages)
` [PATCH v3 01/10] dt-bindings: thermal: Add "
` [PATCH v3 02/10] firmware: samsung: acpm: Consolidate transfer initialization helper
` [PATCH v3 03/10] firmware: samsung: acpm: Drop redundant _ops suffix in acpm_ops members
` [PATCH v3 04/10] firmware: samsung: acpm: Make acpm_ops const and access via pointer
` [PATCH v3 05/10] firmware: samsung: acpm: Add TMU protocol support
` [PATCH v3 06/10] firmware: samsung: acpm: Add devm_acpm_get_by_phandle helper
` [PATCH v3 07/10] thermal: samsung: Add Exynos ACPM TMU driver GS101
` [PATCH v3 08/10] MAINTAINERS: Add entry for Samsung Exynos ACPM thermal driver
` [PATCH v3 09/10] arm64: dts: exynos: gs101: Add thermal management unit
` [PATCH v3 10/10] arm64: defconfig: enable Exynos ACPM thermal support

[PATCH v3 1/2] dt-bindings: rng: mtk-rng: add SMC-based TRNG variants
 2026-04-20 17:24 UTC  (6+ messages)

[PATCH v5 0/4] input: add GPIO-based charlieplex keypad
 2026-04-20 17:19 UTC  (6+ messages)
` [PATCH v5 4/4] Input: charlieplex_keypad: add GPIO "

[RFC PATCH 0/4] fix FF-A call failed with pKVM when ff-a driver is built-in
 2026-04-20 17:04 UTC  (20+ messages)
` [RFC PATCH 4/4] firmware: arm_ffa: check pkvm initailised when initailise ffa driver

[PATCH v2] phy: exynos5-usbdrd: fix USB 2.0 HS PHY tuning values for Exynos7870
 2026-04-20 16:51 UTC  (2+ messages)

[PATCH] spi: sun6i: Set SPI mode in prepare_message
 2026-04-20 16:46 UTC 

[PATCH v6 0/3] s32g: Use a syscon for GPR
 2026-04-20 16:45 UTC  (5+ messages)
` [PATCH v6 3/3] dts: s32g: Add GPR syscon region

[PATCH v4 1/3] dt-bindings: rng: mtk-rng: fix style problems in example
 2026-04-20 16:35 UTC  (3+ messages)
` [PATCH v4 2/3] dt-bindings: rng: mtk-rng: add SMC-based TRNG variants
` [PATCH v4 3/3] hwrng: mtk - add support for hw access via SMCC

[PATCH v7 0/3] pinctrl: aspeed: Add AST2700 SoC0 support
 2026-04-20 16:25 UTC  (7+ messages)
` [PATCH v7 1/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc0-pinctrl

[PATCH v2 0/3] Add RP1 PWM controller support
 2026-04-20 16:27 UTC  (8+ messages)
` [PATCH v2 2/3] pwm: rp1: Add RP1 PWM controller driver

✅ PASS: Test report for for-kernelci (7.0.0-0, upstream-arm-next, e583f808)
 2026-04-20 16:23 UTC 

[PATCH v3 0/8] Add VIM4 MCU/FAN support
 2026-04-20 16:22 UTC  (3+ messages)
` [PATCH v3 1/8] dt-bindings: mfd: khadas: Add new compatible for Khadas VIM4 MCU

[PATCH v2 0/2] Add support for Amediatech X98Q (Amlogic S905W2)
 2026-04-20 16:11 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: add X98Q compatible

[PATCH RFC 0/4] arm64: rockchip: The hunt for exact pixel clocks on RK3576
 2026-04-20 16:02 UTC  (3+ messages)

[PATCH 00/40] arm64: dts: rockchip: Wire up frl-enable-gpios for RK3576/RK3588 boards
 2026-04-20 15:53 UTC  (8+ messages)
` [PATCH 05/40] arm64: dts: rockchip: Add frl-enable-gpios to rk3576-luckfox-core3576

[PATCH bpf-next 0/3] bpf, arm64: Support stack arguments
 2026-04-20 15:36 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next 2/3] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next 3/3] selftests/bpf: Enable stack argument tests for arm64

[PATCH v2 0/3] ARM: dts: aspeed: anacapa: restructure devicetree for development-phase
 2026-04-20 15:36 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: arm: aspeed: add Anacapa EVT1 EVT2 board

[PATCH v2 0/6] drm: handle IRQ_HPD events correctly
 2026-04-20 15:31 UTC  (7+ messages)
` [PATCH v2 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()
` [PATCH v2 2/6] drm/bridge: pass down IRQ_HPD to the drivers
` [PATCH v2 3/6] drm/bridge: aux-hpd: let drivers pass IRQ_HPD events
` [PATCH v2 4/6] drm/msm: dp: handle the IRQ_HPD events reported by USB-C
` [PATCH v2 5/6] soc: qcom: pmic-glink-altmode: pass down HPD_IRQ events
` [PATCH v2 6/6] usb: typec: ucsi: huawei-gaokun: "

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-04-20 15:24 UTC  (13+ messages)
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL

[PATCH] arm64: dts: exynos850: Add syscon-poweroff node
 2026-04-20 15:20 UTC  (4+ messages)

[PATCH] ACPI: arm64: cpuidle: Tolerate platforms with no deep PSCI idle states
 2026-04-20 15:12 UTC  (2+ messages)

[PATCH RFC] arm64/irqflags: force inline of arch_local_irq_enable()
 2026-04-20 14:37 UTC  (5+ messages)

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-20 14:27 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers

[PATCH 0/4] Add hstimer support for H616 and T113-S3
 2026-04-20 14:14 UTC  (4+ messages)

[RESEND PATCH 0/3] arm_mpam: resctrl: Fixes for v7.1-rc1
 2026-04-20 14:15 UTC  (5+ messages)
` [RESEND PATCH 1/3] arm_mpam: resctrl: Fix MBA CDP alloc_capable handling on unmount
` [RESEND PATCH 2/3] arm_mpam: resctrl: Fix the check for no monitor components found
` [RESEND PATCH 3/3] arm_mpam: resctrl: Make resctrl_mon_ctx_waiters static

[GIT PULL] ARM: mvebu: dt64 for v7.1 (#1)
 2026-04-20 14:05 UTC  (3+ messages)

[PATCH net v4 0/2] net: airoha: Fix airoha_qdma_cleanup_tx_queue() processing
 2026-04-20 13:56 UTC  (2+ messages)

[PATCH v4 0/4] arm64: dts: amlogic: t7: Add UART support and enable Bluetooth on VIM4
 2026-04-20 13:54 UTC  (5+ messages)
` [PATCH v4 1/4] arm64: dts: amlogic: t7: Add uart_c pinctrl pins group
` [PATCH v4 2/4] arm64: dts: amlogic: t7: Add UART controllers nodes
` [PATCH v4 3/4] arm64: dts: amlogic: t7: khadas-vim4: Remove redundant clocks from UART A
` [PATCH v4 4/4] arm64: dts: amlogic: t7: khadas-vim4: Enable Bluetooth

[PATCH v5 0/6] Add Rockchip RK3576 PWM Support Through MFPWM
 2026-04-20 13:52 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: pwm: Add a new binding for rockchip,rk3576-pwm
` [PATCH v5 2/6] mfd: Add Rockchip mfpwm driver
` [PATCH v5 3/6] pwm: Add rockchip PWMv4 driver
` [PATCH v5 4/6] counter: Add rockchip-pwm-capture driver
` [PATCH v5 5/6] arm64: dts: rockchip: add PWM nodes to RK3576 SoC dtsi
` [PATCH v5 6/6] arm64: dts: rockchip: Add cooling fan to ROCK 4D

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-20 13:53 UTC  (7+ messages)
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH] arm64: dts: ti: k3-j722s: use ti,j7200-padconf compatible
 2026-04-20 13:51 UTC  (3+ messages)

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-20 13:48 UTC  (4+ messages)

[PATCH v4 0/5] Add Rockchip RK3576 PWM Support Through MFPWM
 2026-04-20 13:44 UTC  (7+ messages)
` [PATCH v4 1/5] dt-bindings: pwm: Add a new binding for rockchip,rk3576-pwm
` [PATCH v4 2/5] mfd: Add Rockchip mfpwm driver
` [PATCH v4 3/5] pwm: Add rockchip PWMv4 driver
` [PATCH v4 4/5] arm64: dts: rockchip: add PWM nodes to RK3576 SoC dtsi
` [PATCH v4 5/5] arm64: dts: rockchip: Add cooling fan to ROCK 4D

[PATCH 0/2] Improve gmac0 DT config for NanoPi R5S
 2026-04-20 13:35 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Replace deprecated snps,* props "

[PATCH AUTOSEL 6.18] ARM: dts: microchip: sam9x7: fix gpio-lines count for pioB
 2026-04-20 13:22 UTC  (25+ messages)
` [PATCH AUTOSEL 7.0-6.18] drm/imx: parallel-display: add DRM_DISPLAY_HELPER for DRM_IMX_PARALLEL_DISPLAY
` [PATCH AUTOSEL 7.0-6.1] ASoC: mxs-sgtl5000: disable MCLK on error paths of mxs_sgtl5000_probe()
` [PATCH AUTOSEL 7.0-6.12] Bluetooth: btmtk: add MT7902 MCU support
` [PATCH AUTOSEL 7.0-6.18] wifi: mt76: flush pending TX before channel switch
` [PATCH AUTOSEL 7.0-6.6] wifi: mt76: fix list corruption in mt76_wcid_cleanup
` [PATCH AUTOSEL 7.0-6.12] wifi: mt76: add missing lock protection in mt76_sta_state for sta_event callback
` [PATCH AUTOSEL 7.0-6.1] Bluetooth: btmtk: improve mt79xx firmware setup retry flow
` [PATCH AUTOSEL 7.0-6.18] wifi: mt76: mt7996: Disable Rx hdr_trans in monitor mode
` [PATCH AUTOSEL 7.0-6.12] drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOL
` [PATCH AUTOSEL 7.0-6.12] wifi: mt76: mt7925: Skip scan process during suspend
` [PATCH AUTOSEL 7.0-5.10] wifi: mt76: mt76x02: wake queues after reconfig
` [PATCH AUTOSEL 7.0-6.12] wifi: mt76: mt7925: resolve link after acquiring mt76 mutex
` [PATCH AUTOSEL 7.0-6.18] wifi: mt76: mt7996: fix queue pause after scan due to wrong channel switch reason
` [PATCH AUTOSEL 6.18] ASoC: stm32_sai: fix incorrect BCLK polarity for DSP_A/B, LEFT_J
` [PATCH AUTOSEL 7.0-6.12] net: ethernet: mtk_eth_soc: avoid writing to ESW registers on MT7628
` [PATCH AUTOSEL 6.18] media: rkvdec: reduce stack usage in rkvdec_init_v4l2_vp9_count_tbl()
` [PATCH AUTOSEL 6.18] soc: aspeed: socinfo: Mask table entries for accurate SoC ID matching
` [PATCH AUTOSEL 6.18] arm64: dts: imx93-9x9-qsb: change usdhc tuning step for eMMC and SD
` [PATCH AUTOSEL 7.0-6.6] wifi: mt76: mt7996: reset device after MCU message timeout
` [PATCH AUTOSEL 7.0] spi: stm32: fix rx DMA request error handling
` [PATCH AUTOSEL 7.0-5.10] drm/mediatek: mtk_dsi: enable hs clock during pre-enable
` [PATCH AUTOSEL 7.0-6.18] wifi: mt76: mt7996: fix frequency separation for station STR mode
` [PATCH AUTOSEL 6.18] arm64: dts: imx8mq: Set the correct gpu_ahb clock frequency
` [PATCH AUTOSEL 6.18] net: airoha: Fix memory leak in airoha_qdma_rx_process()

[PATCH v14 0/7] Provide support for Trigger Generation Unit
 2026-04-20 13:29 UTC  (5+ messages)
` [PATCH v14 2/7] qcom-tgu: Add TGU driver
` [PATCH v14 7/7] qcom-tgu: Add reset node to initialize


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