linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 16:42:03 to 2025-06-14 18:28:39 UTC [more...]

[PATCH net-next] net: stmmac: qcom-ethqos: add ethqos_pcs_set_inband()
 2025-06-14 18:22 UTC  (3+ messages)

[PATCH v2 0/4] arm64: dts: rockchip: enable further peripherals on ArmSoM Sige5
 2025-06-14 18:14 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: rockchip: list all CPU supplies "
` [PATCH v2 2/4] arm64: dts: rockchip: add SDIO controller on RK3576
` [PATCH v2 3/4] arm64: dts: rockchip: add version-independent WiFi/BT nodes on Sige5
` [PATCH v2 4/4] arm64: dts: rockchip: add overlay for the WiFi/BT module on Sige5 v1.2

[net-next v1] net: ethernet: mtk_eth_soc: support named IRQs
 2025-06-14 17:31 UTC  (2+ messages)

[PATCH v5 0/9] Add i.MX91 platform support
 2025-06-14 17:16 UTC  (3+ messages)
` [PATCH v5 1/9] dt-bindings: arm: fsl: add i.MX91 11x11 evk board

[PATCH] clk: sunxi-ng: a523: Mark MBUS clock as critical
 2025-06-14 17:14 UTC  (2+ messages)

[PATCH net-next v2] net: ti: icssg-prueth: Read firmware-names from device tree
 2025-06-14 16:34 UTC  (2+ messages)

[PATCH] KVM: arm64: nv: Fix s_cpu_if->vgic_lr[] indexing in vgic_v3_put_nested()
 2025-06-14 14:57 UTC 

[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-14 14:50 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions

[PATCH 0/3] arm64: dts: add descriptions for solidrun i.mx8mp based boards
 2025-06-14 14:20 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: Add bindings for SolidRun i.MX8MP SoM and boards
` [PATCH 2/3] arm64: dts: add description for solidrun imx8mp som and cubox-m
` [PATCH 3/3] arm64: dts: add description for solidrun imx8mp hummingboard variants

[PATCH 00/28] iio: zero init stack with { } instead of memset()
 2025-06-14 14:18 UTC  (12+ messages)
` [PATCH 16/28] iio: imu: inv_icm42600: use = "
` [PATCH 25/28] iio: pressure: mprls0025pa: "

[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
 2025-06-14 13:24 UTC  (6+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/

[PATCH 0/3] implement workaround for ERR051725
 2025-06-14 12:56 UTC  (4+ messages)
` [PATCH 1/3] usb: chipidea: udc: add CI_HDRC_CONTROLLER_PULLUP_EVENT event
` [PATCH 2/3] usb: chipidea: imx: add imx_usbmisc_pullup() hook
` [PATCH 3/3] usb: chipidea: imx: implement workaround for ERR051725

[PATCH] clk: imx: Fix an out-of-bounds access in dispmix_csr_clk_dev_data
 2025-06-14 11:22 UTC 

[PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead
 2025-06-14 11:12 UTC  (7+ messages)
` [PATCH 07/11] iommu/apple-dart: Drop default ARCH_APPLE in Kconfig
` [PATCH 11/11] arm64: defconfig: Enable Apple Silicon drivers
` (subset) [PATCH 00/11] Drop default ARCH_APPLE from Kconfig and use defconfig instead

[PATCH v3 0/9] ASoC: mediatek: use reserved memory or enable buffer pre-allocation
 2025-06-14 11:12 UTC  (2+ messages)

[PATCH v2 00/13] ASoC: mediatek: use reserved memory or enable buffer pre-allocation
 2025-06-14 11:12 UTC  (2+ messages)
` (subset) "

[PATCH] gpio: raspberrypi-exp: use new GPIO line value setter callbacks
 2025-06-14 11:12 UTC 

[PATCH] iio: Use dev_fwnode()
 2025-06-14 11:08 UTC  (4+ messages)
` [PATCH v2] iio: adc: stm32-adc: "

[net-next v1] net: ethernet: mtk_eth_soc: support named IRQs
 2025-06-14  8:38 UTC  (3+ messages)

[PATCH v6 00/25] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-06-14  7:14 UTC  (26+ messages)
` [PATCH v6 01/25] iommu: Add iommu_copy_struct_to_user helper
` [PATCH v6 02/25] iommu: Pass in a driver-level user data structure to viommu_init op
` [PATCH v6 03/25] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v6 04/25] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v6 05/25] iommufd/selftest: Add coverage for viommu data
` [PATCH v6 06/25] iommufd/access: Allow access->ops to be NULL for internal use
` [PATCH v6 07/25] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v6 08/25] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v6 09/25] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v6 10/25] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v6 11/25] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v6 12/25] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v6 13/25] iommufd: Add mmap interface
` [PATCH v6 14/25] iommufd/selftest: Add coverage for the new "
` [PATCH v6 15/25] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v6 16/25] iommu: Allow an input type in hw_info op
` [PATCH v6 17/25] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v6 18/25] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v6 19/25] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v6 20/25] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v6 21/25] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v6 22/25] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v6 23/25] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v6 24/25] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v6 25/25] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support

