Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-06 17:25:24 to 2026-08-07 09:10:35 UTC [more...]

[PATCH 1/3] serial: qcom-geni: Propagate errors from optional IRQ lookup
 2026-08-07  9:09 UTC  (3+ messages)
` [PATCH 2/3] tty: serial: imx: "
` [PATCH 3/3] serial: 8250_mtk: "

[PATCH v2 0/4] phy: rockchip-samsung-dcphy: support the D-PHY receiver direction
 2026-08-07  9:09 UTC  (5+ messages)
  ` [PATCH v2 2/4] phy: rockchip-samsung-dcphy: factor MIPI D-PHY power on/off into helpers

[PATCH v1 0/2] perf: RISC-V: fix SBI PMU masks for RV32
 2026-08-07  8:50 UTC  (3+ messages)
` [PATCH v1 2/2] perf: RISC-V: store available counter mask as bitmap
` [PATCH v1 1/2] perf: RISC-V: use BIT_ULL for u64 overflow masks

[RFC PATCH v6 0/9] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-08-07  8:48 UTC  (5+ messages)
` [RFC PATCH v6 6/9] accel/rocket: select the per-core clock and reset counts from match data
` [RFC PATCH v6 7/9] accel/rocket: add RK3576 NPU (RKNN) support

[PATCH net-next v2 0/2] Implement mqprio and ets qdisc offload in stmmac driver
 2026-08-07  8:41 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: stmmac: add tc-ets qdisc offload
` [PATCH net-next v2 2/2] net: stmmac: add tc-mqprio "

[PATCH v5 0/6] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-08-07  8:37 UTC  (13+ messages)
` [PATCH v5 1/6] dt-bindings: serial: 8250: aspeed: add ast2600 and aspeed,vuart-over-pci
` [PATCH v5 2/6] serial: 8250_aspeed_vuart: add aspeed,ast2600-vuart compatible string
` [PATCH v5 3/6] serial: 8250_aspeed_vuart: add VUART over PCI
` [PATCH v5 4/6] soc: mfd: add ASPEED AST2600 PCIe BMC device driver
` [PATCH v5 5/6] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600
` [PATCH v5 6/6] ARM: dts: aspeed: g6: add aspeed,vuart-over-pci prop to vuart3 and 4

[PATCH net-next] net: xilinx: axienet: Treat xlnx,rxmem as a required property
 2026-08-07  8:33 UTC  (2+ messages)

[RFC PATCH v2 00/45] arm64: Add support for FEAT_NMI
 2026-08-07  8:33 UTC  (3+ messages)

[PATCH v3 0/5] ARM: dts: aspeed: santabarbara: Add system monitoring GPIOs
 2026-08-07  8:34 UTC  (6+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] ARM: dts: aspeed: santabarbara: Disable power monitor nodes
` [PATCH v3 3/5] ARM: dts: aspeed: santabarbara: Add JTAG GPIO line names
` [PATCH v3 4/5] ARM: dts: aspeed: santabarbara: Add SGPIO "
` [PATCH v3 5/5] ARM: dts: aspeed: santabarbara: Add leak cable present IO expander

[PATCH v2 00/10] Ambarella CV75 SoC minimal bring-up
 2026-08-07  8:29 UTC  (14+ messages)
` [PATCH v2 01/10] dt-bindings: arm: add Ambarella CV75 platforms
` [PATCH v2 02/10] dt-bindings: soc: add Ambarella secure scratchpad
    `  "
` [PATCH v2 03/10] dt-bindings: clock: add Ambarella CV75 RCT clock controller
` [PATCH v2 04/10] dt-bindings: pinctrl: add Ambarella CV75 pinctrl
` [PATCH v2 08/10] serial: ambarella: add Ambarella UART driver
` [PATCH v2 09/10] arm64: ambarella: add ARCH_AMBARELLA and CV75 EVK DT

[PATCH v6 0/3] perf/core: sched_task() dispatch and branch entry fixes
 2026-08-07  8:30 UTC  (2+ messages)

