linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-30 20:11:46 to 2022-12-01 11:09:39 UTC [more...]

regression: insmod module failed in VM with nvdimm on
 2022-12-01 11:07 UTC  (7+ messages)

[PATCH 0/3] KVM: arm64: Handle CCSIDR associativity mismatches
 2022-12-01 11:06 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Make CCSIDRs consistent
` [PATCH 2/3] arm64: errata: Check for mismatched cache associativity
` [PATCH 3/3] KVM: arm64: Handle CCSIDR associativity mismatches

[PATCH v10 0/6] Introduce PRU remoteproc consumer API
 2022-12-01 11:05 UTC  (7+ messages)
` [PATCH v10 1/6] dt-bindings: remoteproc: Add PRU consumer bindings
` [PATCH v10 2/6] remoteproc: pru: Add APIs to get and put the PRU cores
` [PATCH v10 3/6] remoteproc: pru: Add enum for PRU Core Indentifiers
` [PATCH v10 4/6] remoteproc: pru: Make sysfs entries read-only for PRU client driven boots
` [PATCH v10 5/6] remoteproc: pru: Add pru_rproc_set_ctable() function
` [PATCH v10 6/6] remoteproc: pru: Configure firmware based on client setup

[PATCH V3 1/4] dt-bindings: serial: rs485: Add GPIO controlling RX enable during TX
 2022-12-01 11:02 UTC 

Boot failure regression on 6.0.10 stable kernel on iMX7
 2022-12-01 11:03 UTC  (5+ messages)

[PATCH] mips: ralink: mt7621: change DSA port labels to generic naming
 2022-12-01 10:51 UTC  (2+ messages)

