linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 07:12:43 to 2022-04-08 12:37:20 UTC [more...]

arm64 spectre-bhb backports break boot on stable kernels <= v5.4
 2022-04-08 12:00 UTC 

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-08 12:00 UTC  (7+ messages)

[PATCH v10 00/24] drm/rockchip: RK356x VOP2 support
 2022-04-08 11:22 UTC  (24+ messages)
` [PATCH v10 01/24] clk: rk3568: Mark hclk_vo as critical
` [PATCH v10 02/24] drm/rockchip: Embed drm_encoder into rockchip_decoder
` [PATCH v10 03/24] drm/rockchip: Add crtc_endpoint_id to rockchip_encoder
` [PATCH v10 04/24] drm/rockchip: dw_hdmi: rename vpll clock to reference clock
` [PATCH v10 05/24] dt-bindings: display: rockchip: dw-hdmi: use "ref" as clock name
` [PATCH v10 06/24] arm64: dts: rockchip: rk3399: rename HDMI ref clock to 'ref'
` [PATCH v10 07/24] drm/rockchip: dw_hdmi: add rk3568 support
` [PATCH v10 08/24] dt-bindings: display: rockchip: dw-hdmi: Add compatible for rk3568 HDMI
` [PATCH v10 09/24] drm/rockchip: dw_hdmi: add regulator support
` [PATCH v10 10/24] dt-bindings: display: rockchip: dw-hdmi: Add "
` [PATCH v10 11/24] drm/rockchip: dw_hdmi: Use auto-generated tables
` [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook
` [PATCH v10 13/24] drm/rockchip: dw_hdmi: Set cur_ctr to 0 always
` [PATCH v10 14/24] drm/rockchip: dw_hdmi: add default 594Mhz clk for 4K@60hz
` [PATCH v10 15/24] dt-bindings: display: rockchip: dw-hdmi: Make unwedge pinctrl optional
` [PATCH v10 16/24] arm64: dts: rockchip: rk356x: Add VOP2 nodes
` [PATCH v10 17/24] arm64: dts: rockchip: rk356x: Add HDMI nodes
` [PATCH v10 18/24] arm64: dts: rockchip: rk3568-evb: Enable VOP2 and hdmi
` [PATCH v10 19/24] arm64: dts: rockchip: enable vop2 and hdmi tx on quartz64a
` [PATCH v10 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a
` [PATCH v10 21/24] drm/rockchip: Make VOP driver optional
` [PATCH v10 23/24] dt-bindings: display: rockchip: Add binding for VOP2
` [PATCH v10 24/24] dt-bindings: display: rockchip: dw-hdmi: fix ports description

[PATCH v13 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-04-08 11:43 UTC  (40+ messages)
` [PATCH v13 01/39] kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
` [PATCH v13 02/39] kselftest/arm64: Remove assumption that tasks start FPSIMD only
` [PATCH v13 03/39] kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets
` [PATCH v13 04/39] arm64/sme: Provide ABI documentation for SME
` [PATCH v13 05/39] arm64/sme: System register and exception syndrome definitions
` [PATCH v13 06/39] arm64/sme: Manually encode SME instructions
` [PATCH v13 07/39] arm64/sme: Early CPU setup for SME
` [PATCH v13 08/39] arm64/sme: Basic enumeration support
` [PATCH v13 09/39] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v13 10/39] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v13 11/39] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v13 12/39] arm64/sme: Implement support for TPIDR2
` [PATCH v13 13/39] arm64/sme: Implement SVCR context switching
` [PATCH v13 14/39] arm64/sme: Implement streaming SVE "
` [PATCH v13 15/39] arm64/sme: Implement ZA "
` [PATCH v13 16/39] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v13 17/39] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v13 18/39] arm64/sme: Implement streaming SVE signal handling
` [PATCH v13 19/39] arm64/sme: Implement ZA "
` [PATCH v13 20/39] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v13 21/39] arm64/sme: Add ptrace support for ZA
` [PATCH v13 22/39] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v13 23/39] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v13 24/39] KVM: arm64: Hide SME system registers from guests
` [PATCH v13 25/39] KVM: arm64: Trap SME usage in guest
` [PATCH v13 26/39] KVM: arm64: Handle SME host state when running guests
` [PATCH v13 27/39] arm64/sme: Provide Kconfig for SME
` [PATCH v13 28/39] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v13 29/39] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v13 30/39] kselftest/arm64: Add tests for TPIDR2
` [PATCH v13 31/39] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v13 32/39] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v13 33/39] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v13 34/39] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v13 35/39] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v13 36/39] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v13 37/39] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v13 38/39] kselftest/arm64: Add SME support to syscall ABI test
` [PATCH v13 39/39] selftests/arm64: Add a testcase for handling of ZA on clone()

[PATCH] clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu()
 2022-04-08 11:55 UTC  (2+ messages)

[RFC PATCH v1 0/9] arm64: livepatch: Use DWARF Call Frame Information for frame pointer validation
 2022-04-08 11:54 UTC  (5+ messages)

allmodconfig builds failing to link on arm64
 2022-04-08 11:54 UTC 

[PATCH] spi: atmel,quadspi: Define lan966x QSPI
 2022-04-08 11:52 UTC  (3+ messages)

[PATCH v2 0/2] Introduce MediaTek CCI devfreq driver
 2022-04-08 11:51 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: devfreq: mediatek: Add mtk cci devfreq dt-bindings
` [PATCH v2 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver

[PATCH V2 00/15] cpufreq: mediatek: Cleanup and support MT8183 and MT8186
 2022-04-08 11:49 UTC  (5+ messages)
` [PATCH V2 01/15] dt-bindings: cpufreq: mediatek: Add MediaTek CCI property

[PATCH] arm64: dts: imx8mn-evk: add QSPI flash
 2022-04-08 11:43 UTC  (2+ messages)

[PATCH net-next 00/15] net: Remove use of list iterator after loop body
 2022-04-08 11:41 UTC  (4+ messages)
` [PATCH net-next 02/15] net: dsa: sja1105: Remove usage of iterator for list_add() after loop

[PATCH v2 00/10] gpiolib: Handle immutable irq_chip structures
 2022-04-08 11:35 UTC  (4+ messages)
` [PATCH v2 10/10] Documentation: Update the recommended pattern for GPIO irqchips

[PATCHv6] tty: hvc: dcc: Bind driver to CPU core0 for reads and writes
 2022-04-08 11:36 UTC  (3+ messages)

[PATCH 0/2] dt-bindings: regulator: Fix uniphier descriptions
 2022-04-08 11:36 UTC  (2+ messages)

[PATCH net-next v3 0/3] Add Clause 45 support for Aspeed MDIO
 2022-04-08 11:30 UTC 

[PATCH v7 0/1] firmware: mtk: add adsp ipc protocol for SOF
 2022-04-08 11:11 UTC  (3+ messages)

[PATCH V4 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-08 11:19 UTC  (10+ messages)
` [PATCH V4 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 3/7] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V4 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCHv10 0/6] lib/rwmmio/arm64: Add support to trace register reads/writes
 2022-04-08 11:17 UTC  (2+ messages)

