linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-17 18:56:19 to 2025-07-18 12:59:24 UTC [more...]

[PATCH v6 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2025-07-18 12:56 UTC  (6+ messages)
` [PATCH v6 3/5] iommu: Add verisilicon IOMMU driver

[PATCH next] coresight: Fix a NULL vs IS_ERR() bug in probe
 2025-07-18 12:47 UTC  (2+ messages)

[PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers
 2025-07-18 12:02 UTC  (10+ messages)

[PATCH bpf-next v10 0/3] Support kCFI + BPF on arm64
 2025-07-18 11:42 UTC  (7+ messages)
` [PATCH bpf-next v10 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v10 2/3] cfi: Move BPF CFI types and helpers to generic code
` [PATCH bpf-next v10 3/3] arm64/cfi,bpf: Support kCFI + BPF on arm64

[PATCH net-next 0/3] net: stmmac: xgmac: Minor fixes
 2025-07-18 11:38 UTC  (8+ messages)
` [PATCH net-next 2/3] net: stmmac: xgmac: Correct supported speed modes

[GIT PULL] pmdomain/cpuidle-psci fixes for v6.16-rc7
 2025-07-18 11:35 UTC 

[PATCH 1/1] arm: dts: rockchip: Add initial support for LinkStar H68K-1432v1 Board with RK3568 SoC
 2025-07-18 11:50 UTC 

[PATCH 0/4] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
 2025-07-18 11:50 UTC  (6+ messages)
` [PATCH 1/4] drm/bridge: dw-hdmi: Add function to get plat_data
` [PATCH 2/4] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
` [PATCH 3/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI PAI
` [PATCH 4/4] arm64: dts: imx8mp: Add hdmi parallel audio interface node

[PATCH] arm64: zynqmp: Enable PSCI 1.0
 2025-07-18 11:50 UTC 

[PATCH 0/3] arm64: zynqmp: Add support for kr260 and kd240
 2025-07-18 11:24 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: soc: xilinx: Add support for K24, KR260 and KD240 CCs
` [PATCH 2/3] arm64: zynqmp: Add support for kr260 board
` [PATCH 3/3] arm64: zynqmp: Add support for kd240 board

[PATCH 0/4] KVM: arm64: Userspace GICv3 sysreg access fixes and testing
 2025-07-18 11:11 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v3: Fix ordering of ICH_HCR_EL2
` [PATCH 2/4] KVM: arm64: Clarify the check for reset callback in check_sysreg_table()
` [PATCH 3/4] KVM: arm64: Enforce the sorting of the GICv3 system register table
` [PATCH 4/4] KVM: arm64: selftest: vgic-v3: Add basic GICv3 sysreg userspace access test

[PATCH v3 0/6] Refactoring finding CPU phandles in DT
 2025-07-18 11:15 UTC  (12+ messages)
` [PATCH v3 1/6] of: add infra for finding CPU id from phandle
` [PATCH v3 2/6] arch_topology: drop the use of cpu_node in the pr_info
` [PATCH v3 3/6] arch_topology: update CPU map to use of_cpu_phandle_to_id
` [PATCH v3 4/6] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v3 5/6] coresight: Use of_cpu_phandle_to_id for grabbing CPU ID
` [PATCH v3 6/6] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id

[PATCH v2 0/5] Expose REFCLK for RMII and enable RMII
 2025-07-18 11:00 UTC  (3+ messages)
` [PATCH v2 4/5] net: cadence: macb: sama7g5_emac: Remove USARIO CLKEN flag

[PATCH 05/80] hwrng: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-18 10:59 UTC  (4+ messages)
` [PATCH 08/80] crypto: "

[PATCH v2 0/2] remoteproc: imx_dsp_rproc: Add coredump and recovery support
 2025-07-18 11:00 UTC  (3+ messages)
` [PATCH v2 1/2] remoteproc: imx_dsp_rproc: Add support of recovery process

[PATCH] hwrng: mtk - handle devm_pm_runtime_enable errors
 2025-07-18 10:56 UTC  (2+ messages)

[PATCH net-next v10 00/11] PRU-ICSSM Ethernet Driver
 2025-07-18 10:47 UTC  (7+ messages)
` [PATCH net-next v10 04/11] net: ti: prueth: Adds link detection, RX and TX support

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-18 11:22 UTC  (15+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 05/13] arm: Handle KCOV __init vs inline mismatches
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH 11/26] media: videobuf2-v4l2: Support vb2_queue embedded in a context
 2025-07-18 10:46 UTC  (2+ messages)