[PATCH] mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2
 2022-12-01 10:50 UTC  (2+ messages)

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-01 10:43 UTC  (53+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

=?gb18030?B?UmWjulJlOiBbUEFUQ0hdbWFpbGJveC9hcm1fc2NwaTogQWRkIHRvIHN1cHBvcnQgUGh5dGl1bSBGVDIwMDAvNCBDUFVzLCBzaG93IHRlbXBlcmF0dXJlIG9mIGNwdS4=?=
 2022-12-01 10:41 UTC 

[PATCH] arch: arm64: dts: apple: Remove stdout-path
 2022-12-01 10:36 UTC 

stable-rc-5.10: arm64: allmodconfig: (.hyp.text+0x1a4c): undefined reference to `__kvm_nvhe_memset'
 2022-12-01 10:36 UTC  (2+ messages)

[PATCH 0/4] arm64: dts: mediatek: Fix systimer clock description
 2022-12-01 10:33 UTC  (7+ messages)
` [PATCH 1/4] arm64: dts: mediatek: mt8183: Fix systimer 13 MHz "
` [PATCH 2/4] arm64: dts: mediatek: mt8192: "
` [PATCH 3/4] arm64: dts: mediatek: mt8195: "
` [PATCH 4/4] arm64: dts: mediatek: mt8186: "

[RFC PATCH v1 0/2] add xhci-exynos to support Samsung Exynos SOCs
 2022-12-01 10:33 UTC  (9+ messages)
    ` [RFC PATCH v1 1/2] dt-bindings: usb: samsung,exynos-xhci: support Samsung Exynos xHCI Controller
    ` [RFC PATCH v1 2/2] usb: host: add xhci-exynos to support Exynos SOCs

[PATCH v5 0/7] Support for the NPU in Vim3
 2022-12-01 10:30 UTC  (5+ messages)
` [PATCH v5 1/7] dt-bindings: reset: meson-g12a: Add missing NNA reset
` [PATCH v5 2/7] dt-bindings: power: Add G12A NNA power domain
` [PATCH v5 3/7] soc: amlogic: meson-pwrc: Add NNA power domain for A311D
` [PATCH v5 4/7] arm64: dts: Add DT node for the VIPNano-QI on the A311D

[PATCH]mailbox/arm_scpi: Add to support Phytium FT2000/4 CPUs, show temperature of cpu
 2022-12-01 10:25 UTC  (2+ messages)

[PATCH] arm64: dts: mt8192: Add adsp power domain controller
 2022-12-01 10:22 UTC  (8+ messages)

[PATCH v2 0/5] Add GMAC support for S32 SoC family
 2022-12-01 10:18 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: net: add schema for NXP S32CC dwmac glue driver

[PATCH] ARM: dts: pxa2xx: Remove bogus interrupt-parent; line
 2022-12-01 10:09 UTC 

[PATCH v2 1/2] thermal: mediatek: add support for MT7986 and MT7981
 2022-12-01 10:07 UTC  (2+ messages)

[PATCH v5] wwan: core: Support slicing in port TX flow of WWAN subsystem
 2022-12-01  9:56 UTC  (2+ messages)

[PATCH net-next 0/4] net: lan966x: Enable PTP on bridge interfaces
 2022-12-01  9:53 UTC  (4+ messages)
` [PATCH net-next 4/4] net: lan966x: Add ptp trap rules

[PATCH v2] media: platform: mtk-mdp3: Fix return value check in mdp_probe()
 2022-12-01  9:45 UTC  (2+ messages)

[PATCH v2 00/12] ASoC: mediatek: Add support for MT8188 SoC
 2022-12-01  9:42 UTC  (9+ messages)
` [PATCH v2 03/12] ASoC: mediatek: mt8188: support audsys clock

[PATCH v5 1/2] drm/fourcc: Add Synaptics VideoSmart tiled modifiers
 2022-12-01  9:38 UTC  (3+ messages)

[PATCH 0/8] dt-bidnings: soc: Introduce UniPhier miscelaneous register blocks
 2022-12-01  9:30 UTC  (18+ messages)
` [PATCH 1/8] dt-bindings: soc: socionext: Add UniPhier system controller
` [PATCH 2/8] dt-bindings: soc: socionext: Add UniPhier SoC-glue logic
` [PATCH 7/8] dt-bindings: soc: socionext: Add UniPhier DWC3 USB glue layer
` [PATCH 8/8] dt-bindings: soc: socionext: Add UniPhier AHCI "

[PATCH] Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()"
 2022-12-01  9:29 UTC  (10+ messages)

[PATCH v4 0/7] Support for the NPU in Vim3
 2022-12-01  9:21 UTC  (5+ messages)
` [PATCH v4 1/7] dt-bindings: reset: meson-g12a: Add missing NNA reset
` [PATCH v4 2/7] dt-bindings: power: Add G12A NNA power domain
` [PATCH v4 3/7] soc: amlogic: meson-pwrc: Add NNA power domain for A311D
` [PATCH v4 4/7] arm64: dts: Add DT node for the VIPNano-QI on the A311D

[PATCH v6 0/6] arm64: Permit EFI boot with MMU and caches on
 2022-12-01  9:18 UTC  (3+ messages)
` [PATCH v6 3/6] arm64: head: record the MMU state at primary entry

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-12-01  9:14 UTC 

[PATCH v5 0/3] Add vcodec lat and core nodes for mt8192
 2022-12-01  9:12 UTC  (2+ messages)

[PATCH v5 0/4] mfd: add tps6594 support for Jacinto platforms
 2022-12-01  9:10 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: mfd: ti,tps6594: add TPS6594 PMIC support
` [PATCH v5 4/4] gpio: gpio-tps6594: add GPIO support for TPS6594 PMIC

[PATCH resend] arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken
 2022-12-01  9:02 UTC  (4+ messages)

[PATCH v3] mailbox: mtk-cmdq: Do not request irq until we are ready
 2022-12-01  8:47 UTC  (2+ messages)

[PATCH RESEND2 v4 0/2] Use devm helpers for regulator get and enable
 2022-12-01  8:41 UTC  (5+ messages)
` [PATCH RESEND2 v4 2/2] drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()

[PATCH V5 0/4] Add S4 SoC PLL and Peripheral clock controller
 2022-12-01  8:36 UTC  (11+ messages)
` [PATCH V5 1/4] clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver and bindings

[RFC PATCH] arch/arm64: put crash_save_cpu() at last before die
 2022-12-01  8:33 UTC 

[PATCH v3 0/5] Support for the NPU in Vim3
 2022-12-01  8:26 UTC  (4+ messages)
` [PATCH v3 1/5] dt-bindings: reset: meson-g12a: Add missing NNA reset

[PATCH v5 0/2] Add gce support for mt8188
 2022-12-01  7:13 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: mailbox: add GCE header file "
` [PATCH v5 2/2] dt-bindings: mailbox: mediatek,gce-mailbox: add mt8188 compatible name

[PATCH v5 2/2] Documentation/gpu: Add Synaptics tiling formats documentation
 2022-12-01  7:25 UTC  (2+ messages)

[PATCH v2 0/2] cfi: free old cfi shadow asynchronously
 2022-12-01  6:41 UTC  (3+ messages)

[syzbot] INFO: task hung in gfs2_gl_hash_clear (3)
 2022-12-01  6:30 UTC  (8+ messages)

[soc:soc/dt] BUILD SUCCESS f8a9f2704a0f9c41c639614b10aa19eab72eb4d2
 2022-12-01  6:17 UTC 

[soc:arm/fixes] BUILD SUCCESS da0cbf9307a227f52a38a0a580a4642ad9d7325c
 2022-12-01  6:17 UTC 

[PATCH] arm64: defconfig: Enable Qualcomm SM6115 / SM4250 Interconnect driver
 2022-12-01  6:13 UTC 

[PATCH net] net: ethernet: ti: am65-cpsw: Fix RGMII configuration at SPEED_10
 2022-12-01  6:00 UTC  (2+ messages)

[PATCH net-next] net: microchip: vcap: Change how the rule id is generated
 2022-12-01  5:50 UTC  (2+ messages)

[PATCH 8/9] dt-bindings: mtd: Split ECC engine with rawnand controller
 2022-12-01  5:24 UTC  (2+ messages)

[soc:mvebu/dt] BUILD SUCCESS 11f24029403e6e24b6136c852511b7cfb7b39f5e
 2022-12-01  5:07 UTC 

[soc:broadcom/dt] BUILD SUCCESS b23024676a2f135dbde2221481e2f4af616d0445
 2022-12-01  4:57 UTC 

[soc:broadcom/dt64] BUILD SUCCESS e567e58d6819adc002c57b81e16b88da24d3b4aa
 2022-12-01  4:57 UTC 

[soc:at91/defconfig-2] BUILD SUCCESS 5f10311e42c069ae43591ff16bb79a7f5a42dea1
 2022-12-01  4:57 UTC 

[soc:apple/soc-drivers] BUILD SUCCESS 5acf07ff25f0c1c44105e6b8ebf88c55a0a04d2f
 2022-12-01  4:57 UTC 

[PATCH v3 0/2] can: mcan: Add MCAN support for FSD SoC
 2022-12-01  4:10 UTC  (6+ messages)
  ` [PATCH v3 1/2] can: m_can: Move mram init to mcan device setup
        `  "

[PATCH 0/3] dt-bindings: net: sunxi: Fix binding validation issues
 2022-12-01  3:45 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: net: sun8i-emac: Fix snps,dwmac.yaml inheritance

[PATCH] iio: adc: at91-sama5d2_adc: use sysfs_emit() to instead of scnprintf()
 2022-12-01  3:42 UTC 

[PATCH] ARM: Remove redundant arch_cpu_idle_prepare()
 2022-12-01  3:13 UTC 

[soc:omap/dt-fixes] BUILD SUCCESS 4f15fc7c0f28ffcd6e9a56396db6edcdfa4c9925
 2022-12-01  2:33 UTC 

[soc:at91/dt-3] BUILD SUCCESS eb93f1d7c91d8d6fe6fc001e0b515d1bbd755fd2
 2022-12-01  2:33 UTC 

[soc:mvebu/dt64] BUILD SUCCESS 99d2900f5fa4b8021631a604cf54b52b94587722
 2022-12-01  2:33 UTC 

[soc:omap/dt] BUILD SUCCESS 42a79edd4a3dc1bb8e89fd2849f9e8e1e1c13977
 2022-12-01  2:33 UTC 

[PATCH] media: platform: mtk-mdp3: Fix return value check in mdp_probe()
 2022-12-01  2:09 UTC  (3+ messages)

[PATCH net-next] net: microchip: vcap: Remove unneeded semicolons
 2022-12-01  2:06 UTC 

[PATCH] arm64: dts: renesas: r8a779f0: Add CA55 operating points
 2022-12-01  2:03 UTC  (2+ messages)

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  1:34 UTC  (6+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

[PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
 2022-12-01  0:31 UTC  (4+ messages)

[PATCH 1/2] ARM: dts: imx6qdl-gw5904: add internal mdio nodes
 2022-12-01  0:31 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl-gw5904: add dt props for populating eth MAC addrs

✅ PASS (87/179 SKIPPED): Test report for for-kernelci (6.1.0-rc7, arm-next, cdb931b5)
 2022-11-30 23:51 UTC 

[PATCH v3 00/13] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2022-11-30 23:32 UTC  (7+ messages)
` [PATCH v3 13/13] dma: arm64: Add CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC and enable it for arm64

[PATCH 0/4] KVM: arm64: Parallel access faults
 2022-11-30 23:21 UTC  (7+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set

[PATCH 1/2] perf/arm-cmn: Cope with spurious IRQs better
 2022-11-30 23:13 UTC  (4+ messages)

[PATCH v3 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-11-30 21:30 UTC  (3+ messages)
` [PATCH v3 4/4] dt-bindings: bus: add documentation for Aspeed AHBC

[PATCH V2 0/6] Xilinx DMA enhancements and optimization
 2022-11-30 21:27 UTC  (5+ messages)
` [PATCH V2 1/6] dt-bindings: dmaengine: xilinx_dma:Add xlnx,axistream-connected property

[PATCH V2 1/4] dt_bindings: rs485: Add binding for GPIO that controls Rx enable during Tx
 2022-11-30 21:15 UTC  (2+ messages)

[syzbot] kernel panic: stack is corrupted in hfs_cat_create
 2022-11-30 21:04 UTC 

[PATCH v3 0/6] ARM: Add GXP Fan and SPI controllers
 2022-11-30 20:08 UTC  (7+ messages)
` [PATCH v3 1/6] hwmon: (gxp-fan-ctrl) Add GXP fan controller
` [PATCH v3 2/6] ABI: sysfs-class-hwmon: add a description for fanY_fault
` [PATCH v3 3/6] dt-bindings: hwmon: Add hpe,gxp-fan-ctrl
` [PATCH v3 4/6] ARM: dts: add GXP Support for fans and SPI
` [PATCH v3 5/6] ARM: multi_v7_defconfig: Add GXP Fan and SPI support
` [PATCH v3 6/6] MAINTAINERS: add gxp fan controller and documents


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).