[RFC PATCH -next V2 0/7]arm64: add machine check safe support
 2022-04-08 11:11 UTC  (7+ messages)
` [RFC PATCH -next V2 7/7] arm64: add pagecache reading to machine check safe

[PATCH 1/2] thermal: imx8mm: Add hwmon support
 2022-04-08 11:09 UTC  (2+ messages)
` [PATCH 2/2] thermal/drivers/thermal_helpers: Adjust output format

[PATCH 09/11] perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant
 2022-04-08 11:01 UTC  (3+ messages)

[PATCH 0/2] dt-bindings: net: Fix ave descriptions
 2022-04-08 11:00 UTC  (2+ messages)

[arm:clearfog 9/10] drivers/pci/pcie/portdrv_core.c:330 pcie_port_device_register() warn: inconsistent indenting
 2022-04-08 10:53 UTC 

[PATCH 0/1] arm64: dts: mt8192: Add vcodec lat and core nodes
 2022-04-08 10:41 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v1 0/5] arm64: dts: imx8mq-librem5: phone description updates
 2022-04-08 10:41 UTC  (2+ messages)

[PATCH v3 0/1] soc: fujitsu: Add A64FX diagnostic interrupt driver
 2022-04-08 10:32 UTC  (4+ messages)
` [PATCH v3 1/1] "

[PATCH v3 0/4] PCI: mvebu: Slot support
 2022-04-08 10:31 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property

[PATCH 1/2] nvmem: core: support passing DT node in cell info
 2022-04-08 10:20 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: nvmem: Add apple,efuses
 2022-04-08 10:18 UTC  (3+ messages)
` [PATCH v3 2/2] nvmem: Add Apple eFuse driver

