Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-03 09:14:45 to 2026-06-03 12:28:07 UTC [more...]

[PATCH 0/3] arm64/coco: Convert pKVM to a CC platform
 2026-06-03 12:27 UTC  (5+ messages)
` [PATCH 1/3] arm64/mm: Simplify SWIOTLB setup in arch_mm_preinit()
` [PATCH 2/3] drivers/virt: pkvm: Fix end calculation in mmio_guard_ioremap_hook()
` [PATCH 3/3] arm64/coco: Add pKVM as a CC platform

[PATCH v2 0/2] clk: amlogic: Add A9 AO clock controller
 2026-06-03 12:17 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add Amlogic "
` [PATCH v2 2/2] clk: amlogic: Add A9 AO clock controller driver

[PATCH v2] KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation
 2026-06-03 12:09 UTC 

[PATCH v2 0/2] clk: amlogic: Add A9 peripherals clock controller
 2026-06-03 12:03 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add Amlogic "
` [PATCH v2 2/2] clk: amlogic: Add A9 peripherals clock controller driver

[PATCH v1 00/12] arm64: dts: imx8mp-var-som-symphony: align DTS with hardware revision
 2026-06-03 11:55 UTC  (13+ messages)
` [PATCH v1 01/12] arm64: dts: imx8mp-var-som-symphony: add input keys
` [PATCH v1 02/12] arm64: dts: imx8mp-var-som-symphony: enable USB support
` [PATCH v1 03/12] arm64: dts: imx8mp-var-som-symphony: add TPM support
` [PATCH v1 04/12] arm64: dts: imx8mp-var-som-symphony: add external RTC
` [PATCH v1 05/12] arm64: dts: imx8mp-var-som-symphony: enable header UARTs
` [PATCH v1 06/12] arm64: dts: imx8mp-var-som-symphony: enable PCIe
` [PATCH v1 07/12] arm64: dts: imx8mp-var-som-symphony: add HDMI support
` [PATCH v1 08/12] arm64: dts: imx8mp-var-som-symphony: add capacitive touchscreen
` [PATCH v1 09/12] arm64: dts: imx8mp-var-som-symphony: enable ECSPI2
` [PATCH v1 10/12] arm64: dts: imx8mp-var-som-symphony: keep RGB_SEL low
` [PATCH v1 11/12] arm64: dts: imx8mp-var-som-symphony: enable PWM1
` [PATCH v1 12/12] arm64: dts: freescale: imx8mp-var-som: add I2C1 bus recovery GPIOs

[PATCH v6 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order
 2026-06-03 11:51 UTC  (8+ messages)

[PATCH v2] virt: arm-cca-guest: use raw variant of smp_processor_id() in arm_cca_report_new()
 2026-06-03 11:48 UTC  (4+ messages)

[PATCH] nvme-apple: Use acquire/release for queue enabled state
 2026-06-03 11:45 UTC  (3+ messages)

[PATCH v3 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-06-03 11:33 UTC  (5+ messages)
` [PATCH v3 3/3] iommu/arm-smmu-v3: Issue CFGI/TLBI twice on Tegra264

[GIT PULL] arm64: BST C1200 eMMC DTS + defconfig for v7.2
 2026-06-03 11:31 UTC 

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-03 11:24 UTC  (5+ messages)

[PATCH 0/4] AUXADC driver for the MediaTek mt6323 PMIC
 2026-06-03 11:24 UTC  (4+ messages)