[PATCH v2 00/14] iommufd: Prepare for IOMMUFD_OBJ_HW_QUEUE
 2025-06-14  6:35 UTC  (15+ messages)
` [PATCH v2 01/14] iommufd: Apply obvious cosmetic fixes
` [PATCH v2 02/14] iommufd: Drop unused ictx in struct iommufd_vdevice
` [PATCH v2 03/14] iommufd: Use enum iommu_viommu_type for type in struct iommufd_viommu
` [PATCH v2 04/14] iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventq
` [PATCH v2 05/14] iommufd: Return EOPNOTSUPP for failures due to driver bugs
` [PATCH v2 06/14] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v2 07/14] iommufd/viommu: Support "
` [PATCH v2 08/14] iommufd/selftest: Drop parent domain from mock_iommu_domain_nested
` [PATCH v2 09/14] iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_init
` [PATCH v2 10/14] iommu/arm-smmu-v3: Replace arm_vsmmu_alloc with arm_vsmmu_init
` [PATCH v2 11/14] iommu: Deprecate viommu_alloc op
` [PATCH v2 12/14] iommufd: Move _iommufd_object_alloc out of driver.c
` [PATCH v2 13/14] iommufd: Introduce iommufd_object_alloc_ucmd helper
` [PATCH v2 14/14] iommufd: Apply the new "

[PATCH 1/1] sched/deadline: Fix fair_server runtime calculation formula
 2025-06-14  2:35 UTC  (2+ messages)

[RESEND RFC PATCH v4 1/5] PCI: rockchip: Use standard PCIe defines
 2025-06-14  2:31 UTC  (7+ messages)

[PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver
 2025-06-14  2:07 UTC  (3+ messages)

[PATCH v17 2/6] remoteproc: Add TEE support
 2025-06-14  1:57 UTC  (2+ messages)

[PATCH net-next 0/9] net: stmmac: rk: much needed cleanups
 2025-06-14  1:30 UTC  (2+ messages)

[PATCH net-next] net: stmmac: improve .set_clk_tx_rate() method error message
 2025-06-14  1:30 UTC  (2+ messages)

[PATCH net] net: ti: icssg-prueth: Fix packet handling for XDP_TX
 2025-06-14  1:09 UTC  (2+ messages)

[PATCH v1 00/12] iommufd: Repare for IOMMUFD_OBJ_HW_QUEUE
 2025-06-13 23:37 UTC  (12+ messages)
` [PATCH v1 05/12] iommu: Introduce get_viommu_size and viommu_init ops
` [PATCH v1 06/12] iommufd/selftest: Implement mock_get_viommu_size and mock_viommu_init
` [PATCH v1 11/12] iommufd: Introduce iommufd_object_alloc_ucmd helper