[PATCHv2 0/3] TI timer changes for am6
 2022-04-08 10:17 UTC  (4+ messages)
` [PATCH 1/3] clocksource/drivers/timer-ti-dm: Move inline functions to driver "
` [PATCH 2/3] clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3
` [PATCH 3/3] clocksource/drivers/timer-ti-dm: Add compatible for am6 SoCs

[PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6
 2022-04-08 10:07 UTC  (6+ messages)

[PATCH] kasan: Fix hw tags enablement when KUNIT tests are disabled
 2022-04-08 10:03 UTC 

[PATCH] ASoC: mediatek: mt8195: Make sure of_device_id table are NULL terminated
 2022-04-08 10:03 UTC 

[v10 0/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s
 2022-04-08 10:01 UTC  (9+ messages)
` [v10 1/4] ASoC: dt-bindings: mt8192-mt6359: add new compatible and new properties
` [v10 2/4] ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speaker
` [v10 3/4] ASoC: mediatek: mt8192: refactor for I2S8/I2S9 DAI links of headset
` [v10 4/4] ASoC: mediatek: mt8192: support rt1015p_rt5682s

[PATCH 1/2] ARM: dts: keystone: align SPI NOR node name with dtschema
 2022-04-08  9:59 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: keystone: fix case in SPI NOR node compatible

[PATCH] ARM: highbank: Fix missing of_node_put in highbank_init()
 2022-04-08  9:48 UTC 

[PATCH v21 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-04-08  9:47 UTC  (3+ messages)

[PATCH] iommu/omap: Fix regression in probe for NULL pointer dereference
 2022-04-08  9:40 UTC  (4+ messages)

[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
 2022-04-08  9:34 UTC  (7+ messages)
` [PATCH v2 01/14] dt-bindings: net: mediatek: add optional properties for the SoC ethernet core
` [PATCH v2 05/14] dt-bindings: arm: mediatek: document the pcie mirror node on MT7622

[RFC PATCH v3 00/13] objtool: add base support for arm64
 2022-04-08  9:25 UTC  (4+ messages)
` [RFC PATCH v3 13/13] objtool: arm64: Enable stack validation "

remoteproc: imx_rproc race
 2022-04-08  9:23 UTC  (4+ messages)

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-08  9:11 UTC  (16+ messages)
` [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN

[PATCH 0/3] mmc: improve API to make clear {h|s}w_reset is for cards
 2022-04-08  9:05 UTC  (3+ messages)
` [PATCH 3/3] mmc: improve API to make clear hw_reset callback "

[PATCH 1/2] dt-bindings: arm: Add i.MX8M Mini Toradex Verdin based Menlo board
 2022-04-08  8:49 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: imx8mm: "

[PATCH v5 0/3] use more system keyrings to verify arm64 kdump kernel image signature
 2022-04-08  8:59 UTC  (3+ messages)

[PATCH 0/4] Unifrom keyring support across architectures and functions
 2022-04-08  8:51 UTC  (5+ messages)
` [PATCH 1/4] Fix arm64 kexec forbidding kernels signed with keys in the secondary keyring to boot

[RESEND v17 0/7] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2022-04-08  8:49 UTC  (9+ messages)
` [RESEND v17 3/7] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0

[soc:pxa-multiplatform-5.18 30/48] arch/mips/alchemy/devboards/db1300.c:744:10: error: 'struct wm97xx_mach_ops' has no member named 'irq_enable'
 2022-04-08  8:45 UTC  (2+ messages)

