Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-20 08:48:18 to 2026-06-22 09:34:38 UTC [more...]

[PATCH v4 0/4] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-06-22  9:23 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: gpio: realtek: Add realtek,rtd1625-gpio
` [PATCH v4 2/4] gpio: Replace "default y" with "default ARCH_REALTEK" in Kconfig
` [PATCH v4 4/4] arm64: dts: realtek: Add GPIO support for RTD1625

[PATCH v7 0/7] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-22  9:23 UTC  (4+ messages)
` [PATCH v7 5/7] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH] mfd: db8500-prcmu: Fold dbx500 header into db8500
 2026-06-22  9:18 UTC  (2+ messages)

[PATCH RFC 0/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
 2026-06-22  9:16 UTC  (14+ messages)
` [PATCH RFC 1/3] cpu/hotplug: Introduce CONFIG_PARALLEL_SMT_PRIMARY_FIRST
` [PATCH RFC 3/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs

[PATCH] KVM: arm64: account pKVM reclaim against the VM mm
 2026-06-22  9:16 UTC  (3+ messages)

[PATCH v4 0/3] describe RTL8125 PCIe NICs on Rockchip boards (and add DT binding)
 2026-06-22  9:08 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: add Realtek RTL8125 PCIe Ethernet

[PATCH v4 0/2] imx8mq-evk and ov5640: Add overlay-based camera support with shared reset handling
 2026-06-22  9:05 UTC  (4+ messages)
` [PATCH v4 2/2] media: i2c: ov5640: Add reset controller support with GPIO fallback

[PATCH kvmtool v2 0/7] x86 compilation fixes and arm64 PMU improvements
 2026-06-22  9:04 UTC  (4+ messages)
` [PATCH kvmtool v2 7/7] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[PATCH v5 0/4] Add Cix Sky1 AUDSS clock and reset support
 2026-06-22  9:02 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: soc: cix: add sky1 audss cru controller
` [PATCH v5 2/4] clk: cix: add sky1 audss clock controller
` [PATCH v5 3/4] reset: cix: add sky1 audss auxiliary reset driver
` [PATCH v5 4/4] arm64: dts: cix: sky1: add audss cru

[RFC] arm64: early_ioremap fails to map ACPI MADT on 64K pages
 2026-06-22  8:55 UTC  (3+ messages)

[PATCH v5 0/8] media: add new API simple 1to1 subdev register and add imx parallel camera support
 2026-06-22  9:01 UTC  (9+ messages)
` [PATCH v5 3/8] media: synopsys: Use v4l2_subdev_get_frame_desc_passthrough()
` [PATCH v5 6/8] media: nxp: add V4L2 subdev driver for camera parallel interface (CPI)
` [PATCH v5 7/8] arm64: dts: imx8: add camera parallel interface (CPI) node
` [PATCH v5 8/8] arm64: dts: imx8qxp-mek: add parallel ov5640 camera support

[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
 2026-06-22  8:53 UTC  (15+ messages)
` [PATCH 1/2] tracing: Move non-trace_printk prototypes back to kernel.h
` [PATCH 2/2] tracing: Add CONFIG_TRACE_PRINTK_DEBUGGING to clean up kernel.h

[PATCH v2 0/8] KVM: arm64: Rework pKVM vCPU state synchronisation
 2026-06-22  8:49 UTC  (5+ messages)
` [PATCH v2 8/8] KVM: arm64: Implement lazy vCPU state sync for non-protected guests

[PATCH] drm/mxsfb/lcdif: don't hide lcdif_attach_bridge() deferral messages
 2026-06-22  8:13 UTC  (2+ messages)

[PATCH v7 00/22] Add Counter delegation ISA extension support
 2026-06-22  8:04 UTC  (23+ messages)
` [PATCH v7 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v7 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v7 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v7 04/22] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v7 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v7 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v7 07/22] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v7 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v7 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v7 10/22] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v7 11/22] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v7 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v7 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v7 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v7 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v7 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v7 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v7 18/22] RISC-V: perf: Add Qemu virt machine events
` [PATCH v7 19/22] tools/perf: Support event code for arch standard events
` [PATCH v7 20/22] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v7 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v7 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path

