linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-29 05:07:29 to 2025-04-29 15:19:08 UTC [more...]

[PATCH v2 0/6] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-04-29 14:47 UTC  (3+ messages)
` [PATCH v2 1/6] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1

[PATCH 0/2] vdso: Work around and reject absolute relocations
 2025-04-29 12:55 UTC  (3+ messages)
` [PATCH 1/2] arm64: vdso: Work around invalid absolute relocations from GCC
` [PATCH 2/2] vdso: Reject absolute relocations during build

[PATCH v3 00/33] drm/msm: sparse / "VM_BIND" support
 2025-04-29 14:05 UTC  (7+ messages)
` [PATCH v3 03/33] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()

[PATCH v2 0/7] Optimize mprotect for large folios
 2025-04-29 14:02 UTC  (27+ messages)
` [PATCH v2 1/7] mm: Refactor code in mprotect
` [PATCH v2 2/7] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v2 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v2 4/7] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v2 5/7] arm64: Add batched version of ptep_modify_prot_commit
` [PATCH v2 6/7] mm: Batch around can_change_pte_writable()
` [PATCH v2 7/7] mm: Optimize mprotect() through PTE-batching

[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
 2025-04-29 14:30 UTC  (27+ messages)
` [PATCH v3 01/42] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v3 02/42] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v3 03/42] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 09/42] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 18/42] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v3 40/42] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v3 41/42] KVM: arm64: Add FGT descriptors for FEAT_FGT2

tps65219/am62p kernel oops
 2025-04-29 13:21 UTC 

[PATCH v2 1/3] dt-bindings: phy: imx8mq-usb: improve some tuning properties
 2025-04-29 13:10 UTC  (6+ messages)

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-04-29 14:34 UTC  (7+ messages)
` [PATCH 1/7] iommu/arm-smmu-v3: Remove iommu_ops pgsize_bitmap
` [PATCH 2/7] iommu/arm-smmu: "
` [PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
` [PATCH 4/7] iommu: Remove iommu_ops pgsize_bitmap from simple drivers
` [PATCH 5/7] iommu/mtk: Remove iommu_ops pgsize_bitmap
` [PATCH 7/7] iommu: Remove ops->pgsize_bitmap

[PATCH] arm64: dts: ti: k3-am65-main: Add missing taps to sdhci0
 2025-04-29 14:39 UTC  (2+ messages)

[PATCH] net: call inet_twsk_put() on TIMEWAIT sockets It is possible for a pointer of type struct inet_timewait_sock to be returned from the functions __inet_lookup_established() and __inet6_lookup_established(). This can cause a crash when the returned pointer is of type struct inet_timewait_sock and sock_put() is called on it. The following is a crash call stack that shows sk->sk_wmem_alloc being accessed in sk_free() during the call to sock_put() on a struct inet_timewait_sock pointer. To avoid this issue, use inet_twsk_put() instead of sock_put() when sk->sk_state is TCP_TIME_WAIT
 2025-04-29 14:34 UTC  (2+ messages)

[PATCH 0/6] arm64: dts: imx: Move Ethernet aliases out of SoC DTSI
 2025-04-29 14:30 UTC  (7+ messages)
` [PATCH 6/6] arm64: dts: imx8qm: Add Ethernet aliases

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-29 14:14 UTC  (14+ messages)

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-04-29 14:09 UTC  (3+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: add support for MT7988 internal 2.5G PHY
 2025-04-29 14:12 UTC  (3+ messages)

[PATCH v3 0/3] Introduce SCMI Quirks framework
 2025-04-29 14:11 UTC  (3+ messages)
` [PATCH v3 1/3] firmware: arm_scmi: Ensure that the message-id supports fastchannel
` [PATCH v3 3/3] firmware: arm_scmi: quirk: Fix CLOCK_DESCRIBE_RATES triplet

[PATCH v2 0/7] Move pKVM ownership state to hyp_vmemmap
 2025-04-29 13:41 UTC  (2+ messages)

[PATCH v2 0/4] Introduce SCMI Quirks framework
 2025-04-29 13:37 UTC  (9+ messages)
` [PATCH v2 2/4] firmware: arm_scmi: Add "
` [PATCH v2 4/4] [NOT FOR UPSTREAM] firmware: arm_scmi: quirk: Ignore FC bit in attributes

[PATCH] Documentation (arm64):Advanced SIMD and floating point support condition
 2025-04-29 13:11 UTC  (2+ messages)

[PATCH v4] tty: serial: samsung_tty: support 18 uart ports
 2025-04-29 13:05 UTC  (2+ messages)

[PATCH] arm64: dts: exynos: Added the ethernet pin configuration
 2025-04-29 13:07 UTC  (4+ messages)

[PATCH v6 0/7] Add STM32MP25 LPTIM support: MFD, PWM, IIO, counter, clocksource
 2025-04-29 12:51 UTC  (8+ messages)
` [PATCH v6 1/7] dt-bindings: mfd: stm32-lptimer: add support for stm32mp25
` [PATCH v6 2/7] "
` [PATCH v6 3/7] clocksource: "
` [PATCH v6 4/7] pwm: stm32-lp: "
` [PATCH v6 5/7] arm64: defconfig: enable STM32 LP timer clockevent driver
` [PATCH v6 6/7] arm64: dts: st: add low-power timer nodes on stm32mp251
` [PATCH v6 7/7] arm64: dts: st: use lptimer3 as tick broadcast source on stm32mp257f-ev1

[PATCH v2 0/2] Add Qualcomm extended CTI support
 2025-04-29 12:38 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: arm: Add Qualcomm extended CTI
` [PATCH v2 2/2] coresight: cti: Add Qualcomm extended CTI support

[PATCH v2 00/22] iommufd: Add vIOMMU infrastructure (Part-4 vCMDQ)
 2025-04-29 12:40 UTC  (19+ messages)
` [PATCH v2 04/22] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v2 10/22] iommufd/viommmu: Add IOMMUFD_CMD_VCMDQ_ALLOC ioctl
` [PATCH v2 11/22] iommufd: Add for-driver helpers iommufd_vcmdq_depend/undepend()

[PATCH v2 07/34] drm/bridge: lt9611uxc: convert to devm_drm_bridge_alloc() API
 2025-04-29 12:09 UTC  (4+ messages)
` [PATCH v2 15/34] drm/mcde: "

[PATCH net-next 0/4] RGMII mode clarification + am65-cpsw fix
 2025-04-29 12:08 UTC  (9+ messages)
` [PATCH net-next 1/4] dt-bindings: net: ethernet-controller: update descriptions of RGMII modes

[PATCH v5 0/2] media: rockchip: rkisp1: Add support for WDR and AWB64
 2025-04-29 11:41 UTC  (3+ messages)
` [PATCH v5 1/2] media: rockchip: rkisp1: Add support for Wide Dynamic Range
` [PATCH v5 2/2] media: rockchip: rkisp1: Add support for AWB64

[PATCH v2] KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
 2025-04-29 11:43 UTC 

[PATCH 0/2] KVM: arm64: Make AArch64 support sticky
 2025-04-29 11:41 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Prevent userspace from disabling AArch64 support at any virtualisable EL
` [PATCH 2/2] KVM: arm64: selftest: Don't try to disable AArch64 support

[PATCH 0/1] arm64: enable PREEMPT_LAZY
 2025-04-29 12:45 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v3 00/11] ARM: qcom: fix APQ8064 schema warnings
 2025-04-29 12:23 UTC  (7+ messages)
` [PATCH v3 01/11] Revert "dt-bindings: mfd: syscon: Add qcom,apq8064-mmss-sfpb"

[PATCH 0/2] Add support for rk3399 industry evaluation board
 2025-04-29 12:22 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Add rk3399-evb-ind board

[PATCH v5 00/23] RV: Linear temporal logic monitors for RT application
 2025-04-29 12:01 UTC  (2+ messages)
` [PATCH v5 17/23] arm64: mm: Add page fault trace points

[PATCH nand/next] mtd: nand: spi: Use write_cache first and then update_cache in write operation
 2025-04-29 11:58 UTC  (5+ messages)

[PATCH v1 0/4] arm64: dts: freescale: imx8mp-toradex-smarc: add fan, ec, gpio
 2025-04-29 11:31 UTC  (5+ messages)
` [PATCH v1 1/4] arm64: dts: freescale: imx8mp-toradex-smarc: add fan PWM configuration
` [PATCH v1 2/4] arm64: dts: freescale: imx8mp-toradex-smarc: add embedded controller
` [PATCH v1 3/4] arm64: dts: freescale: imx8mp-toradex-smarc: add gpio expander
` [PATCH v1 4/4] arm64: defconfig: Add Toradex Embedded Controller config

[PATCH v4 0/2] Add bootph-all property to necessary nodes to enable ethernet boot for AM68-SK, J722s and AM62p-SK
 2025-04-29 11:27 UTC  (4+ messages)
` [PATCH v4 1/2] arm64: dts: ti: k3-am68-sk-base-board: Add bootph-all property to enable Ethernet boot
` [PATCH v4 2/2] arm64: dts: ti: k3-am62p*/k3-j722s: "

[PATCH v6 0/2] Add more devm_ functions to fix PM imbalance in spi/atmel-quadspi.c
 2025-04-29 11:08 UTC  (5+ messages)
` [PATCH v6 1/2] pm: runtime: Add new devm functions

✅ PASS: Test report for for-kernelci (6.15.0-rc4, upstream-arm-next, 66d2d510)
 2025-04-29 11:02 UTC 

[PATCH 1/2] bindings: arm: fsl: Add PHYTEC phyBOARD-Nash-i.MX93 board
 2025-04-29 12:06 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: freescale: Add PHYTEC phyBOARD-Nash-i.MX93 support

[PATCH 1/1] drm: lcdif: Use dev_err_probe()
 2025-04-29 10:14 UTC  (2+ messages)

[PATCH net-next v6 00/11] PRU-ICSSM Ethernet Driver
 2025-04-29 10:11 UTC  (13+ messages)
` [PATCH net-next v6 01/11] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx, AM43xx and AM33xx SOCs
` [PATCH net-next v6 04/11] net: ti: prueth: Adds link detection, RX and TX support
` [PATCH net-next v6 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
` [PATCH net-next v6 06/11] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module

[PATCH 1/1] phy: freescale: imx8m-pcie: Simplify with dev_err_probe()
 2025-04-29  9:01 UTC 

[PATCH v3] mmc: sdhci-of-dwcmshc: add PD workaround on RK3576
 2025-04-29 10:06 UTC  (2+ messages)

[PATCH v2 0/7] New DRM accel driver for Rockchip's RKNN NPU
 2025-04-29 10:05 UTC  (4+ messages)
` [PATCH v2 6/7] accel/rocket: Add job submission IOCTL
  ` [PATCH v2 4/7] accel/rocket: Add a new driver for Rockchip's NPU

[PATCH v2] nvmem: zynqmp_nvmem: unbreak driver after cleanup
 2025-04-29 10:04 UTC  (2+ messages)

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-29  9:49 UTC  (7+ messages)
` [PATCH RFC bpf-next 3/4] bpf/selftests: add tests to validate proper arguments alignment on ARM64

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-04-29  9:45 UTC  (3+ messages)
` [PATCH v8 07/43] arm64: RME: ioctls to create and configure realms

[PATCH 1/2] dt-bindings: phy: imx8mq-usb: improve some tuning properties
 2025-04-29  9:27 UTC  (5+ messages)

[PATCH 00/11] mmc: rename mmc_retune_* to mmc_host_retune_*
 2025-04-29  9:16 UTC  (4+ messages)

sam9x60: how to select TD_SLCK instead of MD_SLCK for PCK output
 2025-04-29  8:58 UTC 

[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-29  8:22 UTC  (3+ messages)
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC

[PATCH 0/2] phy: exynos5-usbdrd: FIELD_PREP fixes
 2025-04-29  8:49 UTC  (3+ messages)
` [PATCH 1/2] phy: exynos5-usbdrd: fix setting LINKSYSTEM_FLADJ on exynos7870
` [PATCH 2/2] phy: exynos5-usbdrd: s/FIELD_PREP_CONST/FIELD_PREP where appropriate

[PATCH] pinctrl: mediatek: Fix sizeof argument pctl->eint->base
 2025-04-29  8:38 UTC  (2+ messages)

[PATCH v2] phy-zynqmp: Postpone getting clock rate until actually needed
 2025-04-29  8:36 UTC  (2+ messages)

[PATCH 00/12] pinctrl: convert GPIO chips to using new value setters - part 2 for v6.16
 2025-04-29  8:35 UTC  (6+ messages)
` [PATCH 02/12] pinctrl: axp209: use new GPIO line value setter callbacks

[PATCH v3 00/12] Enable jpeg enc & dec multi-hardwares for MT8196
 2025-04-29  8:34 UTC  (10+ messages)
` [PATCH v3 01/12] dt-bindings: media: mediatek,jpeg: Add mediatek, mt8196-jpgdec compatible

[PATCH] i2c: imx-lpi2c: Fix clock count when probe defers
 2025-04-29  8:25 UTC  (8+ messages)

[PATCH v8 11/11] arm64: defconfig: Enable Renesas RZ/T2H serial SCI
 2025-04-29  8:19 UTC 

[net-next v8 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-29  8:19 UTC  (3+ messages)
  ` [net-next v8 4/7] net: mtip: The L2 switch driver for imx287

[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-04-29  8:06 UTC  (4+ messages)
` [PATCH v6 11/14] x86: add KHO support

[PATCH 6/8] dmaengine: ti: New driver for K3 BCDMA_V2
 2025-04-29  8:05 UTC  (2+ messages)

[PATCH v3 0/5] Fix gs101 CPU hotplug support
 2025-04-29  8:01 UTC  (8+ messages)
` [PATCH v3 1/5] dt-bindings: soc: google: Add gs101-pmu-intr-gen binding documentation
` [PATCH v3 2/5] dt-bindings: soc: samsung: exynos-pmu: gs101: add google,pmu-intr-gen phandle
` [PATCH v3 3/5] MAINTAINERS: Add google,gs101-pmu-intr-gen.yaml binding file
` [PATCH v3 4/5] arm64: dts: exynos: gs101: add pmu-intr-gen syscon node
` [PATCH v3 5/5] soc: samsung: exynos-pmu: enable CPU hotplug support for gs101

[PATCH] drm/panic: Use a decimal fifo to avoid u64 by u64 divide
 2025-04-29  7:33 UTC  (2+ messages)

[PATCH v3 0/2] Add bootph-all property to necessary nodes to enable ethernet boot for AM68-SK, J722s and AM62p-SK
 2025-04-29  7:28 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: ti: k3-am68-sk/k3-j721s2-mcu: Add bootph-all property to enable Ethernet boot

[PATCH net-next v5 00/14] Introduce an ethernet port representation
 2025-04-29  7:20 UTC  (4+ messages)
` [PATCH net-next v5 03/14] net: phy: Introduce PHY ports representation

[PATCH v1 0/2] MediaTek Dimensity 1200 - Add IOMMU support
 2025-04-29  7:19 UTC  (4+ messages)

[PATCH] arm64/traps: show fault address in exception trace
 2025-04-29  7:15 UTC 

[PATCH 0/5] pinctrl: mediatek: convert GPIO chips to using new value setters
 2025-04-29  7:09 UTC  (3+ messages)
` [PATCH 1/5] pinctrl: mediatek: airoha: use new GPIO line value setter callbacks

[PATCH 0/7] platform/chrome: Support for USB DP altmode muxing w/ DT
 2025-04-29  6:46 UTC  (8+ messages)
` [PATCH 1/7] platform/chrome: cros_ec_typec: No pending status means attention
` [PATCH 2/7] platform/chrome: cros_ec_typec: Allow DP configure to work

[PATCH] ARM: dts: microchip: sama7g54_curiosity: Add fixed-partitions for spi-nor flash
 2025-04-29  6:45 UTC 

[PATCH 1/2] dt: bindings: arm: add bindings for TQMLS1012AL
 2025-04-29  6:40 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: ls1012a: add DTS for TQMLS1012al module with MBLS1012AL board

[PATCH v2 1/2] dt: bindings: arm: add bindings for TQMa95xxSA
 2025-04-29  6:40 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dt: imx95: Add TQMa95xxSA

[PATCH] arm64: defconfig: Enable XDP socket support for high-performance networking
 2025-04-29  6:18 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH V3] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-04-29  5:37 UTC  (4+ messages)

[PATCH V3] arm64/mm: Re-organise setting up FEAT_S1PIE registers PIRE0_EL1 and PIR_EL1
 2025-04-29  5:05 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).