linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-30 16:31:34 to 2022-12-01 07:03:24 UTC [more...]

regression: insmod module failed in VM with nvdimm on
 2022-12-01  7:01 UTC  (3+ 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  (9+ 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)

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  5:21 UTC  (52+ 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()

[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 

[RFC PATCH v1 0/2] add xhci-exynos to support Samsung Exynos SOCs
 2022-12-01  2:13 UTC  (3+ 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 v2] media: platform: mtk-mdp3: Fix return value check in mdp_probe()
 2022-12-01  2:35 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  (8+ 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)

Boot failure regression on 6.0.10 stable kernel on iMX7
 2022-11-30 22:59 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 v5 0/4] mfd: add tps6594 support for Jacinto platforms
 2022-11-30 20:42 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: mfd: ti,tps6594: add TPS6594 PMIC support

[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

[PATCH v5 0/4] Apple SoC cpufreq driver
 2022-11-30 19:50 UTC  (8+ messages)
` [PATCH v5 2/4] dt-bindings: cpufreq: apple,soc-cpufreq: Add binding for Apple SoC cpufreq

[PATCH v2 00/38] arm64/sysreg: Convert aarch32 id regs
 2022-11-30 19:08 UTC  (41+ messages)
` [PATCH v2 01/38] arm64/sysreg: Standardise naming for ID_MMFR0_EL1
` [PATCH v2 02/38] arm64/sysreg: Standardise naming for ID_MMFR4_EL1
` [PATCH v2 03/38] arm64/sysreg: Standardise naming for ID_MMFR5_EL1
` [PATCH v2 04/38] arm64/sysreg: Standardise naming for ID_ISAR0_EL1
` [PATCH v2 05/38] arm64/sysreg: Standardise naming for ID_ISAR4_EL1
` [PATCH v2 06/38] arm64/sysreg: Standardise naming for ID_ISAR5_EL1
` [PATCH v2 07/38] arm64/sysreg: Standardise naming for ID_ISAR6_EL1
` [PATCH v2 08/38] arm64/sysreg: Standardise naming for ID_PFR0_EL1
` [PATCH v2 09/38] arm64/sysreg: Standardise naming for ID_PFR1_EL1
` [PATCH v2 10/38] arm64/sysreg: Standardise naming for ID_PFR2_EL1
` [PATCH v2 11/38] arm64/sysreg: Standardise naming for ID_DFR0_EL1
` [PATCH v2 12/38] arm64/sysreg: Standardise naming for ID_DFR1_EL1
` [PATCH v2 13/38] arm64/sysreg: Standardise naming for MVFR0_EL1
` [PATCH v2 14/38] arm64/sysreg: Standardise naming for MVFR1_EL1
` [PATCH v2 15/38] arm64/sysreg: Standardise naming for MVFR2_EL1
` [PATCH v2 16/38] arm64/sysreg: Extend the maximum width of a register and symbol name
` [PATCH v2 17/38] arm64/sysreg: Convert ID_MMFR0_EL1 to automatic generation
` [PATCH v2 18/38] arm64/sysreg: Convert ID_MMFR1_EL1 "
` [PATCH v2 19/38] arm64/sysreg: Convert ID_MMFR2_EL1 "
` [PATCH v2 20/38] arm64/sysreg: Convert ID_MMFR3_EL1 "
` [PATCH v2 21/38] arm64/sysreg: Convert ID_MMFR4_EL1 "
` [PATCH v2 22/38] arm64/sysreg: Convert ID_ISAR0_EL1 "
` [PATCH v2 23/38] arm64/sysreg: Convert ID_ISAR1_EL1 "
` [PATCH v2 24/38] arm64/sysreg: Convert ID_ISAR2_EL1 "
` [PATCH v2 25/38] arm64/sysreg: Convert ID_ISAR3_EL1 "
` [PATCH v2 26/38] arm64/sysreg: Convert ID_ISAR4_EL1 "
` [PATCH v2 27/38] arm64/sysreg: Convert ID_ISAR5_EL1 "
` [PATCH v2 28/38] arm64/sysreg: Convert ID_ISAR6_EL1 "
` [PATCH v2 29/38] arm64/sysreg: Convert ID_PFR0_EL1 "
` [PATCH v2 30/38] arm64/sysreg: Convert ID_PFR1_EL1 "
` [PATCH v2 31/38] arm64/sysreg: Convert ID_PFR2_EL1 "
` [PATCH v2 32/38] arm64/sysreg: Convert MVFR0_EL1 "
` [PATCH v2 33/38] arm64/sysreg: Convert MVFR1_EL1 "
` [PATCH v2 34/38] arm64/sysreg: Convert MVFR2_EL1 "
` [PATCH v2 35/38] arm64/sysreg: Convert ID_MMFR5_EL1 "
` [PATCH v2 36/38] arm64/sysreg: Convert ID_AFR0_EL1 "
` [PATCH v2 37/38] arm64/sysreg: Convert ID_DFR0_EL1 "
` [PATCH v2 38/38] arm64/sysreg: Convert ID_DFR1_EL1 "

[RFC PATCH v2 0/6] Add metrics for neoverse-n2
 2022-11-30 18:58 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/6] perf vendor events arm64: Add PE utilization "

[PATCH 6.0 070/289] ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
 2022-11-30 18:20 UTC 

[PATCH v2 09/11] pwm: rockchip: Propagate errors in .get_state() to the caller
 2022-11-30 18:37 UTC  (2+ messages)

[PATCH 5.15 071/206] ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
 2022-11-30 18:22 UTC 

[stable:PATCH v4.9.334 0/2] arm64: errata: Spectre-BHB fixes
 2022-11-30 18:29 UTC  (3+ messages)
` [stable:PATCH v4.9.334 1/2] arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectors
` [stable:PATCH v4.9.334 2/2] arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72

[stable:PATCH v4.14.300 0/2] arm64: errata: Spectre-BHB fixes
 2022-11-30 18:29 UTC  (3+ messages)
` [stable:PATCH v4.14.300 1/2] arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectors
` [stable:PATCH v4.14.300 2/2] arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72

[PATCH] iio: adc: stm32-dfsdm: fill module aliases
 2022-11-30 18:29 UTC  (2+ messages)

[stable:PATCH v4.19.267 0/2] arm64: errata: Spectre-BHB fixes
 2022-11-30 18:29 UTC  (3+ messages)
` [stable:PATCH v4.19.267 1/2] arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectors
` [stable:PATCH v4.19.267 2/2] arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72

[stable:PATCH v5.4.225 0/2] arm64: errata: Spectre-BHB fixes
 2022-11-30 18:28 UTC  (3+ messages)
` [stable:PATCH v5.4.225 1/2] arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectors
` [stable:PATCH v5.4.225 2/2] arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72

[PATCH 5.10 045/162] ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl
 2022-11-30 18:22 UTC 

[PATCH v1 0/9] Add support to configure TPDM DSB subunit
 2022-11-30 18:15 UTC  (3+ messages)
` [PATCH v1 1/9] dt-bindings: arm: Add support for DSB element

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

[PATCH 0/4] arm64: Add return address protection to asm code
 2022-11-30 17:45 UTC  (5+ messages)
` [PATCH 4/4] arm64: ftrace: Add return address protection

[PATCH] arm64: zynqmp: Enable hs termination flag for USB dwc3 controller
 2022-11-30 17:17 UTC  (6+ messages)
` Meaning of commented out dma-coherent in ZynqMP DWC3 DT node (Was: Re: [PATCH] arm64: zynqmp: Enable hs termination flag for USB dwc3 controller)

[PATCH 00/38] arm64/sysreg: Convert aarch32 id regs
 2022-11-30 17:17 UTC  (8+ messages)
` [PATCH 29/38] arm64/sysreg: Convert ID_PFR0_EL1 to automatic generation
` [PATCH 37/38] arm64/sysreg: Convert ID_DFR0_EL1 "

[PATCH] driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()
 2022-11-30 17:06 UTC  (2+ messages)

[PATCH] iio: adc: xilinx-ams: fix devm_krealloc() return value check
 2022-11-30 17:04 UTC  (2+ messages)

[PATCH V5 0/7] arm64/perf: Enable branch stack sampling
 2022-11-30 16:56 UTC  (5+ messages)
` [PATCH V5 6/7] arm64/perf: Add BRBE driver

[PATCH net-next 0/4] net: lan966x: Enable PTP on bridge interfaces
 2022-11-30 16:54 UTC  (3+ messages)
` [PATCH net-next 4/4] net: lan966x: Add ptp trap rules

[linux-next:master] BUILD REGRESSION 700e0cd3a5ce6a2cb90d9a2aab729b52f092a7d6
 2022-11-30 16:52 UTC 

[PATCH] arm64: zynqmp: Rename overlay source files from .dts to .dtso
 2022-11-30 16:51 UTC  (3+ messages)

[PATCH v2 0/7] Rename DTB overlay source files
 2022-11-30 16:50 UTC  (3+ messages)
` [PATCH v2 6/7] arm64: dts: xilinx: Rename DTB overlay source files from .dts to .dtso

[PATCH v5 1/2] drm/fourcc: Add Synaptics VideoSmart tiled modifiers
 2022-11-30 16:49 UTC  (2+ messages)

[PATCH 0/3] arm64: mm: Model LVA support as a CPU feature
 2022-11-30 16:40 UTC  (7+ messages)
` [PATCH 2/3] arm64: mm: Handle "

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2022-11-30 16:37 UTC  (3+ messages)
` [RFC PATCH v4 2/4] dpll: Add DPLL framework base functions

[PATCH] arm64: xilinx: Fix opp-table-cpu
 2022-11-30 16:30 UTC  (2+ messages)


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