[PATCH net] net: ti: icssg-prueth: fix XDP_TX from the AF_XDP zero-copy RX path
 2026-06-22  8:05 UTC  (2+ messages)

[PATCH net-next v8 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
 2026-06-22  7:52 UTC  (6+ messages)
` [PATCH net-next v8 3/6] net: stmmac: eic7700: make RGMII delay properties optional
      `  "

[PATCH v3] drm/bridge: imx93-mipi-dsi: Fix mode validation
 2026-06-22  7:52 UTC  (3+ messages)

[PATCH v3 0/2] iio: adc: Add Axiado SARADC driver
 2026-06-22  7:47 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: add Axiado AX3000/AX3005 SARADC
` [PATCH v3 2/2] iio: adc: add Axiado SARADC driver

[PATCH] irqchip/gic-v3-its: Add Altera Agilex5 DMA workaround
 2026-06-22  7:46 UTC  (3+ messages)

[PATCH 0/7] soc: aspeed: Add AST2600 eSPI controller support
 2026-06-22  7:31 UTC  (15+ messages)

[PATCH RFC v2 0/4] Add support for DisplayPort link training information report
 2026-06-22  7:28 UTC  (5+ messages)
` [PATCH RFC v2 1/4] drm: Introduce DisplayPort connector helpers with link training state
` [PATCH RFC v2 2/4] drm/i915/display/dp: Adopt dp_connector helpers to expose "

[PATCH v9 0/9] Add support for MT6392 PMIC
 2026-06-22  7:23 UTC  (12+ messages)
` [PATCH v9 1/9] dt-bindings: mfd: mt6397: Add "
` [PATCH v9 2/9] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v9 3/9] regulator: dt-bindings: Add MediaTek MT6392 PMIC
` [PATCH v9 4/9] mfd: mt6397: Use MFD_CELL_* to describe sub-devices
` [PATCH v9 5/9] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v9 6/9] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v9 7/9] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v9 8/9] regulator: Add MediaTek MT6392 regulator
` [PATCH v9 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi

[RESEND PATCH v3] coresight: etm-perf: Fix reference count leak in etm_setup_aux
 2026-06-22  7:10 UTC 

[PATCH v2 0/4] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-06-22  6:55 UTC  (8+ messages)
` [PATCH v2 2/4] irqchip/gic-v3: Refactor GIC600 limited to 32bit PA erratum handling
` [PATCH v2 3/4] irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround

[PATCH v10 0/4] media: nxp: Add CSI Pixel Formatter support
 2026-06-22  6:50 UTC  (7+ messages)
` [PATCH v10 1/4] dt-bindings: clock: imx95-blk-ctl: Use single quotes consistently
` [PATCH v10 2/4] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v10 3/4] dt-bindings: clock: imx95-blk-ctl: Define formatter child node schema

[PATCH v6 00/21] Add Counter delegation ISA extension support
 2026-06-22  6:44 UTC  (7+ messages)
` [PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
` [PATCH v6 07/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events

[PATCH] cpufreq: apple-soc: Add missing OPP table cleanup on init failure
 2026-06-22  6:31 UTC 

[PATCH] arm64: dts: broadcom: bcm2712: Remove non-functional EL2 virtual timer
 2026-06-22  6:20 UTC  (5+ messages)

[PATCH 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-22  5:52 UTC  (9+ messages)
` [PATCH 1/8] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq

[PATCH] net: ixp4xx_hss: fix duplicate HDLC netdev allocation
 2026-06-22  4:30 UTC 

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-22  4:21 UTC  (3+ messages)

[PATCH v6 0/2] Enable audio support for J721S2 EVM
 2026-06-22  3:52 UTC  (3+ messages)
` [PATCH v6 2/2] arm64: dts: ti: Add audio overlay for k3-j721s2-evm

[PATCH v4 0/6] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-06-22  2:30 UTC  (11+ messages)
` [PATCH v4 1/6] dt-bindings: display: verisilicon,dc: generalize for single-output variants
  ` [PATCH v4 1/6] dt-bindings: display: verisilicon, dc: "
` [PATCH v4 4/6] drm/verisilicon: add DC8000 (DCUltraLite) display controller support

[PATCH v3 0/5] dmaengine: sun6i-dma: Add support for Allwinner A733 DMA controller
 2026-06-22  1:36 UTC  (6+ messages)
` [PATCH v3 1/5] dmaengine: sun6i-dma: Refactor to support A733 interrupt and register handling
` [PATCH v3 2/5] dmaengine: sun6i-dma: Add set_addr function pointer for variable address widths
` [PATCH v3 3/5] dmaengine: sun6i-dma: Add num_channels_per_reg for flexible interrupt mapping
` [PATCH v3 4/5] dt-bindings: dmaengine: sun50i-a64-dma: Add allwinner,sun60i-a733-dma compatible string
` [PATCH v3 5/5] dmaengine: sun6i-dma: Add support for Allwinner A733 DMA controller

[PATCH v2 0/3] ASoC: rockchip: Use guard() for spin locks
 2026-06-22  1:08 UTC  (6+ messages)

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-22  0:58 UTC  (9+ messages)

[PATCH] ASoC: rockchip: rockchip_sai: Hand over hclk control exclusively to Runtime PM
 2026-06-22  0:56 UTC 

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-06-22  0:15 UTC  (15+ messages)

[PATCH] crypto: mxs-dcp - fix source scatterlist length access
 2026-06-21 22:31 UTC  (2+ messages)

[PATCH v2 0/5] dmaengine: sun6i-dma: Add support for Allwinner A733 DMA controller
 2026-06-21 22:22 UTC  (11+ messages)
` [PATCH v2 1/5] dmaengine: sun6i-dma: Refactor to support A733 interrupt and register handling
` [PATCH v2 2/5] dmaengine: sun6i-dma: Add set_addr function pointer for variable address widths
` [PATCH v2 3/5] dmaengine: sun6i-dma: Add num_channels_per_reg for flexible interrupt mapping
` [PATCH v2 4/5] dt-bindings: dma: sun50i-a64-dma: Add allwinner,sun60i-a733-dma compatible string
` [PATCH v2 5/5] dmaengine: sun6i-dma: Implement support for Allwinner A733 DMA controller

[PATCH net v5] net: airoha: Fix skb->priority underflow in airoha_dev_select_queue()
 2026-06-21 22:20 UTC  (2+ messages)

[PATCH net] net: ethernet: mtk_ppe: Fix rhashtable leak in mtk_ppe_init error paths
 2026-06-21 21:40 UTC  (2+ messages)

[PATCH] pmdomain: bcm: bcm2835-power: Raise ASB poll timeout to 100us
 2026-06-21 20:13 UTC  (5+ messages)

[PATCH RFC v4 00/12] ZTE zx297520v3 clock bindings and driver
 2026-06-21 18:58 UTC  (5+ messages)
` [PATCH RFC v4 01/12] dt-bindings: clk: zte: Add zx297520v3 top clock and reset bindings

[PATCH] soc: dove: pmu: fix device_node refcount leaks in dove_init_pmu()
 2026-06-21 19:20 UTC  (2+ messages)

[PATCH v1] irqchip/gic-v3-its: Fix OF node reference leak
 2026-06-21 15:17 UTC  (3+ messages)

[PATCH 6.1 337/522] arm64/mm: Enable batched TLB flush in unmap_hotplug_range()
 2026-06-21 15:02 UTC  (2+ messages)

[PATCH 0/6] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-21 14:59 UTC  (2+ messages)
` [PATCH 1/6] arm64: mm: remove unreachable invalid range check in kasan_init_shadow()

[PATCH 0/4] wifi: mt76: fix some possible NULL-pointer dereferences
 2026-06-21 13:25 UTC  (5+ messages)
` [PATCH 1/4] wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bss_he_tlv()
` [PATCH 2/4] wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925_mcu_bss_he_tlv()
` [PATCH 3/4] wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()
` [PATCH 4/4] wifi: mt76: mt7996: fix possible NULL-pointer deref in mt7996_mcu_sta_bfer_eht()

[PATCH] iio: stm32-dfsdm: Treat flags as booleans
 2026-06-21 14:10 UTC  (3+ messages)

[PATCH] wifi: mt76: mt7915: guard HE capability lookups
 2026-06-21 13:32 UTC  (2+ messages)

[PATCH v5 00/10] add mcf54415 DAC driver
 2026-06-21 12:55 UTC  (5+ messages)
` [PATCH v5 09/10] iio: dac: add mcf54415 DAC

[PATCH v8 0/9] Add support for MT6392 PMIC
 2026-06-21  7:55 UTC  (11+ messages)
` [PATCH v8 1/9] dt-bindings: mfd: mt6397: Add "
` [PATCH v8 2/9] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v8 3/9] regulator: dt-bindings: Add MediaTek MT6392 PMIC
` [PATCH v8 4/9] mfd: mt6397: Use MFD_CELL_* to describe sub-devices
` [PATCH v8 5/9] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v8 6/9] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v8 7/9] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v8 8/9] regulator: Add MediaTek MT6392 regulator
` [PATCH v8 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi

[PATCH v4 0/6] Add CAMSS and IMX577 sensor support for Shikra EVK
 2026-06-21  6:00 UTC  (4+ messages)
` [PATCH v4 4/6] arm64: dts: qcom: shikra: Add pin configuration for mclks