[PATCH] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
 2026-08-07  8:20 UTC  (2+ messages)

[PATCH 1/4] watchdog: qcom: Propagate errors from optional IRQ lookup
 2026-08-07  8:16 UTC  (4+ messages)
` [PATCH 2/4] watchdog: mediatek: "
` [PATCH 3/4] watchdog: dw_wdt: "
` [PATCH 4/4] watchdog: aspeed: "

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

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-08-07  8:08 UTC  (9+ messages)
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support

[PATCH v2] ACPI: APEI: Handle repeated SEA error storms
 2026-08-07  8:05 UTC  (4+ messages)

[PATCH v2 1/2] watchdog: orion_wdt: Propagate errors from optional IRQ lookup
 2026-08-07  8:04 UTC  (2+ messages)
` [PATCH v2 2/2] watchdog: stm32_iwdg: "

[PATCH v2] KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tables
 2026-08-07  7:52 UTC  (2+ messages)

[PATCH 0/5] virt: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-08-07  7:51 UTC  (23+ messages)
` [PATCH v2 0/6] "
  ` [PATCH 1/6] dt-bindings: Add Bao IPC shared memory driver binding
  ` [PATCH 2/6] virt: bao: Add Bao IPC shared memory driver
  ` [PATCH 3/6] dt-bindings: Add Bao I/O dispatcher driver binding
  ` [PATCH 4/6] virt: bao: Add Bao I/O dispatcher driver
  ` [PATCH 5/6] virt: bao: Move BAO_IPCSHMEM_HYPERCALL_ID to common header

[PATCH 0/2] pinctrl: rockchip: Two fixes for latent driver bugs
 2026-08-07  7:43 UTC  (3+ messages)

[RFC PATCH v3 0/6] virt: bao: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-08-07  7:39 UTC  (7+ messages)
` [RFC PATCH v3 1/6] dt-bindings: bao: add IPC shared-memory device
` [RFC PATCH v3 2/6] virt: bao: add IPC shared-memory driver
` [RFC PATCH v3 3/6] dt-bindings: bao: add I/O dispatcher device
` [RFC PATCH v3 4/6] virt: bao: add I/O dispatcher driver
` [RFC PATCH v3 5/6] virt: bao: consolidate the IPC hypercall ID in include/linux/bao.h
` [RFC PATCH v3 6/6] MAINTAINERS: add Bao hypervisor entry

[PATCH v4 0/3] Add Sharp GP2AP070S Proximity Driver and enable it in Galaxy J6 (j6lte)
 2026-08-07  7:27 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: iio: proximity: add Sharp GP2AP070S proximity sensor
` [PATCH v4 2/3] iio: proximity: add driver for "
` [PATCH v4 3/3] arm64: dts: exynos7870-j6lte: add "

[PATCH net] net: airoha: npu: load the firmware without the sysfs fallback
 2026-08-07  9:25 UTC  (2+ messages)

[PATCH] irqchip/imx-irqsteer: Call chained_irq_exit() on the handler error path
 2026-08-07  7:26 UTC 

[PATCH v1] hwrng: imx-rngc: Disable clock on registration failure
 2026-08-07  7:25 UTC  (2+ messages)

[PATCH v3 0/4] irqchip/imx-irqsteer: Allow building as module
 2026-08-07  7:23 UTC  (5+ messages)
` [PATCH v3 1/4] irqchip/imx-irqsteer: Fix error handling path in probe()
` [PATCH v3 2/4] irqchip/imx-irqsteer: Dispose of IRQ mappings in remove()
` [PATCH v3 3/4] irqchip/imx-irqsteer: Mask all interrupts in probe() and remove()
` [PATCH v3 4/4] irqchip/imx-irqsteer: Allow building as module

[PATCH] ARM: entry: Convert IRQ handling to generic IRQ entry
 2026-08-07  7:21 UTC  (6+ messages)