[PATCH v1 0/3] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
 2022-04-08  8:40 UTC  (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Wrapper for getting pmu_events
` [PATCH v1 2/3] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v1 3/3] KVM: arm64: Reenable pmu in Protected Mode

[PATCH 0/4] Add ARMv8 NEON and Crypto Extensions implementation of SM4-ECB/CBC/CFB/CTR
 2022-04-08  8:30 UTC  (2+ messages)

[PATCH 00/19] crypto: allwinner: lots of fixes
 2022-04-08  8:24 UTC  (2+ messages)

[PATCH v2] drm/mediatek: dpi: Use mt8183 output formats for mt8192
 2022-04-08  8:18 UTC  (2+ messages)

[PATCH v2 0/7] Add the iMX8MP PCIe support
 2022-04-08  8:12 UTC  (4+ messages)

[PATCH] net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-08  8:12 UTC 

[PATCH] soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-08  8:08 UTC 

[PATCH v3 0/4] clocksource: Add MCT support for ARTPEC-8
 2022-04-08  8:02 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: timer: exynos4210-mct: Add ARTPEC-8 MCT support
` [PATCH v3 2/4] clocksource/drivers/exynos_mct: Support frc-shared property
` [PATCH v3 3/4] clocksource/drivers/exynos_mct: Support local-timers property

[arm:zii 29/146] drivers/net/dsa/qca8k.c:1988:8: error: implicit declaration of function 'qca8k_reg_clear'
 2022-04-08  8:00 UTC 

[PATCH v3 00/10] power: reset: at91-reset: add support for sama7g5
 2022-04-08  8:00 UTC  (11+ messages)
` [PATCH v3 01/10] ARM: dts: at91: use generic name for reset controller
` [PATCH v3 02/10] dt-bindings: reset: convert Atmel/Microchip reset controller to YAML
` [PATCH v3 03/10] dt-bindings: reset: atmel, at91sam9260-reset: add sama7g5 bindings
` [PATCH v3 04/10] dt-bindings: reset: add sama7g5 definitions
` [PATCH v3 05/10] power: reset: at91-reset: document structures and enums
` [PATCH v3 06/10] power: reset: at91-reset: add at91_reset_data
` [PATCH v3 07/10] power: reset: at91-reset: add reset_controller_dev support
` [PATCH v3 08/10] power: reset: at91-reset: add support for SAMA7G5
` [PATCH v3 09/10] ARM: dts: at91: sama7g5: add reset-controller node
` [PATCH v3 10/10] ARM: configs: sama7: enable CONFIG_RESET_CONTROLLER

[PATCH] MIPS: dts: align SPI NOR node name with dtschema
 2022-04-08  7:50 UTC  (2+ messages)

[PATCH 0/5] arm64: Treat ESR_ELx as a 64-bit register
 2022-04-08  7:47 UTC  (3+ messages)
` [PATCH 5/5] KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high

[PATCH 1/4] dt-bindings: timer: Add am6 compatible for ti-timer
 2022-04-08  7:43 UTC  (5+ messages)

[PATCH 1/2] ARM: dts: meson: align SPI NOR node name with dtschema
 2022-04-08  7:42 UTC  (6+ messages)
` [PATCH 2/2] arm64: "

[PATCH] arm64: dts: remove cpu compatible "arm,armv8" for s4
 2022-04-08  7:37 UTC  (3+ messages)

[PATCH v2 0/2] Enable orphan-handling=warn for VDSO
 2022-04-08  7:22 UTC  (6+ messages)
` [PATCH v2 1/2] arm64: vdso: put ELF related sections in the linker script
` [PATCH v2 2/2] arm64: vdso: enable orphan handling for VDSO

[PATCH V4] arm64: dts: add support for S4 based Amlogic AQ222
 2022-04-08  7:17 UTC  (3+ messages)

[PATCH 0/3] Ensure Low period of SCL is correct
 2022-04-08  7:19 UTC  (7+ messages)
` [PATCH 2/3] i2c: meson: Use 50% duty cycle for I2C clock

[PATCH v2] printk: ringbuffer: Improve prb_next_seq() performance
 2022-04-08  7:15 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: Add i.MX8M Plus Gateworks GW74xx board
 2022-04-08  7:13 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: imx: Add i.MX8M Plus Gateworks gw7400 dts support

[PATCH] ARM: config: Refresh IXP4xx config after multiplatform
 2022-04-08  7:12 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).