` [PATCH 2/4] iio: adc: mt6323-auxadc: add mt6323 PMIC AUXADC driver

❌ FAIL (MISSED 2 of 56): Test report for for-kernelci (7.1.0-rc6, upstream-arm-next, e8a95b97)
 2026-06-03 11:24 UTC  (2+ messages)

[PATCH] KVM: arm64: Set a linux errno on SMCCC error in kvm_call_hyp_nvhe()
 2026-06-03 11:22 UTC  (2+ messages)

[PATCH v4 00/20] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-06-03 11:06 UTC  (21+ messages)
` [PATCH v4 01/20] arm64: fpsimd: Fix type mismatch in sve_{save,load}_state()
` [PATCH v4 02/20] arm64: fpsimd: Fix type mismatch in sme_{save,load}_state()
` [PATCH v4 03/20] KVM: arm64: Don't include <asm/fpsimdmacros.h>
` [PATCH v4 04/20] KVM: arm64: Don't override FFR save/restore argument
` [PATCH v4 05/20] KVM: arm64: pkvm: Save host FPMR in host cpu context
` [PATCH v4 06/20] KVM: arm64: pkvm: Remove struct cpu_sve_state
` [PATCH v4 07/20] arm64: fpsimd: Fold sve_init_regs() into do_sve_acc()
` [PATCH v4 08/20] arm64: fpsimd: Remove sve_set_vq() and sme_set_vq()
` [PATCH v4 09/20] arm64: fpsimd: Use assembler for SVE instructions
` [PATCH v4 10/20] arm64: fpsimd: Use assembler for baseline SME instructions
` [PATCH v4 11/20] arm64: fpsimd: Move sve_get_vl() and sme_get_vl() inline
` [PATCH v4 12/20] arm64: sysreg: Add FPCR and FPSR
` [PATCH v4 13/20] arm64: fpsimd: Split FPSR/FPCR from SVE save/restore
` [PATCH v4 14/20] arm64: fpsimd: Move fpsimd save/restore inline
` [PATCH v4 15/20] arm64: fpsimd: Use opaque type for SVE state
` [PATCH v4 16/20] arm64: fpsimd: Use opaque type for SME state
` [PATCH v4 17/20] arm64: fpsimd: Move SVE save/restore inline
` [PATCH v4 18/20] arm64: fpsimd: Move sve_flush_live() inline
` [PATCH v4 19/20] arm64: fpsimd: Move SME save/restore inline
` [PATCH v4 20/20] arm64: fpsimd: Remove <asm/fpsimdmacros.h>

[PATCH] KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT emulation
 2026-06-03 11:05 UTC  (3+ messages)

[PATCH 0/2] Add support for nuvoton ma35d1 qspi controller
 2026-06-03 11:03 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: spi: Add for Nuvoton MA35D1 SoC QSPI Controller
` [PATCH 2/2] spi: Add Nuvoton MA35D1 QSPI controller support

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-03 10:57 UTC  (13+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init

[PATCH 0/3] KVM: arm64: FEAT_{S1POE,ATS1A} support fixes
 2026-06-03 10:41 UTC  (2+ messages)

[PATCH v7 0/5] thermal: samsung: Add support for Google GS101 TMU
 2026-06-03 10:38 UTC  (5+ messages)
` [PATCH v7 2/5] thermal: samsung: Add Exynos ACPM TMU driver GS101

[PATCH RESEND v4 0/8] can: flexcan: Add NXP S32N79 SoC support
 2026-06-03 10:33 UTC  (6+ messages)
` [PATCH RESEND v4 1/8] can: flexcan: use dedicated IRQ handlers for multi-IRQ platforms

[PATCH net-next] net: airoha: Report extack error to the user if airoha_tc_htb_modify_queue() fails
 2026-06-03 10:30 UTC 

[PATCH v2 0/6] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
 2026-06-03 10:27 UTC  (3+ messages)

[PATCH 0/8] ras: aest: extend AEST support to Device Tree frontend
 2026-06-03 10:27 UTC  (5+ messages)
` [PATCH 5/8] dt-bindings: arm: ras: Introduce bindings for ARM AEST

[PATCH v3 0/2] i.MX8MQ EVK: Enable dual OV5640 cameras
 2026-06-03 10:18 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: imx8mq-evk: Enable MIPI CSI and "

[PATCH] pmdomain: mediatek: mfg: move __packed after struct name to fix kernel-doc
 2026-06-03 10:15 UTC  (2+ messages)

[PATCH] pmdomain: ti_sci: add wakeup constraint to parent devices of wakeup source
 2026-06-03 10:15 UTC  (2+ messages)

[PATCH] pmdomain: sunxi: support power domain flags for pck600
 2026-06-03 10:15 UTC  (2+ messages)

[PATCH v3 00/15] clk: introduce clk_determine_rate_noop() and update drivers to use it
 2026-06-03 10:15 UTC  (5+ messages)
` [PATCH v3 14/15] pmdomain: mediatek: airoha: use clk_determine_rate_noop()
` [PATCH v3 15/15] pmdomain: mediatek: mtk-mfg: "

[PATCH v2 0/3] KVM: arm64: Fix host/hyp tracking on share/unshare hypercall failure
 2026-06-03 10:12 UTC  (2+ messages)

[PATCH] media: rockchip: rkcif: Fix error handling for media_entity_remote_source_pad_unique()
 2026-06-03  9:50 UTC  (2+ messages)

[PATCH] ARM: configs: Drop duplicated CONFIG_EXT4_FS
 2026-06-03  9:47 UTC  (4+ messages)

[PATCH v4 1/4] dt-bindings: arm: fsl: add TQMa8MPxS board
 2026-06-03  9:36 UTC  (4+ messages)
` [PATCH v4 2/4] arm64: dts: freescale: add initial device tree for TQMa8MPQS with i.MX8MP
` [PATCH v4 3/4] arm64: dts: freescale: add LVDS overlays for TQMa8MPxS
` [PATCH v4 4/4] arm64: dts: freescale: Add dual-channel LVDS overlay "

[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
 2026-06-03  9:29 UTC  (4+ messages)

[PATCH v3 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
 2026-06-03  9:25 UTC  (3+ messages)
` [PATCH v3 02/18] KVM: arm64: Don't override FFR save/restore argument

[PATCH v2] firmware: arm_ffa: Handle maximum RX/TX buffer size
 2026-06-03  9:23 UTC  (2+ messages)

[PATCH RFC v3 0/5] ZTE zx297520v3 clock bindings and driver
 2026-06-03  9:14 UTC  (3+ messages)
` [PATCH RFC v3 3/5] clk: zte: Introduce a driver for zx297520v3 top clocks and resets


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