[PATCH v4 02/10] crypto: aspeed - clear the crypto_aes_ctx when done
 2026-08-07  7:06 UTC  (3+ messages)
` [PATCH v4 06/10] crypto: arm/aes-neonbs "
` [PATCH v4 07/10] crypto: arm64/aes-neonbs "

[PATCH v2 1/2] usb: chipidea: ci_hdrc_imx: Propagate errors from optional IRQ lookup
 2026-08-07  6:56 UTC  (2+ messages)
` [PATCH v2 2/2] usb: chipidea: ci_hdrc_imx: Fix error handling when creating IRQ name

[PATCH v4] net: airoha: npu: use coherent DMA for mailbox messages
 2026-08-07  6:40 UTC 

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (3+ messages)
  `  "

[PATCH v9 0/3] i2c: ma35d1: Add support for MA35D1 I2C controller
 2026-08-07  6:04 UTC  (4+ messages)
` [PATCH v9 1/3] dt-bindings: i2c: nuvoton,ma35d1-i2c: Add "
` [PATCH v9 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support
` [PATCH v9 3/3] arm64: dts: nuvoton: Add I2C nodes for MA35D1 SoC

[PATCH v2 0/8] KVM: arm64: VNCR TLB invalidation fixes
 2026-08-07  6:03 UTC  (3+ messages)
` [PATCH v2 5/8] KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmapping

✅ PASS (MISSED 51 of 56): Test report for for-kernelci (7.2.0-rc6, upstream-arm-next, db788396)
 2026-08-07  6:02 UTC 

[PATCH 0/4] arm64: defconfig: Rockchip RK3588 defconfig additions
 2026-08-07  5:58 UTC  (6+ messages)
` [PATCH 1/4] arm64: defconfig: enable Rockchip VDEC
` [PATCH 2/4] arm64: defconfig: enable Verisilicon IOMMU for Rockchip RK3588
` [PATCH 3/4] arm64: defconfig: enable Rock 5B camera support
` [PATCH 4/4] arm64: defconfig: enable Rockchip NPU support

[PATCH] soc: fsl: qe: Fix sparse warnings in GPIO
 2026-08-07  5:35 UTC 

[PATCH] usb: chipidea: ci_hdrc_imx: Propagate -EPROBE_DEFER from IRQ lookup
 2026-08-07  4:57 UTC  (3+ messages)

[PATCH] mailbox: sun6i: modernize probe and convert to fully managed
 2026-08-07  4:41 UTC  (2+ messages)

[PATCH 1/2] watchdog: orion_wdt: Propagate -EPROBE_DEFER from IRQ lookup
 2026-08-07  4:23 UTC  (6+ messages)
` [PATCH 2/2] watchdog: stm32_iwdg: "

[PATCH v2 00/20] arm64: Preemptible this_cpu_*() operations
 2026-08-07  4:00 UTC  (3+ messages)
` [PATCH v2 01/20] arm64: percpu: Fix this_cpu_write() casting

[PATCH v2] PCI: iproc: Use the EROM outbound window on BCMA
 2026-08-07  3:57 UTC 

[PATCH] perf: RISC-V: check cpu_hw_evt before dereference in overflow IRQ
 2026-08-07  0:59 UTC 

[PATCH v5 0/2] PCI: mediatek-gen3: Add 2-lanes mode support + clock
 2026-08-07  3:24 UTC  (2+ messages)

[PATCH v11 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-08-07  2:50 UTC  (4+ messages)
` [PATCH v11 10/21] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v11 15/21] drm/rockchip: dw_dp: Add runtime PM support

[PATCH v9 0/6] Add VIM4 MCU/FAN support
 2026-08-07  2:34 UTC  (3+ messages)
` [PATCH v9 4/6] thermal: khadas-mcu-fan: Add fan config from platform data Add regulator support

[PATCH v4 0/6] Add BBML3 cpu feature
 2026-08-07  2:32 UTC  (4+ messages)
` [PATCH v4 5/6] arm64: cpufeature: Rename BBML2_NOABORT as BBML3

[PATCH] ARM: ptrace: keep ARM_ORIG_r0 consistent with ARM_r0 after ptrace writes
 2026-08-07  2:14 UTC  (4+ messages)

[PATCH v3] ARM: module.lds: fix unwind metadata for merged .text sections
 2026-08-07  2:13 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix hvhe and broken CNTVOFF_EL2
 2026-08-07  1:37 UTC  (2+ messages)

[PATCH v3] KVM: arm64: nv: Keep the shadow S2 MMUs at fixed addresses
 2026-08-07  1:13 UTC  (3+ messages)

[PATCH v4 00/16] Add thermal management support for sama7d65
 2026-08-07  1:04 UTC  (3+ messages)
` [PATCH v4 08/16] nvmem: microchip-otpc: nvmem: microchip-otpc: add tag-based packet lookup

[PATCH] ASoC: xilinx: formatter_pcm: fix stream_data leak on open error
 2026-08-07  0:40 UTC 

[PATCH] ASoC: xilinx: formatter_pcm: clear stream pointers on close
 2026-08-07  0:20 UTC 

[RESEND PATCH v2] iio: adc: bcm_iproc_adc: Convert probe() to use dev_err_probe()
 2026-08-06 23:52 UTC  (3+ messages)

[PATCH] iio: adc: bcm_iproc_adc: Use dev_err_probe() for resource acquisition failures
 2026-08-06 23:50 UTC  (3+ messages)
  ` [PATCH v2] iio: adc: bcm_iproc_adc: Convert probe() to use dev_err_probe()

[PATCH] ASoC: xilinx: formatter_pcm: use devm_clk_get_enabled and simplify probe
 2026-08-06 23:43 UTC  (2+ messages)

[PATCH] ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers
 2026-08-06 23:32 UTC 

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-08-06 23:11 UTC  (6+ messages)
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory

[PATCH] drivers/base, mm: move arch_numa.c to mm/
 2026-08-06 22:48 UTC  (3+ messages)

[PATCH] i2c: imx: add I2C_M_REV_DIR_ADDR and I2C_M_NOSTART
 2026-08-06 22:37 UTC 

[PATCH] Documentation/process: maintainer-soc: Mention expectation about dt-check-style
 2026-08-06 22:07 UTC  (2+ messages)

[PATCH] gpio: Use IRQ trigger mask helpers
 2026-08-06 21:50 UTC  (2+ messages)

[PATCH] pinctrl: Use IRQ trigger mask helpers
 2026-08-06 21:41 UTC  (2+ messages)

[soc:soc/arm] BUILD SUCCESS 1ec9093bc9e42e3f3638506bf8adbaf47b5e3057
 2026-08-06 21:34 UTC 

[GIT PULL] pinctrl: samsung: for v7.3 (second try)
 2026-08-06 21:34 UTC  (2+ messages)

[PATCH v3 0/3] watchdog: ma35d1: Add support for MA35D1 Watchdog
 2026-08-06 21:25 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: watchdog: Add "
` [PATCH v3 2/3] watchdog: Add Nuvoton MA35D1 watchdog driver support

[PATCH v2] ARM: entry: Convert IRQ handling to generic IRQ entry
 2026-08-06 21:24 UTC 

[PATCH] watchdog: at91sam9_wdt: prevent timer rearm during teardown
 2026-08-06 21:24 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: Support a DPI panel on i.MX91 9x9 QSB board
 2026-08-06 21:00 UTC  (2+ messages)

[PATCH v3 0/9] arm64: mediatek: Chromebook trackpad supply fixes
 2026-08-06 20:43 UTC  (5+ messages)
` [PATCH v3 6/9] i2c: of-prober: Defer regulator_disable() on successful probe in simple helper

[PATCH 0/2] Add i.MX952 FRDM board support
 2026-08-06 20:39 UTC  (2+ messages)

[PATCH v16 0/7] spi: pxa2xx: Fix PM and interrupt issues on Intel LPSS SPI
 2026-08-06 20:24 UTC  (5+ messages)
` [PATCH v16 6/7] spi: pxa2xx: restore LPSS private register state on S3 resume

[PATCH] arm64: dts: ti: k3-am625-sk-common: Add non-removable flag for eMMC
 2026-08-06 20:21 UTC 

[PATCH v2 0/3] regulator: handle regulator late cleanup race with PM suspend
 2026-08-06 20:14 UTC  (2+ messages)
` (subset) "

[PATCH v9 1/7] arm64: dts: imx8mp: Add DT label to SPBA5 bus
 2026-08-06 20:10 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: imx95-15x15-frdm: support CAN transceivers sharing a silent GPIO
 2026-08-06 20:07 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] ARM: dts: nxp: Correct white-space style
 2026-08-06 20:01 UTC  (2+ messages)

[PATCH v1 0/3] ARM: dts: imx7d-colibri-emmc: Add Toradex Displays 7" Parallel
 2026-08-06 19:56 UTC  (2+ messages)

[PATCH V6 0/4] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-08-06 19:54 UTC  (2+ messages)

[PATCH 0/2] Fix MCU watchdog comments
 2026-08-06 19:52 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62a-mcu: Fix watchdog comment
` [PATCH 2/2] arm64: dts: ti: k3-am62p-j722s-mcu: "

[PATCH v2 0/3] Add i.MX93 Wireless FRDM board support
 2026-08-06 19:48 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: imx8qm: add smmu information for usb and add hsic usb port
 2026-08-06 19:41 UTC  (2+ messages)

[PATCH v1 0/2] MPAM Fixes for UAF and NPE on unbind
 2026-08-06 19:36 UTC  (4+ messages)
` [PATCH v1 1/2] arm_mpam: Fix a NULL pointer dereference on unbinding after an error interrupt

[PATCH] ufs: host: Remove redundant dev_err()
 2026-08-06 19:06 UTC  (2+ messages)

[PATCH net-next 0/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
 2026-08-06 18:11 UTC  (9+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 1/7] clk: Add devm_clk_bulk_get_enable()
  ` [PATCH net-next v2 2/7] net: xilinx: axienet: Introduce axienet_config for MAC-specific ops
  ` [PATCH net-next v2 3/7] dt-bindings: net: xlnx,xxv-ethernet: Add Xilinx XXV 10G/25G Ethernet
  ` [PATCH net-next v2 4/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
  ` [PATCH net-next v2 5/7] net: xilinx: axienet: Make axienet_rmon_ranges non-static for reuse
  ` [PATCH net-next v2 6/7] net: xilinx: axienet: Dispatch statistics through axienet_config ops
  ` [PATCH net-next v2 7/7] net: xilinx: axienet: Add statistics support for XXV ethernet

[PATCH v6 0/7] drm/bridge: Implement generic USB Type-C DP HPD bridge
 2026-08-06 18:01 UTC  (7+ messages)
` [PATCH v6 1/7] drm/bridge: aux-hpd-bridge: Add drm_dev_has_dp_hpd_bridge()
` [PATCH v6 2/7] drm/bridge: Implement generic USB Type-C DP HPD bridge
` [PATCH v6 3/7] drm/display: Add soft depend for aux-hpd-typec-dp-bridge module

[PATCH v2] KVM: arm64: nv: Keep the shadow S2 MMUs at fixed addresses
 2026-08-06 18:00 UTC  (3+ messages)

[PATCH 0/6] Apple NVMe fixes for macOS 15+ firmware / M4 support
 2026-08-06 17:37 UTC  (2+ messages)

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-08-06 17:31 UTC  (11+ messages)

[PATCH RFC] arm64: Mark set_preempt_need_resched() access to .need_resched
 2026-08-06 17:25 UTC  (6+ messages)


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