[PATCH 0/2] PCI: brcmstb: Add panic/die handler to driver
 2025-06-13 23:28 UTC  (5+ messages)
` [PATCH 1/2] PCI: brcmstb: Add a way to indicate if PCIe bridge is active
` [PATCH 2/2] PCI: brcmstb: Add panic/die handler to driver

[PATCH v6] dt-bindings: net: Convert socfpga-dwmac bindings to yaml
 2025-06-13 22:58 UTC 

[PATCH 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-13 21:02 UTC  (3+ messages)

[PATCH v3 1/3] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots
 2025-06-13 22:01 UTC  (2+ messages)

[PATCH] arm64: dts: freescale: imx8mp-toradex-smarc: add fan cooling levels
 2025-06-13 21:37 UTC  (2+ messages)

[PATCH RFT 0/2] pci: clean up cpu_addr_fixup() for visconti
 2025-06-13 21:33 UTC  (3+ messages)
` [PATCH RFT 1/2] arm64: dts: toshiba: Update SoC and PCIe ranges to reflect hardware behavior
` [PATCH RFT 2/2] PCI: dwc: visconti: Remove cpu_addr_fix() after DTS fix ranges

[PATCH v3 24/28] PCI: Add Microchip LAN9662 PCI Device ID
 2025-06-13 21:27 UTC  (2+ messages)

[PATCH v3 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
 2025-06-13 21:25 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v3 2/4] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v3 3/4] KVM: arm64: Introduce attribute to control GICD_TYPER2.nASSGIcap
` [PATCH v3 4/4] KVM: arm64: selftests: Add test for nASSGIcap attribute

[PATCH v2 0/2] Bindings and DTS for Apple SoC GPUs
 2025-06-13 21:17 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: gpu: Add Apple SoC GPU
` [PATCH v2 2/2] arm64: dts: "

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-13 21:13 UTC  (7+ messages)
` [PATCH v3 06/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v3 09/28] cxl/test: Use device_set_node()
` [PATCH v3 10/28] cxl/test: Use fw_devlink_set_device()

[RFC][PATCH 00/14] introduce kmemdump
 2025-06-13 21:10 UTC  (6+ messages)