[PATCH 1/9] arm64: dts: renesas: r8a774a1: Add soc: label to soc node
 2026-06-21  2:50 UTC  (9+ messages)
` [PATCH 2/9] arm64: dts: renesas: r8a774b1: "
` [PATCH 3/9] arm64: dts: renesas: r8a774e1: "
` [PATCH 4/9] arm64: dts: renesas: r8a77960: "
` [PATCH 5/9] arm64: dts: renesas: r8a77961: "
` [PATCH 6/9] arm64: dts: renesas: r8a77965: "
` [PATCH 7/9] arm64: dts: renesas: r8a77970: "
` [PATCH 8/9] arm64: dts: renesas: r8a77980: "
` [PATCH 9/9] arm64: dts: renesas: r8a77995: "

[RFC PATCH] KVM: Ignore MMU notifiers for guest_memfd-only memslots
 2026-06-21  0:02 UTC  (2+ messages)

[PATCH RESEND 0/3] dmaengine: xilinx_dma: Fixes and optimizations for AXIDMA and MCDMA channel management
 2026-06-20 20:34 UTC  (4+ messages)
` [PATCH RESEND 1/3] dmaengine: xilinx_dma: Fix channel idle state management in AXIDMA and MCDMA interrupt handlers
` [PATCH RESEND 2/3] dmaengine: xilinx_dma: Enable transfer chaining for AXIDMA and MCDMA by removing idle restriction
` [PATCH RESEND 3/3] dmaengine: xilinx_dma: Optimize control register write and channel start logic for AXIDMA and MCDMA in corresponding start_transfer()

[PATCH] PCI: meson: Fix PERST# timing by asserting reset before LTSSM enable
 2026-06-20 16:40 UTC  (8+ messages)

[PATCH net v3] net: airoha: fix BQL underflow in shared QDMA TX ring
 2026-06-20 15:04 UTC 

[PATCH 00/78] ASoC: codecs: Use guard() for mutex & spin locks
 2026-06-20 14:31 UTC  (10+ messages)
` [PATCH 15/78] ASoC: codecs: cs42l43: Use guard() for mutex locks

[PATCH 4/4] spi: nxp-fspi: disable runtime PM on probe failures
 2026-06-20 14:09 UTC  (2+ messages)

[PATCH v4] soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read
 2026-06-20 13:11 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v2] media: meson: vdec: fix use-after-free of decode work in stop/close path
 2026-06-20 13:45 UTC  (3+ messages)


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