[PATCH 0/7] arm64: zynqmp: Misc changes
 2025-07-18 10:45 UTC  (8+ messages)
` [PATCH 1/7] arm64: zynqmp: Use generic spi@ name in zcu111-revA
` [PATCH 2/7] arm64: zynqmp: Remove undocumented arasan,has-mdma property
` [PATCH 3/7] arm64: zynqmp: Add cap-mmc-hw-reset and no-sd, no-sdio property to eMMC
` [PATCH 4/7] arm64: zynqmp: Update the usb5744 hub node as per binding
` [PATCH 5/7] arm64: zynqmp: Fix pwm-fan polarity
` [PATCH 6/7] arm64: zynqmp: Introduce DP port labels
` [PATCH 7/7] arm64: zynqmp: Enable DP for zcu100, zcu102, zcu104, zcu111

[PATCH v8] remoteproc: imx_rproc: detect and attach to pre-booted remote cores
 2025-07-18 10:44 UTC  (2+ messages)

[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2025-07-18 10:39 UTC  (4+ messages)

[PATCH v2 0/5] Add Type-C DP support for RK3399 EVB IND board
 2025-07-18 10:39 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode-switch
` [PATCH v2 2/5] phy: rockchip: phy-rockchip-typec: Add typec_mux/typec_switch support
` [PATCH v2 3/5] drm/rockchip: cdn-dp: Support handle lane info and HPD without extcon
` [PATCH v2 4/5] arm64: dts: rockchip: Add missing dp_out port for RK3399 CDN-DP
` [PATCH v2 5/5] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort

[PATCH 0/2] Dump instructions on panic for pKVM/nvhe
 2025-07-18 10:35 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Dump instruction on hyp panic
` [PATCH 2/2] KVM: arm64: Map hyp text as RO and dump instr on panic

[PATCH v3 00/10] Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC
 2025-07-18  9:28 UTC  (16+ messages)
` [PATCH v3 02/10] clk: qcom: ipq5424: Enable NSS NoC clocks to use icc-clk
` [PATCH v3 04/10] clock: qcom: gcc-ipq5424: Add gpll0_out_aux clock
` [PATCH v3 05/10] dt-bindings: clock: ipq9574: Rename NSS CC source clocks to drop rate
` [PATCH v3 07/10] dt-bindings: clock: qcom: Add NSS clock controller for IPQ5424 SoC

[PATCH v4 5/6] clocksource/drivers/exynos_mct: Add module support
 2025-07-18  9:53 UTC  (3+ messages)
` [PATCH] clocksource/drivers/exynos_mct: Fix section mismatch from the module conversion

[PATCH V2 RESEND] dt-bindings: firmware: imx95-scmi: Allow linux,code for protocol@81
 2025-07-18  9:47 UTC 

[PATCH net-next v4 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
 2025-07-18  9:39 UTC  (4+ messages)
` [PATCH net-next v4 1/7] dt-bindings: net: airoha: npu: Add memory regions used for wlan offload