` [RFC][PATCH 09/14] genirq: add irq_kmemdump_register

[PATCH] pinctrl: nuvoton: Fix boot on ma35dx platforms
 2025-06-13 21:07 UTC  (2+ messages)

[PATCH v5 0/3] bus: ts-nbus: use gpiod_multi_set_value_cansleep
 2025-06-13 21:00 UTC  (6+ messages)
` [PATCH v5 1/3] bus: ts-nbus: validate ts,data-gpios array size
` [PATCH v5 2/3] bus: ts-nbus: use gpiod_multi_set_value_cansleep
` [PATCH v5 3/3] bus: ts-nbus: use bitmap_set_value8()

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-13 20:50 UTC  (9+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()

[PATCH v3 0/7] Add support for BeagleBone Green Eco board
 2025-06-13 20:33 UTC  (14+ messages)
` [PATCH v3 1/7] dt-bindings: omap: Add missing AM33xx compatible strings
` [PATCH v3 2/7] ARM: dts: omap: Remove incorrect compatible strings from device trees
` [PATCH v3 3/7] arm: dts: omap: am335x-bone-common: Rename tps to generic pmic node
` [PATCH v3 4/7] dt-bindings: omap: Add Seeed BeagleBone Green Eco
` [PATCH v3 5/7] arm: dts: omap: Add support for BeagleBone Green Eco board
` [PATCH v3 6/7] arm: omap2plus_defconfig: Enable TPS65219 regulator
` [PATCH v3 7/7] arm: multi_v7_defconfig: "

[RESEND RFC PATCH v4 5/5] phy: rockchip-pcie: Adjust read mask and write
 2025-06-13 20:32 UTC  (3+ messages)

[RESEND RFC PATCH v4 3/5] PCI: rockchip: Set Target Link Speed before retraining
 2025-06-13 20:27 UTC  (3+ messages)

[PATCH] ASoC: SOF: imx8: add core shutdown operation for imx8/imx8x
 2025-06-13 19:43 UTC 

[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-06-13 19:38 UTC  (6+ messages)
` [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping

[RFC PATCH 0/6] Cache coherency management subsystem
 2025-06-13 17:14 UTC  (5+ messages)
` [RFC PATCH 2/6] arm64: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION

[PATCH 4/4] PCI: hv: Use the correct hypercall for unmasking interrupts on nested
 2025-06-13 19:36 UTC  (2+ messages)

[PATCH] cpufreq: brcmstb-avs: Fully open-code compatible for grepping
 2025-06-13 18:44 UTC  (2+ messages)

[PATCH v2] arm64: dts: ti: k3-am62a7-sk: Describe the SPI NAND
 2025-06-13 18:23 UTC 

[RFC PATCH v5 0/4] PCI: rockchip: Improve driver quality
 2025-06-13 18:06 UTC  (6+ messages)
` [RFC PATCH v5 1/4] PCI: rockchip: Use standard PCIe defines
` [RFC PATCH v5 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [RFC PATCH v5 3/4] phy: rockchip-pcie: Enable all four lanes
` [RFC PATCH v5 4/4] phy: rockchip-pcie: Adjust read mask and write

[v4 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-06-13 17:21 UTC  (2+ messages)

[PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
 2025-06-13 16:35 UTC  (11+ messages)

[PATCH v2] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible
 2025-06-13 17:32 UTC 

[PATCH 0/7] spi: zynqmp-gqspi: Split the bus and add GPIO support
 2025-06-13 16:53 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: spi: zynqmp-qspi: Split the bus

[PATCH 2/7] dt-bindings: pci: Add document for ASPEED PCIe Config
 2025-06-13 15:58 UTC  (2+ messages)

[PATCH 4/7] ARM: dts: aspeed-g6: Add AST2600 PCIe RC PERST ctrl pin
 2025-06-13 15:59 UTC  (2+ messages)

[PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
 2025-06-13 15:54 UTC  (2+ messages)

[PATCH 00/12] perf arm-spe: Support new events in FEAT_SPEv1p4
 2025-06-13 15:53 UTC  (13+ messages)
` [PATCH 01/12] drivers/perf: arm_spe: Store event reserved bits in driver data
` [PATCH 02/12] drivers/perf: arm_spe: Expose events capability
` [PATCH 03/12] perf arm_spe: Correct setting remote access
` [PATCH 04/12] perf arm_spe: Directly propagate raw event
` [PATCH 05/12] perf arm_spe: Decode event types for new features
` [PATCH 06/12] perf arm_spe: Add "events" entry in meta data
` [PATCH 07/12] perf arm_spe: Refine memory level filling
` [PATCH 08/12] perf arm_spe: Separate setting of memory levels for loads and stores
` [PATCH 09/12] perf arm_spe: Fill memory levels for FEAT_SPEv1p4
` [PATCH 10/12] perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()
` [PATCH 11/12] perf arm_spe: Set HITM flag
` [PATCH 12/12] perf arm_spe: Allow parsing both data source and events

[PATCH v4 0/2] Configure root port MPS during host probing
 2025-06-13 15:40 UTC  (8+ messages)
` [PATCH v4 1/2] PCI: "
` [PATCH v4 2/2] PCI: dwc: Remove redundant MPS configuration

[RFC PATCH v4 0/4] PCI: rockchip: Improve quality of driver
 2025-06-13 14:48 UTC 

[RFC PATCH v4 2/5] PCI: rockchip: Drop unused custom registers and bitfields
 2025-06-13 15:25 UTC  (4+ 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).