[PATCH 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-07-18  9:37 UTC  (2+ messages)

[PATCH v3 RESEND 00/10] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2025-07-18  9:36 UTC  (4+ messages)
` [PATCH v3 RESEND 02/10] coresight: core: add a new API to retrieve the helper device

[PATCH 09/26] media: v4l2-dev: Add video_device_context_from_file()
 2025-07-18  9:33 UTC  (2+ messages)

[PATCH v5 0/7] Optimize mprotect() for large folios
 2025-07-18  9:50 UTC  (9+ messages)
` [PATCH v5 1/7] mm: Refactor MM_CP_PROT_NUMA skipping case into new function
` [PATCH v5 2/7] mm: Optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEs
` [PATCH v5 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v5 4/7] mm: Introduce FPB_RESPECT_WRITE for PTE batching infrastructure
` [PATCH v5 5/7] mm: Split can_change_pte_writable() into private and shared parts
` [PATCH v5 6/7] mm: Optimize mprotect() by PTE batching
` [PATCH v5 7/7] arm64: Add batched versions of ptep_modify_prot_start/commit

[PATCH v2 0/3] irqchip/gic-v5: Fix some static checker issues
 2025-07-18  9:33 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: arm64: mediatek: add mt8395-evk-ufs board
 2025-07-18  9:21 UTC  (6+ messages)
` [PATCH 2/4] arm64: dts: mediatek: mt8395-genio-1200-evk: Move common parts to dtsi
` [PATCH 3/4] arm64: dts: mediatek: add device-tree for Genio 1200 EVK UFS board
` [PATCH 4/4] arm64: defconfig: Enable UFS support for MediaTek "

[PATCH 00/10] ASoC: mediatek: Add support for MT8189 SoC
 2025-07-18  9:19 UTC  (9+ messages)
` [PATCH 09/10] ASoC: mediatek: mt8189: add machine driver with nau8825
` [PATCH 10/10] ASoC: dt-bindings: mediatek,mt8189-nau8825: add mt8189-nau8825 document

[PATCH] rcu: Fix delayed execution of hurry callbacks
 2025-07-18  9:10 UTC  (3+ messages)

[GIT,PULL] hisilicon: driver updates for v6.17
 2025-07-18  9:09 UTC  (2+ messages)

[PATCH v4 0/5] remoteproc: imx_rproc: Support i.MX95
 2025-07-18  8:53 UTC  (7+ messages)

[PATCH v2 00/29] Add support for MT8196 clock controllers
 2025-07-18  8:31 UTC  (4+ messages)
` [PATCH v2 14/29] clk: mediatek: Add MT8196 vlpckgen clock support

[PATCH 1/3] scsi: ufs: ufs-mediatek: Add UFS host support for MT8195 SoC
 2025-07-18  8:27 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: ufs: mediatek,ufs: add MT8195 compatible and update clock nodes
` [PATCH 3/3] arm64: dts: mediatek: mt8195: add UFSHCI node

[resend][PATCH v2] arm: omap2: use string choices helper
 2025-07-18  8:14 UTC  (2+ messages)

[PATCH v5 0/3] Add mt8189 dts evaluation board and Makefile
 2025-07-18  7:56 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: arm: Add compatible for MediaTek MT8189
` [PATCH v5 2/3] dt-bindings: serial: mediatek,uart: Add compatible for MT8189
` [PATCH v5 3/3] arm64: dts: mt8189: Add mt8189 dts evaluation board and Mafefile

[PATCH] soc: hisilicon: kunpeng_hccs: Fix incorrect log information
 2025-07-18  8:05 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: imx8m: support more sample rates
 2025-07-18  8:06 UTC  (6+ messages)
` [PATCH 1/3] arm64: dts: imx8mm-evk: support more sample rates for wm8524 card

[PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
 2025-07-18  7:56 UTC  (2+ messages)

[PATCH] gpio: xilinx: convert set_multiple() to the new API as well
 2025-07-18  7:55 UTC  (2+ messages)

Zamrożenie ceny energii
 2025-07-18  7:51 UTC 

[PATCH 0/3] enhance zynqmp_pm_get_family_info()
 2025-07-18  7:24 UTC  (2+ messages)

[PATCH] arm64: versal-net: Update rtc calibration value
 2025-07-18  7:23 UTC  (2+ messages)

[PATCH 2/3] arm64: dts: s32g3: Fix whitespace issue in device tree
 2025-07-18  6:58 UTC  (2+ messages)

[PATCH v2] clk: at91: sam9x7: update pll clk ranges
 2025-07-18  6:45 UTC  (2+ messages)

[PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
 2025-07-18  6:45 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: mediatek: Add support for mt8189
` [PATCH v2 2/3] arm64: dts: mediatek: mt8189: Add pinmux macro header file
  ` [PATCH v2 3/3] pinctrl: mediatek: Add pinctrl driver on mt8189

[PATCH 0/3] thermal: Support Amlogic C3 thermal
 2025-07-18  6:37 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: thermal: amlogic: Add compatible string for C3
` [PATCH 2/3] thermal: amlogic: Support C3 thermal controller driver
` [PATCH 3/3] arm64: dts: amlogic: c3: Add tempsensor controller node

[PATCH 1/2] drm/rockchip: vop2: Add delay between poll registers
 2025-07-18  6:41 UTC  (2+ messages)
` [PATCH 2/2] drm/rockchip: vop2: Only wait for changed layer cfg done when there is pending cfgdone bits

[PATCH] soc: amlogic: clk-measure: Optimize measurement accuracy
 2025-07-18  6:13 UTC  (3+ messages)

[PATCH v6 00/10] Axiado AX3000 SoC and Evaluation Board Support
 2025-07-18  6:14 UTC  (3+ messages)

[PATCH v6 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-07-18  6:00 UTC  (4+ messages)
` [PATCH v6 1/2] perf: Fujitsu: Add the Uncore MAC "

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-07-18  5:44 UTC  (11+ messages)
` [PATCH v3 4/9] drivers/perf: riscv: Implement PMU event info function
` [PATCH v3 5/9] drivers/perf: riscv: Export "
` [PATCH v3 7/9] RISC-V: KVM: Use the new gpa range validate helper function
` [PATCH v3 8/9] RISC-V: KVM: Implement get event info function
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

[PATCH v6 20/24] media: i2c: maxim-serdes: add MAX9296A driver
 2025-07-18  5:23 UTC  (2+ messages)

[PATCH 0/2] Populate of_node for i.MX netdevs
 2025-07-18  5:10 UTC  (3+ messages)

[RFC PATCH v3 0/3] PCI: rockchip-host: Support quirky devices
 2025-07-18  3:46 UTC  (5+ messages)
` [RFC PATCH v3 2/3] PCI: rockchip-host: Retry link training on failure without PERST#

[PATCH] drm/mediatek: Fix device/node reference count leaks in mtk_drm_get_all_drm_priv
 2025-07-18  3:32 UTC 

[issue report] ARM: compile error of frame size
 2025-07-18  2:09 UTC 

[PATCH net-next] net: airoha: Fix a NULL vs IS_ERR() bug in airoha_npu_run_firmware()
 2025-07-18  2:00 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_wed: Fix NULL vs IS_ERR() bug in mtk_wed_get_memory_region()
 2025-07-18  2:00 UTC  (2+ messages)

[resend][PATCH v2] arm: kernel: bios32: use string choices helper
 2025-07-18  1:52 UTC 

[resend][PATCH v2] arm: omap1: use string choices helper
 2025-07-18  1:51 UTC 

[resend][PATCH v2] arm: mm: fault: use string choices helper
 2025-07-18  1:51 UTC 

[resend][PATCH v2] arm: mm: l2x0: use string choices helper
 2025-07-18  1:51 UTC 

[resend][PATCH 2/2] arm64: kvm: trace_handle_exit: use string choices helper
 2025-07-18  1:50 UTC 

[resend][PATCH 1/2] arm64: kvm: sys_regs: use string choices helper
 2025-07-18  1:50 UTC 

[PATCH v6 15/24] media: i2c: add Maxim GMSL2/3 serializer and deserializer framework
 2025-07-18  1:37 UTC  (3+ messages)

[PATCH v6 18/24] media: i2c: maxim-serdes: add MAX96717 driver
 2025-07-18  1:37 UTC  (5+ messages)

[PATCH 0/2] PCI: brcmstb: Trivial changes
 2025-07-17 21:23 UTC  (3+ messages)

[PATCH 0/7] Add Interrupts property for CDNS CSI2RX
 2025-07-17 20:45 UTC  (2+ messages)

[PATCH v6 19/24] media: i2c: maxim-serdes: add MAX96724 driver
 2025-07-17 20:39 UTC  (2+ messages)

[PATCH v12 02/15] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-07-17 19:15 UTC 

[PATCH 0/4] STi device-tree display subsystem rework
 2025-07-17 19:15 UTC  (5+ messages)
` [PATCH 1/4] drm/sti: check dma_set_coherent_mask return value
` [PATCH 2/4] drm/sti: make use of drm_of_component_probe
` [PATCH 3/4] ARM: dts: sti: extract display subsystem out of soc
` [PATCH 4/4] ARM: dts: sti: remove useless cells fields

[PATCH v2 3/3] irqchip/gic-v5: Fix error handling in gicv5_its_irq_domain_alloc()
 2025-07-17 18:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).